summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26Fix build under GNU/kFreeBSD.ryoon1-2/+6
2013-07-26Fix build on at least SunOS by pointing to real OpenSSL.fhajny1-1/+3
2013-07-26Updated pkgtools/bootstrap-mk-files to 20130727ryoon1-1/+2
2013-07-26Add (Debian) GNU/kFreeBSD port.ryoon9-6/+1113
Similar to GNU/Linux. Bump bootstrap-mk-files to 20130727.
2013-07-26Updated lang/nodejs to 0.10.15fhajny1-1/+2
2013-07-262013.07.25, Version 0.10.15 (Stable)fhajny3-313/+306
* src: fix process.getuid() return value (Ben Noordhuis) 2013.07.25, Version 0.10.14 (Stable), fdf57f811f9683a4ec49a74dc7226517e32e6c9d * uv: Upgrade to v0.10.13 * npm: Upgrade to v1.3.5 * os: Don't report negative times in cpu info (Ben Noordhuis) * fs: Handle large UID and GID (Ben Noordhuis) * url: Fix edge-case when protocol is non-lowercase (Shuan Wang) * doc: Streams API Doc Rewrite (isaacs) * node: call MakeDomainCallback in all domain cases (Trevor Norris) * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
2013-07-26Don't overwrite shlib.pl with the really old version from files/ .is2-299/+2
Fixes PR 48067 by Matthias Kretschmer. Tests: Backported to 2013Q1, it passes "make test" on NetBSD/i386 6.1, the PR submitter's quick test as well as the PR submitter's extended application that triggered the PR.
2013-07-26Updated www/py-werkzeug to 0.9.3.kleink1-1/+3
Updated www/py-werkzeug-docs to 0.9.3.
2013-07-26Update py-werkzeug and py-werkzeug-docs to 0.9.3.kleink2-6/+6
Version 0.9.3 ------------- (bugfix release, released on July 25th 2013) - Restored beahvior of the ``data`` descriptor of the request class to pre 0.9 behavior. This now also means that ``.data`` and ``.get_data()`` have different behavior. New code should use ``.get_data()`` always. In addition to that there is now a flag for the ``.get_data()`` method that controls what should happen with form data parsing and the form parser will honor cached data. This makes dealing with custom form data more consistent.
2013-07-25Provide slightly more correct upgrade instructions.schmonz1-3/+3
2013-07-25Updated devel/py-pip to 1.4wen1-1/+2
2013-07-25Update to 1.4wen3-10/+178
Upstream changes: 1.4 (2013-07-23) BACKWARD INCOMPATIBLE pip now only installs stable versions by default, and offers a new --pre option to also find pre-release and development versions. (Pull #834) BACKWARD INCOMPATIBLE Dropped support for Python 2.5. The minimum supported Python version for pip 1.4 is Python 2.6. Added support for installing and building wheel archives. Thanks Daniel Holth, Marcus Smith, Paul Moore, and Michele Lacchia (Pull #845) Applied security patch to pip's ssl support related to certificate DNS wildcard matching (http://bugs.python.org/issue17980). To satisfy pip's setuptools requirement, pip now recommends setuptools>=0.8, not distribute. setuptools and distribute are now merged into one project called 'setuptools'. (Pull #1003) pip will now warn when installing a file that is either hosted externally to the index or cannot be verified with a hash. In the future pip will default to not installing them and will require the flags -allow-external NAME, and -allow-insecure NAME respectively. (Pull #985) If an already-downloaded or cached file has a bad hash, re-download it rather than erroring out. (Issue #963). pip bundle and support for installing from pybundle files is now considered deprecated and will be removed in pip v1.5. Fixed a number of issues (#413, #709, #634, #602, and #939) related to cleaning up and not reusing build directories. (Pull #865, #948) Added a User Agent so that pip is identifiable in logs. (Pull #901) Added ssl and -user support to get-pip.py. Thanks Gabriel de Perthuis. (Pull #895) Fixed the proxy support, which was broken in pip 1.3.x (Pull #840) Fixed issue #32 - pip fails when server does not send content-type header. Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872). "Vendorized" distlib as pip.vendor.distlib (https://distlib.readthedocs.org/). Fixed git VCS backend with git 1.8.3. (Pull #967)
2013-07-25Updated www/p5-PSGI to 1.102wen1-1/+2
2013-07-25Update to 1.102wen2-7/+6
Upstream changes: 1.102 Wed Jul 24 13:12:28 PDT 2013 - Add psgix.cleanup extension
2013-07-25Bump PKGREVISION for previous commit to force package rebuild withoutdarcy1-2/+2
the dependency.
2013-07-25Remove dependency on Apache. While this package requires a web server todarcy1-2/+1
be useful, it does not need a specific one and can build without one.
2013-07-25Updated devel/p5-App-cpanminus to 1.6932wen1-1/+2
2013-07-25Update to 1.6932wen2-6/+6
Upstream changes: 1.6932 2013-07-24 15:28:05 PDT [Bug Fixes] - Stop scanning .pm files for root installdeps target (e.g. carton apps) 1.6931 2013-07-24 14:50:59 PDT [Bug Fixes] - Use (patched) Parse::PMFile to parse packages and versions from current directory rather than Module::Metadata from blib. - Fixes a bug where install.json has bogus file path in provides - Honor no_index metadata when scanning provides from .pm files - no_index fatscript.pm since fatpacks bunch of external modules 1.6930 2013-07-24 13:46:10 PDT [Bug Fixes] - Fixed fatscript.pm being stripped, causing issues with Metadata inspection - Bumped Module::CPANfile 1.6929 2013-07-24 11:45:48 PDT [New Features] - Include App/cpanminus/fatscript.pm which is exactly the same content as cpanm. This allows both calling .pm as a script or reading the content to call with Scriptlet, which would also make fatpacking cpanm (in another program!) easier. - Removed the Share dir feature added in 1.6928 in favor of fatscript 1.6928 2013-07-23 14:10:20 PDT [New Features] - Installs cpanm executable to share dir for App-cpanminus, so that other applications can run the specific version of cpanm without relying on user's $PATH or shebang 1.6927 2013-07-23 00:44:53 PDT [New Features] - Add experimental --cpanfile option to specify alternate cpanfile location 1.6926 2013-07-20 09:02:39 PDT [Incompatible Changes] - Log messages are printed to STDOUT rather than STDERR, except errors. - --scandeps are now deprecated. Only in the documentation for now. [Bug Fixes] - Fixes a bug in printing "Expiring directories" 1.6925 2013-07-19 22:07:21 PDT [Bug Fixes] - Ignore leading/trailing spaces in PERL_CPANM_OPT #288 (ribasushi) - Stop checking dependencies with --scandeps mode #286 (tazle) [Improvements] - Mask passwords in URI when printing them in terminal and log files #281 (xdg, thaljef) - Added link to App::cpanminus::reporter #284 (garu) [New Features] - Added experimental --cpanmetadb option #279 (xdg) 1.6924 2013-07-16 11:36:56 PDT [Bug Fixes] - Sort MetaCPAN API results based on date (older one wins) to work around the issue with Crixa-0.01 (https://github.com/CPAN-API/cpan-api/issues/274) [Improvements] - Document --with-develop - Document fixes (oalders, garu) - Added Perl::Strip for develop deps if you'd like to build fatpacked binary
2013-07-25Updated security/p5-Crypt-IDEA to 1.10wen1-1/+2
2013-07-25Update to 1.10wen3-25/+6
Upstream changes: 1.09 - Tue 23 Jul '13 made SvUPGRADE a statement corrected VERSION statement fixed _idea.c for Strawberry (No upstream changelog for 1.10)
2013-07-25Updated security/p5-Crypt-DES to 2.07wen1-1/+2
2013-07-25Update to 2.07wen3-25/+6
Upstream changes: In release 2.06, SvUPGRADE was changed to a statement. In release 2.07, a minor bug in META.yml was fixed.
2013-07-25Handle more properly the imapfilter github master repositorydegroote2-10/+10
2013-07-25Proper handling of github repository for lua-gidegroote2-10/+10
Force the use of curl to download through https Don't pollute ${DISTDIR} with terrible name such as ${VERSION}.tar.gz Should fix pkg/48083
2013-07-25Updated security/libgcrypt to 1.5.3wiz1-1/+2
2013-07-25Update to 1.5.3:wiz2-6/+6
Noteworthy changes in version 1.5.3 (2013-07-25) ------------------------------------------------ * Mitigate the Yarom/Falkner flush+reload side-channel attack on RSA secret keys. See <http://eprint.iacr.org/2013/448>.
2013-07-25Updated security/gnupg to 1.4.14wiz1-1/+2
2013-07-25Update to 1.4.14:wiz3-33/+6
Noteworthy changes in version 1.4.14 (2013-07-25) ------------------------------------------------- * Mitigate the Yarom/Falkner flush+reload side-channel attack on RSA secret keys. See <http://eprint.iacr.org/2013/448>. * Fixed IDEA for big-endian CPUs * Improved the diagnostics for failed keyserver lockups. * Minor bug and portability fixes.
2013-07-25Note update of sysutils/munin-node to 1.3.2nb15.he1-1/+2
2013-07-25Add an entropy monitoring script for NetBSD. This script needs to runhe3-3/+43
as root, so you need a ${SYSCONFDIR}/munin/plugin-conf.d/entropy file with [entropy] user root as contents to get any values. And... at the same time, I notice that the postfix_mailqueue script also needs a postfix plugin-conf.d file with [postfix_mailqueue] user postfix as contents to get any values. Bump PKGREVISION.
2013-07-25g/c stale files, from wizdrochner20-127/+2
2013-07-25Update scrotwm status.wiz1-3/+3
2013-07-25Remove unused distinfo files.ryoon12-60/+0
Noticed by wiz@, thank you.
2013-07-25Set MAINTAINER per request on pkgsrc-users.wiz1-3/+2
2013-07-25Fix checksum for patch-src_perl_tabbed (hi morr)wiz1-2/+2
2013-07-25Remove patch that was merged into patch-acwiz1-13/+0
2013-07-25regenwiz2-4/+4
2013-07-25Sync distinfo with mplayer.wiz1-1/+3
Probably should have PKGREVISION reset when mplayer was updated, but now it's too late.
2013-07-25Remove obsolete patches after 2.6 update (hi joerg)wiz2-38/+0
2013-07-24Updated pkgtools/mksandbox to 1.3jperkin1-1/+2
2013-07-24mksandbox-1.3:jperkin2-12/+21
- Add /usr/sfw to SunOS mount dirs, required for certain binaries on newer releases. - Mount proper instances of /dev and /dev/fd on SunOS rather than relying on devfsadm and ucblinks, the latter of which does not exist on newer releases. - Do not create /var/games if the games user does not exist.
2013-07-24Unbreak build w/newer Xorgshattered3-3/+20
2013-07-24fix to claws-mail to build on systems without flock (namely SunOS)richard2-1/+20
2013-07-24claws-mail updatedrochner1-1/+2
2013-07-24as in sysutils/duplicity, add a "gnupg2" option which makes thatdrochner4-5/+45
gnupg2 is used rather than gnupg1 (off per default)
2013-07-24remove discontinued claws-mail pluginsdrochner11-124/+1
2013-07-24sync claws-mail plugins with base pkgdrochner22-306/+86
2013-07-24update to 3.9.2drochner9-43/+86
many fixes and feature improvements, too much to list here
2013-07-24mention updatesdrochner2-5/+10
2013-07-24update to 1.8.15drochner3-9/+8
changes: -Google Reader migration feature -bugfixes