summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-23Update to 6.0.0:wiz2-6/+6
6.0.0: * Support Berkeley DB 6.0.x. * HEADS UP: If you are using "bsddb3._bsddb" in your code, for example for exceptions, change it to "bsddb3._db". * Print test working directory when running the testsuite. You can control it using "TMPDIR" environment variable. Defaults to "/tmp/z-Berkeley_DB/". * Support for "DB_EVENT_REP_AUTOTAKEOVER_FAILED" event. * Support for "DB_REPMGR_ISVIEW", "DB_DBT_BLOB", "DB_LOG_BLOB", "DB_STREAM_READ", "DB_STREAM_WRITE" and "DB_STREAM_SYNC_WRITE" flags. * Some DB_SEQUENCE function signatures changed in Berkeley DB 6.0.x. * Erratic behaviour of "DBEnv->rep_elect()" because a typo. * The testsuite prints Python bitness (32/64). * Tests compatible with hash randomization, default in Python 3.3. See http://bugs.python.org/issue13703 . * Errors when trying to calculate the length of a DB were masked, and an unuseful and unrelated exception was raised. * Code cleanup since pybsddb is not in the Python 3.x stdlib anymore, and the version in Python 2.6/2.7 is being maintained separately. * Improvements to documentation generation.
2013-10-23+ Mesa-9.2.2, MesaLib-9.2.2, calibre-1.7, glu-9.2.2, parallel-20131022,wiz1-6/+7
popa3d-1.0.3.
2013-10-22add patch from upstream to fix information leak through outs instructiondrochner3-3/+25
emulation (CVE-2013-4368) bump PKGREV
2013-10-22icecast updatesdrochner1-1/+3
2013-10-22update to 2.3.1drochner2-6/+6
changes: added support for WebM streams, Opus approved by The Maintainer
2013-10-22update to 2.3.3drochner5-28/+25
changes: -fixed 3 security issues: -Improved HTTPS cipher handling and added support for chained certificates -Allow the source password to be undefined -Prevent error log injection of control characters by substituting non-alphanumeric characters with a '.' (CVE-2011-4612) -Bugfixes -Sources can now be authenticated via URL, like listeners -XSL update pkgsrc change: don't set the "chroot" flag in the installed sample config file -- this configuration doesn't work without further work because the web server misses its data files in the sandbox approved by The Maintainer
2013-10-22Fix following problem for X11_TYPE= (undefined), NetBSD/amd64 6.1.2.mef1-1/+2
dsimple.c:117:14: error: 'XCB_CONN_CLOSED_MEM_INSUFFICIENT' undeclared Adds following constraint. +BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.9 Thanks wiz@.
2013-10-22Disable optimisation on OSX, as a workaround for QTBUG-5986.jperkin1-1/+6
2013-10-22Updated www/libmicrohttpd to 0.9.31adam2-3/+3
2013-10-22Note update of the "ffmpeg2theora" package to version 0.29nb1.tron1-1/+2
2013-10-22Use the shared libraries provided by "ffmpeg2" package.tron3-3/+21
2013-10-22Prevent to regenerate of man pages. PR pkg/48331.obache1-1/+6
configure script will be modified automatically by pkgsrc framework, but man pages will be generated with package version and release date, they will be pulled from configure script. Prevent the behavior by syncing time stamp of configure with man/REL, it contains package version and released date from configure script.
2013-10-22Changes 0.9.31:adam3-15/+16
* Fixing build issues on OS X with CLOCK_MONOTONIC not being implemented on OS X. * Make libmicrohttpd play nicely with upcoming libgcrypt 1.6.0. * Improved configure checks for cURL. * Signal connection termination as OK (and not as ERROR) if the stream was terminated by the callback returning MHD_CONTENT_READER_END_OF_STREAM. Also, release response mutex before calling the termination callback, to avoid possible deadlock if the client destroys the response in the termination callback (due to non-recursiveness of the lock). * Adding #define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN. * Also pass MHD connection handle in URI log callback. * Improved check for proper OpenSSL version for libmicrospdy. * Set IPV6_V6ONLY socket option correctly when IPv6 is enabled (MHD_USE_IPv6) but not dual stack (MHD_USE_DUAL_STACK).
2013-10-22Updated www/neon to 0.30.0wiz2-3/+3
2013-10-22Update to 0.30.0:wiz3-8/+11
Changes in release 0.30.0: * Interface changes: - none, API and ABI backwards-compatible with 0.27.x and later * New interfaces and features: - ne_ssl.h: added ne_ssl_clicert_import, ne_ssl_context_get_flag - ne_session.h: added ne_set_addrlist2 - ne_socket.h: added ne_addr_canonical - ne_auth.h: added NE_AUTH_GSSAPI_ONLY, NE_AUTH_SSPI (Nathanael Rensen) - ne_basic.h: added NE_CAP_EXT_MKCOL options test - ne_request.h: support chunked bodies with negative length passed to ne_set_request_body_provider (Julien Reichel) * Bug fixes: - ne_path_escape: fix excessive memory allocation (Pierre Crokaert) - SSPI auth: use canonical server hostname, clear SSPI context after successful auth (Nathanael Rensen) - build fixes for Open Watcom compiler (NormW) - fix Win32 error code handling for local ne_sock_prebind bind failure - Win32: support LFS, thread-safe OpenSSL (Diego Santa Cruz) - GnuTLS: fix GnuTLS 3.x support (Matthias Petschick, Bartosz Brachaczek)
2013-10-22Updated converters/libvisio to 0.0.31wiz2-3/+3
2013-10-22Update to 0.0.31: changes undocumented.wiz3-9/+23
2013-10-22Updated textproc/libexttextcat to 3.4.3wiz2-3/+3
2013-10-22Update to 3.4.3:wiz2-6/+6
changes undocumented.
2013-10-22Add "ffmpeg2" include and library pathes to the compiler and linkertron1-1/+5
flags and make sure that the ".pc" files appear at a useful location.
2013-10-22Typokhorben1-2/+2
2013-10-22Note update of mail/roundcube package to 0.9.5.taca1-1/+2
2013-10-22Update roundcube to 0.9.5. This release contains fix for CVE-2013-6172.taca3-10/+10
RELEASE 0.9.5 ------------- - Fix failing vCard import when email address field contains spaces (#1489386) - Fix default spell-check configuration after Google suspended their spell service - Fix vulnerability in handling _session argument of utils/save-prefs (#1489382) - Fix iframe onload for upload errors handling (#1489379) - Fix address matching in Return-Path header on identity selection (#1489374) - Fix text wrapping issue with long unwrappable lines (#1489371) - Fixed mispelling: occured -> occurred (#1489366) - Fixed issues where HTML comments inside style tag would hang Internet Explorer - Fix setting domain in virtualmin password driver (#1489332) - Hide Delivery Status Notification option when smtp_server is unset (#1489336) - Display full attachment name using title attribute when name is too long to display (#1489320) - Fix attachment icon issue when rare font/language is used (#1489326) - Fix expanded thread root message styling after refreshing messages list (#1489327) - Fix issue where From address was removed from Cc and Bcc fields when editing a draft (#1489319) - Fix error_reporting directive check (#1489323) - Fix de_DE localization of "About" label in Help plugin (#1489325)
2013-10-21Improve.wiz1-7/+5
2013-10-21Updated lang/gcc48 to 4.8.2adam2-3/+4
2013-10-21Changes 4.8.2:adam4-14/+15
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.1 relative to previous releases of GCC.
2013-10-21Updated shells/lshell to 0.9.16gls1-1/+2
2013-10-21Update shells/lshell to 0.19.6gls3-10/+19
Upstream changes: ----------------- === v0.9.16 14/08/2013 === * Added support to login script. Thank you Laurent Debacker for the patch. * Fixed auto-complete failing with "-" * Fixed bug where forbidden commands still execute if strict=1 * Fixed auto-completion complete of forbidden paths * Fixed wrong parsing &, | or ; characters * Added urandom function definition for python 2.3 compat * Corrected env variable expansion * Add support for cd command in aliases * Split lshellmodule in multiple files under the lshell directory * Fixed check_secure function to ignore quoted text * Fixed multiple spaces escaping forbidden filtering * Fixed log file permissions 644 -> 600 * Added possibility to override config file option via command-line * Enabled job control when executing command * Code cleanup === v0.9.15.2 08/05/2012 === * Corrected mismatch in aliaskey variable.
2013-10-21-this needs gtk3 rather than gtk2drochner2-9/+4
-this doesn't need libglade/libgnome/libgnomeui The former one fixes the build, thus no PKGREV bump.
2013-10-21Updated sysutils/fabric to 1.8.0gls1-1/+2
2013-10-21Updated sysutils/fabric to 1.8.0gls3-7/+9
pkgsrc changes: --------------- FETCH_USING=curl, pypi serves files over https now. upstream changes: ----------------- 1.8.0 2013-09-20 [Feature] #910: Added a keyword argument to rsync_project to configure the default options. Thanks to @moorepants for the patch. [Support] #984: Make this changelog easier to read! Now with per-release sections, generated automatically from the old timeline source format. [Feature] #931: Allow overriding of abort behavior via a custom exception-returning callable set as env.abort_exception. Thanks to Chris Rose for the patch.
2013-10-21Updated devel/p5-Scalar-List-Utils to 1.35sno1-1/+2
2013-10-21Updating package for CPAN distribution for Scalar-List-Utils insno2-16/+14
devel/p5-Scalar-List-Utils from 1.31 to 1.35. pkgsrc changes: - updating URI's & co - removing pkgviews stuff (removed from generator) Upstream changes: 1.35 -- Sat Oct 19 01:35 UTC 2013 * Added List::Util::product() * Ensure that List::Util::{any,all,none,notall} return PL_sv_{yes,no} * Implement reduce() and first() even in the absence of MULTICALL 1.34 -- Wed Oct 16 13:04 UTC 2013 * Avoid C99/C++-style comments in XS code * Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t * Neater documentation examples of other functions that can be built using reduce 1.33 -- Sun Oct 13 01:35 UTC 2013 * Added any, all, none, notall list reduction functions (inspired by List::MoreUtils) 1.32 -- Sun Aug 31 23:48 UTC 2013 * Skip pairmap()'s MULTICALL implementation 5.8.9 / 5.10.0 as it doesn't work (RT87857) * Comment on the fact that package "0" is defined but false (RT88201) * TODO test in t/readonly.t now passes since 5.19.3 (RT88223)
2013-10-21Updated devel/p5-Module-CoreList to 3.00sno1-1/+2
2013-10-21Updating CPAN distribution Module-CoreList in devel/p5-Module-CoreList fromsno2-8/+8
2.96 to 3.00. pkgsrc changes: - updating URI's & co Upstream changes: 3.00 - Updated for v5.19.5 - exported %delta - fixed bug in is_core(): it was naively assuming a linear sequence of releases, rather than the tree with multiple branches. 2.99 Fri Sep 20 2013 - Updated for v5.19.4 - fixed Module::Build core deprecation - changes_between now has the same API as all other functions - added is_core() which returns true if a module is/was core in a specific version of Perl. Can optionally specify minimum version of the module. 2.98 Wed Aug 21 2013 - Prepared for v5.19.4 2.97 Tue Aug 20 2013 - Updated for v5.19.3
2013-10-21Updated devel/p5-Hash-MoreUtils to 0.04sno1-1/+2
2013-10-21Updating package for CPAN distribution Hash-MoreUtils from 0.02 to 0.04.sno3-13/+11
pkgsrc changes: - URI's etc. updated ... Upstream changes: 0.04 2013-10-04 - add slice_map family - Changes reformatted as per CPAN::Changes::Spec 0.03 2013-09-07 - Add documentation about intended behaviour of slice* when no list given (fixing RT#77429 and RT#57095), thanks to Titi Ala'ilima and Bernhard Graf - Changes reformatted as per CPAN::Changes::Spec - Move to GitHub.com
2013-10-21Updated devel/p5-File-ConfigDir to 0.008sno1-1/+2
2013-10-21Updating package for CPAN module File-ConfigDir in devel/p5-File-ConfigDirsno2-9/+11
from 0.007 to 0.008. pkgsrc changes: - adjust some URI's for download and homepage - generated by Packager::Utils Upstream changes: 0.008 2013-10-19 - introduce pluggable dir sources - add developer requires for runs from repository clones
2013-10-21Updated devel/p5-CPAN to 2.0000sno1-1/+2
2013-10-21Updating package for CPAN distribution CPAN in devel/p5-CPAN from 1.9800nb2sno2-12/+21
to 2.0000 (Upstream 2.00). PkgSrc changes: - include recommended depencies - update generated by Packager::Utils Upstream changes: 2013-04-12 Andreas Koenig <k@UX31A> * release 2.00 (at Lancester #QA2013) * Removed the trial status for the release in the Makefile.PL * Merge with App::Cpan 0.61 (just a version number change) 2013-02-06 k <k@k83.linux.bogus> * release 2.00-TRIAL * import App::Cpan 0.60_02 from brian d foy * RT#82589 doc fix thanks to Zefram * several portability fixes for 5.6.2 * RT#83042 workaround for current circular dependency in CPANPLUS and CPANPLUS::Dist::Build 2012-10-16 Andreas Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> * release 1.99_51 * RT #79969: fix incompatibilities with VMS (Craig Berry) * bugfix: distroprefs of type pl/args were dropped for 'perl Build.PL' * RT #73742: watch build_dirs and react calmly when one has gone lost
2013-10-21Added devel/sdcc3 version 3.3.0ryoon2-3/+3
2013-10-21Add sdcc3ryoon1-1/+2
2013-10-21Import sdcc-3.3.0 as devel/sdcc3.ryoon16-0/+1719
SDCC is a Free ware , retargettable, optimizing ANSI-C compiler. The current version targets Intel 8051 based MCUs, it can be retargetted for other 8 bit MCUs or PICs. The entire source code for the compiler is distributed under GPL. SDCC used ASXXXX & ASLINK a Free ware, retargettable assembler & linker. HTML docs are in work/*/doc. Note I added a patch from sailer@ife.ee.ethz.ch "asxxxx.diff" for making firmware for the Anchor EZUSB chips. This package tracks sdcc 3.x branch.
2013-10-21Added time/dateutils version 0.2.5wiz1-1/+2
2013-10-21+ dateutilswiz1-1/+2
2013-10-21Import dateutils-0.2.5 as time/dateutils.wiz4-0/+70
Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data. Dateutils commands are prefixed with a `d` but otherwise resemble known unix commands for reasons of intuition. The only exception being `strptime` which is analogous to the libc function of the same name.
2013-10-21Add lrzipfhajny1-1/+2
2013-10-21Added archivers/lrzip version 0.616fhajny1-1/+2
2013-10-21Import lrzip-0.616 as archivers/lrzip.fhajny6-0/+95
Compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2).