Commit graph

185217 commits

Author SHA1 Message Date
hans
abe586da64 Make this build on SunOS 5.11. 2012-04-18 17:47:22 +00:00
gdt
b27b03eb28 Update to 0.8.2.
New in Version 0.8.2

  Branches netbsd-6, netbsd-6-0 and netbsd-5-1 are supported.

New in Version 0.8.1

  INSTALL-NetBSD now installs the tests set, in NetBSD 5, and the
  modules set, to be in NetBSD 6.
2012-04-18 16:39:49 +00:00
pettai
c666392da9 Updated net/nsd to 3.2.10 2012-04-18 11:45:37 +00:00
ryoon
1d77e653de Updated www/apache24 to 2.4.2 2012-04-18 11:28:01 +00:00
ryoon
f96d50841d Update to 2.4.2
* Disable mod_proxy_html explicitly.

Changes with Apache 2.4.2

  *) SECURITY: CVE-2012-0883 (cve.mitre.org)
     envvars: Fix insecure handling of LD_LIBRARY_PATH that could lead to the
     current working directory to be searched for DSOs. [Stefan Fritsch]

  *) mod_slotmem_shm: Honor DefaultRuntimeDir [Jim Jagielski]

  *) mod_ssl: Fix crash with threaded MPMs due to race condition when
     initializing EC temporary keys. [Stefan Fritsch]

  *) mod_proxy: Add the forcerecovery balancer parameter that determines if
     recovery for balancer workers is enforced. [Ruediger Pluem]

  *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]

  *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
     [Petter Berntsen <petterb gmail.com>]

  *) mod_sed: Don't define PATH_MAX to a potentially undefined value, causing
     compile problems on GNU hurd. [Stefan Fritsch]

  *) core: Add ap_runtime_dir_relative() and DefaultRuntimeDir.
     [Jeff Trawick]

  *) core: Fix breakage of Listen directives with MPMs that use a
     per-directory config. PR 52904. [Stefan Fritsch]

  *) core: Disallow directives in AllowOverrideList which are only allowed
     in VirtualHost or server context. These are usually not prepared to be
     called in .htaccess files. [Stefan Fritsch]

  *) core: In AllowOverrideList, do not allow 'None' together with other
     directives. PR 52823. [Stefan Fritsch]

  *) mod_slotmem_shm: Support DEFAULT_REL_RUNTIMEDIR for file-based shm.
     [Jim Jagielski]

  *) core: Fix merging of AllowOverrideList and ContentDigest.
     [Stefan Fritsch]

  *) mod_request: Fix validation of the KeptBodySize argument so it
     doesn't always throw a configuration error. PR 52981 [Eric Covener]

  *) core: Add filesystem paths to access denied / access failed messages
     AH00035 and AH00036. [Eric Covener]

  *) mod_dumpio: Properly handle errors from subsequent input filters.
     PR 52914. [Stefan Fritsch]

  *) Unix MPMs: Fix small memory leak in parent process if connect()
     failed when waking up children.  [Joe Orton]

  *) "DirectoryIndex disabled" now undoes DirectoryIndex settings in
     the current configuration section, not just previous config sections.
     PR 52845. [Eric Covener]

  *) mod_xml2enc: Fix broken handling of EOS buckets which could lead to
     response headers not being sent. PR 52766. [Stefan Fritsch]

  *) mod_ssl: Properly free the GENERAL_NAMEs. PR 32652. [Kaspar Brand]

  *) core: Check during config test that directories for the access
     logs actually exist. PR 29941. [Stefan Fritsch]

  *) mod_xml2enc, mod_proxy_html: Enable per-module loglevels.
     [Stefan Fritsch]

  *) mod_filter: Fix segfault with AddOutputFilterByType. PR 52755.
     [Stefan Fritsch]

  *) mod_session: Sessions are encoded as application/x-www-form-urlencoded
     strings, however we do not handle the encoding of spaces properly.
     Fixed. [Graham Leggett]

  *) Configuration: Example in comment should use a path consistent
     with the default configuration. PR 52715.
     [Rich Bowen, Jens Schleusener, Rainer Jung]

  *) Configuration: Switch documentation links from trunk to 2.4.
     [Rainer Jung]

  *) configure: Fix out of tree build using apr and apr-util in srclib.
     [Rainer Jung]
