Commit graph

180398 commits

Author SHA1 Message Date
chs
7484632906 Updated emulators/suse113_freetype2 to 11.3nb4 2012-01-07 15:46:54 +00:00
chs
3d06270d2b update libfreetype6 to 2.3.12-7.8.1.
fixes CVE-2011-3256.
2012-01-07 15:46:50 +00:00
chs
720ee8db82 Updated emulators/suse113_base to 11.3nb8 2012-01-07 15:46:20 +00:00
chs
a9332bf5fe update glibc to 2.11.2-3.7.1.
fixes CVE-2009-5029.

update mozilla-nss to 3.13.1-0.2.1.
fixes CVE-2011-3389, CVE-2011-3640.
2012-01-07 15:46:02 +00:00
obache
8e993987cb Fixes PLIST for Linux and HP-UX. 2012-01-07 12:58:45 +00:00
obache
8b2b9ecd1b Exactly pass bdb library name to configure so that unwanted system bdb libraries
will not be picked up.
2012-01-07 12:35:20 +00:00
ryoon
6a7f5f4f28 Fix PR pkg/45795.
Fix build error on some systems.

Upstream patch:
http://git.chromium.org/gitweb/?p=webm/libvpx.git;a=commitdiff;h=17c754fc00881a78e71488e7c544d05cf2f6927f
2012-01-07 12:18:47 +00:00
obache
8b5cd5cf62 Use MACHINE_ARCH instead of LOWER_ARCH to detect Java Machine Arch.
Fixes PR#45788.

