summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-16Bump PKGREVISION.ryoon3-4/+15
Some librevenge consumers use libboost_system too. Add -lboost_system to pkg-config file. Remove boost-headers buildlink. It is included via boost-libs.
2015-08-16Updated benchmarks/netperf to 2.7.0mef2-3/+3
2015-08-16(pkgsrc)mef3-21/+6
- Drop patch-ab, the lines of code to patch deleted. (there are still ifdef __FreeBSD__ remaining at other files, need to watch, sorry and thanks) (upstream) - Update 2.6.0 to 2.7.0 --------------------- These are the Release Notes for Revision 2.7.0 of netperf: *) Add bits/s (-f b) and Bytes/s (-f B) as selectable throughput units. This may make life easier for folks doing post-processing of things like interim results. *) Miscelaneous fixes *) Much of the now-seeming kruft for things peripheral to netperf's core mission - have been removed though the code itself remains in the repository. So, things like looking-up egress interface, driver/slot information etc have been disabled in a manner requiring more than just a ./configure to bring-back. It wasn't clear those features were being used. This is a test of that hypothesis.
2015-08-16Updated archivers/p5-Archive-Extract to 0.76mef2-4/+4
Updated archivers/p5-Archive-Tar-Wrapper to 0.23
2015-08-16Update to 0.23mef2-7/+11
-------------- 0.23 (2015/05/28) (ms) Mark Gardner added separate skips in the test suite to deal with the absense of GNU tar: https://github.com/mschilli/archive-tar-wrapper-perl/pull/7
2015-08-15Update 0.74 to 0.76mef2-7/+6
------------------- 0.76 Sat Jul 4 18:44:42 2015 * Resolve RT#105425, putting refs in $/ has been fatal since v5.20.0
2015-08-15Updated devel/p5-Perl-Tidy to 20150815mef1-1/+2
2015-08-15Update 20140711 to 20150815mef2-7/+6
--------------------------- Perltidy Change Log 2015 08 15 - Fixed RT# 105484, Invalid warning about 'else' in 'switch' statement. The warning happened if a 'case' statement did not use parens. - Fixed RT# 101547, misparse of // caused error message. Also.. - Fixed RT# 102371, misparse of // caused unwated space in //= - Fixed RT# 100871, "silent failure of HTML Output on Windows". Changed calls to tempfile() from: my ( $fh_tmp, $tmpfile ) = tempfile(); to have the full path name: my ( $fh_tmp, $tmpfile ) = File::Temp::tempfile() because of problems in the Windows version reported by Dean Pearce. - Fixed RT# 99514, calling the perltidy module multiple times with a .perltidyrc file containing the parameter --output-line-ending caused a crash. This was a glitch in the memoization logic. - Fixed RT#99961, multiple lines inside a cast block caused unwanted continuation indentation. - RT# 32905, broken handling of UTF-8 strings. A new flag -utf8 causes perltidy assume UTF-8 encoding for input and output of an io stream. Thanks to Sebastian Podjasek for a patch. This feature may not work correctly in older versions of Perl. It worked in a linux version 5.10.1 but not in a Windows version 5.8.3 (but otherwise perltidy ran correctly). - Warning files now report perltidy VERSION. Suggested by John Karr. - Fixed long flag --nostack-closing-tokens (-nsct has always worked though). This was due to a typo. This also fixed --nostack-opening-tokens to behave correctly. Thanks to Rob Dixon.
2015-08-15Updated print/foomatic4-db-engine to 4.0.12leot1-1/+2
2015-08-15Update print/foomatic4-db-engine to foomatic-db-engine-4.0.12.leot3-11/+11
ok wiz@. pkgsrc changes: o Added LICENSE Changes: 2014-11-14 Till Kamppeter <till.kamppeter@gmail.com> * foomatic-ppdfile.in: Foomatic doesn't provide some offered PPD files. Thanks to Marek Kasik for the patch (bug #1238). 2014-08-22 Till Kamppeter <till.kamppeter@gmail.com> * foomatic-ppd-to-xml.in: Let missing XML files be added when to a PPD with already existing XML files new "*Product:" lines get added. 2014-03-20 Till Kamppeter <till.kamppeter@gmail.com> * Tagged branch for release 4.0.11. * README, USAGE, configure.ac: Updated for release 4.0.11. * lib/Foomatic/DB.pm: Do not interpret option default values set to "0" in PPD files as no default setting defined. Thanks to Deng Pang from Ricoh (DengPang at rst dot ricoh dot com) for the report. 2014-02-18 Till Kamppeter <till.kamppeter@gmail.com> * Tagged branch for release 4.0.10. * README, USAGE, configure.ac: Updated for release 4.0.10. 2014-01-02 Till Kamppeter <till.kamppeter@gmail.com> * foomatic-addpjloptions.in: Make foomatic-addpjloptions work with the system's Foomatic database, too.
2015-08-15Bump PKGREVISION for librevenge boost fix.wiz33-55/+66
2015-08-15Apply adam's patch to fix build with latest boost.wiz2-2/+8
Bump PKGREVISION. Add boost-libs to bl3.mk and bump ABI depends for that.
2015-08-15Updated parallel/hwloc to 1.11.0asau2-3/+3
2015-08-15Update to hwloc 1.11.1asau3-31/+56
From Benedek Gergely on pkgsrc-users. Version 1.11.1 -------------- * hwloc-annotate does not drop unavailable resources from the output anymore and those may be annotated as well. * Fix an overzealous assertion when intermediate Group object while Groups are totally ignored. * Fix a memory leak on failure to load a xml diff file. * Fix some segfaults when inputting an invalid synthetic description. Version 1.11.0 -------------- * API + Socket objects are renamed into Package to align with the terminology used by processor vendors. The old HWLOC_OBJ_SOCKET type and "Socket" name are still supported for backward compatibility. + HWLOC_OBJ_NODE is replaced with HWLOC_OBJ_NUMANODE for clarification. HWLOC_OBJ_NODE is still supported for backward compatibility. "Node" and "NUMANode" strings are supported as in earlier releases. * Detection improvements + Add support for Intel Knights Landing Xeon Phi. Thanks to Grzegorz Andrejczuk and Lukasz Anaczkowski. + Add Vendor, Model, Revision, SerialNumber, Type and LinuxDeviceID info attributes to Block OS devices on Linux. Thanks to Vineet Pedaballe for the help. - Add --disable-libudev to avoid dependency on the libudev library. + Add "MemoryDevice" Misc objects with information about DIMMs, on Linux when privileged and when I/O is enabled. Thanks to Vineet Pedaballe for the help. + Add a PCISlot attribute to PCI devices on Linux when supported to identify the physical PCI slot where the board is plugged. + Add CPUStepping info attribute on x86 processors, thanks to Thomas Röhl for the suggestion. + Ignore the device-tree on non-Power architectures to avoid buggy detection on ARM. Thanks to Orion Poplawski for reporting the issue. + Work-around buggy Xeon E5v3 BIOS reporting invalid PCI-NUMA affinity for the PCI links on the second processor. + Add support for CUDA compute capability 5.x, thanks Benjamin Worpitz. + Many fixes to the x86 backend - Add L1i and fix L2/L3 type on old AMD processors without topoext support. - Fix Intel CPU family and model numbers when basic family isn't 6 or 15. - Fix package IDs on recent AMD processors. - Fix misc issues due to incomplete APIC IDs on x2APIC processors. - Avoid buggy discovery on old SGI Altix UVs with non-unique APIC IDs. + Gather total machine memory on NetBSD. * Tools + lstopo - Collapse identical PCI devices unless --no-collapse is given. This avoids gigantic outputs when a PCI device contains dozens of identical virtual functions. - The ASCII art output is now called "ascii", for instance in "lstopo -.ascii". The former "txt" extension is retained for backward compatibility. - Automatically scales graphical box width to the inner text in Cairo, ASCII and Windows outputs. - Add --rect to lstopo to force rectangular layout even for NUMA nodes. - Add --restrict-flags to configure the behavior of --restrict. - Objects may have a "Type" info attribute to specify a better type name and display it in lstopo. - Really export all verbose information to the given output file. + hwloc-annotate - May now operate on all types of objects, including I/O. - May now insert Misc objects in the topology. - Do not drop instruction caches and I/O devices from the output anymore. + Fix lstopo path in hwloc-gather-topology after install. * Misc + Fix hwloc/cudart.h for machines with multiple PCI domains, thanks to Imre Kerr for reporting the problem. + Fix PCI Bridge-specific depth attribute. + Fix hwloc_bitmap_intersect() for two infinite bitmaps. + Fix some corner cases in the building of levels on large NUMA machines with non-uniform NUMA groups and I/Os. + Improve the performance of object insertion by cpuset for large topologies. + Prefix verbose XML import errors with the source name. + Improve pkg-config checks and error messages. + Fix excluding after a component with an argument in the HWLOC_COMPONENTS environment variable. * Documentation + Fix the recommended way in documentation and examples to allocate memory on some node, it should use HWLOC_MEMBIND_BIND. Thanks to Nicolas Bouzat for reporting the issue. + Add a "Miscellaneous objects" section in the documentation. + Add a FAQ entry "What happens to my topology if I disable symmetric multithreading, hyper-threading, etc. ?" to the documentation. Version 1.10.1 -------------- * Actually remove disallowed NUMA nodes from nodesets when the whole-system flag isn't enabled. * Fix the gathering of PCI domains. Thanks to James Custer for reporting the issue and providing a patch. * Fix the merging of identical parent and child in presence of Misc objects. Thanks to Dave Love for reporting the issue. * Fix some misordering of children when merging with ignore_keep_structure() in partially allowed topologies. * Fix an overzealous assertion in the debug code when running on a single-PU host with I/O. Thanks to Thomas Van Doren for reporting the issue. * Don't forget to setup NUMA node object nodesets in x86 backend (for BSDs) and OSF/Tru64 backend. * Fix cpuid-x86 build error with gcc -O3 on x86-32. Thanks to Thomas Van Doren for reporting the issue. * Fix support for future very large caches in the x86 backend. * Fix vendor/device names for SR-IOV PCI devices on Linux. * Fix an unlikely crash in case of buggy hierarchical distance matrix. * Fix PU os_index on some AIX releases. Thanks to Hendryk Bockelmann and Erik Schnetter for helping debugging. * Fix hwloc_bitmap_isincluded() in case of infinite sets. * Change hwloc-ls.desktop into a lstopo.desktop and only install it if lstopo is built with Cairo/X11 support. It cannot work with a non-graphical lstopo or hwloc-ls. * Add support for the renaming of Socket into Package in future releases. * Add support for the replacement of HWLOC_OBJ_NODE with HWLOC_OBJ_NUMANODE in future releases. * Clarify the documentation of distance matrices in hwloc.h and in the manpage of the hwloc-distances. Thanks to Dave Love for the suggestion. * Improve some error messages by displaying more information about the hwloc library in use. * Document how to deal with the ABI break when upgrading to the upcoming 2.0 See "How do I handle ABI breaks and API upgrades ?" in the FAQ. Version 1.10.0 -------------- * API + Add hwloc_topology_export_synthetic() to export a topology to a synthetic string without using lstopo. See the Synthetic topologies section in the documentation. + Add hwloc_topology_set/get_userdata() to let the application save a private pointer in the topology whenever it needs a way to find its own object corresponding to a topology. + Add hwloc_get_numanode_obj_by_os_index() and document that this function as well as hwloc_get_pu_obj_by_os_index() are good at converting nodesets and cpusets into objects. + hwloc_distrib() does not ignore any objects anymore when there are too many of them. They get merged with others instead. Thanks to Tim Creech for reporting the issue. * Tools + hwloc-bind --get <command-line> now executes the command after displaying the binding instead of ignoring the command entirely. Thanks to John Donners for the suggestion. + Clarify that memory sizes shown in lstopo are local by default unless specified (total memory added in the root object). * Synthetic topologies + Synthetic topology descriptions may now specify attributes such as memory sizes and OS indexes. See the Synthetic topologies section in the documentation. + lstopo now exports in this fully-detailed format by default. The new option --export-synthetic-flags may be used to revert back the old format. * Documentation + Add the doc/examples/ subdirectory with several real-life examples, including the already existing hwloc-hello.C for basics. Thanks to Rob Aulwes for the suggestion. + Improve the documentation of CPU and memory binding in the API. + Add a FAQ entry about operating system errors, especially on AMD platforms with buggy cache information. + Add a FAQ entry about loading many topologies in a single program. * Misc + Work around buggy Linux kernels reporting 2 sockets instead 1 socket with 2 NUMA nodes for each Xeon E5 v3 (Haswell) processor. + pciutils/libpci support is now removed since libpciaccess works well and there's also a Linux-specific PCI backend. For the record, pciutils was GPL and therefore disabled by default since v1.6.2. + Add --disable-cpuid configure flag to work around buggy processor simulators reporting invalid CPUID information. Thanks for Andrew Friedley for reporting the issue. + Fix a racy use of libltdl when manipulating multiple topologies in different threads. Thanks to Andra Hugo for reporting the issue and testing patches. + Fix some build failures in private/misc.h. Thanks to Pavan Balaji and Ralph Castain for the reports. + Fix failures to detect X11/Xutil.h on some Solaris platforms. Thanks to Siegmar Gross for reporting the failure. + The plugin ABI has changed, this release will not load plugins built against previous hwloc releases. Version 1.9.1 ------------- * Fix a crash when the PCI locality is invalid. Attach to the root object instead. Thanks to Nicolas Denoyelle for reporting the issue. * Fix -f in lstopo manpage. Thanks to Jirka Hladky for reporting the issue. * Fix hwloc_obj_type_sscanf() and others when strncasecmp() is not properly available. Thanks to Nick Papior Andersen for reporting the problem. * Mark Linux file descriptors as close-on-exec to avoid leaks on exec. * Fix some minor memory leaks. Version 1.9.0 ------------- * API + Add hwloc_obj_type_sscanf() to extend hwloc_obj_type_of_string() with type-specific attributes such as Cache/Group depth and Cache type. hwloc_obj_type_of_string() is moved to hwloc/deprecated.h. + Add hwloc_linux_get_tid_last_cpu_location() for retrieving the last CPU where a Linux thread given by TID ran. + Add hwloc_distrib() to extend the old hwloc_distribute[v]() functions. hwloc_distribute[v]() is moved to hwloc/deprecated.h. + Don't mix total and local memory when displaying verbose object attributes with hwloc_obj_attr_snprintf() or in lstopo. * Backends + Add CPUVendor, CPUModelNumber and CPUFamilyNumber info attributes for x86, ia64 and Xeon Phi sockets on Linux, to extend the x86-specific support added in v1.8.1. Requested by Ralph Castain. + Add many CPU- and Platform-related info attributes on ARM and POWER platforms, in the Machine and Socket objects. + Add CUDA info attributes describing the number of multiprocessors and cores and the size of the global, shared and L2 cache memories in CUDA OS devices. + Add OpenCL info attributes describing the number of compute units and the global memory size in OpenCL OS devices. + The synthetic backend now accepts extended types such as L2Cache, L1i or Group3. lstopo also exports synthetic strings using these extended types. * Tools + lstopo - Do not overwrite output files by default anymore. Pass -f or --force to enforce it. - Display OpenCL, CUDA and Xeon Phi numbers of cores and memory sizes in the graphical output. - Fix export to stdout when specifying a Cairo-based output type with --of. + hwloc-ps - Add -e or --get-last-cpu-location to report where processes/threads run instead of where they are bound. - Report locations as likely-more-useful objects such as Cores or Sockets instead of Caches when possible. + hwloc-bind - Fix failure on Windows when not using --pid. - Add -e as a synonym to --get-last-cpu-location. + hwloc-distrib - Add --reverse to distribute using last objects first and singlify into last bits first. Thanks to Jirka Hladky for the suggestion. + hwloc-info - Report unified caches when looking for data or instruction cache ancestor objects. * Misc + Add experimental Visual Studio support under contrib/windows. Thanks to Eloi Gaudry for his help and for providing the first draft. + Fix some overzealous assertions and warnings about the ordering of objects on a level with respect to cpusets. The ordering is only guaranteed for complete cpusets (based on the first bit in sets). + Fix some memory leaks when importing xml diffs and when exporting a "too complex" entry. Version 1.8.1 ------------- * Fix the cpuid code on Windows 64bits so that the x86 backend gets enabled as expected and can populate CPU information. Thanks to Robin Scher for reporting the problem. * Add CPUVendor/CPUModelNumber/CPUFamilyNumber attributes when running on x86 architecture. Thanks to Ralph Castain for the suggestion. * Work around buggy BIOS reporting duplicate NUMA nodes on Linux. Thanks to Jeff Becker for reporting the problem and testing the patch. * Add a name to the lstopo graphical window. Thanks to Michael Prokop for reporting the issue. Version 1.8.0 ------------- * New components + Add the "linuxpci" component that always works on Linux even when libpciaccess and libpci aren't available (and even with a modified file-system root). By default the old "pci" component runs first because "linuxpci" lacks device names (obj->name is always NULL). * API + Add the topology difference API in hwloc/diff.h for manipulating many similar topologies. + Add hwloc_topology_dup() for duplicating an entire topology. + hwloc.h and hwloc/helper.h have been reorganized to clarify the documentation sections. The actual inline code has moved out of hwloc.h into the new hwloc/inlines.h. + Deprecated functions are now in hwloc/deprecated.h, and not in the official documentation anymore. * Tools + Add hwloc-diff and hwloc-patch tools together with the new diff API. + Add hwloc-compress-dir to (de)compress an entire directory of XML files using hwloc-diff and hwloc-patch. + Object colors in the graphical output of lstopo may be changed by adding a "lstopoStyle" info attribute. See CUSTOM COLORS in the lstopo(1) manpage for details. Thanks to Jirka Hladky for discussing the idea. + hwloc-gather-topology may now gather I/O-related files on Linux when --io is given. Only the linuxpci component supports discovering I/O objects from these extended tarballs. + hwloc-annotate now supports --ri to remove/replace info attributes with a given name. + hwloc-info supports "root" and "all" special locations for dumping information about the root object. + lstopo now supports --append-legend to append custom lines of text to the legend in the graphical output. Thanks to Jirka Hladky for discussing the idea. + hwloc-calc and friends have a more robust parsing of locations given on the command-line and they report useful error messages about it. + Add --whole-system to hwloc-bind, hwloc-calc, hwloc-distances and hwloc-distrib, and add --restrict to hwloc-bind for uniformity among tools. * Misc + Calling hwloc_topology_load() or hwloc_topology_set_*() on an already loaded topology now returns an error (deprecated since release 1.6.1). + Fix the initialisation of cpusets and nodesets in Group objects added when inserting PCI hostbridges. + Never merge Group objects that were added explicitly by the user with hwloc_custom_insert_group_object_by_parent(). + Add a sanity check during dynamic plugin loading to prevent some crashes when hwloc is dynamically loaded by another plugin mechanisms. + Add --with-hwloc-plugins-path to specify the install/load directories of plugins. + Add the MICSerialNumber info attribute to the root object when running hwloc inside a Xeon Phi to match the same attribute in the MIC OS device when running in the host. Version 1.7.2 ------------- * Do not create invalid block OS devices on very old Linux kernel such as RHEL4 2.6.9. * Fix PCI subvendor/device IDs. * Fix the management of Misc objects inserted by parent. Thanks to Jirka Hladky for reporting the problem. * Add a Port<n>State into attribute to OpenFabrics OS devices. * Add a MICSerialNumber info attribute to Xeon PHI/MIC OS devices. * Improve verbose error messages when failing to load from XML.
2015-08-15Updated lang/chicken to 4.10.0nb1leot1-1/+2
2015-08-15Update OWN_DIRS to reflect current eggs directory location and bump PKGREVISION.leot1-2/+3
ok asau@
2015-08-15Updated graphics/deforaos-icon-theme to 0.1.1khorben1-1/+2
2015-08-15Package DeforaOS Artwork as deforaos-icon-theme version 0.1.1khorben4-10/+29
This minor release simply adds a generic icon for the desktop environment.
2015-08-15Updated devel/py-blinker to 1.4nb1.kleink1-1/+2
2015-08-15Complete the egg-ificiation, as noted by Joerg.kleink2-7/+8
Bump PKGREVISION.
2015-08-15Revert, thinko.joerg1-3/+1
2015-08-15Revert last, unbreaks build e.g. on AMD64.joerg1-2/+1
2015-08-15Updated net/youtube-dl to 20150809leot1-1/+2
2015-08-15Update net/youtube-dl to youtube-dl-2015.08.09.leot4-17/+23
ok by wiz@. pkgsrc changes: o Install the fish completion file in the proper directory (thanks to wiz@ for noticing that) Changes: 2015.08.09 o [periscope] add extractor o [quickscope] add extractor o misc bug fixes and improvements 2015.08.06 o misc bug fixes and improvements 2015.07.28 o [bbcnews] add support for bbc.com/news o [dcn] add new extractor o [lecture2go] add new extractor o misc bug fixes and improvements 2015.07.21 o [sportschau] add support for sportschau.de o [appleconnect] add new extractor o misc bug fixes and improvements 2015.07.18 o [rdsca] new extractor o [myvi:embed] add extractor o misc bug fixes and improvements 2015.07.07 o [gfycat] various fixes
2015-08-15Updated www/webkit-gtk to 2.8.5leot2-3/+3
2015-08-15Update www/webkit-gtk to webkit-gtk-2.8.5.leot5-13/+33
ok bsiegert@, wiz@ Changes: ================= WebKitGTK+ 2.8.5 ================= What's new in WebKitGTK+ 2.8.5? - Fix the window size reported when the web view isn't realized yet. This fixes the layout of some websites when opening new tabs in the browser and anchor links when opened in new tabs too. - Prevent clipboard contents from being lost when web process finishes. - Always allow font matching for strong aliases. - Move GStreamer missing plugins installer to the UI process. - Fix a crash when spell checker returns no guesses. - Fix a crash when SoupSession is destroyed in exit handler. - Fix a crash closing a page when default context menu is open. - Several crashes and rendering issues fixed. - Translation updates: Swedish.
2015-08-15Updated devel/p5-Devel-NYTProf to 6.02mef1-1/+2
2015-08-15(pkgsrc)mef2-8/+9
- Adjust DEPENDS and BUILD_DEPENDS, the latter is for make test -DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS +DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS +BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff (upstream) - Update to 6.02 Changes in Devel::NYTProf 6.02 - 2nd August 2015 FlameGraphs upgraded the latest version, which supports searching. Use JSON::MaybeXS instead of JSON::Any (deprecated), thanks to Ether #73 Updated metacpan urls, thanks to Ether #74 Internal context optimizations, thanks to jandubois #75
2015-08-15Add following lines for make test to passmef1-1/+7
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
2015-08-15Updated devel/p5-Devel-FindPerl to 0.014mef2-3/+3
2015-08-15Update 0.012 to 0.014mef2-7/+6
--------------------- 0.014 2015-06-15 23:53:25+02:00 Europe/Amsterdam Properly quote exe_ext in regexp 0.013 2015-06-14 19:50:03+02:00 Europe/Amsterdam Skip taint test on portable perl Various minor changes
2015-08-15Updated devel/p5-Data-UUID to 1.221mef1-1/+2
2015-08-15Update to 1.221mef2-7/+6
--------------- 1.221 2015-08-10 - documentation improvements
2015-08-15Updated devel/p5-Devel-OverloadInfo to 0.004mef1-1/+2
2015-08-15Update to 0.04mef2-6/+6
-------------- 0.004 2015-08-13 17:35:32+01:00 Europe/London - Document that existence of undef 'fallback' varies between perl versions - Add tests for empty, inherited-only and no overloading - Add is_overloaded() function
2015-08-15Updated devel/p5-Config-Find to 0.31mef2-3/+3
2015-08-15Update 0.29 to 0.31mef2-7/+6
------------------- 0.31 2015-05-26 - Fix tests for meta files - Generate META.(yml|json) on the fly when the dist is built - Several doc fixes, remove non-ASCII characters 0.30 2015-05-25 - Fix testing on Windows (bug report and patch by Alexandr Ciornii)
2015-08-15Updated net/dnsmasq to 2.75leot2-3/+3
2015-08-15Update net/dnsmasq to dnsmasq-2.75, based on patches from Benedek Gergely vialeot2-12/+12
pkgsrc-users@. ok wiz@ pkgsrc changes: o Pass COPTS via MAKE_FLAGS. This avoid to completely rebuild dnsmasq when dbus option is selected. Changes: version 2.75 Fix reversion on 2.74 which caused 100% CPU use when a dhcp-script is configured. Thanks to Adrian Davey for reporting the bug and testing the fix. version 2.74 Fix reversion in 2.73 where --conf-file would attempt to read the default file, rather than no file. Fix inotify code to handle dangling symlinks better and not SEGV in some circumstances. DNSSEC fix. In the case of a signed CNAME generated by a wildcard which pointed to an unsigned domain, the wrong status would be logged, and some necessary checks omitted.
2015-08-15Updated devel/p5-CPAN-Uploader to 0.103010mef1-1/+2
2015-08-15Update to 0.103010mef2-7/+7
------------------ 0.103010 2015-08-10 22:23:25-04:00 America/New_York - add --md5 option to print md5sum of uploaded files (Vincent Pit)
2015-08-15Updated devel/p5-B-Utils to 0.27mef2-3/+3
2015-08-15Update to 0.27mef2-7/+6
- remove build/IFiles.pm from the shipped dist, as it is meant to be auto-generated at install time (was added in 0.26) - Support native B::OP::parent with 5.21.2 -DPERL_OP_PARENT (Reini Urban) - fix t/utils/40walk.t with 5.6 (Reini Urban) - Add $op->_parent method as fallback to our parent method since 5.21.2.
2015-08-15Updated devel/p5-B-Hooks-Parser to 0.16mef2-3/+3
2015-08-15Update 0.13 to 0.16mef2-6/+6
------------------- 0.16 2015-07-28 05:55:58Z - no changes since trial release 0.15 2015-07-22 16:17:48Z (TRIAL RELEASE) - restore the prototype of hook_parser_setup() for the C interface - restore B::Hooks::Parser::Install::Files, lost since version 0.13 0.14 2015-07-22 02:16:31Z (TRIAL RELEASE) - fix segfaults on clang by defining PERL_NO_GET_CONTEXT (thanks, Vincent Pit! closes github #1, #2, RT#94463)
2015-08-15Updated wm/i3 to 4.10.3nros2-3/+3
2015-08-15Update i3 to version 4.10.3.nros2-7/+6
Release notes: Bugfixes: * serialize con_id with %p in run_binding() (For FreeBSD) * ignore InputHint when not in WM_HINTS (fixes e.g. mupdf focus) * disable physically disconnect RandR outputs * initialize workspace rect to the output's upon creation * userguide: quoted strings need to be used, escaping isn’t possible * mkdirp: do not throw an error if directory exists (fixes layout loss for in-place restarts) * i3bar: fix freeing static strings
2015-08-15Fix NetBSD and Ruby 2.2 hardcoded lines.ryoon1-4/+4
Thank you joerg@.
2015-08-14Updated net/dnstop to 20140915leot2-3/+3
2015-08-14Update net/dnstop to dnstop-20140915, based on patches from Benedek Gergelyleot3-7/+26
via pkgsrc-users@. ok by wiz@. Changes: 2014/09/12 Duane Wessels Added 'new-gtlds' filter, which includes only queries for names ending with one of the new (2013/2014) generic TLDs. This may be useful to find hosts/servers using internal names which may collide with new gTLDs once they become active. If you use short (not fully qualified) names internally you may be uknownlying relying on root (or other) name servers to return NXDOMAIN for them. If so, "you're gonna have a bad time." Along with this new feature, TLD lists are now hashed in the code for faster lookups. 2012/11/30 Duane Wessels Added more entries to the table of known query type names (HINFO, AFSDB, PX, SSHFP, NSEC3, NSEC3PARAM, TLSA, DLV). 2012/10/15 Duane Wessels The 'refused' filter only works on responses, which are not processed by default. Now, if the 'refused' filter is specified, dnstop will automatically process responses and ignore queries. 2012/06/11 Duane Wessels Added "qtype-any" filter for displaying ANY queries which are now fashionable in DNS based attacks. 2011/05/02 Duane Wessels Anand Buddhev pointed out that LDFLAGS= is missing from Makefile.in. Also updated known_tlds.h. 2011/01/27 Duane Wessels Fixed some portability bugs (OpenBSD, gmake 3.82) and other minor bugs. Added a feature (-n option) to restrict counting to a given query name. 2011/01/05 Duane Wessels Found a fixed a few problems after spending some quality time looking at the code. 1) Hash table performance was terrible and has been improved. The hash table size is now configurable via command line option. 2) Some things were double-counted when both -Q and -R were given. 3) Added cumulative percentage totals to the tables 4) Added -X option to disable the source+queryname tables, which could consume a lot of memory. 5) Imported "inX_addr" mini-library for storing IPv4/IPv6 addresses. 2010/12/27 Duane Wessels Fixed a bug where if stdout was a TTY but stdin was not a TTY, then dnstop would enter a loop on keyboard input and consume 100% CPU. Now it checks that stdin is a TTY as well.