summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-29Sort.dholland1-4/+4
2015-12-29Sort and remove duplicates.dholland1-8/+7
2015-12-29Sort.dholland8-4186/+4186
2015-12-29Sort.dholland4-11/+11
2015-12-29Drop checksum for nonexistent patch.dholland3-6/+3
2015-12-29Updated multimedia/adobe-flash-plugin11 to 11.2.202.559tsutsui1-1/+2
2015-12-29Update adobe-flash-plugin11 to 11.2.202.559.tsutsui2-11/+11
Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb16-01.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: December 28, 2015 Vulnerability identifier: APSB16-01 CVE number: CVE-2015-8459, CVE-2015-8460, CVE-2015-8634, CVE-2015-8635, CVE-2015-8636, CVE-2015-8638, CVE-2015-8639, CVE-2015-8640, CVE-2015-8641, CVE-2015-8642, CVE-2015-8643, CVE-2015-8644, CVE-2015-8645, CVE-2015-8646, CVE-2015-8647, CVE-2015-8648, CVE-2015-8649, CVE-2015-8650, CVE-2015-8651 Platform: All Platforms
2015-12-29pkglint.dholland2-7/+6
2015-12-29Use canonical relative path.dholland1-2/+2
2015-12-29pkglintdholland2-3/+5
2015-12-29Whitespace.dholland61-266/+266
2015-12-29pkglint, and (ahem) fix previous.dholland3-9/+10
2015-12-29Use canonical relative paths.dholland1-3/+3
2015-12-29pkglintdholland3-10/+10
2015-12-29Add patch comments.dholland6-11/+24
2015-12-29Fix missing/broken rcsids.dholland82-76/+162
2015-12-29Fix broken rcsid.dholland1-1/+1
2015-12-29pkglintdholland1-3/+5
2015-12-29Add missing cvs tag.dholland2-2/+4
2015-12-29Sort.dholland1-5164/+5164
2015-12-29note addition of math/pcgagc1-1/+2
2015-12-29Add pcg version 0.94 to the packages collectionagc6-1/+81
The PCG family of Random Number Generators combines properties not previously seen together in the same generation scheme: + It's really easy to use, and yet its very flexible and offers powerful features (including some that allow you to perform silly party tricks). + It's very fast, and can occupy very little space. + It has small code size. + It's performance in statistical tests is excellent (see the PCG paper for full details). + It's much less predictable and thus more secure than most generators. + It's open source software, with a permissive license (the Apache license).
2015-12-29Removed leading whitespace in variable assignment (found by pkglint)rillig1-2/+2
2015-12-29hylafaxdholland1-1/+2
2015-12-29Modernize rc scripts, for PR 18681. Add hfaxd.sh, faxq.sh; removedholland4-37/+45
hylafax.sh.
2015-12-28Add LICENSE.leot1-1/+2
2015-12-28Updated audio/mp3diags to 1.2.02adam1-1/+2
2015-12-28Changes 1.2.02:adam3-31/+7
- integrated changes from 1.3.01: - fixed incorrect message occurring some times when start after a crash - better logging and retries for write errors - added offset to the output created via the command line - fixed crash caused by saving very small images - build fix - disabled Discogs integration
2015-12-28Updated converters/librevenge to 0.0.3nb1ryoon1-1/+2
2015-12-28Restore -lboost_system to librevenge's pc file. Bump PKGREVISIONryoon3-2/+15
This fixes converters/libabw build at least.
2015-12-28Added graphics/wm-icons version 0.4.0tsutsui1-1/+2
2015-12-28Import wm-icons 0.4.0 as graphics/wm-icons.tsutsui11-1/+2699
The Window Manager Icons is an efficient icon distribution designed to be standardized and configurable. Includes several themed icon sets, a template icon set to help building new themed icon sets, scripts and configurations for several window managers. Closes my PR pkg/50545 assuming "approved by silence."
2015-12-28Updated math/py-pandas to 0.17.1wiz1-1/+2
2015-12-28Update py-pandas to 0.17.1.wiz3-18/+120
0.17.1 This is a minor bug-fix release from 0.17.0 and includes a large number of bug fixes along several new features, enhancements, and performance improvements. We recommend that all users upgrade to this version. Highlights include: Support for Conditional HTML Formatting, see here Releasing the GIL on the csv reader & other ops, see here Fixed regression in DataFrame.drop_duplicates from 0.16.2, causing incorrect results on integer values (GH11376) 0.17.0 This is a major release from 0.16.2 and includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. We recommend that all users upgrade to this version. Highlights include: Release the Global Interpreter Lock (GIL) on some cython operations, see here Plotting methods are now available as attributes of the .plot accessor, see here The sorting API has been revamped to remove some long-time inconsistencies, see here Support for a datetime64[ns] with timezones as a first-class dtype, see here The default for to_datetime will now be to raise when presented with unparseable formats, previously this would return the original input. Also, date parse functions now return consistent results. See here The default for dropna in HDFStore has changed to False, to store by default all rows even if they are all NaN, see here Datetime accessor (dt) now supports Series.dt.strftime to generate formatted strings for datetime-likes, and Series.dt.total_seconds to generate each duration of the timedelta in seconds. See here Period and PeriodIndex can handle multiplied freq like 3D, which corresponding to 3 days span. See here Development installed versions of pandas will now have PEP440 compliant version strings (GH9518) Development support for benchmarking with the Air Speed Velocity library (GH8361) Support for reading SAS xport files, see here Documentation comparing SAS to pandas, see here Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see here Display format with plain text can optionally align with Unicode East Asian Width, see here Compatibility with Python 3.5 (GH11097) Compatibility with matplotlib 1.5.0 (GH11111)
2015-12-28Update to 1.4.38mef2-7/+7
---------------------- - 1.4.38 - 2015-12-05 * [stat-cache] fix handling of collisions, might have returned wrong data (fixes #2669) * [core] allocate at least 4k buffer for incoming data * [core] fix search for header end if split across chunks (fixes #2670) * [core] check configparserAlloc() result with force_assert * [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero if available (thx loganaden) * [core] don't buffer request bodies smaller than 64k on disk * add force_assert for many allocations and function results * [mod_secdownload] use a hopefully constant time comparison to check hash (fixes #2679) * [config] check config option scope; warn if server option is given in conditional * [core] revert increase of temp file size back to 1MB, provide a configure option "server.upload-temp-file-size" instead (fixes #2680) * [core] add '~' to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART encoding * [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #2661, thx gstrauss) * [mod_secdownload] add required algorithm option; old behaviour available as "md5", new options "hmac-sha1" and "hmac-sha256" * [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691, thx Kyle J. McKay) * [network] add darwin-sendfile backend (fixes #2687, thx Kyle J. McKay) * [core] show correct crypt support result (fixes #2690, thx Kyle J. McKay)
2015-12-28Updated devel/boost-headers to 1.60.0nb1ryoon1-1/+2
2015-12-28Add workaround for NetBSD 7.99 and 7. Fix converters/librevenge buildryoon3-6/+16
Bump PKGREVISION of devel/boost-headers.
2015-12-28Fix name of the flag variable in rc.d script. From ISIHARA Takanori inbsiegert2-3/+4
PR pkg/50595.
2015-12-28Updated lang/perl5 to 5.22.1adam1-1/+2
2015-12-28PKGREVISION removed after updating lang/perl5 to 5.22.1adam1-2/+1
2015-12-28Changes 5.22.1:adam3-9/+10
Several bugs, including a segmentation fault, have been fixed with the bounds checking constructs (introduced in Perl 5.22) \b{gcb}, \b{sb}, \b{wb}, \B{gcb}, \B{sb}, and \B{wb}. All the \B{} ones now match an empty string; none of the \b{} ones do. * Module::CoreList has been upgraded from version 5.20150520 to 5.20151213. * PerlIO::scalar has been upgraded from version 0.22 to 0.23. * POSIX has been upgraded from version 1.53 to 1.53_01. * Storable has been upgraded from version 2.53 to 2.53_01. * warnings has been upgraded from version 1.32 to 1.34. * Win32 has been upgraded from version 0.51 to 0.52.
2015-12-28Add dependency on adwaita-icon-theme if using gtk3. Fixes PR pkg/50268.bsiegert2-3/+4
Bump pkgrevision.
2015-12-28Updated converters/librevenge to 0.0.3adam1-1/+2
2015-12-28librevenge 0.0.3adam1-16/+0
- SVG generator: fix the center of rotation. - Remove bashism in configure (libwpd#5). - Fix some syntax errors in documentation. - Text generator: handle footnotes and endnotes. - Improve performance of RVNGPropertyListVector::append() and RVNGBinaryData::append(). - Fix several crashes or hangs when reading broken OLE2 or Zip files, found with the help of american-fuzzy-lop. - Fix build with boost 1.59 (libwpd#6). - Handle table:number-columns-repeated and table:number-rows-repeated in all spreadsheet generators. - CSV generator: handle rows with uneven number of columns correctly. - CSV generator: ignore empty rows at the end. - Several minor improvements and fixes.
2015-12-28librevenge 0.0.3adam3-30/+7
- SVG generator: fix the center of rotation. - Remove bashism in configure (libwpd-5). - Fix some syntax errors in documentation. - Text generator: handle footnotes and endnotes. - Improve performance of RVNGPropertyListVector::append() and RVNGBinaryData::append(). - Fix several crashes or hangs when reading broken OLE2 or Zip files, found with the help of american-fuzzy-lop. - Fix build with boost 1.59 (libwpd-6). - Handle table:number-columns-repeated and table:number-rows-repeated in all spreadsheet generators. - CSV generator: handle rows with uneven number of columns correctly. - CSV generator: ignore empty rows at the end. - Several minor improvements and fixes.
2015-12-28Update net/scamper to 20141211a. From maintainer in PR pkg/50138.bsiegert3-8/+9
From https://rommie.caida.org/pipermail/scamper-announce/2015-August/000003.html * provide the ability for scamper's control socket to bind to a specific address. this allows external systems to contact and drive scamper processes. a more secure solution will follow in a month or two. * when converting the source port of a control socket client to a string, print it in host byte order rather than network byte order * add a TBT (too-big-trick) option to ping, use it in sc_speedtrap. a simple optimisation to send up to M packets to get N fragmented responses. * if an input list to sc_speedtrap contains the same IP address twice, ignore the duplicate address, rather than crash later. * use a quicksort with a 3-way partition. will make scamper more efficient in many places. * add sc_warts2csv for samknows * fix sc_tracediff so that it doesn't crash if the two warts files being compared traceroute to different sets of addresses. reported by Job Snijders.
2015-12-28go-tools and darkstat updatebsiegert1-1/+3
2015-12-28Update darkstat to 3.0.719. From Bartosz Kuzma in PR pkg/50113.bsiegert2-7/+7
v3.0.719 (24 May 2015) - Implement tracking of remote ports: shows which ports the host is making outgoing connections to. Long time feature request. - Bugfix: when the capture interface goes down, exit instead of busy-looping forever. - Fix "clock error" due to machine reboot. - SIGUSR1 now resets the time and bytes reported on the graphs page. - Account for all IP protocols. - Change the default ports_max to only twice the default ports_keep.
2015-12-28Update go-tools to 1.5. cover and vet are no longer in the tools subdirectorybsiegert3-21/+36
as they are now delivered with the main Go release as well. From David Bariod via email to pkgsrc-users.
2015-12-28Updated multimedia/x264-devel to 20151227adam2-3/+3