summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-07Add hack for build failure with native X11 on NetBSD 7.x and -current,dholland1-0/+22
the symptom being that ftttdrv.h (from freetype2) is not found. It turns out that native X11 doesn't install ftttdrv.h for some reason (probably an oversight) but that the lack is easily compensated because the whole file contains only two substantive lines, neither of which appears to be especially important. PR 50902.
2016-03-06slightly better shm_open check fixdbj2-9/+8
2016-03-06Apply upstream patch to make the CVS tests pass again. While here,schmonz3-5/+27
uncomment a maintainer make target to find where REPLACE_PERL might be needed, and remove one that's no longer needed. (No change to the installed package, so no PKGREVISION bump.)
2016-03-06+ afl-2.06b, gnome-chemistry-utils-0.14.11, iso-codes-3.66,wiz1-4/+21
libconfuse-3.0, libpagemaker-0.0.3, openssh-7.2, p5-CGI-4.27, p5-Class-Method-Modifiers-2.12, p5-Crypt-ECB-2.00, p5-Date-Manip-6.53, p5-File-Which-1.21, pkg-config-0.29.1, py-cryptography-1.2.3, py-radare2-0.10.1, py-test-2.9.0, py-tortoisehg-3.7.2, py-virtualenv-15.0.0, scummvm-1.8.0, transmission-2.91, x264-devel-20160305.
2016-03-06Update Mac::SystemDirectory to 0.06.bsiegert2-8/+7
0.06 2011-02-12 16:00 - Detect correct target Mac OS version in tests (cross-compilation), patch by Mark Dootson (RT #65573) 0.05 2011-02-02 11:00 - Use correct macros on Mac OS X 10.5 and 10.5, reported by Mark Dootson (RT #65366)
2016-03-06Updated net/py-dns[3] to 1.12.0adam2-4/+5
2016-03-06Changes 1.12.0:adam4-16/+18
* The test system can now run the tests without requiring dnspython to be installed. * The 64-bit version of Python on Windows has sys.maxint set to 2^31-1, yet passes 2^63-1 as the "unspecified bound" value in slices. This is a bug in Python as the documentation says the unspecified bound value should be sys.maxint. We now cope with this. * When reading from a masterfile, if the first content line started with leading whitespace, we raised an ugly exception instead of doing the right thing, namely using the zone origin as the name. * Added dns.zone.to_text() convenience method. * The /etc/resolv.conf setting "options rotate" is now understood by the resolver. If present, the resolver will shuffle the nameserver list each time dns.resolver.query() is called. Thanks to underrun for the patch. Note that you don't want to add "options rotate" to your /etc/resolv.conf if your system's resolver library does not understand it. In this case, just set resolver.rotate = True by hand. * Escaping of Unicode has been corrected. Previously we escaped and then converted to Unicode, but the right thing to do is convert to Unicode, then escape. Also, characters > 0x7f should NOT be escaped in Unicode mode. * dns.rdtypes.ANY.DNSKEY now has helpers functions to convert between the numeric form of the flags and a set of human-friendly strings. * RRSIGs did not respect relativization settings in to_text(). * dns/rdtypes/IN/APL.py: The APL from_wire() method did not accept an rdata length of 0 as valid. * dns/ipv6.py: Add is_mapped() * dns/reversename.py: Lookup IPv6 mapped IPv4 addresses in the v4 reverse namespace. * dns/zone.py: Do not put back an unescaped token. This was causing escape processing for domain names to break. * dns/message.py: Making a response didn't work correctly if the query was signed with TSIG and we knew the key. * dns/query.py: Fix problems with the IXFR state machine which caused long diffs to fail.
2016-03-06Mention recent package updatesbsiegert2-3/+4
2016-03-06Update Net::Amazon::S3 to 0.80.bsiegert2-12/+10
- avoid 409 Conflict when running 01api.t - use README.md for tests - The non-arrayref forms of enum and duck_type have been deprecated - Fix some warnings about line endings from perl critic, add a missing abstract to DeleteMultipleObjects. - Merge fix for calculate of etags. - Merge multipart upload aborting change. - Fixed for enums in recent versions of Moose. - Moose 2.1100 deprecates the non-arrayref form of enum. - Fixed the bug with listing multipart uploaded files - Added a test case demonstrating how listing a bucket fails when trying to list a multipart-uploaded file - Added support for cache-control header - Add documentation for server-side encryption - Support server side encryption - adding support for multipart upload aborting - Allow 'value' property to be ScalarRef - fix synopsis for s3cl sync_up
2016-03-06Updated net/py-netaddr version 0.7.18adam1-1/+2
2016-03-06Changes 0.7.18:adam4-21/+27
* cidr_merge() algorithm is now O(n) and much faster. * nmap target specification now fully supported including IPv4 CIDR prefixes and IPv6 addresses.
2016-03-06Updated www/py-django to 1.9.4; www/py-django-cms to 3.2.2; and other ↵adam2-3/+19
django-related packages
2016-03-06Changes 2.0.4:adam3-28/+105
Python 3.x support. Bug fixes.
2016-03-06Changes 0.4.1:adam3-24/+9
Minor fixes
2016-03-06Changes 1.0.0:adam3-14/+17
Unknown
2016-03-06Changes 2.9.0:adam3-16/+14
Unknown
2016-03-06Changes 0.2.0:adam6-29/+36
Unknown
2016-03-06Changes 0.1.1:adam3-14/+17
Unknown
2016-03-06Changes 0.4.0:adam3-14/+14
Unknown
2016-03-06Changes 0.3.0:adam3-14/+14
Unknown
2016-03-06Changes 1.0:adam3-17/+29
Unknown
2016-03-06Changes 3.2.2:adam3-60/+64
Substantial "under-the-hood" improvements to the page tree resulting in significant reduction of page-tree reloads and generally cleaner code Update jsTree version to 3.2.1 with slight adaptions to the Pagetree Improve the display and useability of the language menu, especially in cases where there are many languages Documentation improvements Add support for django-reversion 1.10+ (required for Django 1.9). Add placeholder name to the edit tooltip. Add attr['is_page']=True to CMS Page navigation nodes. Add Django and Python versions to debug bar info tooltip.
2016-03-06Changes 0.8.3:adam3-8/+68
Fixed build
2016-03-06Changes 0.9.0:adam2-7/+7
Added Changelog Added support for Django 1.9 Added support for Python 3.5
2016-03-06Changes 1.1.0:adam3-9/+13
Unknown
2016-03-06Changes 1.10.0:adam3-11/+16
- Django 1.9 compatibility - Added spanish (argentina) translation - Minor bugfixes and tweaks
2016-03-06Changes 0.7.2:adam3-14/+8
Unknown
2016-03-06Django 1.9.4 fixes a regression on Python 2 in the 1.9.3 security release ↵adam3-189/+279
where utils.http.is_safe_url() crashes on bytestring URLs.
2016-03-06Fix shared library name on Darwinadam1-1/+10
2016-03-06Updated net/bftpd to 4.4nros1-1/+2
2016-03-06Updated bftpd to version 4.4.nros2-8/+10
Build with "on the fly" gzip compression since it's mentioned in DESCR. Changelog: 4.4 - Fixed potential buffer overflow when expanding symbolic link file names. 4.3 - Clarified license (COPYING file) - Fixed compiler warning with regards to pointer-to-integer cast. 4.2 - Improved user checking code to avoid locking out valid users from the system. (Thanks to Lauri Kasanen for reporting this bug and supplying a patch.) 4.1 - Added checks to crypt() calls to prevent operating on NULL pointer. (Thanks to Lauri Kasanen for reporting this bug.) 4.0 - Added patch from Thomas Cort to make Bftpd compile on NetBSD. 3.9 - Adjusted Makefile to allow for easy access to non-default compiler options. Alternative compiler can be used by running "make CC=compilername". - Zhenbo Xu reported several potential memory bugs which could cause Bftpd if the operating system is out of memory. Also reported a memory leak. Checks are now in place to prevent crashes and the memory leak has been plugged. - Added MINIX-specific configuration file which should allow Bftpd to run smoothly and without additional configuration on MINIX. - Merged MINIX porting code into mainline Bftpd so we can work with one, unified code base. 3.8 - Fixed bug in user tracking which could result in corrupted times on 64-bit systems. - When Bftpd is compiled with a "prefix" (which is the default behaviour) the Bftpd will check both /etc/bftpd.conf AND PREFIX/etc/bftpd.conf when trying to find its configuration file. This should avoid requiring the admin to pass the location of the config file on the command line.
2016-03-06Switch to dynamically-linked shelladam3-7/+37
2016-03-06Updated graphics/py-Pillow to 3.1.1; databases/sqlite3 to 3.11.1; lang/tcl ↵adam1-1/+7
to 8.6.5; x11/tk to 8.6.5
2016-03-06Changes 8.6.5:adam20-207/+216
Bug fixes.
2016-03-06Changes 3.11.1:adam6-21/+21
Improvements to the Makefiles and build scripts used by VisualStudio. Fix an FTS5 issue in which the 'optimize' command could cause index corruption. Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file. Increase the maximum "scope" value for the spellfix1 extension from 6 to 30.
2016-03-06tweak check for shm_open. Fixes build on darwindbj2-7/+14
2016-03-06Changes 3.1.1adam2-7/+7
- Fixed an integer overflow in Resample.c causing writes in the Python heap. - Fixed a buffer overflow in PcdDecode.c causing a segfault when opening PhotoCD files. CVE-2016-TBD - Fixed a buffer overflow in FliDecode.c causing a segfault when opening FLI files. CVE-2016-0775 - Fixed a buffer overflow in TiffDecode.c causing an arbitrary amount of memory to be overwritten when opening a specially crafted invalid TIFF file. CVE-2016-0740
2016-03-06Update Class-Method-Modifiers to 2.12.bsiegert2-8/+7
2.12 2016-03-04 22:12:15Z - minor documentation tweaks
2016-03-06Updated multimedia/gmplayer to 1.3.0ryoon1-1/+2
2016-03-06Update to 1.3.0ryoon1-5/+5
* Sync with mplayer-1.3.0
2016-03-05Add ffmpeg3 and ffplay3ryoon1-1/+3
2016-03-05Updated net/youtube-dl to 20160301leot1-1/+2
2016-03-05Update net/youtube-dl to 2016.03.01.leot4-11/+62
pkgsrc changes: o Add a patch in order to also honor ffmpeg[23] and ffprobe[23]. Noticed by Adrien Fernandes. Changes: 2016.03.01: [webofstories] Tolerate malforder og:title (Closes #8417) [zdf] Ignore hls manifests that use https (closes #8665) [mdr] Fix extraction (Closes #8702) [rtve.es:live] Fix extraction [*] other misc bug fixes and improvements 2016.02.27: [xfileshare] Add support for powerwatch (Closes #8628) [facebook] Support mobile URLs (closes #8638) [uStudio] Add new extractor [space] Remove extractor (Closes #8662) - Now uses ooyala embed [vidzi] Fix extraction [videomega] Fix extraction (closes #7606) [bokecc] Add new extractor (#2336) [imdb] Recognize 1080p formats (Closes #8677) [tnaflixnetwork:embed] Add extractor [dplay] add support for it.dplay.com and dplay.dk [dplay] Add support for dplay.no [*] other misc bug fixes and improvements
2016-03-05Conflicts with archivers/arc.youri1-1/+3
2016-03-05prevent building the package with 9.5; pgbench now shipped with -clienttnn1-1/+8
2016-03-05file updatedbsiegert2-3/+3
2016-03-05Update file to 5.25.bsiegert3-29/+7
2015-09-16 9:50 Christos Zoulas <christos@zoulas.com> * release 5.25 2015-09-11 13:25 Christos Zoulas <christos@zoulas.com> * add a limit to the length of regex searches 2015-09-08 9:50 Christos Zoulas <christos@zoulas.com> * fix problems with --parameter (Christoph Biedl) 2015-07-11 10:35 Christos Zoulas <christos@zoulas.com> * Windows fixes PR#466 (Jason Hood) 2015-07-09 10:35 Christos Zoulas <christos@zoulas.com> * release 5.24 2015-06-11 8:52 Christos Zoulas <christos@zoulas.com> * redo long option encoding to fix off-by-one in 5.23 2015-06-10 13:50 Christos Zoulas <christos@zoulas.com> * release 5.23 2015-06-09 16:10 Christos Zoulas <christos@zoulas.com> * Fix issue with regex range for magic with offset * Always return true from mget with USE (success to mget not match indication). Fixes mime evaluation after USE magic * PR#459: Don't insert magic entries to the list if there are parsing errors for them. 2015-06-03 16:00 Christos Zoulas <christos@zoulas.com> * PR#455: Add utf-7 encoding 2015-06-03 14:30 Christos Zoulas <christos@zoulas.com> * PR#455: Implement -Z, look inside, but don't report on compression * PR#454: Fix allocation error on bad magic. 2015-05-29 10:30 Christos Zoulas <christos@zoulas.com> * handle MAGIC_CONTINUE everywhere, not just in softmagic 2015-05-21 14:30 Christos Zoulas <christos@zoulas.com> * don't print descriptions for NAME types when mime. 2015-04-09 15:59 Christos Zoulas <christos@zoulas.com> * Add --extension to list the known extensions for this file type Idea by Andrew J Roazen 2015-02-14 12:23 Christos Zoulas <christos@zoulas.com> * Bump file search buffer size to 1M. 2015-01-09 14:35 Christos Zoulas <christos@zoulas.com> * Fix multiple issues with date formats reported by Christoph Biedl: - T_LOCAL meaning was reversed - Arithmetic did not work Also stop adjusting daylight savings for gmt printing. 2015-01-05 13:00 Christos Zoulas <christos@zoulas.com> * PR#411: Fix memory corruption from corrupt cdf file.
2016-03-05Updated editors/emacs24 to 24.5nb9gson1-1/+3
Updated editors/emacs24-nox11 to 24.5nb1
2016-03-05Bump PKGREVISION due to changes in the shared emacs24 code.gson1-1/+2
2016-03-05Don't call printf from a signal handler. Fixes emacs bug#22790.gson3-3/+129
Changes back-ported from emacs-25.0.92. Bump PKGREVISION.