pkgsrc.git
13 years agoTicket #3190 update the "nspr" package as well.
tron [Wed, 28 Jul 2010 08:15:22 +0000 (08:15 +0000)]
Ticket #3190 update the "nspr" package as well.

13 years agopullup 3187
spz [Tue, 27 Jul 2010 19:07:16 +0000 (19:07 +0000)]
pullup 3187

13 years agoPullup ticket #3190.
tron [Tue, 27 Jul 2010 18:08:00 +0000 (18:08 +0000)]
Pullup ticket #3190.

13 years agoPullup ticket #3190 - requested by obache
tron [Tue, 27 Jul 2010 18:07:43 +0000 (18:07 +0000)]
Pullup ticket #3190 - requested by obache
www/py-paste: security update

Revisions pulled up:
- www/py-paste/Makefile 1.7
- www/py-paste/PLIST 1.5
- www/py-paste/distinfo 1.3
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jul 26 12:38:42 UTC 2010

Modified Files:
pkgsrc/www/py-paste: Makefile PLIST distinfo

Log Message:
Update py-Paste to 1.7.4.
While here, set LICENSE=mit.

1.7.4
-----

* Fix XSS bug (security issue) with not found handlers for
   :class:`paste.urlparser.StaticURLParser` and
   :class:`paste.urlmap.URLMap`.  If you ask for a path with
   ``/--><script>...`` that will be inserted in the error page and can
   execute Javascript.  Reported by Tim Wintle.

* Replaced :func:`paste.util.mimeparse.desired_match`

1.7.3.1
-------

* Removed directory name from 404 errors in
   :class:`paste.urlparser.StaticURLParser`.

* Fixed packaging to include Javascript and images for
   :mod:`paste.evalexception`

1.7.3
-----

* I got a fever and the only prescription is more :mod:`paste.cowbell`!

* Fix :mod:`paste.httpserver` on Python 2.6.

* Fix :mod:`paste.auth.cookie`, which would insert newlines for long
   cookies.

* :mod:`paste.util.mimeparse` parses a single ``*`` in Accept headers
   (sent by IE 6).

* Fix some problems with the ``wdg_validate`` middleware.

* Improvements to :mod:`paste.auth.auth_tkt`: add httponly support,
   don't always aggressively set cookies without the
   ``wildcard_cookie`` option.  Also on logout, make cookies expire.

* In :class:`paste.proxy.Proxy` handle Content-Length of -1.

* In :mod:`paste.httpexceptions` avoid some unicode errors.

* In :mod:`paste.httpserver` handle ``.read()`` from 100 Continue
   properly (because of a typo it was doing a readline).

* Update ``paste.util.mimeparse`` from `upstream
   <http://code.google.com/p/mimeparse/>`_.

13 years agoPullup ticket 3187 - requested by tron
spz [Tue, 27 Jul 2010 17:25:35 +0000 (17:25 +0000)]
Pullup ticket 3187 - requested by tron
security update

Revisions pulled up:
- pkgsrc/www/apache22/Makefile 1.61
- pkgsrc/www/apache22/distinfo 1.34

Files deleted:
pkgsrc/www/apache22/patches/patch-af

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Mon Jul 26 21:38:52 UTC 2010

   Modified Files:
           pkgsrc/www/apache22: Makefile distinfo
   Removed Files:
           pkgsrc/www/apache22/patches: patch-af

   Log Message:
   Update "apache22" package to version 2.2.16. Changes since version 2.2.15:
   - SECURITY: CVE-2010-1452 (cve.mitre.org)
     mod_dav, mod_cache: Fix Handling of requests without a path segment.
     PR: 49246 [Mark Drayton, Jeff Trawick]
   - SECURITY: CVE-2010-2068 (cve.mitre.org)
     mod_proxy_ajp, mod_proxy_http, mod_reqtimeout: Fix timeout detection
     for platforms Windows, Netware and OS2.  PR: 49417. [Rainer Jung]
   - core: Filter init functions are now run strictly once per request
     before handler invocation.  The init functions are no longer run
     for connection filters.  PR 49328.  [Joe Orton]
   - mod_filter: enable it to act on non-200 responses.
     PR 48377 [Nick Kew]
   - mod_ldap: LDAP caching was suppressed (and ldap-status handler returns
     title page only) when any mod_ldap directives were used in VirtualHost
     context.  [Eric Covener]
   - mod_ssl: Fix segfault at startup if proxy client certs are shared
     across multiple vhosts.  PR 39915.  [Joe Orton]
   - mod_proxy_http: Log the port of the remote server in various messages.
     PR 48812. [Igor Gali?? <i galic brainsware org>]
   - apxs: Fix -A and -a options to ignore whitespace in httpd.conf
     [Philip M. Gollucci]
   - mod_dir: add FallbackResource directive, to enable admin to specify
     an action to happen when a URL maps to no file, without resorting
     to ErrorDocument or mod_rewrite.  PR 47184 [Nick Kew]
   - mod_rewrite: Allow to set environment variables without explicitely
     giving a value. [Rainer Jung]

   To generate a diff of this commit:
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/apache22/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/apache22/distinfo
   cvs rdiff -u -r1.3 -r0 pkgsrc/www/apache22/patches/patch-af

13 years agoPullup ticket #3189.
tron [Tue, 27 Jul 2010 14:04:32 +0000 (14:04 +0000)]
Pullup ticket #3189.

13 years agoPullup ticket #3189 - requested by tnn
tron [Tue, 27 Jul 2010 14:00:10 +0000 (14:00 +0000)]
Pullup ticket #3189 - requested by tnn
devel/xulrunner: security update
www/firefox: security update

Revisions pulled up:
- devel/xulrunner/dist.mk 1.13
- devel/xulrunner/distinfo 1.35
---
Module Name: pkgsrc
Committed By: tnn
Date: Tue Jul 27 07:58:53 UTC 2010

Modified Files:
pkgsrc/devel/xulrunner: dist.mk distinfo

Log Message:
Update to firefox-3.6.8.
Fixes a heap corruption issue due to free() of garbage pointers when
parsing an invalid <object> tag.

13 years agoPullup ticket #3185.
tron [Mon, 26 Jul 2010 09:08:17 +0000 (09:08 +0000)]
Pullup ticket #3185.

13 years agoPullup ticket #3185 - requested by ghen
tron [Mon, 26 Jul 2010 09:08:01 +0000 (09:08 +0000)]
Pullup ticket #3185 - requested by ghen
mail/dovecot: security update

Revisions pulled up:
- mail/dovecot/Makefile 1.150
- mail/dovecot/PLIST 1.28
- mail/dovecot/distinfo 1.112
---
Module Name: pkgsrc
Committed By: ghen
Date: Sun Jul 25 22:17:20 UTC 2010

Modified Files:
pkgsrc/mail/dovecot: Makefile PLIST distinfo

Log Message:
Update Dovecot to 1.2.13.

This release fixes a bug in ACL plugin, which could be considered a security
bug: If Maildir is used with default settings (INBOX is same as Maildir root
dir) and user set some ACLs to INBOX, those ACLs were copied to all newly
created mailboxes. This should have been done only for "default ACLs", but with
Maildir the INBOX directory is the same as the default ACL directory, so this
mixup happened. This bug exists only in v1.2.x releases.