And apply rewrite x86_64 => amd64 rule not only to NetBSD.
2012-01-07 06:11:28 +00:00
taca
e9e2f35107 + openssl-1.0.0f, xf86-video-wsfb-0.4.0.
- spamdyke-4.2.1.
2012-01-07 05:23:36 +00:00
taca
f94aa21635 Note update of www/contao210-translations package to 20120103. 2012-01-07 05:22:06 +00:00
taca
605f33e468 Update contao210-translations package to 20120103.
Update Finnish language files.
2012-01-07 05:21:23 +00:00
obache
b5d58b7ca8 + freepops-0.2.9 [pkg/45790] 2012-01-06 13:39:40 +00:00
obache
a784e5f7dd Updated devel/ruby-gnome2-glib to 1.0.3nb1 2012-01-06 13:35:16 +00:00
obache
de58b52eac Apply patches to fix SEGV by GC on Ruby 1.9 for Ruby/GLib2.
Bump PKGREVISION.
2012-01-06 13:34:50 +00:00
obache
8fd9d2c849 Updated archivers/gtar-info to 1.26nb1 2012-01-06 11:49:43 +00:00
obache
bafedef0a9 Let to install all info file fragments.
Bump PKGREVISION.
2012-01-06 11:49:31 +00:00
sbd
9563b13a71 Add yasm>=1.1.0 as a build dependence on platforms the need it. 2012-01-06 08:40:01 +00:00
sbd
d586f3d0b5 Only add the yasm build dependence on platforms the need it. 2012-01-06 07:36:38 +00:00
taca
948be831d0 Note update of security/openssl package to 0.9.8s. 2012-01-06 03:27:25 +00:00
taca
0f5a52a1d5 Update openssl pacakge to 0.9.8s.
OpenSSL CHANGES
 _______________

 Changes between 0.9.8r and 0.9.8s [4 Jan 2012]

  *) Nadhem Alfardan and Kenny Paterson have discovered an extension
     of the Vaudenay padding oracle attack on CBC mode encryption
     which enables an efficient plaintext recovery attack against
     the OpenSSL implementation of DTLS. Their attack exploits timing
     differences arising during decryption processing. A research
     paper describing this attack can be found at:
                  http://www.isg.rhul.ac.uk/~kp/dtls.pdf
     Thanks go to Nadhem Alfardan and Kenny Paterson of the Information
     Security Group at Royal Holloway, University of London
     (www.isg.rhul.ac.uk) for discovering this flaw and to Robin Seggelmann
     <seggelmann@fh-muenster.de> and Michael Tuexen <tuexen@fh-muenster.de>
     for preparing the fix. (CVE-2011-4108)
     [Robin Seggelmann, Michael Tuexen]

  *) Stop policy check failure freeing same buffer twice. (CVE-2011-4109)
     [Ben Laurie, Kasper <ekasper@google.com>]

  *) Clear bytes used for block padding of SSL 3.0 records.
     (CVE-2011-4576)
     [Adam Langley (Google)]

  *) Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619)
     [Adam Langley (Google)]

  *) Prevent malformed RFC3779 data triggering an assertion failure.
     Thanks to Andrew Chi, BBN Technologies, for discovering the flaw
     and Rob Austein <sra@hactrn.net> for fixing it. (CVE-2011-4577)
     [Rob Austein <sra@hactrn.net>]

  *) Fix ssl_ciph.c set-up race.
     [Adam Langley (Google)]

  *) Fix spurious failures in ecdsatest.c.
     [Emilia Käóper (Google)]

  *) Fix the BIO_f_buffer() implementation (which was mixing different
     interpretations of the '..._len' fields).
     [Adam Langley (Google)]

  *) Fix handling of BN_BLINDING: now BN_BLINDING_invert_ex (rather than
     BN_BLINDING_invert_ex) calls BN_BLINDING_update, ensuring that concurrent
     threads won't reuse the same blinding coefficients.

     This also avoids the need to obtain the CRYPTO_LOCK_RSA_BLINDING
     lock to call BN_BLINDING_invert_ex, and avoids one use of
     BN_BLINDING_update for each BN_BLINDING structure (previously,
     the last update always remained unused).
     [Emilia Käóper (Google)]

  *) Fix SSL memory handling for (EC)DH ciphersuites, in particular
     for multi-threaded use of ECDH.
     [Adam Langley (Google)]

  *) Fix x509_name_ex_d2i memory leak on bad inputs.
     [Bodo Moeller]

  *) Add protection against ECDSA timing attacks as mentioned in the paper
     by Billy Bob Brumley and Nicola Tuveri, see:

	http://eprint.iacr.org/2011/232.pdf

     [Billy Bob Brumley and Nicola Tuveri]

 Changes between 0.9.8q and 0.9.8r [8 Feb 2011]

  *) Fix parsing of OCSP stapling ClientHello extension. CVE-2011-0014
     [Neel Mehta, Adam Langley, Bodo Moeller (Google)]

  *) Fix bug in string printing code: if *any* escaping is enabled we must
     escape the escape character (backslash) or the resulting string is
     ambiguous.
     [Steve Henson]

 Changes between 0.9.8p and 0.9.8q [2 Dec 2010]

  *) Disable code workaround for ancient and obsolete Netscape browsers
     and servers: an attacker can use it in a ciphersuite downgrade attack.
     Thanks to Martin Rex for discovering this bug. CVE-2010-4180
     [Steve Henson]

  *) Fixed J-PAKE implementation error, originally discovered by
     Sebastien Martini, further info and confirmation from Stefan
     Arentz and Feng Hao. Note that this fix is a security fix. CVE-2010-4252
     [Ben Laurie]
2012-01-06 03:26:23 +00:00
wiz
19ddcd70f1 + dvdstyler-2.1, highlight-3.7, spamdyke-4.2.1. 2012-01-06 02:37:23 +00:00
wiz
34408788f2 + avidemux-2.5.6, ddrescue-1.15, diffstat-1.55, digikam-2.5.0,
ed-1.6, file-5.10, fotoxx-12.01.2, gnome-nettool-3.0.1, gnutls-3.0.10,
  hylafax-5.5.1, mkvtoolnix-5.2.1, mp3diags-1.0.10, multitail-5.2.9,
  nmh-1.4, scribus-1.4.0, stalin-0.11, tea-31.2.0, texmaker-3.2.1,
  wine-devel-1.3.36, xf86-input-keyboard-1.6.1, xine-lib-1.1.20.1,
  xine-lib-1.2.0.
