Commit graph

204443 commits

Author SHA1 Message Date
fhajny
4753abb2cd 2013.07.25, Version 0.10.15 (Stable)
* 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-26 09:34:05 +00:00
is
cac6ce3315 Don't overwrite shlib.pl with the really old version from files/ .
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-26 09:29:34 +00:00
kleink
4ce5b0b7e4 Updated www/py-werkzeug to 0.9.3.
Updated www/py-werkzeug-docs to 0.9.3.
2013-07-26 09:17:13 +00:00
kleink
e726f9ea91 Update py-werkzeug and py-werkzeug-docs to 0.9.3.
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-26 09:16:00 +00:00
schmonz
ae937b7ddf Provide slightly more correct upgrade instructions. 2013-07-25 16:32:20 +00:00
wen
859d9ee063 Updated devel/py-pip to 1.4 2013-07-25 15:13:22 +00:00
wen
1565ce77cd Update to 1.4
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-25 15:11:59 +00:00
wen
f7a73eca34 Updated www/p5-PSGI to 1.102 2013-07-25 14:48:42 +00:00
wen
026bde0838 Update to 1.102
Upstream changes:
1.102 Wed Jul 24 13:12:28 PDT 2013
      - Add psgix.cleanup extension
2013-07-25 14:43:45 +00:00
darcy
80af86c621 Bump PKGREVISION for previous commit to force package rebuild without
the dependency.
2013-07-25 14:37:25 +00:00
darcy
3400c74aeb Remove dependency on Apache. While this package requires a web server to
be useful, it does not need a specific one and can build without one.
2013-07-25 14:36:23 +00:00
wen
d77f1d7822 Updated devel/p5-App-cpanminus to 1.6932 2013-07-25 14:36:22 +00:00
wen
58f0b1c368 Update to 1.6932
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-25 14:32:33 +00:00
wen
9da9ca8015 Updated security/p5-Crypt-IDEA to 1.10 2013-07-25 13:59:24 +00:00
wen
1f2dd1a0af Update to 1.10
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-25 13:57:39 +00:00
wen
f31ae12c8e Updated security/p5-Crypt-DES to 2.07 2013-07-25 13:49:10 +00:00
wen
16e3e9201d Update to 2.07
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-25 13:47:31 +00:00
degroote
1b97a756b5 Handle more properly the imapfilter github master repository 2013-07-25 13:25:08 +00:00
degroote
3f075aa39d Proper handling of github repository for lua-gi
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-25 13:05:18 +00:00
wiz
f9021a6f7f Updated security/libgcrypt to 1.5.3 2013-07-25 11:52:12 +00:00
wiz
5bad43e40b Update to 1.5.3:
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-25 11:51:59 +00:00
wiz
b7fbf027b5 Updated security/gnupg to 1.4.14 2013-07-25 11:50:59 +00:00
wiz
57a5404b0c Update to 1.4.14:
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-25 11:50:45 +00:00
he
e8c853862d Note update of sysutils/munin-node to 1.3.2nb15. 2013-07-25 11:42:06 +00:00
he
ab432cfe42 Add an entropy monitoring script for NetBSD. This script needs to run
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-25 11:41:25 +00:00
drochner
23e23616ee g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
wiz
bc031d63f5 Update scrotwm status. 2013-07-25 08:43:53 +00:00
ryoon
083a875c4c Remove unused distinfo files.
Noticed by wiz@, thank you.
2013-07-25 08:36:37 +00:00
wiz
01526b4f84 Set MAINTAINER per request on pkgsrc-users. 2013-07-25 08:30:58 +00:00
wiz
13cac72823 Fix checksum for patch-src_perl_tabbed (hi morr) 2013-07-25 08:28:36 +00:00
wiz
fdf038d57e Remove patch that was merged into patch-ac 2013-07-25 08:26:41 +00:00
wiz
98c03f3407 regen 2013-07-25 08:25:26 +00:00
wiz
4603909348 Sync distinfo with mplayer.
Probably should have PKGREVISION reset when mplayer was updated, but now
it's too late.
2013-07-25 08:23:04 +00:00
wiz
807762e893 Remove obsolete patches after 2.6 update (hi joerg) 2013-07-25 08:21:16 +00:00
jperkin
2cae4f82b8 Updated pkgtools/mksandbox to 1.3 2013-07-24 22:16:42 +00:00
jperkin
be6bed6b44 mksandbox-1.3:
- 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-24 22:16:26 +00:00
shattered
a8b10e439d Unbreak build w/newer Xorg 2013-07-24 21:15:54 +00:00
richard
40dc91ae22 fix to claws-mail to build on systems without flock (namely SunOS) 2013-07-24 20:11:40 +00:00
drochner
22790664f4 claws-mail update 2013-07-24 16:17:27 +00:00
drochner
2a15879266 as in sysutils/duplicity, add a "gnupg2" option which makes that
gnupg2 is used rather than gnupg1 (off per default)
2013-07-24 16:17:02 +00:00
drochner
f9cd200fc8 remove discontinued claws-mail plugins 2013-07-24 15:32:48 +00:00
drochner
7fd91ff7f4 sync claws-mail plugins with base pkg 2013-07-24 15:29:21 +00:00
drochner
470db8b431 update to 3.9.2
many fixes and feature improvements, too much to list here
2013-07-24 15:26:11 +00:00
drochner
883920cc69 mention updates 2013-07-24 11:26:21 +00:00
drochner
f1f5af693e update to 1.8.15
changes:
-Google Reader migration feature
-bugfixes
2013-07-24 11:25:42 +00:00
drochner
56b915f4c3 update to 0.2.8
changes:
-bugfixes, minor improvements
-added i18n
-added magnatune plugin
-flickr plugin not built per default due to new dependencies
2013-07-24 11:22:59 +00:00
drochner
d5718d53ea sync w/ base pkg 2013-07-24 11:20:00 +00:00
drochner
d55b91a660 update to 0.2.6
changes:
-bugfixes, minor improvements
-added i18n
2013-07-24 11:18:57 +00:00
drochner
3fe703ba08 update to 1.0.17
changes:
-Plotting uses cairo (and is antialised) by using updated GtkExtra
-Improvements to line plots including autoscaling the y axis by default
-PDF export
-Lots of of fixes and other minor improvements all over
2013-07-24 11:15:55 +00:00
drochner
0f446ba216 sync w/ base pkg 2013-07-24 11:13:56 +00:00