Other fixes:

- Fixed iconv() crash when it was processing several kilobytes of broken
  continuous input. This mainly could have caused a problem with IMAP SEARCH.
  Possibly also with some Sieve checks.
- If MIME encoded-words contained line feeds, Dovecot logged cache corruption
  errors.
- mbox: Renaming mailbox under newly created dir didn't move index directory.
- mbox: When generating envelope to From_-line, don't append a second
  @owndomain if username already has one.

13 years agopullups 3181, 3182, 3183 + 3184
spz [Sun, 25 Jul 2010 15:16:34 +0000 (15:16 +0000)]
pullups 3181, 3182, 3183 + 3184

13 years agoPullup ticket 3183 - requested by ghen
spz [Sun, 25 Jul 2010 15:10:51 +0000 (15:10 +0000)]
Pullup ticket 3183 - requested by ghen
security update

Revisions pulled up:
- pkgsrc/databases/openldap/Makefile 1.135
- pkgsrc/databases/openldap/Makefile.common 1.26
- pkgsrc/databases/openldap/distinfo 1.78
- pkgsrc/databases/openldap-client/PLIST 1.8
- pkgsrc/databases/openldap-cloak/Makefile 1.8
- pkgsrc/databases/openldap-doc/Makefile 1.20
- pkgsrc/databases/openldap-nops/Makefile 1.10
- pkgsrc/databases/openldap-server/Makefile 1.26
- pkgsrc/databases/openldap-smbk5pwd/Makefile 1.8

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   ghen
   Date:           Sat Jul 24 11:15:18 UTC 2010

   Modified Files:
           pkgsrc/databases/openldap: Makefile Makefile.common distinfo
           pkgsrc/databases/openldap-client: PLIST
           pkgsrc/databases/openldap-cloak: Makefile
           pkgsrc/databases/openldap-doc: Makefile
           pkgsrc/databases/openldap-nops: Makefile
           pkgsrc/databases/openldap-server: Makefile
           pkgsrc/databases/openldap-smbk5pwd: Makefile

   Log Message:
   Update to OpenLDAP 2.4.23, now the "stable" release.

   OpenLDAP 2.4.23 Release (2010/06/30)
           Fixed libldap to return server's error code (ITS#6569)
           Fixed libldap memleaks (ITS#6568)
           Fixed liblutil off-by-one with delta (ITS#6541)
           Fixed slapd acls with glued databases (ITS#6468)
           Fixed slapd syncrepl rid logging (ITS#6533)
           Fixed slapd modrdn handling of invalid values (ITS#6570)
           Fixed slapd-bdb hasSubordinates computation (ITS#6549)
           Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474)
           Fixed slapd-bdb entry cache delete failure (ITS#6577)
           Fixed slapd-ldap to return control responses (ITS#6530)
           Fixed slapo-ppolicy to use Debug (ITS#6566)
           Fixed slapo-refint to zero out freed DN vals (ITS#6572)
           Fixed slapo-rwm to use Debug (ITS#6566)
           Fixed slapo-sssvlv to use Debug (ITS#6566)
           Fixed slapo-syncprov lost deletes in refresh phase (ITS#6555)
           Fixed slapo-valsort to use Debug (ITS#6566)
           Fixed contrib/nssov network.c missing patch (ITS#6562)
           Build Environment
                   Fixed test043 attribute sorting (ITS#6553)
           Documentation
                   slapd-config(5) note default rootdn (ITS#6546)

   OpenLDAP 2.4.22 Release (2010/04/24)
           Added slapd SLAP_SCHEMA_EXPOSE flag for hidden schema elements (ITS#6435)
           Added slapd tools selective iterations (ITS#6442)
           Added slapd syncrepl TCP keepalive (ITS#6389)
           Added slapo-ldap idassert-passthru (ITS#6456)
           Added slapo-pbind
           Fixed libldap gmtime re-entrancy (ITS#6262)
           Fixed libldap gssapi off by one error (ITS#6223)
           Fixed libldap GnuTLS serial length (ITS#6460)
           Fixed libldap MozNSS context and PEM support (ITS#6432)
           Fixed libldap referral on bind behavior(ITS#6510)
           Fixed slapd acl non-entry internal searches (ITS#6481)
           Fixed slapd acl attrval style initialization (ITS#6520)
           Fixed slapd certificateListValidate (ITS#6466)
           Fixed slapd empty URI parsing (ITS#6465)
           Fixed slapd glued misplaced entries (ITS#6506)
           Fixed slapd glued paged cookies (ITS#6507)
           Fixed slapd glued paged results (ITS#6504)
           Fixed slapd gmtime re-entrancy (ITS#6262)
           Fixed slapd to ignore controls with unrecognized flags (ITS#6480)
           Fixed slapd entry ownership (ITS#5340)
           Fixed slapd sasl auxprop_lookup (ITS#6441)
           Fixed slapd sasl auxprop ssf (ITS#5195)
           Fixed slapd syncrepl for attributes with no matching rule (ITS#6458)
           Fixed slapd syncrepl for unknown attrs and delta-sync (ITS#6473)
           Fixed slapd syncrepl loop with moddn (ITS#6472)
           Fixed slapo-accesslog to not replicate internal purges (ITS#6519)
           Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469)
           Fixed slapd-bdb lockobj zeroing (ITS#6501)
           Fixed slapd-ldap/meta control criticality (ITS#6523)
           Fixed slapd-ldap/meta with ordered values (ITS#6516)
           Fixed slapo-collect entry ownership (ITS#5340,ITS#6423)
           Fixed slapo-dds with NULL backend (ITS#6490)
           Fixed slapo-dynlist entry ownership (ITS#5340,ITS#6423)
           Fixed slapo-memberof attr count (ITS#6508)
           Fixed slapo-pcache to release its own entries (ITS#6484)
           Fixed slapo-pcache with NULL backend (ITS#6490)
           Fixed slapo-rwm entry release handling (ITS#6484)
           Fixed slapo-rwm memory handling with rewrites (ITS#6526)
           Fixed slapo-rwm olcRwmMap handling (ITS#6436)
           Fixed slapo-rwm entry ownership (ITS#5340,ITS#6423)
           Fixed slapo-syncprov memory leak (ITS#6459)
           Fixed slapo-translucent counter increment (ITS#6497)
           Fixed slapo-valsort entry ownership (ITS#5340,ITS#6423)
           Fixed contrib/sha2 adds mechs for more hashes (ITS#6433)
           Fixed contrib/nssov to use nss-pam-ldapd (ITS#6488)
           Build Environment
                   Added back-ldif, back-null test support (ITS#5810)
           Documentation
                   admin24 avoid explicit moduleload statements (ITS#6486)
                   admin24 broken link fixes (ITS#6493,ITS#6515)
                   slapd.access(5) val.regex explanation (ITS#5804)

   To generate a diff of this commit:
   cvs rdiff -u -r1.134 -r1.135 pkgsrc/databases/openldap/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/openldap/Makefile.common
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/databases/openldap/distinfo
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/openldap-client/PLIST
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/openldap-cloak/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/openldap-doc/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/openldap-nops/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/openldap-server/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/openldap-smbk5pwd/Makefile

13 years agoPullup ticket 3182 - requested by tron
spz [Sun, 25 Jul 2010 13:16:12 +0000 (13:16 +0000)]
Pullup ticket 3182 - requested by tron
security patch

Revisions pulled up:
- pkgsrc/audio/pulseaudio/Makefile 1.38
- pkgsrc/audio/pulseaudio/distinfo 1.21

Files added:
pkgsrc/audio/pulseaudio/patches/patch-ba
pkgsrc/audio/pulseaudio/patches/patch-bb

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Jul 24 12:51:09 UTC 2010

   Modified Files:
           pkgsrc/audio/pulseaudio: Makefile distinfo
   Added Files:
           pkgsrc/audio/pulseaudio/patches: patch-ba patch-bb

   Log Message:
   Add fix for symlink race reported in CVE-2009-1299 taken from
   Lennart Poettering's GIT repository.

   To generate a diff of this commit:
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/pulseaudio/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/pulseaudio/distinfo
   cvs rdiff -u -r0 -r1.6 pkgsrc/audio/pulseaudio/patches/patch-ba
   cvs rdiff -u -r0 -r1.5 pkgsrc/audio/pulseaudio/patches/patch-bb

13 years agoPullup ticket 3184 - requested by tron
spz [Sun, 25 Jul 2010 11:56:18 +0000 (11:56 +0000)]
Pullup ticket 3184 - requested by tron
security updates

Revisions pulled up:
- pkgsrc/lang/php5/Makefile 1.79
- pkgsrc/lang/php5/distinf 1.79
- pkgsrc/lang/php5/Makefile.common 1.42
- pkgsrc/lang/php5/Makefile.ph 1.42
- pkgsrc/lang/php53/Makefile 1.4
- pkgsrc/lang/php53/Makefile.common 1.2
- pkgsrc/lang/php53/Makefile.php 1.3
- pkgsrc/lang/php53/distinfo 1.6
- pkgsrc/lang/php53/patches/patch-ab 1.2
- pkgsrc/converters/php-mbstring/Makefile 1.2
- pkgsrc/devel/php-gmp/Makefile 1.12
- pkgsrc/graphics/php-gd/Makefile 1.24
- pkgsrc/multimedia/php-ming/Makefile 1.11
- pkgsrc/net/php-xmlrpc/Makefile 1.13
- pkgsrc/net/php-yaz/Makefile 1.9
- pkgsrc/print/php-pdflib/Makefile 1.17

Files deleted:
pkgsrc/lang/php5/patches/patch-be
pkgsrc/lang/php53/patches/patch-ak

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Jul 24 22:23:15 UTC 2010

   Modified Files:
           pkgsrc/lang/php5: Makefile Makefile.common Makefile.php distinfo
   Removed Files:
           pkgsrc/lang/php5/patches: patch-be

   Log Message:
   Update "php5" package to version 5.2.14. Changes since version 5.2.13:
   - Reverted bug fix #49521 (PDO fetchObject sets values before calling
     constructor). (Felipe)
   - Updated timezone database to version 2010.5. (Derick)
   - Upgraded bundled PCRE to version 8.02. (Ilia)
   - Rewrote var_export() to use smart_str rather than output buffering, prevents
     data disclosure if a fatal error occurs (CVE-2010-2531). (Scott)
   - Fixed a possible interruption array leak in strrchr(). Reported by
     P??ter Veres. (CVE-2010-2484) (Felipe)
   - Fixed a possible interruption array leak in strchr(), strstr(), substr(),
     chunk_split(), strtok(), addcslashes(), str_repeat(), trim(). (Felipe)
   - Fixed a possible memory corruption in substr_replace() (Dmitry)
   - Fixed SplObjectStorage unserialization problems (CVE-2010-2225). (Stas)
   - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan
     Esser (Ilia)
   - Reset error state in PDO::beginTransaction() reset error state. (Ilia)
   - Fixed a NULL pointer dereference when processing invalid XML-RPC
     requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert)
   - Fixed handling of session variable serialization on certain prefix
     characters. Reported by Stefan Esser (Ilia)
   - Fixed a possible arbitrary memory access inside sqlite extension. Reported
     by Mateusz Kocielski. (Ilia)
   - Fixed a crash when calling an inexistent method of a class that inherits
     PDOStatement if instantiated directly instead of doing by the PDO methods.
     (Felipe)
   - Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
     bit)). (Adam)
   - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
     (Johannes)
   - Fixed bug #52237 (Crash when passing the reference of the property of a
     non-object). (Dmitry)
   - Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that can't
     be set). (Felipe)
   - Fixed bug #52162 (custom request header variables with numbers are removed).
     (Sriram Natarajan)
   - Fixed bug #52160 (Invalid E_STRICT redefined constructor error). (Felipe)
   - Fixed bug #52061 (memory_limit above 2G). (Felipe)
   - Fixed bug #52041 (Memory leak when writing on uninitialized variable returned
     from function). (Dmitry)
   - Fixed bug #52037 (Concurrent builds fail in install-programs). (seanius at
     debian dot org, Kalle)
   - Fixed bug #52019 (make lcov doesn't support TESTS variable anymore). (Patrick)
   - Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
     (Ilia, Felipe)
   - Fixed bug #51943 (AIX: Several files are out of ANSI spec). (Kalle,
     coreystup at gmail dot com)
   - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with
     constant array). (Felipe)
   - Fixed bug #51905 (ReflectionParameter fails if default value is an array
     with an access to self::). (Felipe)
   - Fixed bug #51822 (Segfault with strange __destruct() for static class
     variables). (Dmitry)
   - Fixed bug #51671 (imagefill does not work correctly for small images).
     (Pierre)
   - Fixed bug #51670 (getColumnMeta causes segfault when re-executing query
     after calling nextRowset). (Pierrick)
   - Fixed bug #51629 (CURLOPT_FOLLOWLOCATION error message is misleading).
     (Pierre)
   - Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4).
     (Felipe, wdierkes at 5dollarwhitebox dot org)
   - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML). (Felipe)
   - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter).
     (Felipe)
   - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string
     literal). (cbandy at jbandy dot com)
   - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename
     argument). (cbandy at jbandy dot com)
   - Fixed bug #51604 (newline in end of header is shown in start of message).
     (Daniel Egeberg)
   - Fixed bug #51562 (query timeout in mssql can not be changed per query).
     (ejsmont dot artur at gmail dot com)
   - Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory
     issues). (Dmitry)
   - Fixed bug #51532 (Wrong prototype for SplFileObject::fscanf()). (Etienne)
   - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection). (Felipe)
   - Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains
     timezone). (Adam)
   - Fixed bug #51374 (Wrongly initialized object properties). (Etienne)
   - Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is
     on). (Ilia, j dot jeising at gmail dot com)
   - Fixed bug #51273 (Faultstring property does not exist when the faultstring is
     empty) (Ilia, dennis at transip dot nl)
   - Fixed bug #51269 (zlib.output_compression Overwrites Vary Header). (Adam)
   - Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)
     (cschneid at cschneid dot com, Takeshi Abe)
   - Fixed bug #51237 (milter SAPI crash on startup). (igmar at palsenberg dot com)
   - Fixed bug #51213 (pdo_mssql is trimming value of the money column). (Ilia,
     alexr at oplot dot com)
   - Fixed bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that
     includes '-'). (Adam, solar at azrael dot ws).
   - Fixed bug #51190 (ftp_put() returns false when transfer was successful).
     (Ilia)
   - Fixed bug #51183 (ext/date/php_date.c fails to compile with Sun Studio).
     (Sriram Natarajan)
   - Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when
     an invalid option is provided). (Ilia)
   - Fixed bug #51128 (imagefill() doesn't work with large images). (Pierre)
   - Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8). (Chris Jones)
   - Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris
     Jones)
   - Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
     (Raphael Geissert)
   - Fixed bug #50762 (in WSDL mode Soap Header handler function only being called
     if defined in WSDL). (mephius at gmail dot com)
   - Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable
     endpoints). (Justin Dearing)
   - Fixed bug #50383 (Exceptions thrown in __call() / __callStatic() do not
     include file and line in trace). (Felipe)
   - Fixed bug #49730 (Firebird - new PDO() returns NULL). (Felipe)
   - Fixed bug #49723 (LimitIterator with empty SeekableIterator). (Etienne)
   - Fixed bug #49576 (FILTER_VALIDATE_EMAIL filter needs updating) (Rasmus)
   - Fixed bug #49320 (PDO returns null when SQLite connection fails). (Felipe)
   - Fixed bug #49267 (Linking fails for iconv). (Moriyosh)
   - Fixed bug #48601 (xpath() returns FALSE for legitimate query). (Rob)
   - Fixed bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).
     (Adam, patch from hiroaki dot kawai at gmail dot com).
   - Fixed bug #43314 (iconv_mime_encode(), broken Q scheme). (Rasmus)
   - Fixed bug #33210 (getimagesize() fails to detect width/height on certain
     JPEGs). (Ilia)
   - Fixed bug #23229 (syslog() truncates messages). (Adam)

   To generate a diff of this commit:
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/lang/php5/Makefile \
       pkgsrc/lang/php5/distinfo
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/php5/Makefile.common \
       pkgsrc/lang/php5/Makefile.php
   cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php5/patches/patch-be

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Jul 24 22:23:37 UTC 2010

   Modified Files:
           pkgsrc/lang/php53: Makefile Makefile.common Makefile.php distinfo
           pkgsrc/lang/php53/patches: patch-ab
   Removed Files:
           pkgsrc/lang/php53/patches: patch-ak

   Log Message:
   Update "php53" package to version 5.3.3. Changes since version 5.3.2:
   - Rewrote var_export() to use smart_str rather than output buffering,
     prevents data disclosure if a fatal error occurs (CVE-2010-2531).
     (Scott)
   - Fixed a NULL pointer dereference when processing invalid XML-RPC
     requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert)
   - Fixed SplObjectStorage unserialization problems (CVE-2010-2225).
     (Stas)
   - A large number of not security related bug fixes

   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php53/Makefile
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/php53/Makefile.common
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php53/Makefile.php
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php53/distinfo
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/php53/patches/patch-ab
   cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php53/patches/patch-ak

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Jul 24 22:24:22 UTC 2010

   Modified Files:
           pkgsrc/converters/php-mbstring: Makefile
           pkgsrc/devel/php-gmp: Makefile
           pkgsrc/graphics/php-gd: Makefile
           pkgsrc/multimedia/php-ming: Makefile
           pkgsrc/net/php-xmlrpc: Makefile
           pkgsrc/net/php-yaz: Makefile
           pkgsrc/print/php-pdflib: Makefile

   Log Message:
   Revert revision of several PHP extensions after both core PHP packages
   were updated.

   To generate a diff of this commit:
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/converters/php-mbstring/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/php-gmp/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/php-gd/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/php-ming/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/php-xmlrpc/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/php-yaz/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/php-pdflib/Makefile

13 years agoPullup ticket 3181 - requested by tron
spz [Sun, 25 Jul 2010 11:41:03 +0000 (11:41 +0000)]
Pullup ticket 3181 - requested by tron
security update

Revisions pulled up:
- pkgsrc/mail/squirrelmail/Makefile 1.115
- pkgsrc/mail/squirrelmail/PLIST 1.37
- pkgsrc/mail/squirrelmail/distinfo 1.60

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Jul 24 12:20:34 UTC 2010

   Modified Files:
           pkgsrc/mail/squirrelmail: Makefile PLIST distinfo

   Log Message:
   Update "squirremail" package to version 1.4.21. Changes since 1.4.20:
   - Now allow more than one plugin to control the compose form submit action.
   - When sorting by received date, the received date is now shown on the
     message list.
   - Explicitly disable browser caching for left_main and right_main pages
     (#2983134).
   - Fix error with SpamCop reporting plugin not being able to send report as
     emails (#1795310).
   - Fix typo in SpamCop plugin.
   - Reduced default time security tokens stay valid from 30 days to 2 days
     (reduces chances of session data growing too large)
   - Several speed enhancements for recent fixes regarding the display of
     encoded subjects, including a fix for messages with invalid subject
     encoding (includes #2987016 amongst several other issues reported via
     mailing list, etc.) (Many thanks to Zdenek Pytela for the untiring help
     diagnosing and testing.)
   - Fixed minor vulnerability in Mail Fetch plugin.
     [CVE-2010-1637/TEHTRI-SA-2010-009]
   - Now properly quote personal part of encoded addresses when replying.
   - Now fill in default subject when forwarding as attachment (#2936541).
   - Implement header folding that doesn't add extraneous spaces so unfolding
     is less ambiguous (#1951776).
   - Fixed issues caused by use of PostgreSQL keyword "user" in SquirrelMail's
     default preferences database schema (#2943483).
   - Fixed attachment filename decoding problems (#2994865).
   - Now default search criteria to the TO header when searching the sent fold=
   er.
   - Fixed literal processing of 8-bit usernames/passwords during login.
     [CVE-2010-2813]

   To generate a diff of this commit:
   cvs rdiff -u -r1.114 -r1.115 pkgsrc/mail/squirrelmail/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/squirrelmail/PLIST
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/mail/squirrelmail/distinfo

13 years agoPullup tickets #3176, #3177, #3178 and #3179.
tron [Thu, 22 Jul 2010 16:11:32 +0000 (16:11 +0000)]
Pullup tickets #3176, #3177, #3178 and #3179.

13 years agoPullup ticket #3179 - requested by tnn
tron [Thu, 22 Jul 2010 16:11:00 +0000 (16:11 +0000)]
Pullup ticket #3179 - requested by tnn
mail/thunderbird: security update and build fix

Revisions pulled up:
- mail/thunderbird/Makefile patch
- mail/thunderbird/distinfo patch
- mail/thunderbird/patches/patch-directory_c-sdk_configure.in new file
- mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h new file
- mail/thunderbird/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in new file
- mail/thunderbird/patches/patch-mp patch
---
Fix the following security vulnerabilities:

MFSA 2010-47 Cross-origin data leakage from script filename in error messages
MFSA 2010-46 Cross-domain data theft using CSS
MFSA 2010-42 Cross-origin data disclosure via Web Workers and importScripts
MFSA 2010-41 Remote code execution using malformed PNG image
MFSA 2010-40 nsTreeSelection dangling pointer remote code execution
MFSA 2010-39 nsCSSValue::Array index integer overflow
MFSA 2010-34 Miscellaneous memory safety hazards (rv:1.9.2.7/ 1.9.1.11)

13 years agoPullup ticket #3178 - requested by tnn
tron [Thu, 22 Jul 2010 14:31:30 +0000 (14:31 +0000)]
Pullup ticket #3178 - requested by tnn
www/seamonkey: security update and build fix

Revisions pulled up:
- www/seamonkey/Makefile 1.38
- www/seamonkey/distinfo 1.51-1.54
- www/seamonkey/patches/patch-directory_c-sdk_configure.in 1.1-1.2
- www/seamonkey/patches/patch-directory_c-sdk_ldap_include_portable.h 1.1-1.3
- www/seamonkey/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in 1.1-1.2
- www/seamonkey/patches/patch-mp 1.2
---
Module Name: pkgsrc
Committed By: tnn
Date: Mon Jul 12 11:57:00 UTC 2010

Modified Files:
pkgsrc/www/seamonkey: distinfo
Added Files:
pkgsrc/www/seamonkey/patches: patch-directory_c-sdk_configure.in
    patch-directory_c-sdk_ldap_include_portable.h
    patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in

Log Message:
Add some DragonFlyBSD fixes, contributed by Francois Tigeot.
---
Module Name: pkgsrc
Committed By: tnn
Date: Mon Jul 12 13:57:29 UTC 2010

Modified Files:
pkgsrc/www/seamonkey: distinfo
pkgsrc/www/seamonkey/patches: patch-directory_c-sdk_configure.in
    patch-directory_c-sdk_ldap_include_portable.h
    patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in

Log Message:
Add upstream bug ref.
---
Module Name: pkgsrc
Committed By: tnn
Date: Wed Jul 21 11:48:06 UTC 2010

Modified Files:
pkgsrc/www/seamonkey: distinfo
pkgsrc/www/seamonkey/patches:
    patch-directory_c-sdk_ldap_include_portable.h

Log Message:
Fix undefined reference to re_comp/re_exec on dragonfly.
Reported by Francois Tigeot.
---
Module Name: pkgsrc
Committed By: tnn
Date: Wed Jul 21 18:25:06 UTC 2010

Modified Files:
pkgsrc/www/seamonkey: Makefile distinfo
pkgsrc/www/seamonkey/patches: patch-mp

Log Message:
Update to seamonkey-2.0.6

MFSA 2010-47 Cross-origin data leakage from script filename in error messages
MFSA 2010-46 Cross-domain data theft using CSS
MFSA 2010-45 Multiple location bar spoofing vulnerabilities
MFSA 2010-42 Cross-origin data disclosure via Web Workers and importScripts
MFSA 2010-41 Remote code execution using malformed PNG image
MFSA 2010-40 nsTreeSelection dangling pointer remote code execution
MFSA 2010-39 nsCSSValue::Array index integer overflow
MFSA 2010-37 Plugin parameter EnsureCachedAttrParamArrays remote code execution
MFSA 2010-36 Use-after-free error in NodeIterator
MFSA 2010-35 DOM attribute cloning remote code execution vulnerability
MFSA 2010-34 Miscellaneous memory safety hazards (rv:1.9.2.7/ 1.9.1.11)

13 years agoPullup ticket #3177 - requested by tnn
tron [Thu, 22 Jul 2010 13:23:33 +0000 (13:23 +0000)]
Pullup ticket #3177 - requested by tnn
devel/xulrunner: security update
www/firefox: security update

Revisions pulled up:
- devel/xulrunner/PLIST 1.23
- devel/xulrunner/dist.mk 1.12
- devel/xulrunner/distinfo 1.34
- devel/xulrunner/patches/patch-bc delete
- devel/xulrunner/patches/patch-mp 1.4
---
Module Name: pkgsrc
Committed By: tnn
Date: Wed Jul 21 16:55:34 UTC 2010

Modified Files:
pkgsrc/devel/xulrunner: PLIST dist.mk distinfo
pkgsrc/devel/xulrunner/patches: patch-mp
Removed Files:
pkgsrc/devel/xulrunner/patches: patch-bc

Log Message:
firefox-3.6.7 / xulrunner-1.9.2.7 security update.

MFSA 2010-47 Cross-origin data leakage from script filename in error
messages MFSA 2010-46 Cross-domain data theft using CSS
MFSA 2010-45 Multiple location bar spoofing vulnerabilities
MFSA 2010-44 Characters mapped to U+FFFD in 8 bit encodings cause
subsequent character to vanish
MFSA 2010-43 Same-origin bypass using canvas context
MFSA 2010-42 Cross-origin data disclosure via Web Workers and
importScripts MFSA 2010-41 Remote code execution using malformed PNG
image MFSA 2010-40 nsTreeSelection dangling pointer remote code
execution MFSA 2010-39 nsCSSValue::Array index integer overflow
MFSA 2010-38 Arbitrary code execution using SJOW and fast native
function MFSA 2010-37 Plugin parameter EnsureCachedAttrParamArrays
remote code execution MFSA 2010-36 Use-after-free error in NodeIterator
MFSA 2010-35 DOM attribute cloning remote code execution vulnerability
MFSA 2010-34 Miscellaneous memory safety hazards (rv:1.9.2.7/ 1.9.1.11)

13 years agoPullup ticket #3176 - requested by sbd
tron [Thu, 22 Jul 2010 11:58:43 +0000 (11:58 +0000)]
Pullup ticket #3176 - requested by sbd
misc/rpm: build fix

Revisions pulled up:
- misc/rpm/Makefile 1.71
---
Module Name: pkgsrc
Committed By: sbd
Date: Wed Jul 21 22:29:36 UTC 2010

Modified Files:
pkgsrc/misc/rpm: Makefile

Log Message:
If db4 is selected as the DBD_TYPE then PTHEADS_LDFLAGS is needed for linking.

13 years agopullup #3173
spz [Tue, 20 Jul 2010 19:48:52 +0000 (19:48 +0000)]
pullup #3173

13 years agoPullup ticket 3173 - requested by drochner
spz [Tue, 20 Jul 2010 19:46:39 +0000 (19:46 +0000)]
Pullup ticket 3173 - requested by drochner
security update

Revisions pulled up:
- pkgsrc/graphics/freetype2/Makefile 1.73
- pkgsrc/graphics/freetype2/distinfo 1.35

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Tue Jul 20 11:44:15 UTC 2010

   Modified Files:
           pkgsrc/graphics/freetype2: Makefile distinfo

   Log Message:
   update to 2.4.1
   changes:
   - Since May  2010, all  patents  regarding  the TrueType  bytecode
     interpreter have expired worldwide.  Consequently, we now define
     TT_CONFIG_OPTION_BYTECODE_INTERPRETER by  default (and  undefine
     TT_CONFIG_OPTION_UNPATENTED_HINTING).
   - A new function `FT_Library_SetLcdFilterWeights' is available  to
     adjust the filter weights set by `FT_Library_SetLcdFilter'.
   -increased robustness, bugfixes

   pkgsrc note: the "truetype" option was removed, the bytecode interpreter
   is now always enabled

   To generate a diff of this commit:
   cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/freetype2/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/freetype2/distinfo

13 years agoPullup ticket #3164.
tron [Wed, 14 Jul 2010 09:16:13 +0000 (09:16 +0000)]
Pullup ticket #3164.

13 years agoPullup ticket #3164 - requested by sbd
tron [Wed, 14 Jul 2010 09:15:07 +0000 (09:15 +0000)]
Pullup ticket #3164 - requested by sbd
print/cups: build fix

Revisions pulled up:
- print/cups/Makefile 1.168
- print/cups/distinfo 1.75
- print/cups/patches/patch-bd 1.5
---
Module Name: pkgsrc
Committed By: sbd
Date: Tue Jul 13 10:59:43 UTC 2010

Modified Files:
pkgsrc/print/cups: Makefile distinfo
pkgsrc/print/cups/patches: patch-bd

Log Message:
the st_gen member of stat(2) is a BSD extension

13 years agoPullup ticket #3162.
tron [Mon, 12 Jul 2010 12:40:13 +0000 (12:40 +0000)]
Pullup ticket #3162.

13 years agoPullup ticket #3162 - requested by obache
tron [Mon, 12 Jul 2010 12:39:51 +0000 (12:39 +0000)]
Pullup ticket #3162 - requested by obache
editors/mule: bug fix patch
inputmethod/ja-freewnn-lib: bug fix patch
inputmethod/kinput2: bug fix patch

Revisions pulled up:
- editors/mule/Makefile 1.44
- editors/mule/distinfo 1.8
- editors/mule/patches/patch-cj 1.1
- inputmethod/ja-freewnn-lib/Makefile 1.10
- inputmethod/ja-freewnn-lib/buildlink3.mk 1.8
- inputmethod/ja-freewnn-lib/distinfo 1.10
- inputmethod/ja-freewnn-lib/patches/patch-ag 1.6
- inputmethod/ja-freewnn-server-bin/Makefile 1.17
- inputmethod/kinput2/Makefile 1.20
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 02:53:25 UTC 2010

Modified Files:
pkgsrc/inputmethod/ja-freewnn-lib: Makefile buildlink3.mk distinfo
pkgsrc/inputmethod/ja-freewnn-lib/patches: patch-ag

Log Message:
Fixes memory corruption, PR#43586.

Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 02:56:35 UTC 2010

Modified Files:
pkgsrc/inputmethod/ja-freewnn-server-bin: Makefile

Log Message:
Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib,
or wnnkill dumped core.
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 02:58:16 UTC 2010

Modified Files:
pkgsrc/inputmethod/kinput2: Makefile

Log Message:
Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib, or dumped core.
---
odule Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 03:00:33 UTC 2010

Modified Files:
pkgsrc/editors/mule: Makefile distinfo
Added Files:
pkgsrc/editors/mule/patches: patch-cj

Log Message:
* add patch-cj to fix build failure
* add user-destdir installation support.
* Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib.

13 years agoPullup ticket #3160.
tron [Sat, 10 Jul 2010 12:08:06 +0000 (12:08 +0000)]
Pullup ticket #3160.

13 years agoPullup ticket #3160 - requested by obache
tron [Sat, 10 Jul 2010 12:07:35 +0000 (12:07 +0000)]
Pullup ticket #3160 - requested by obache
www/py-moin: security update

Revisions pulled up:
- www/py-moin/Makefile 1.14
- www/py-moin/PLIST 1.7
- www/py-moin/distinfo 1.6
---
Module Name: pkgsrc
Committed By: obache
Date: Fri Jul  9 11:38:36 UTC 2010

Modified Files:
pkgsrc/www/py-moin: Makefile PLIST distinfo

Log Message:
Update py-moin to 1.9.3.
PR#43524 by Wen Heping.

Known main issues:

   * The GUI WYSIWYG editor has still some issues and limitations.
     If you can't live with those, you can simply switch it off by using:
     editor_force = True
     editor_default = 'text'  # internal default, just for completeness

Version 1.9.3:
   Fixes:
   * Fix XSS in Despam action (CVE-2010-0828).
   * Fix XSS issues (see MoinMoinBugs/1.9.2UnescapedInputForThemeAddMsg):
     * by escaping template name in messages
     * by fixing other places that had similar issues
   * Make moin compatible to werkzeug 0.5 .. 0.6.2 (1.9.2 had issues
     with xmlrpc when used with werkzeug 0.6.x).
   * MoinMoin.util.filesys: disable usage of dircache, deprecate dc* functions,
     because the dircache stdlib module can't work correctly for fast updates of
     directories.
   * rss_rc and sisterpages actions: fix Content-Type header (mimetype)
   * Fix associating OpenID identity with user, wasn't adapted to werkzeug yet.
   * openidrp auth: fix undefined _ (gettext)
   * Fix auth.cas and userprefs.oidserv request object usage.
   * highlight parser: fixed MoinMoinBugs/LineNumberSpansForProcessInstructionsMissed
   * Pygments syntax highlighting: add missing code files
   * Notifications: use same email subject format for every notification
   * Fix docbook formatter crashing, see MoinMoinPatch/IncludeMacroWithDocBookFormatter
   * Fix regex content search for xapian search.
   * Get rid of the empty line at the end of code highlights.
   * GUI editor: compute editor height like the text editor does.
   * Added help texts for: standalone server and moin migration.
   * script.maint.cleancache: clean also i18n cache files
   * Improved formatter.text_plain, see FeatureRequests/TextPlainFormatterRewrite
     (fixes many issues of this formatter).
   * text_html_text_moin_wiki: fixed index error for width="", see also:
     MoinMoinBugs/GUI_convertor_list_index_out_of_range
   * xmlrpc: disable editor backup for putPage, renamePage and revertPage
     because if pages get uploaded by xmlrpc then the draft cache file can
     rapidly increase in size, causing high memory usage because it needs to
     get loaded into memory for updating/processing.
   * Emit Content-Type header (with charset) for SlideShow action and many other
     actions that just call send_title().
   * ActionBase: better compatibility to moin 1.8, use request.values by
     default, optionally use request.form data only

   New features:
   * RenamePage action: added ability to create redirect pages when renaming
     (turned off by default, see show_rename_redirect config option).
   * formatter/text_html: Added line number links to code blocks.
   * diff action:
     * Fixed whitespace in generated (html) diff view table so white-space: pre
       can be used (and whitespace in diffs preserved).
     * Added links to first/last revision.
   * MoinMoin.widget.browser: introduced feature for sorting tables, see:
     http://moinmo.in/FeatureRequests/SortableTables
   * SystemAdmin user and attachment browsers: sorting feature used there now
   * Scrolling the text editor to the double clicked line.
   * Enable double-click-editing by default.
   * WikiConfigHelp macro: make heading and description display optional,
     heading level as a parameter (default 2)
   * If edit ticket check fails, send the editor with the current content.
   * moin import wikipage - use this script to import local files as a wiki page

   Other changes:
   * upgraded pygments from 1.2.2 to 1.3.1
   * upgraded FCKeditor from 2.6.4.1 to 2.6.6
   * added configuration snippet for ldap authentication against 2 servers
   * improved script help output

13 years agoPullup ticket #3156.
tron [Tue, 6 Jul 2010 14:07:03 +0000 (14:07 +0000)]
Pullup ticket #3156.

13 years agoPullup ticket #3156 - requested by obache
tron [Tue, 6 Jul 2010 14:06:24 +0000 (14:06 +0000)]
Pullup ticket #3156 - requested by obache
emulators/tme: build fix

Revision pulled up:
- emulators/tme/Makefile 1.20-1.21
- emulators/tme/PLIST 1.7
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jul  5 10:20:38 UTC 2010

Modified Files:
pkgsrc/emulators/tme: Makefile PLIST

Log Message:
Fixes PLIST (remove redundant libraries, add an library).
PR#43572 by Ryo ONODERA.

Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jul  5 11:20:34 UTC 2010

Modified Files:
pkgsrc/emulators/tme: Makefile

Log Message:
Need pkg-config to detect gtk2.

13 years agoPullup ticket #3155.
tron [Mon, 5 Jul 2010 08:59:48 +0000 (08:59 +0000)]
Pullup ticket #3155.

13 years agoPullup ticket #3155 - requested by taca
tron [Mon, 5 Jul 2010 08:59:29 +0000 (08:59 +0000)]
Pullup ticket #3155 - requested by taca
databases/mysql51-client: security update
databases/mysql51-server: security update

Revisions pulled up:
- databases/mysql51-client/Makefile.common 1.9
- databases/mysql51-client/distinfo 1.5
- databases/mysql51-server/PLIST 1.6
- databases/mysql51-server/distinfo 1.7
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Jul  5 03:15:04 UTC 2010

Modified Files:
pkgsrc/databases/mysql51-client: Makefile.common distinfo
pkgsrc/databases/mysql51-server: PLIST distinfo

Log Message:
Update mysql51-{client,server} package to 5.1.48.

Secunia Advisory SA40333 (http://secunia.com/advisories/40333/) reports
that this release fixes DoS problem and it refers:

http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
http://bugs.mysql.com/bug.php?id=53804

But news-5-1-48.html dosen't contains about bug id 53804...

Anyway, please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
for full changes.

13 years agoPullup ticket #3154.
tron [Sun, 4 Jul 2010 20:11:54 +0000 (20:11 +0000)]
Pullup ticket #3154.

13 years agoPullup ticket #3154 - requested by wiz
tron [Sun, 4 Jul 2010 20:11:31 +0000 (20:11 +0000)]
Pullup ticket #3154 - requested by wiz
multimedia/vlc: portability fix

Revisions pulled up:
- multimedia/vlc/distinfo 1.38
- multimedia/vlc/patches/patch-aa 1.13
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul  3 14:24:26 UTC 2010

Modified Files:
pkgsrc/multimedia/vlc: distinfo
pkgsrc/multimedia/vlc/patches: patch-aa

Log Message:
Address PR 43086 and PR 43545 based on obache's patch in the former.
(build fix for Linux, so no PKGREVISION bump)

13 years agoPullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
agc [Sun, 4 Jul 2010 07:31:14 +0000 (07:31 +0000)]
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

13 years agoPullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
agc [Sun, 4 Jul 2010 07:06:23 +0000 (07:06 +0000)]
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

13 years agoAdd the file to document changes made to the pkgsrc-2010Q2 branch.
agc [Fri, 2 Jul 2010 21:52:49 +0000 (21:52 +0000)]
Add the file to document changes made to the pkgsrc-2010Q2 branch.

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 26 Jun 2010 00:59:35 +0000 (00:59 +0000)]
Add files from parent branch HEAD:
net/quagga-devel/Makefile
net/quagga/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 26 Jun 2010 00:39:59 +0000 (00:39 +0000)]
Add files from parent branch HEAD:
x11/lbxproxy/Makefile
x11/liblbxutil/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 23:16:27 +0000 (23:16 +0000)]
Add files from parent branch HEAD:
shells/perlsh/Makefile
shells/perlsh/distinfo
shells/perlsh/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:47:50 +0000 (22:47 +0000)]
Add files from parent branch HEAD:
games/tuxmath/Makefile
games/tuxmath/distinfo
games/tuxmath/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:38:40 +0000 (22:38 +0000)]
Add files from parent branch HEAD:
games/tanked/Makefile
games/tanked/distinfo
games/tanked/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:15:44 +0000 (22:15 +0000)]
Add files from parent branch HEAD:
doc/CHANGES-2010
doc/TODO

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:15:35 +0000 (22:15 +0000)]
Add files from parent branch HEAD:
fonts/umefont-ttf/Makefile
fonts/umefont-ttf/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:12:31 +0000 (22:12 +0000)]
Add files from parent branch HEAD:
games/moria/Makefile
games/moria/PLIST
games/moria/distinfo
games/moria/patches/patch-aa
games/moria/patches/patch-al

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:11:10 +0000 (22:11 +0000)]
Add files from parent branch HEAD:
security/gpgme/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:06:47 +0000 (22:06 +0000)]
Add files from parent branch HEAD:
databases/iodbc/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:05:53 +0000 (22:05 +0000)]
Add files from parent branch HEAD:
multimedia/xine-lib/PLIST.Linux

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:05:05 +0000 (22:05 +0000)]
Add files from parent branch HEAD:
graphics/gnome-icon-theme/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:56:46 +0000 (21:56 +0000)]
Add files from parent branch HEAD:
net/isc-dhclient4/Makefile
net/isc-dhcp4/Makefile
net/isc-dhcp4/Makefile.common
net/isc-dhcpd4/Makefile
net/isc-dhcrelay4/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:40:32 +0000 (21:40 +0000)]
Add files from parent branch HEAD:
net/maradns/Makefile
net/maradns/PLIST

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:38:44 +0000 (21:38 +0000)]
Add files from parent branch HEAD:
chat/inspircd12/Makefile
chat/inspircd12/distinfo
chat/inspircd12/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:11:42 +0000 (21:11 +0000)]
Add files from parent branch HEAD:
chat/aim/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:05:57 +0000 (21:05 +0000)]
Add files from parent branch HEAD:
cad/spice/Makefile
cad/spice/distinfo
cad/spice/patches/patch-ag

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 20:29:51 +0000 (20:29 +0000)]
Add files from parent branch HEAD:
audio/xmcd/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 20:21:47 +0000 (20:21 +0000)]
Add files from parent branch HEAD:
audio/xmms-wma/Makefile
audio/xmms-wma/distinfo
audio/xmms-wma/patches/patch-ad

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 13:43:22 +0000 (13:43 +0000)]
Add files from parent branch HEAD:
lang/sbcl/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 13:02:14 +0000 (13:02 +0000)]
Add files from parent branch HEAD:
www/py-blosxom/DESCR
www/py-blosxom/Makefile
www/py-blosxom/PLIST
www/py-blosxom/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 12:59:47 +0000 (12:59 +0000)]
Add files from parent branch HEAD:
www/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 09:58:51 +0000 (09:58 +0000)]
Add files from parent branch HEAD:
cross/mingw-binutils/distinfo
cross/mingw-binutils/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 09:54:41 +0000 (09:54 +0000)]
Add files from parent branch HEAD:
textproc/php-xsl/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 08:58:38 +0000 (08:58 +0000)]
Add files from parent branch HEAD:
chat/anope/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 08:30:23 +0000 (08:30 +0000)]
Add files from parent branch HEAD:
chat/amsn/Makefile
chat/amsn/PLIST
chat/amsn/PLIST.DragonFly
chat/amsn/PLIST.FreeBSD
chat/amsn/PLIST.Linux
chat/amsn/PLIST.NetBSD
chat/amsn/PLIST.OpenBSD
chat/amsn/PLIST.SunOS

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 07:34:26 +0000 (07:34 +0000)]
Add files from parent branch HEAD:
www/seamonkey/Makefile
www/seamonkey/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 06:28:09 +0000 (06:28 +0000)]
Add files from parent branch HEAD:
security/tcl-tls/Makefile
security/tcl-tls/distinfo
security/tcl-tls/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 06:01:57 +0000 (06:01 +0000)]
Add files from parent branch HEAD:
audio/padevchooser/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 05:17:36 +0000 (05:17 +0000)]
Add files from parent branch HEAD:
textproc/p5-XML-AutoWriter/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 22:51:00 +0000 (22:51 +0000)]
Add files from parent branch HEAD:
net/fetch/files/configure
net/fetch/files/configure.ac

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 22:19:24 +0000 (22:19 +0000)]
Add files from parent branch HEAD:
editors/emacs22/distinfo
editors/emacs22/patches/patch-af

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 20:06:28 +0000 (20:06 +0000)]
Add files from parent branch HEAD:
cross/mingw-binutils/Makefile
cross/mingw-binutils/PLIST

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 18:36:13 +0000 (18:36 +0000)]
Add files from parent branch HEAD:
graphics/plotutils-nox11/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 18:01:38 +0000 (18:01 +0000)]
Add files from parent branch HEAD:
mail/thunderbird/Makefile
mail/thunderbird/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 12:37:09 +0000 (12:37 +0000)]
Add files from parent branch HEAD:
geography/viking/Makefile
geography/viking/PLIST
geography/viking/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 12:20:38 +0000 (12:20 +0000)]
Add files from parent branch HEAD:
devel/xulrunner/PLIST
devel/xulrunner/dist.mk
devel/xulrunner/distinfo
devel/xulrunner/mozilla-common.mk
devel/xulrunner/patches/patch-aj
www/firefox/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 07:51:37 +0000 (07:51 +0000)]
Add files from parent branch HEAD:
www/squid/options.mk

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 23:52:12 +0000 (23:52 +0000)]
Add files from parent branch HEAD:
www/ikiwiki/Makefile
www/ikiwiki/PLIST
www/ikiwiki/distinfo
www/ikiwiki/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 21:48:14 +0000 (21:48 +0000)]
Add files from parent branch HEAD:
devel/monotone-server/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 12:52:43 +0000 (12:52 +0000)]
Add files from parent branch HEAD:
editors/joe/Makefile
editors/joe/PLIST
editors/joe/distinfo
editors/joe/patches/patch-aa
editors/joe/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 03:02:37 +0000 (03:02 +0000)]
Add files from parent branch HEAD:
graphics/gd/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Tue, 22 Jun 2010 05:24:59 +0000 (05:24 +0000)]
Add files from parent branch HEAD:
www/bozohttpd/Makefile
www/bozohttpd/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 14:49:00 +0000 (14:49 +0000)]
Add files from parent branch HEAD:
devel/ncurses/Makefile
devel/ncurses/Makefile.common
devel/ncurses/PLIST
devel/ncursesw/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 12:12:46 +0000 (12:12 +0000)]
Add files from parent branch HEAD:
www/squid31/PLIST

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 11:17:21 +0000 (11:17 +0000)]
Add files from parent branch HEAD:
mk/tools/tools.Haiku.mk

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 07:53:14 +0000 (07:53 +0000)]
Add files from parent branch HEAD:
games/freeciv-client/Makefile
games/freeciv-client/PLIST
games/freeciv-server/Makefile
games/freeciv-server/PLIST
games/freeciv-share/Makefile
games/freeciv-share/Makefile.common
games/freeciv-share/PLIST
games/freeciv-share/distinfo
games/freeciv-share/patches/patch-aa
games/freeciv-share/patches/patch-ab
games/freeciv-share/patches/patch-ac

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 22:20:18 +0000 (22:20 +0000)]
Add files from parent branch HEAD:
cross/avr-gcc/distinfo
cross/avr-gcc/patches/patch-ac

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 19:29:50 +0000 (19:29 +0000)]
Add files from parent branch HEAD:
pkgtools/revbump/Makefile
pkgtools/revbump/files/revbump.1

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 19:05:11 +0000 (19:05 +0000)]
Add files from parent branch HEAD:
graphics/povray/distinfo
graphics/povray/patches/patch-af

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 16:46:24 +0000 (16:46 +0000)]
Add files from parent branch HEAD:
misc/koffice/distinfo
misc/koffice/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 16:23:56 +0000 (16:23 +0000)]
Add files from parent branch HEAD:
cross/avr-binutils/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 15:58:06 +0000 (15:58 +0000)]
Add files from parent branch HEAD:
multimedia/vlc/distinfo
multimedia/vlc/patches/patch-aa
multimedia/vlc/patches/patch-ab
multimedia/vlc/patches/patch-configure
multimedia/vlc/patches/patch-v4l2

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 15:05:43 +0000 (15:05 +0000)]
Add files from parent branch HEAD:
misc/celestia/distinfo
misc/celestia/patches/patch-ap

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 14:02:03 +0000 (14:02 +0000)]
Add files from parent branch HEAD:
graphics/gimp/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 14:01:59 +0000 (14:01 +0000)]
Add files from parent branch HEAD:
graphics/gimp/distinfo
graphics/gimp/patches/patch-ab
graphics/gimp/patches/patch-ad

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 11:06:03 +0000 (11:06 +0000)]
Add files from parent branch HEAD:
sysutils/915resolution/Makefile
sysutils/915resolution/distinfo
sysutils/915resolution/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 09:55:52 +0000 (09:55 +0000)]
Add files from parent branch HEAD:
mail/dovecot/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 09:54:48 +0000 (09:54 +0000)]
Add files from parent branch HEAD:
mail/dovecot/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 09:39:26 +0000 (09:39 +0000)]
Add files from parent branch HEAD:
textproc/sub2srt/Makefile
textproc/sub2srt/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 04:05:39 +0000 (04:05 +0000)]
Add files from parent branch HEAD:
mk/platform/Haiku.mk

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 21:09:11 +0000 (21:09 +0000)]
Add files from parent branch HEAD:
www/mini_httpd/distinfo
www/mini_httpd/patches/patch-ad

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 14:47:36 +0000 (14:47 +0000)]
Add files from parent branch HEAD:
doc/CHANGES-2009

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 14:33:27 +0000 (14:33 +0000)]
Add files from parent branch HEAD:
www/ap-mono/Makefile