2012-01-06 01:36:40 +00:00
wiz
240a0a43a8 Updated pkgtools/pkglint to 4.106 2012-01-06 01:26:53 +00:00
wiz
5a748ce860 Add openjdk7* to recognized java versions. From B.ICT A.P. deBROUWER Jr.
in PR 45789.
Bump version.
2012-01-06 01:26:44 +00:00
cegger
1d707538f6 Apply fixes for gcc 4.5.
Fixes PR 45388. Bump pkg revision.
2012-01-05 12:02:38 +00:00
obache
79b56fd004 Prefer system builtin com_err other than Linux.
fixes PR#45782.
2012-01-05 11:52:33 +00:00
sbd
f3671d06d1 Add yasm>=1.1.0 as a build dependence. 2012-01-05 08:55:32 +00:00
sbd
e8a0b0a43d Add yasm>=1.1.0 as a build dependence. 2012-01-05 08:02:20 +00:00
sbd
c4850b5690 Updated devel/xulrunner to 8.0nb1 2012-01-05 08:01:46 +00:00
sbd
5717869f26 Enabling the jemalloc option adds two more files to the PLIST.
Bump PKGREVISION
2012-01-05 07:53:49 +00:00
sbd
27d752a9c4 Add yasm>=1.1.0 as a build dependence. 2012-01-05 07:52:05 +00:00
schmonz
443c91b6dc Updated mail/spamdyke to 4.2.1 2012-01-05 00:53:27 +00:00
schmonz
6608185b8a Update to 4.2.1. From the changelog:
This version extends the log messages to show why a blacklist is
matched. It also fixes a few minor bugs.

  Added a filter to sendrecv so input containing "\r\n" will be
    translated into CRLF without being interpreted as a line
    terminator (so multiple commands can be sent in a single "packet")
    and input containing "\0" will be translated into NULL bytes
    so NULL characters don't have to be embedded in the test scripts.
  Added support for the RSET command to smtpdummy.
  Added a "priority" field to the input file for dnsdummy to force
    some responses to be sent after others, no matter what order
    they were received.
  Fixed nihdns_mx() to query names for A records using the query
    types configured for MX queries, not A queries. Thanks to Eric
    Shubert for reporting this one.
  Changed smtp_filter() and middleman() to discard any buffered
    input after TLS is started. This prevents the injection of
    commands into a secure session by sending extra input in the
    same packet as the "STARTTLS" command. Not really a security
    problem but good practice anyway. Thanks to Eric Shubert for
    reporting this one.
  Fixed a bug in examine_entry() that was cutting off 1-3 characters
    from the end of target_entry every time it was called.
  Changed check_ip_in_rdns_keyword() to return the line number of
    the matching file as its return value and the name of the
    matchine file in a reference variable.
  Added reject_reason and strlen_reject_reason to struct rejection_data
    to allow the triggered filter to return some text to indicate
    why it triggered.
  Changed set_rejection() to accept new parameters to set reason
    text within the rejection structure if available.
  Changed set_rejection() to accept a new parameter to append to
    the rejection text if available.
  Added reset_rejection() to change either the rejection text or
    the reason text within an existing rejection_data structure
    without erasing previously-set values.
  Changed nihdns_rbl(), check_dnsrbl() and check_rhsbl() not to
    accept a format string or build part of the rejection message.
    That job belongs to the caller(s).
  Changed filter_rdns_blacklist(), filter_rdns_blacklist_file(),
    filter_rdns_blacklist_dir(), filter_ip_blacklist(),
    filter_ip_in_rdns_blacklist(), filter_dns_rbl(), filter_dns_rhsbl(),
    filter_sender_blacklist(), filter_sender_rhsbl() and
    filter_recipient_blacklist() to save the reason for their
    rejection in the reject_reason variable in rejection_data.
  Changed the log messages showing ALLOWED/DENIED to always output
    the "reason:" field and fill it with the text returned by the
    triggered filter so the sysadmin can figure out what happened
    or "(empty)" if no text was saved. Thanks to Eric Shubert for
    suggesting this one.
  Changed the way DNS timeout values are read from the configuration
    file, the command line, /etc/resolv.conf and the environment
    so that values given in the config file or on the command line
    are not overridden by values in /etc/resolv.conf or the
    environment. Thanks to Teodor Milkov for reporting this one.
  Changed the reject-empty-rdns filter, the IP-related black/whitelist
    filters and the IP-related RBL filters to skip their tests if
    the incoming IP address is 0.0.0.0. This is for connections
    from IPv6 hosts -- those filters can be skipped until full IPv6
    support can be added. Thanks to Daniel Anliker for suggesting
    this.
  Changed the way the flag FILTER_DECISION_TRANSIENT_DO_NOT_FILTER
    is handled by smtp_filter() and middleman() so a transient
    non-rejection (e.g a recipient whitelist) isn't held over to
    later recipients. The interaction between the recipient whitelist
    and the graylist filter was fixed in version 4.0.0 but an issue
    still remained between recipient whitelists and other non-transient
    rejections like the missing rDNS filter. Thanks to bischowski
    for reporting this one.
  Changed smtpdummy to use memchr() instead of strchr() so testing
    input with NULL bytes will work correctly.
