summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-06update to 3.0.25drochner2-6/+6
changes: --bugfixes -added an OCSP function
2012-11-06add the patchdrochner1-0/+14
2012-11-06avoid namespace conflict of the "uuid_create" function used internallydrochner2-2/+4
here with a system provided one eg in NetBSD, lead to application crashes
2012-11-06update to 2.4.33drochner3-9/+7
changes: bugfixes
2012-11-06update to 2.34.1drochner3-10/+115
this switches to the new release branch
2012-11-06sync w/ base pkgdrochner2-7/+7
2012-11-06update to 0.14.1drochner6-50/+112
this switches to a new release branch
2012-11-06update to 3.4.2drochner4-13/+45
changes: -bugfixes -translation updates
2012-11-06update to 1.1drochner4-76/+16
many fixes and improvements
2012-11-06update to 2.0.4drochner9-81/+48
changes: -minor feature additions -buffixes -build system updates -switched to libmusicbrainz5
2012-11-06add 2 patches from upstream:drochner3-3/+112
1e92e5235ded0415d555aa86066b8e4041ee5a53 and 4757cdf73d3675478d645a3ec8250ba02168a230 to fix integer overflow, leading to heap-based buffer overflow in the ppm image reader (CVE-2012-4433) bump PKGREV
2012-11-06Updated audio/pulseaudio to 2.1nb1ryoon1-1/+2
2012-11-06Bump PKGREVISION.ryoon2-2/+11
Add buildlink dependency to json-c and xorg libraries.
2012-11-06Don't include x11 in PKG_SUGGESTED_OPTIONS.gdt2-4/+6
This change makes pari, by default, not depend on fltk. pari is an indirect dependency of the perl module system, and thus should be minimal.
2012-11-05Updated net/knot to 1.1.1pettai1-1/+2
2012-11-05v1.1.1 - Oct 31, 2012pettai4-12/+56
--------------------- Bugfixes: * Fixed assertion failing when asking directly for a wildcard name. v1.1.1-rc1 - Oct 23, 2012 ------------------------- Bugfixes: * Crash after IXFR in certain cases when adding RRSIG in an IXFR. * Fixed behaviour when incoming IXFR removes a zone cut. Previously occluded names now become properly visible. Previously lead to a crash when the server was asked for the previously occluded name. * Fixed handling of zero-length strings in text zone dump. Caused the compilation to fail. * Fixed TSIG algorithm name comparison - the names should be in canonical form. * Fixed handling unknown RR types with type less than 251. Features: * Improved compression of packets. Out-of-zone dnames present in RDATA were not compressed. * Slave zones are now automatically refreshed after startup. * Proper response to IXFR/UDP query (returns SOA in Authority section).
2012-11-05Fix PR pkg/47160ryoon1-1/+4
Readd checksum for enigmail distfile.
2012-11-05'head -c' isn't portable, use 'cut -c' instead. Only a single line is beingjperkin2-4/+4
parsed so they should be equivalent.
2012-11-05Explain which versions are crufty, normal, and bleeding edge.gdt6-7/+24
(Thanks to Tim Larson for advice on wording.)
2012-11-05New package: mailsortreed1-1/+2
2012-11-05New package: mailsortreed4-0/+38
mailsort is a perl script that sorts mbox format (single file) mail folders by the dates in the `From ' lines that separate mail messages in each folder.
2012-11-05Add .include "../../devel/zlib/buildlink3.mk"abs1-2/+2
Needed on at least CentOS 6.3
2012-11-05Note update of net/dhcpd-pools to 2.16nb2.he1-1/+2
2012-11-05Extend the patch to src/getdata.c, so that the return value ofhe3-6/+42
posix_fadvise() is checked instead of testing the value of errno after the function has been called. This should make this program work also on netbsd-5. Bump PKGREVISION.
2012-11-05update to 0.10.6drochner3-8/+8
from the changelog: - many bug fixes that where found with Coverity - The following CVE fixes where backported: CVE-2012-2796, CVE-2012-2775, CVE-2012-2772, CVE-2012-2776, CVE-2012-2779, CVE-2012-2787, CVE-2012-2794, CVE-2012-2800, CVE-2012-2802, CVE-2012-2801, CVE-2012-2786, CVE-2012-2798, CVE-2012-2793, CVE-2012-2789, CVE-2012-2788, CVE-2012-2790, CVE-2012-2777, CVE-2012-2784 - hundreads of other bug fixes, some possibly security relevant, see the git log for details.
2012-11-05add patch from Redhat bug #871700 to fix a possible buffer overflowdrochner3-2/+37
due to integer overflow in the ppm2tiff cmd line tool (CVE-2012-4564) bump PKGREV
2012-11-04Updated graphics/cairo-gobject to 1.12.8wiz1-1/+2
2012-11-04Follow cairo update to 1.12.8.wiz1-3/+4
Clean up a bit of pkglint while here.
2012-11-04Add comments to patches.wiz4-7/+24
2012-11-04Describe xcb.wiz1-0/+1
2012-11-04Updated graphics/cairo to 1.12.8wiz1-1/+2
2012-11-04Update to 1.12.8:wiz5-204/+6
Release 1.12.8 (2012-11-24 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== Another couple of weeks and a few more bugs have been found and fixed, it is time to push the next point release. Many thanks to everyone who reported their issues and helped us track down the bugs and helped testing the fixes. Bug fixes --------- Expand the sanity checking for broken combinations of XSendEvent and ShmCompletionEvent. Notice that "The X.Org Foundation" sometimes also identifies itself as "The Xorg Foundation". Handle various ages of libXext and its Shm headers. Fix the invalid clipping of the source drawable when using SHM transport to upload images. https://bugs.freedesktop.org/show_bug.cgi?id=56547 Handle all Type1 postscript operators for better font compatibility. https://bugs.freedesktop.org/show_bug.cgi?id=56265 Fix a couple of memory leaks in Type1 font subsetting https://bugs.freedesktop.org/show_bug.cgi?id=56566 Tighten the evaluation of the start/stop pen vertices, and catch a few instances where we would use a fan instead of a bevel. https://bugs.freedesktop.org/show_bug.cgi?id=56432 Fix assumption that geometric clipping always succeeds with the span-compositor. https://bugs.freedesktop.org/show_bug.cgi?id=56574 Fix call to spline intersection when evaluating whether a stoke is visible. Remember to copy inferior sources when using SHM to readback the surface for use as a source.
2012-11-04Force use of "openssl" package from pkgsrc under NetBSD 5.* and oldertron1-1/+8
to fix the build. As the "fetchmail" package doesn't provide any shared libraries this shouldn't cause problems caused by mixing two versions of OpenSSL.
2012-11-04Updated net/nsd to 3.2.14pettai1-1/+2
2012-11-04NSD 3.2.14pettai2-6/+6
Features: * TCP writev support. Bugfixes: * Fix build on OpenBSD (thanks Oliver Peter). * Prioritize notify sender for requesting XFR (thanks Ilya dBakulin). * Fix crash in zonec if TXT string too long (thanks Ilya Bakulin). * tzset before chroot for correct timezone (thanks Camiel Dobbelaar). * Fix --disable-full-prehash bug when nsdc patch happens while ixfr too, it did not rehash the new database. * Bugfix #464: Conditionally define MAXHOSTNAMELEN.
2012-11-04Note update of tex-texlive-docindex{,-doc}.minskim1-1/+3
2012-11-04Update tex-texlive-docindex{,-doc} to 2012.28163.minskim4-14/+14
Changes: - Added pkxcjkcat, bohr, plainpkg, pkuthss, ulthese, exsheets, uptex, actuarialangle, setdeck, venndiagram, mkbib, etc. - Removed presfull.
2012-11-04Added security/py-Des version 2.0.1pettai1-1/+2
2012-11-04Added py-Despettai1-1/+2
2012-11-04This is a pure python implementation of the DES encryption algorithm.pettai4-0/+37
It is in pure python to avoid portability issues, since most DES implementations are programmed in C (for performance reasons). Triple DES class is also implemented, utilising the DES base. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key. See the "About triple DES" section below more info on this algorithm. The code below is not written for speed or performance, so not for those needing a fast des implementation, but rather a handy portable solution ideal for small usage.
2012-11-04Remove javascript from supported options, as noted by Mayuresh onwiz1-2/+2
pkgsrc-users.
2012-11-04Correct typo. Noted by Bug Hunting.morr2-4/+4
2012-11-04Updated pkgtools/pkg_summary-utils to 0.59.0cheusov1-1/+2
2012-11-04Update to version 0.59.0cheusov4-11/+19
pkg_update_src_summary has been completely reimplemented and now works dramatically faster if files under mk/ directory were not changed since previous update. pkg_src_summary: - PLIST field gathering was significantly speeded-up - Fix. Option -p works correctly with non-empty PSS_SLAVES - Fix. If -A is applied, -m is always enabled for recursive runs. - Minor fix for -m. - New option -F was added - Minor fixes for PLIST and ALLDISTFILES - PSS_PPERS was completely removed cvs_checksum: - checksums of CVS files are output by default pkg_digger: - pkg_digger_backend has been renamed to pkg_digger_summary, man page was added for pkg_digger_summary - new search backend pkg_digger_installed pkg_list_all_pkgs: - new options -a and -d were added New utility makefiles2deps was added. A lot of new regression tests, updates for man pages, minor code clean-ups
2012-11-04Updated devel/p5-Tree-DAG_Node to 1.07wen1-1/+2
2012-11-04Update to 1.07wen2-7/+7
Upstream changes: 1.07 Thu Nov 1 12:47:00 2012 - New maintainer: Ron Savage - Pre-emptive apologies for any changes which are not back-compat. No such problems are expected, but the introduction of new methods may disconcert some viewers. - Fix RT#78858, reported by Gene Boggs. Audit code for similar problems. - Fix RT#79506. reported by Ron Savage. - Rename ChangeLog to CHANGES, and add Changelog.ini. - Replace all uses of cyclicity_fault() and Carp::croak with die. - Remove unused methods: decommission_root(), cyclicity_allowed(), cyclicity_fault(), inaugurate_root(), no_cyclicity() and _update_links(). OK - cyclicity_fault() was called once. It just died. - Add methods: format_node(), hashref2string(), is_root(), node2string(), tree2string(). tree2string($opts, $node) - unlike draw_ascii_tree() - can optionally print the tree starting at any node. Override format_node(), hashref2string(), and node2string() if desired. - Reformat the POD big-time. - Add Build.PL. - Re-write Makefile.PL. - Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our ...'. - Rename t/00_about_verbose.t to t/about.perl.t. - Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into an infinite loop. - Add t/cut.and.paste.subtrees.t. Warning: Some trees get into an infinite loop. - Document the options (discouraged by Sean) supported in the call to new($hashref).
2012-11-04Updated time/p5-DateTime-TimeZone to 1.53wen1-1/+2
2012-11-04Update to 1.53wen2-7/+6
Upstream changes: 1.53 2012-11-03 - This release is based on version 2012i of the Olson database. This release includes contemporary changes for Cuba. 1.52 2012-10-31 - This release is based on version 2012h of the Olson database. This release includes contemporary changes for Brazil, Israel, and Jordan. 1.51 2012-10-18 - This release is based on version 2012g of the Olson database. This release includes contemporary changes for Palestine and Samoa. 1.50 2012-09-16 - In scalar context, DateTime::TimeZone->names_in_category returned an arrayref containing an arrayref (rather than _just_ an arrayref). Reported by Ed Shrock. RT #76791. - The DateTime::TimeZone->names_in_category claimed that it returned names based on the population of the zone. I don't think this was ever true, but this data is definitely not part of the current Olson database. Reported by Ed Shrock. RT #76792. However, the DateTime::TimeZone->names_in_country method does preserve the order specified in the Olson database, which is sort of based on population and geography. This method is probably the best choice for presenting a list of names to end user. 1.49 2012-09-13 - This release is based on version 2012f of the Olson database. This release includes contemporary changes for Fiji. 1.48 2012-08-03 - This release is based on version 2012e of the Olson database. This release includes contemporary changes for Fakaofo. 1.47 2012-07-19 - This release is based on version 2012d of the Olson database. This release includes contemporary changes for Morocco.
2012-11-04Updated converters/p5-Unicode-Normalize to 1.16wen1-1/+2
2012-11-04Update to 1.16wen2-7/+6
Upstream changes: 1.16 Sun Nov 4 17:23:03 2012 - XSUB: use PERL_NO_GET_CONTEXT (see perlguts) (see [rt.cpan.org #80312]) 1.15 Sun Sep 23 10:43:14 2012 - perl 5.11.0 or later: Install to 'site' instead of 'perl' (see [rt.cpan.org #79801])