2012-04-18 11:27:01 +00:00
pettai
d990291d7b NSD 3.2.10
Bugfixes:

* Bugfix #421: Truncate pidfile on shutdown, before unlink.
* Bugfix #423: Fix slow zone transfer processing due to
  'Fix is_existing flag for ENT' bugfix.
* Bugfix #430: Fix segfault when MAX_INTERFACES set to more than 65K.
* Fix configure.ac strptime check for gcc 4.6.2, acx_nlnetlabs.m4 update

NSD 3.2.9

Features:

* Minimize responses to reduce truncation: NSD will only add optional
  records to the authority and additional sections when the response size
  does not exceed the minimal response size.
* The minimal response size is 512 (no-EDNS), 1480 (EDNS/IPv4),
  1220 (EDNS/IPv6), or the advertized EDNS buffer size if that is smaller
  than the EDNS default.
* The feature is enabled by default. You can disable it by configuring NSD
  with --disable-minimal-responses.
* Less NSEC3 prehashing. This will make NSD handle zone transfers faster,
  but will decrease the performance of NXDOMAIN and wildcard NODATA responses.
  Full prehashing is enabled by default. If you want less NSEC3 prehashing,
  configure NSD with --disable-full-prehash. Thanks Secure64 for the patch.

Bugfixes:

* Bugfix #302: nsd accepts XFR but refuses to re-read the slave zone.
* Bugfix #365: set patch style and zonec verbose for nsdc.
* First step of bug #369: RRSIG DNSKEY sets zone to be treated DNSSEC.
* Bugfix #375: typos in nsd.conf.5.
* Bugfix #381: Binary escaped and transfers.
* Bugfix #397: Don't allow relative domain names as origin in $INCLUDE
  directives.
* Fix printout of IPSECKEY by nsd-patch.
* Fix is_existing flag for ENT when domain that has a shared ENT is deleted
  by IXFR. (ENT == Empty Non-Terminal)
* Fix bug if the zonefile is changed for a secondary but stored transfers
  are applied, and stop it from applying ixfr to empty zone. The zone is
  flagged with error and AXFR-ed.
* Fix to have no authority NS set processing for CNAMEs.
* Fix nsd-checkconf to check tsig algorithms properly.
* Set the AA bit on responses that have an authoritative CNAME.
* Fix denial of existence response for empty non-terminal that looks like
  a NSEC3-only domain (but has data below it).

Operational notes:

nsd.db version number increased because NSD 3.2.7 and earlier zonec is not
compatible due to the TXT strings change. Please run nsdc rebuild before
running NSD 3.2.9 and later versions.
2012-04-18 10:39:43 +00:00
dholland
e09c476674 Fails with python25:
ERROR: 'IPython requires Python Version 2.6 or above.'