2012-01-05 00:53:19 +00:00
morr
22bab40edf Updated www/wordpress to 3.3.1 2012-01-04 21:11:58 +00:00
morr
bd9b934605 Security update to 3.3.1.
This maintenance release fixes 15 issues with WordPress 3.3, as well as
a fix for a cross-site scripting vulnerability that affected version 3.3.
2012-01-04 21:10:33 +00:00
fhajny
2695637d7b Update rabbitmq to 2.7.1
Changes:

* Important fixes to High Availability
* Compatibility with Erlang R15B
* Bug fixes and performance improvements
2012-01-04 19:08:29 +00:00
drochner
5e645c6f34 add patch from Redhat bug #692909 to fix Invalid pointer dereference
(CVE-2011-0764; CVE-2011-1552..1554 are possibly related - no
information available yet)
bump PKGREV
2012-01-04 16:59:15 +00:00
dholland
cf1b530ed7 ogre, sdbm, basic256, zyGrib, swi-prolog-packages 2012-01-04 16:10:48 +00:00
dholland
8c1dc5d1af Requires Berkeley DB on platforms that don't have db1.85 in libc.
Build fix, no revbump.
2012-01-04 15:31:31 +00:00
dholland
8c6879c1ee add time.h to fix linux build 2012-01-04 15:29:02 +00:00
dholland
e12e0c8d0d Missing dep on openssl, should fix linux build 2012-01-04 15:21:18 +00:00
dholland
fd3da9ffb0 Missing dep on openssl, should fix linux build. 2012-01-04 15:19:10 +00:00
dholland
ad229cf6cc Missing openssl dep, should fix linux build 2012-01-04 15:12:18 +00:00
dholland
dc55d52720 Our patch doesn't need to check for BSD before using standard headers and
functions. Update that, don't declare own sys_errlist. Fixes Linux build.
PKGREVISION -> 2 as a precaution.
2012-01-04 15:09:38 +00:00
dholland
657b6038bb missing libXxf86vm, showed up in linux build 2012-01-04 15:00:54 +00:00
dholland
c87af0dd05 USE_TOOLS, not TOOLS. Apparently my fault 2012-01-04 14:33:53 +00:00
wiz
5a969f704c Add Mozilla Public License v2.0 (mpl-2.0) and mark it as default-acceptable. 2012-01-04 11:53:38 +00:00
wiz
b8290ae618 Updated x11/rxvt-unicode to 9.06nb5 2012-01-04 11:04:12 +00:00
wiz
2d76845b63 Replace perl interpreter path for default-on perl option.
Noted by Moritz Wilhelmy. Bump PKGREVISION.
2012-01-04 11:04:04 +00:00
wiz
6d2146b02f Describe two svn options. From Moritz Wilhelmy. 2012-01-04 11:00:26 +00:00