Mark it so.
2012-04-18 09:16:15 +00:00
obache
b2cfa8150e fixes malformed conditional with MULTILIB_SUPPORTED. 2012-04-18 07:10:40 +00:00
wiz
f721e1b56d Try only matching evince < 3, since this is called gnome-2.26.x. 2012-04-18 06:39:32 +00:00
obache
d119732e4f Let not to prefer suse113 for powerpc, it is not supported. 2012-04-18 06:17:24 +00:00
dholland
944194264f Mark depends with <4. How did this go unnoticed this long? 2012-04-18 03:11:34 +00:00
manu
16dc293b63 Fix patch checksum 2012-04-18 02:53:34 +00:00
manu
94b2d36683 Link chan_oss.so with libossaudio to avoid startup load failure because
Undefined PLT symbol "_oss_ioctl" (symnum = 64)
2012-04-18 01:33:24 +00:00
joerg
2ba55e97b7 Fix build on newer NetBSD. Fix buffer overflow in faad logic. Bump
revision.
2012-04-18 00:09:43 +00:00
joerg
78ff5c7199 Use correct path to bdftopcf. 2012-04-18 00:06:12 +00:00
joerg
264af3292f Don't explicitly run mkfontdir. 2012-04-18 00:05:13 +00:00
wiz
093ee55cb8 Updated graphics/potrace to 1.10nb1 2012-04-17 21:57:07 +00:00
wiz
744e9651b8 This package was broken at least on NetBSD, since it didn't install
the libpotrace library needed by the potrace executable.

Convince the package to install the library.

Bump PKGREVISION.
2012-04-17 21:56:52 +00:00
gls
bdf0d26409 Updated net/vnstat to 1.11 2012-04-17 21:36:10 +00:00
gls
ffa0d64ea1 Update net/vnstat to 1.11
Fix a few pkglint warnings

Upstream changes
----------------

1.11 / 1-Jun-11

 - Fix: Memory allocation was miscalculated when creating interface list from
   /sys/class/net when /proc/net/dev wasn't available which in turn could
   crash the daemon
 - Fix: Daemon database cache could remain empty after a -HUP signal
 - Fix: Don't make temp directory in vnstat.cgi writable for everyone
 - Import GNU/kFreeBSD support from Debian
   (#608963, patch by Mats Erik Andersson)
 - Remove usage of GNU only '-D' option for install for BSD in Makefile
 - The daemon now automatically creates databases for available interfaces
   if no databases are found during startup

1.10 / 2-Jan-10

 - Fix: Buffer overflow was possible in hourly image output when RateUnit=1
   and HourlyRate=1
 - Fix: Minor memory leak was possible in the handling of HUP signal in daemon
 - Fix: Graphical elements weren't correctly aligned in summary image
   when header wasn't visible (-nh)
 - Fix: --delete didn't work
 - Possibility to merge statistics from several databases and save
   the end result to a new database (--mergesaved)
 - Added validation of database cache in daemon in order to be more robust
   in case of system memory corruption
 - Support for --style to -l (live mode)
 - Alternative print mode to -l (live mode) with optional parameter
 - Present options and elements in man pages in alphabetical order
 - Code cleanup
2012-04-17 21:35:56 +00:00
shattered
aae4831754 Updated www/nginx to 1.0.15 2012-04-17 21:14:53 +00:00
shattered
bb9ef4980a Update to 1.0.15 and delint. Changes:
*) Security: specially crafted mp4 file might allow to overwrite memory
       locations in a worker process if the ngx_http_mp4_module was used,
       potentially resulting in arbitrary code execution (CVE-2012-2089).
2012-04-17 21:12:42 +00:00
gls
cdac7e6e6d Updated chat/gajim to 0.15 2012-04-17 20:57:24 +00:00
gls
5422ae5868 Update chat/gajim to 0.15.
pkgsrc changes:
---------------
- Add a patch to fix CVE-2012-2093, taken from upstream repository.
- s/py-amkCrypto/py-crypto (py-amkCrypto is not maintained anymore upstream)

upstream changes:
-----------------

Gajim 0.15 (18 March 2012)

* Plugin system
* Whiteboard (via a plugin)
* Message archiving
* Stream managment
* IBB
* Nested roster group
* Roster filtrering
* UPower support
* GPG support for windows
* Spell checking support for windows

Gajim 0.14.4 (22 July 2011)

* Fix translation issue
* other minor fixes

Gajim 0.14.3 (19 June 2011)

* Fix history viewer
* Fix closing roster window
* Prevent some erros with metacontacts

Gajim 0.14.2 (07 June 2011)

* Fix CPU usage when testing file transfer proxies
* Fix invalid XML char regex
* Fix subscription request window handling
* Fix URL display in chat message banner
* Other minor bugfixes
2012-04-17 20:57:09 +00:00
bsiegert
78c00a070f note fluxbox update 2012-04-17 20:10:04 +00:00
bsiegert
a8915768ea Update fluxbox to current version, 1.3.2. Tested on MirBSD and NetBSD.
Full ChangeLog is at http://git.fluxbox.org/fluxbox.git/tree/ChangeLog, the
changes are too numerous to give here.
2012-04-17 20:08:06 +00:00
drochner
5099b936a2 mention updates 2012-04-17 18:37:07 +00:00
drochner
e976c988fe update to 2.0.19
changes:
-cmd line UI improvements
-Ukrainian translation
2012-04-17 18:35:33 +00:00
adam
b440e99b25 Updated databases/py-psycopg2 to 2.4.5; www/py-django to 1.4 2012-04-17 17:59:27 +00:00
adam
f00ca07323 Changes 1.4:
* Support for time zones
* Support for in-browser testing frameworks
* Updated default project layout and manage.py
* Custom project and app templates
* Improved WSGI support
* Improved password hashing
* HTML5 doctype
* List filters in admin interface
* Multiple sort in admin interface
* New ModelAdmin methods
More...
2012-04-17 17:57:38 +00:00
joerg
8b00c9a2dc Use ucpp with clang 2012-04-17 17:53:13 +00:00
drochner
bad8be49eb update to 2.12.18
changes:
-Corrected SRP-RSA ciphersuites when used under TLS 1.2
-Fixed leaks in key generation
2012-04-17 17:53:01 +00:00
joerg
e34a5a4643 Use ucpp with clang. 2012-04-17 17:52:53 +00:00
joerg
668d04ab83 Use ucpp for clang 2012-04-17 17:52:29 +00:00
joerg
f26d7a788d Use ucpp for clang. 2012-04-17 17:52:01 +00:00
joerg
183b8b0032 Fix C++ usage. 2012-04-17 17:51:38 +00:00
drochner
883a46b0c2 update to 7.25.0
changes:
-new options, minor improvements
-bugfixes
2012-04-17 17:50:58 +00:00
joerg
5a06bb49fe Fix main. 2012-04-17 17:49:28 +00:00
drochner
2a23da0f5b +ipython012 2012-04-17 17:48:56 +00:00
joerg
db5588ef66 Don't override user optimizer settings with mythical GCC optimizer
levels.
2012-04-17 17:48:47 +00:00
joerg
5bfae6bc0e Fix "return;" in non-void function. 2012-04-17 17:47:54 +00:00
joerg
89f24f02b2 Add clang to the stdbuf list.
XXX This is still completely broken as check
2012-04-17 17:47:19 +00:00
joerg
4679fdca5f Fix some errors in C++ usage. 2012-04-17 17:46:30 +00:00
drochner
48674c2567 add pkg for ipython-0.12, the next major release, adding a nice
qt4 console (if py-qt4 is installed) and a web notebook (also needs
additional pkgs, see the docs)
Its APIs are incompatible to ipython-0.11 (which is used by the
"accerciser" pkg), thus imported as a separate pkg.
2012-04-17 17:45:40 +00:00
joerg
10185d43c0 Fix inline usage. 2012-04-17 17:45:35 +00:00
joerg
ce40da43ac Fix standard compliance with regard to main. Bump revision. 2012-04-17 17:44:02 +00:00
joerg
6f91bbabab Remove bogus inline. 2012-04-17 17:42:33 +00:00
joerg
cdc66f8142 Make loop finite. Bump revision. 2012-04-17 17:41:40 +00:00
joerg
31e8ad4301 Fix build with clang. 2012-04-17 17:40:49 +00:00
joerg
d9a2224bf7 Fix loop in a way that likely terminates before the array overflows. 2012-04-17 17:39:47 +00:00