pkgsrcv2.git
13 years agoPullup tickets 3393, 3394 and 3395
sbd [Tue, 22 Mar 2011 06:58:09 +0000 (06:58 +0000)]
Pullup tickets 3393, 3394 and 3395

13 years agoPullup ticket #3395 - requested by taca
sbd [Tue, 22 Mar 2011 06:55:45 +0000 (06:55 +0000)]
Pullup ticket #3395 - requested by taca
security fix for lang/php53

Revisions pulled up:
- lang/php53/Makefile                                           1.8
- lang/php53/Makefile.common                                    1.5
- lang/php53/distinfo                                           1.13
- lang/php53/patches/patch-aa                                   1.2
- lang/php53/patches/patch-ab                                   1.4
- lang/php53/patches/patch-af                                   1.2
- lang/php53/patches/patch-ar                                   Removed
- lang/php53/patches/patch-ext_exif_exif.c                      Removed
- lang/php53/patches/patch-ext_zip_lib_zip__name__locate.c      Removed
- lang/php53/patches/patch-ext_zip_php__zip.c                   Removed

---
   Module Name: pkgsrc
   Committed By: taca
   Date: Sat Mar 19 07:01:19 UTC 2011

   Modified Files:
    pkgsrc/lang/php53: Makefile Makefile.common distinfo
    pkgsrc/lang/php53/patches: patch-aa patch-ab patch-af
   Removed Files:
    pkgsrc/lang/php53/patches: patch-ar patch-ext_exif_exif.c
        patch-ext_zip_lib_zip__name__locate.c patch-ext_zip_php__zip.c

   Log Message:
   Update lang/php53 package to PHP 5.3.

   PHP 5.3.6 Released!

   [17-Mar-2011]
   The PHP development team would like to announce the immediate availability
   of PHP 5.3.6. This release focuses on improving the stability of the PHP
   5.3.x branch with over 60 bug fixes, some of which are security related.

   Security Enhancements and Fixes in PHP 5.3.6:

   * Enforce security in the fastcgi protocol parsing with fpm SAPI.
   * Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153)
   * Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092)
   * Fixed bug #54055 (buffer overrun with high values for precision ini setting).
   * Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708)
   * Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty
     archive). (CVE-2011-0421)

   Key enhancements in PHP 5.3.6 include:

   * Upgraded bundled Sqlite3 to version 3.7.4.
   * Upgraded bundled PCRE to version 8.11.
   * Added ability to connect to HTTPS sites through proxy with basic
     authentication using stream_context/http/header/Proxy-Authorization.
   * Added options to debug backtrace functions.
   * Changed default value of ini directive serialize_precision from 100 to 17.
   * Fixed Bug #53971 (isset() and empty() produce apparently spurious
     runtime error).
   * Fixed Bug #53958 (Closures can't 'use' shared variables by value and
     by reference).
   * Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir
     with a trailing forward slash).
   * Over 60 other bug fixes.

13 years agoPullup ticket #3393 - requested by taca
sbd [Tue, 22 Mar 2011 06:31:55 +0000 (06:31 +0000)]
Pullup ticket #3393 - requested by taca
security fix for lang/php5

Revisions pulled up:
- lang/php5/Makefile                                            1.84
- lang/php5/distinfo                                            1.89
- lang/php5/patches/patch-main_snprintf.c                       1.1
- lang/php5/patches/patch-main_snprintf.h                       1.1
- lang/php5/patches/patch-main_spprintf.c                       1.1

---
   Module Name: pkgsrc
   Committed By: taca
   Date: Mon Mar 21 16:34:28 UTC 2011

   Modified Files:
    pkgsrc/lang/php5: Makefile distinfo
   Added Files:
    pkgsrc/lang/php5/patches: patch-main_snprintf.c patch-main_snprintf.h
        patch-main_spprintf.c

   Log Message:
   Apply changes by r308525 from PHP's repository to fix bug #54055
   (buffer overrun with high values for precision ini setting).

   It fixes one of security fixes by PHP 5.3.6.

   Bump PKGREVISION.

13 years agoPullup ticket #3394 - requested by taca
sbd [Tue, 22 Mar 2011 06:22:18 +0000 (06:22 +0000)]
Pullup ticket #3394 - requested by taca
security fix for devel/php-shmop

Revisions pulled up:
- devel/php-shmop/Makefile                                      1.10
- lang/php5/distinfo                                            1.88
- lang/php5/patches/patch-ext_shmop_shmop.c                     1.1

---
   Module Name: pkgsrc
   Committed By: taca
   Date: Mon Mar 21 16:08:29 UTC 2011

   Modified Files:
    pkgsrc/devel/php-shmop: Makefile
    pkgsrc/lang/php5: distinfo
   Added Files:
    pkgsrc/lang/php5/patches: patch-ext_shmop_shmop.c

   Log Message:
   Add a patch to fix bug #54193 (Integer overflow in shmop_read()) referring
   r309018 from PHPs' repository.  (CVE-2011-1092)

   Bump PKGREVISION of devel/php-shmop.

13 years agoRepo copy files
repo-copy [Sat, 19 Mar 2011 13:53:10 +0000 (13:53 +0000)]
Repo copy files

13 years agoPullup ticket #3388
sbd [Sun, 13 Mar 2011 21:11:38 +0000 (21:11 +0000)]
Pullup ticket #3388

13 years agoPullup ticket #3388 - requested by tron
sbd [Sun, 13 Mar 2011 21:10:19 +0000 (21:10 +0000)]
Pullup ticket #3388 - requested by tron
Security update for graphic/tiff

Revisions pulled up:
- graphics/tiff/Makefile                                        1.99
- graphics/tiff/distinfo                                        1.50
- graphics/tiff/patches/patch-SA43593                           1.1

---
   Module Name: pkgsrc
   Committed By: tron
   Date: Sat Mar 12 16:10:43 UTC 2011

   Modified Files:
    pkgsrc/graphics/tiff: Makefile distinfo
   Added Files:
    pkgsrc/graphics/tiff/patches: patch-SA43593

   Log Message:
   Add fix for vulnerability reported in SA43593 taken from the
   "libtiff" CVS repository.

13 years agoPullup ticket #3387
sbd [Sat, 12 Mar 2011 03:02:33 +0000 (03:02 +0000)]
Pullup ticket #3387

13 years agoPullup ticket #3387 - requested by wiz
sbd [Sat, 12 Mar 2011 02:59:46 +0000 (02:59 +0000)]
Pullup ticket #3387 - requested by wiz
build fix for devel/bmake

Revisions pulled up:
- devel/bmake/files/make-bootstrap.sh.in                        1.2

---
   Module Name: pkgsrc
   Committed By: wiz
   Date: Wed Jan 26 10:13:48 UTC 2011

   Modified Files:
    pkgsrc/devel/bmake/files: make-bootstrap.sh.in

   Log Message:
   Add missing ".o". Found by Matthieu Herrb in PR 44461.

13 years agoPullup ticket #3379.
tron [Sun, 6 Mar 2011 19:06:58 +0000 (19:06 +0000)]
Pullup ticket #3379.

13 years agoPullup ticket #3379 - requested by tnn
tron [Sun, 6 Mar 2011 19:04:10 +0000 (19:04 +0000)]
Pullup ticket #3379 - requested by tnn
mail/thunderbird: security update

Revisions pulled up:
- mail/thunderbird/Makefile                                     1.66 via patch
- mail/thunderbird/distinfo                                     1.78
- mail/thunderbird/patches/patch-directory_c-sdk_configure.in   1.2
- mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h 1.3
- mail/thunderbird/patches/patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in 1.2
- mail/thunderbird/patches/patch-mm                             1.4

---
   Module Name: pkgsrc
   Committed By: tnn
   Date: Sat Mar  5 13:09:36 UTC 2011

   Modified Files:
    pkgsrc/mail/thunderbird: Makefile distinfo
    pkgsrc/mail/thunderbird/patches: patch-directory_c-sdk_configure.in
        patch-directory_c-sdk_ldap_include_portable.h
        patch-directory_c-sdk_ldap_libraries_libldap_Makefile.in patch-mm

   Log Message:
   Stability and security update of thunderbird to 3.1.8.

   MFSA 2011-09 Crash caused by corrupted JPEG image
   MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome documents
   MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)

13 years agoPullup #3381, requested by tnn
schnoebe [Sun, 6 Mar 2011 16:39:38 +0000 (16:39 +0000)]
Pullup #3381, requested by tnn

firefox-3.6.15 update and prerequisite commits.

pkgsrc/www/firefox/Makefile 1.82, 1.83
pkgsrc/devel/xulrunner/Makefile 1.46, 1.47, 1.48
pkgsrc/devel/xulrunner/dist.mk 1.18
pkgsrc/devel/xulrunner/distinfo 1.40
pkgsrc/devel/xulrunner/patches/patch-mm 1.4

   Module Name: pkgsrc
   Committed By: wiz
   Date: Thu Jan 13 13:40:12 UTC 2011

   Modified Files:
   pkgsrc/www/firefox: Makefile

   Log Message:
   png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

   ---
   Module Name: pkgsrc
   Committed By: wiz
   Date: Thu Jan 13 13:53:34 UTC 2011

   Modified Files:
   pkgsrc/devel/xulrunner: Makefile

   Log Message:
   png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

   ---
   Module Name: pkgsrc
   Committed By: markd
   Date: Sun Jan 23 11:18:27 UTC 2011

   Modified Files:
   pkgsrc/devel/xulrunner: Makefile

   Log Message:
   set FREEBL_NO_DEPEND=0 in MAKE_ENV otherwise Linux2.6 defaults to
   FREEBL_NO_DEPEND=1 and files not in PLIST are installed.
   OKed by tnn.

   ---
   Module Name: pkgsrc
   Committed By: tnn
   Date: Sat Mar  5 11:57:17 UTC 2011

   Modified Files:
   pkgsrc/devel/xulrunner: Makefile dist.mk distinfo
   pkgsrc/devel/xulrunner/patches: patch-mm
   pkgsrc/www/firefox: Makefile

   Log Message:
   Stability & security update of firefox to 3.6.15.

   MFSA 2011-10 CSRF risk with plugins and 307 redirects
   MFSA 2011-09 Crash caused by corrupted JPEG image
   MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome documents
   MFSA 2011-07 Memory corruption during text run construction (Windows)
   MFSA 2011-06 Use-after-free error using Web Workers
   MFSA 2011-05 Buffer overflow in JavaScript atom map
   MFSA 2011-04 Buffer overflow in JavaScript upvarMap
   MFSA 2011-03 Use-after-free error in JSON.stringify
   MFSA 2011-02 Recursive eval call causes confirm dialogs to evaluate to true
   MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)

13 years agoPullup ticket #3380.
tron [Sun, 6 Mar 2011 12:06:02 +0000 (12:06 +0000)]
Pullup ticket #3380.

13 years agoPullup ticket #3380 - requested by gls
tron [Sun, 6 Mar 2011 12:05:24 +0000 (12:05 +0000)]
Pullup ticket #3380 - requested by gls
chat/cgiirc: security update

Revisions pulled up:
- chat/cgiirc/Makefile 1.17
- chat/cgiirc/distinfo 1.7
---
Module Name: pkgsrc
Committed By: gls
Date: Wed Mar  2 20:24:40 UTC 2011

Modified Files:
pkgsrc/chat/cgiirc: Makefile distinfo

Log Message:
Update chat/cgiirc to 0.5.10

Upstream changes:

After ~5 years without a release 0.5.10 is now available. This is
actually just
0.5.9 with one security fix:
  CVE-2011-0050: XSS in R param in nonjs interface
Thanks to Michael Brooks (Sitewatch) for discovering this.

pkgsrc changes:
- Update MASTER_SITES and HOMEPAGE to point to cgiirc.org
- Add LICENSE

13 years agoPullup tickets #3376 and #3382.
schnoebe [Sat, 5 Mar 2011 23:14:02 +0000 (23:14 +0000)]
Pullup tickets #3376 and #3382.

13 years agopull up request 3382, requested by tnn@
schnoebe [Sat, 5 Mar 2011 23:08:52 +0000 (23:08 +0000)]
pull up request 3382, requested by tnn@

Revisions pulled up:
+ pkgsrc/www/seamonkey/Makefile 1.46, 1.47
+ pkgsrc/www/seamonkey/distinfo 1.59

   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Thu Jan 13 13:53:34 UTC 2011

   Modified Files:
   pkgsrc/www/seamonkey: Makefile

   Log Message:
   png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

   To generate a diff of this commit:
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/seamonkey/Makefile

   Module Name:    pkgsrc
   Committed By:   tnn
   Date:           Sat Mar  5 14:48:21 UTC 2011

   Modified Files:
   pkgsrc/www/seamonkey: Makefile distinfo

   Log Message:
   Security and stability update of seamonkey to 2.0.12.

   MFSA 2011-10 CSRF risk with plugins and 307 redirects
   MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome
   documents MFSA 2011-07 Memory corruption during text run construction
   (Windows) MFSA 2011-06 Use-after-free error using Web Workers
   MFSA 2011-05 Buffer overflow in JavaScript atom map
   MFSA 2011-04 Buffer overflow in JavaScript upvarMap
   MFSA 2011-03 Use-after-free error in JSON.stringify
   MFSA 2011-02 Recursive eval call causes confirm dialogs to evaluate to
   true MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/
   1.9.1.17)

13 years agoPull up ticket 3376, requested by tron@
schnoebe [Sat, 5 Mar 2011 23:06:05 +0000 (23:06 +0000)]
Pull up ticket 3376, requested by tron@

   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Tue Feb  8 07:56:09 UTC 2011

   Modified Files:
   pkgsrc/security/clamav: Makefile distinfo

   Log Message:
   Changes 0.97:
   ClamAV 0.97 brings many improvements, including complete Windows
   support (all major components compile out-of-box under Visual
   Studio), support for signatures based on SHA1 and SHA256, better
   error detection, as well as speed and memory optimizations. The
   complete list of changes is available in the ChangeLog file.

13 years agopullups 3377 + 3378
spz [Sat, 5 Mar 2011 19:47:05 +0000 (19:47 +0000)]
pullups 3377 + 3378

13 years agoPullup ticket #3378 - requested by tron
spz [Sat, 5 Mar 2011 19:44:54 +0000 (19:44 +0000)]
Pullup ticket #3378 - requested by tron
devel/pango: security fix

Revisions pulled up:
- devel/pango/Makefile 1.152
- devel/pango/distinfo 1.88

Files added:
devel/pango/patches/patch-CVE-2011-0064-1
devel/pango/patches/patch-CVE-2011-0064-2
devel/pango/patches/patch-CVE-2011-0064-3

---------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: tron
   Date: Sat Mar  5 13:37:20 UTC 2011

   Modified Files:
    pkgsrc/devel/pango: Makefile distinfo
   Added Files:
    pkgsrc/devel/pango/patches: patch-CVE-2011-0064-1 patch-CVE-2011-0064-2
        patch-CVE-2011-0064-3

   Log Message:
   Add openSUSE's fix for the DoS vulnerability remoted in CVE-2011-0064.

13 years agoPullup ticket #3377 - requested by tron
spz [Sat, 5 Mar 2011 17:58:14 +0000 (17:58 +0000)]
Pullup ticket #3377 - requested by tron
devel/pango: security update

Revisions pulled up:
- devel/pango/Makefile 1.151
- devel/pango/distinfo 1.87
- devel/pango/patches/patch-ac 1.15
- devel/pango/patches/patch-ad 1.12

----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: drochner
   Date: Thu Jan 27 14:04:51 UTC 2011

   Modified Files:
    pkgsrc/devel/pango: Makefile distinfo
   Added Files:
    pkgsrc/devel/pango/patches: patch-ac patch-ad

   Log Message:
   -add patch from https://bugzilla.gnome.org/show_bug.cgi?id=3D639882 to fix
    possible heap corruption when parsing a corrupt font (CVE-2011-0020)
   -being here, add a patch from upstream to fix a scaling inconsistency
   bump PKGREV

13 years agoPullup ticket #3373, #3374 and #3375.
tron [Sat, 5 Mar 2011 11:45:58 +0000 (11:45 +0000)]
Pullup ticket #3373, #3374 and #3375.

13 years agoPullup ticket #3375 - requested by taca
tron [Sat, 5 Mar 2011 11:44:54 +0000 (11:44 +0000)]
Pullup ticket #3375 - requested by taca
www/typo3: dependence fix

Revisions pulled up:
- www/typo3/Makefile 1.32
---
Module Name: pkgsrc
Committed By: bouyer
Date: Wed Mar 2 19:06:09 UTC 2011

Modified Files:
pkgsrc/www/typo3: Makefile

Log Message:
This requires php-json

13 years agoPullup ticket #3374 - requested by taca
tron [Sat, 5 Mar 2011 11:03:05 +0000 (11:03 +0000)]
Pullup ticket #3374 - requested by taca
www/mongrel: build fix

Revisions pulled up:
- www/mongrel/Makefile                                          1.14 via patch
- www/mongrel/files/gemspec                                     1.1
- www/mongrel/patches/patch-ac                                  0
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 28 15:46:39 UTC 2011

Modified Files:
pkgsrc/www/mongrel: Makefile
Added Files:
pkgsrc/www/mongrel/files: gemspec
Removed Files:
pkgsrc/www/mongrel/patches: patch-ac

Log Message:
Fix build problem with ruby18.

Give up to patch gemspec but use pre-generated one.

13 years agoPullup ticket #3373 - requested by taca
tron [Sat, 5 Mar 2011 10:44:58 +0000 (10:44 +0000)]
Pullup ticket #3373 - requested by taca
graphics/ruby-imlib2: build fix

Revisions pulled up:
- graphics/ruby-imlib2/Makefile                                 1.25
- graphics/ruby-imlib2/distinfo                                 1.7
- graphics/ruby-imlib2/files/gemspec                            1.1
- graphics/ruby-imlib2/patches/patch-aa                         0
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 28 15:46:08 UTC 2011

Modified Files:
pkgsrc/graphics/ruby-imlib2: Makefile distinfo
Added Files:
pkgsrc/graphics/ruby-imlib2/files: gemspec
Removed Files:
pkgsrc/graphics/ruby-imlib2/patches: patch-aa

Log Message:
Fix build problem with ruby18.

Give up to patch gemspec but use pre-generated one.

13 years agoPullup ticket #3368
sbd [Thu, 3 Mar 2011 07:28:02 +0000 (07:28 +0000)]
Pullup ticket #3368

13 years agoPullup ticket #3368 - requested by taca
sbd [Thu, 3 Mar 2011 07:26:41 +0000 (07:26 +0000)]
Pullup ticket #3368 - requested by taca
net/samba35 security fix.

Revisions pulled up:
- net/samba35/Makefile                                          1.2
- net/samba35/distinfo                                          1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 28 14:34:56 UTC 2011

Modified Files:
pkgsrc/net/samba35: Makefile distinfo

Log Message:
Update samba35 pacakge to 3.5.7.

Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.

o  CVE-2011-0719:
   All current released versions of Samba are vulnerable to
   a denial of service caused by memory corruption. Range
   checks on file descriptors being used in the FD_SET macro
   were not present allowing stack corruption. This can cause
   the Samba code to crash or to loop attempting to select
   on a bad file descriptor set.

   A connection to a file share, or a local account is needed
   to exploit this problem, either authenticated or unauthenticated
   (guest connection).

   Currently we do not believe this flaw is exploitable
   beyond a crash or causing the code to loop, but on the
   advice of our security reviewers we are releasing fixes
   in case an exploit is discovered at a later date.

Changes
-------

o   Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.

13 years agopullups 3371 and 3372
spz [Wed, 2 Mar 2011 16:04:19 +0000 (16:04 +0000)]
pullups 3371 and 3372

13 years agoPullup ticket 3372 - requested by sbd
spz [Wed, 2 Mar 2011 16:01:09 +0000 (16:01 +0000)]
Pullup ticket 3372 - requested by sbd
build fix for Linux

Revisions pulled up:
- pkgsrc/net/samba35/Makefile 1.3

-----------------------------------------------------------------------------
   Module Name:  pkgsrc
   Committed By: sbd
   Date:         Tue Mar  1 11:28:59 UTC 2011

   Modified Files:
         pkgsrc/net/samba35: Makefile

   Log Message:
   Add --with-cifsumount to CONFIGURE_ARGS on Linux systems in order to build
   umount.cifs

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/samba35/Makefile

13 years agoPullup ticket 3371 - requested by tron
spz [Wed, 2 Mar 2011 15:21:06 +0000 (15:21 +0000)]
Pullup ticket 3371 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.60
- pkgsrc/net/wireshark/distinfo by patch

Files deleted:
pkgsrc/net/wireshark/patches/patch-af
pkgsrc/net/wireshark/patches/patch-ag

-----------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Wed Mar  2 00:09:15 UTC 2011

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo
   Removed Files:
           pkgsrc/net/wireshark/patches: patch-af patch-ag

   Log Message:
   Update "wireshark" package to version 1.4.4. Changes since 1.4.3:
   - Bug Fixes
      The following vulnerabilities have been fixed. See the security
      advisory for details and a workaround.
        o Huzaifa Sidhpurwala of the Red Hat Security Response Team
          discovered that Wireshark could free an uninitialized pointer
          while reading a malformed pcap-ng file. (Bug 5652)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
          CVE-2011-0538
        o Huzaifa Sidhpurwala of the Red Hat Security Response Team
          discovered that a large packet length in a pcap-ng file could
          crash Wireshark. (Bug 5661)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
        o Wireshark could overflow a buffer while reading a Nokia DCT3
          trace file. (Bug 5661)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
          CVE-2011-0713
        o Paul Makowski working for SEI/CERT discovered that Wireshark
          on 32 bit systems could crash while reading a malformed
          6LoWPAN packet. (Bug 5661)
          Versions affected: 1.4.0 to 1.4.3.
        o joernchen of Phenoelit discovered that the LDAP and SMB
          dissectors could overflow the stack. (Bug 5717)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
          versions including 1.0.x are also affected.)
        o Xiaopeng Zhang of Fortinet's Fortiguard Labs discovered that
          large LDAP Filter strings can consume excessive amounts of
          memory. (Bug 5732)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
          versions including 1.0.x are also affected.)
      The following bugs have been fixed:
        o A TCP stream would not always be recognized as the same
          stream. (Bug 2907)
        o Wireshark Crashing by pressing 2 Buttons. (Bug 4645)
        o A crash can occur in the NTLMSSP dissector. (Bug 5157)
        o The column texts from a Lua dissector could be mangled. (Bug
          5326) (Bug 5630)
        o Corrections to ANSI MAP ASN.1 specifications. (Bug 5584)
        o When searching in packet bytes, the field and bytes are not
          immediately shown. (Bug 5585)
        o Malformed Packet: ULP reported when dissecting ULP SessionID
          PDU. (Bug 5593)
        o Wrong IEI in container of decode_gtp_mm_cntxt. (Bug 5598)
        o Display filter does not work for expressions of type BASE_DEC,
          BASE_DEC_HEX and BASE_HEX_DEC. (Bug 5606)
        o NTLMSSP dissector may fail to compile due to space embedded in
          C comment delimiters. (Bug 5614)
        o Allow for name resolution of link-scope and multicast IPv6
          addresses from local host file. (Bug 5615)
        o DHCPv6 dissector formats DUID_LLT time incorrectly. (Bug 5627)
        o Allow for IEEE 802.3bc-2009 style PoE TLVs. (Bug 5639)
        o Various fixes to the HIP packet dissector. (Bug 5646)
        o Display "Day of Year" for January 1 as 1, not 0. (Bug 5653)
        o Accommodate the CMake build on Ubuntu 10.10. (Bug 5665)
        o E.212 MCC 260 Poland update according to local national
          regulatory. (Bug 5668)
        o IPP on ports other than 631 not recognized. (Bug 5677)
        o Potential access violation when writing to LANalyzer files.
          (Bug 5698)
        o IEEE 802.15.4 Superframe Specification - Final CAP Slot always
          0. (Bug 5700)
        o Peer SRC and DST AS numbers are swapped for cflow. (Bug 5702)
        o dumpcap: -q option behavior doesn't match documentation. (Bug
          5716)
   - Updated Protocol Support
     ANSI MAP, BitTorrent, DCM, DHCPv6, DTAP, DTPT, E.212, GSM
     Management, GTP, HIP, IEEE 802.15.4, IPP, LDAP, LLDP, Netflow,
     NTLMSSP, P_Mul, Quake, Skinny, SMB, SNMP, ULP
   - New and Updated Capture File Support
     LANalyzer, Nokia DCT3, Pcap-ng

   To generate a diff of this commit:
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.1 -r0 pkgsrc/net/wireshark/patches/patch-af \
       pkgsrc/net/wireshark/patches/patch-ag

13 years agoPullup tickets 3365 3366 3367 3369 3370
sbd [Tue, 1 Mar 2011 11:51:43 +0000 (11:51 +0000)]
Pullup tickets 3365 3366 3367 3369 3370

13 years agoPullup ticket #3370 - requested by taca
sbd [Tue, 1 Mar 2011 10:11:54 +0000 (10:11 +0000)]
Pullup ticket #3370 - requested by taca
lang/pear security fix.

Revisions pulled up:
- lang/pear/Makefile                                            1.15
- lang/pear/distinfo                                            1.7
- lang/pear/patches/patch-aa                                    1.6
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar  1 03:15:17 UTC 2011

Modified Files:
pkgsrc/lang/pear: Makefile distinfo
pkgsrc/lang/pear/patches: patch-aa

Log Message:
Update pear package to 1.9.2, including update of these PEAR packages
Console_GetOpt and Structures_Graph.

PEAR 1.9.2:

Release date: 2011-02-28 18:58 UTC

Changelog:

Important! This is a security fix release. The advisory can be found at
http://pear.php.net/advisory-20110228.txt

Bugs:
* Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]
* Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]
* Fixed Bug #17781: invalid argument warning on foreach due to an
  empty optional dependencie [dufuz]
* Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by
  David Jean Louis (izi)]
* Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
* Fixed Bug #17986: PEAR Installer cannot handle files moved between
  packages [dufuz]
* Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
* Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
* Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
* Fixed Bug #18218: "pear package" does not allow the use of late
  static binding [dufuz and Christer Edvartsen]
* Fixed Bug #18238: Wrong return code from "pear help" [till]
* Fixed Bug #18308: Broken error message about missing channel
  validator [yunosh]

This feature is implemented as a result of #18056
* Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]

Console_GetOpt 1.3.0

Release date: 2010-12-11 21:23 UTC

Changelog:

* Implement Request #13140: [PATCH] to skip unknown parameters.
  [patch by rquadling, improved on by dufuz]

Structures_Graph 1.0.4

Release date: 2010-10-26 04:10 UTC

Changelog:

Bugfix Release:
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]

13 years agoPullup ticket #3369 - requested by tron
sbd [Tue, 1 Mar 2011 10:04:22 +0000 (10:04 +0000)]
Pullup ticket #3369 - requested by tron
Security patch for "python26" package

Revisions pulled up:
- lang/python26/Makefile                                        1.34
- lang/python26/distinfo                                        1.32
- lang/python26/patches/patch-SA43463                           1.1
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: tron
Date: Mon Feb 28 22:35:53 UTC 2011

Modified Files:
pkgsrc/lang/python26: Makefile distinfo
Added Files:
pkgsrc/lang/python26/patches: patch-SA43463

Log Message:
Add fix for the information disclosure vulnerability reported in SA43463
taken from the Python SVN repository.

13 years agoPullup ticket #3367 - requested by taca
sbd [Tue, 1 Mar 2011 09:09:03 +0000 (09:09 +0000)]
Pullup ticket #3367 - requested by taca
net/samba33 security fix.

Revisions pulled up:
- net/samba33/Makefile                                          1.13
- net/samba33/distinfo                                          1.6
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 28 14:34:09 UTC 2011

Modified Files:
pkgsrc/net/samba33: Makefile distinfo

Log Message:
Update samba33 pacakge to 3.3.15.

Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.

o  CVE-2011-0719:
   All current released versions of Samba are vulnerable to
   a denial of service caused by memory corruption. Range
   checks on file descriptors being used in the FD_SET macro
   were not present allowing stack corruption. This can cause
   the Samba code to crash or to loop attempting to select
   on a bad file descriptor set.

   A connection to a file share, or a local account is needed
   to exploit this problem, either authenticated or unauthenticated
   (guest connection).

   Currently we do not believe this flaw is exploitable
   beyond a crash or causing the code to loop, but on the
   advice of our security reviewers we are releasing fixes
   in case an exploit is discovered at a later date.

Changes
-------

o   Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.

13 years agoPullup ticket #3366 - requested by taca
sbd [Tue, 1 Mar 2011 08:28:33 +0000 (08:28 +0000)]
Pullup ticket #3366 - requested by taca
databases/mysql5-{client,server} security fixes.

Revisions pulled up:
- databases/mysql5-client/Makefile.common                       1.41
- databases/mysql5-client/distinfo                              1.30
- databases/mysql5-client/patches/patch-ad                      1.8
- databases/mysql5-client/patches/patch-af                      1.9
- databases/mysql5-server/PLIST                                 1.17
- databases/mysql5-server/distinfo                              1.26
- databases/mysql5-server/patches/patch-aa                      1.7
- databases/mysql5-server/patches/patch-ag                      1.9
- databases/mysql5-server/patches/patch-ah                      1.8
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 26 02:58:56 UTC 2011

Modified Files:
pkgsrc/databases/mysql5-client: Makefile.common distinfo
pkgsrc/databases/mysql5-client/patches: patch-ad patch-af
pkgsrc/databases/mysql5-server: PLIST distinfo
pkgsrc/databases/mysql5-server/patches: patch-aa patch-ag patch-ah

Log Message:
Update mysql5-{client,server} pacakge to 5.0.92.

Functionality added or changed:

* The time zone tables available at
  http://dev.mysql.com/downloads/timezones.html have been
  updated. These tables can be used on systems such as Windows or
  HP-UX that do not include zoneinfo files. (Bug#40230)

Bugs fixed:

* Security Fix: During evaluation of arguments to extreme-value
  functions (such as LEAST() and GREATEST()), type errors did not
  propagate properly, causing the server to crash. (Bug#55826,
  CVE-2010-3833)

* Security Fix: The server could crash after materializing a derived
  table that required a temporary table for grouping. (Bug#55568,
  CVE-2010-3834)

* Security Fix: A user-variable assignment expression that is
  evaluated in a logical expression context can be precalculated in a
  temporary table for GROUP BY. However, when the expression value is
  used after creation of the temporary table, it was re-evaluated, not
  read from the table and a server crash resulted. (Bug#55564,
  CVE-2010-3835)

* Security Fix: Joins involving a table with a unique SET column could
  cause a server crash. (Bug#54575, CVE-2010-3677)

* Security Fix: Pre-evaluation of LIKE predicates during view
  preparation could cause a server crash. (Bug#54568, CVE-2010-3836)

* Security Fix: GROUP_CONCAT() and WITH ROLLUP together could cause a
  server crash. (Bug#54476, CVE-2010-3837)

* Security Fix: Queries could cause a server crash if the GREATEST()
  or LEAST() function had a mixed list of numeric and LONGBLOB
  arguments, and the result of such a function was processed using an
  intermediate temporary table. (Bug#54461, CVE-2010-3838)

* Security Fix: Using EXPLAIN with queries of the form SELECT
  ... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server
  crash. (Bug#52711, CVE-2010-3682)

* InnoDB Storage Engine: Creating or dropping a table with 1023
  transactions active caused an assertion failure. (Bug#49238)

* The make_binary_distribution target to make could fail on some
  platforms because the lines generated were too long for the
  shell. (Bug#54590)

* A client could supply data in chunks to a prepared statement
  parameter other than of type TEXT or BLOB using the
  mysql_stmt_send_long_data() C API function (or
  COM_STMT_SEND_LONG_DATA command). This led to a crash because other
  data types are not valid for long data. (Bug#54041)

* Builds of the embedded mysqld would fail due to a missing element of
  the struct NET. (Bug#53908, Bug#53912)

* The definition of the MY_INIT macro in my_sys.h included an
  extraneous semicolon, which could cause compilation
  failure. (Bug#53906)

* If the remote server for a FEDERATED table could not be accessed,
  queries for the INFORMATION_SCHEMA.TABLES table failed. (Bug#35333)

* mysqld could fail during execution when using SSL. (Bug#34236)

* Threads that were calculating the estimated number of records for a
  range scan did not respond to the KILL statement. That is, if a
  range join type is possible (even if not selected by the optimizer
  as a join type of choice and thus not shown by EXPLAIN), the query
  in the statistics state (shown by the SHOW PROCESSLIST) did not
  respond to the KILL statement. (Bug#25421)

13 years agoPullup ticket #3365 - requested by taca
sbd [Tue, 1 Mar 2011 07:34:36 +0000 (07:34 +0000)]
Pullup ticket #3365 - requested by taca
textproc/php-intl security fix

Revisions pulled up:
- textproc/php-intl/Makefile                                    1.5
- textproc/php-intl/distinfo                                    1.3
- textproc/php-intl/patches/patch-grapheme_grapheme__string.c   1.1
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 26 02:55:28 UTC 2011

Modified Files:
pkgsrc/textproc/php-intl: Makefile distinfo
Added Files:
pkgsrc/textproc/php-intl/patches: patch-grapheme_grapheme__string.c

Log Message:
Add a fix for CVE-2011-0420 (CERT: VU#210829) from PHP's repository, r306449.

Bump PKGREVISION.

13 years agoPullup ticket #3361.
tron [Sun, 27 Feb 2011 00:29:47 +0000 (00:29 +0000)]
Pullup ticket #3361.

13 years agoPullup ticket #%d - requested by %s
tron [Sun, 27 Feb 2011 00:26:32 +0000 (00:26 +0000)]
Pullup ticket #%d - requested by %s
archivers/ruby-libarchive: dependence update
comms/ruby-termios: dependence update
converters/ruby-uconv: dependence update
databases/ruby-do_sqlite3: dependence update
databases/ruby-ldap: dependence update
databases/ruby-mysql: dependence update
databases/ruby-odbc: dependence update
databases/ruby-pg: dependence update
databases/ruby-postgresql: dependence update
databases/ruby-qdbm: dependence update
databases/ruby-sqlite: dependence update
databases/ruby-sqlite3: dependence update
databases/ruby-tokyocabinet: dependence update
devel/ruby-SDL: dependence update
devel/ruby-debug-base: dependence update
devel/ruby-eet: dependence update
devel/ruby-eventmachine: dependence update
devel/ruby-ffi: dependence update
devel/ruby-gnome2-atk: dependence update
devel/ruby-gnome2-bonobo: dependence update
devel/ruby-gnome2-bonoboui: dependence update
devel/ruby-gnome2-gconf: dependence update
devel/ruby-gnome2-gio: dependence update
devel/ruby-gnome2-glib: dependence update
devel/ruby-gnome2-libglade: dependence update
devel/ruby-gnome2-pango: dependence update
devel/ruby-linecache: dependence update
devel/ruby-memcache: dependence update
devel/ruby-ncurses: dependence update
devel/ruby-priority-queue: dependence update
devel/ruby-racc: dependence update
devel/ruby-rbtree: dependence update
devel/ruby-rcov: dependence update
devel/ruby-rcsparse: dependence update
devel/ruby-subversion: dependence update
devel/ruby-thrift: dependence update
graphics/ruby-RMagick: dependence update
graphics/ruby-clutter-cairo: dependence update
graphics/ruby-clutter-core: dependence update
graphics/ruby-clutter-gtk: dependence update
graphics/ruby-gd: dependence update
graphics/ruby-gnome2-gdkpixbuf: dependence update
graphics/ruby-gnome2-gnomecanvas: dependence update
graphics/ruby-gnome2-goocanvas: dependence update
graphics/ruby-gnome2-gtkglext: dependence update
graphics/ruby-gnome2-libart: dependence update
graphics/ruby-gnome2-rsvg: dependence update
graphics/ruby-imlib2: dependence update
graphics/ruby-opengl: dependence update
graphics/ruby-rcairo: dependence update
inputmethod/ruby-zinnia: dependence update
lang/ruby: dependence update
lang/ruby18-base: security update
lang/ruby19-base: security update
mail/ruby-tmail: dependence update
math/ruby-rb-gsl: dependence update
multimedia/ruby-clutter-gst: dependence update
multimedia/ruby-gnome2-gstreamer: dependence update
multimedia/ruby-ming: dependence update
print/ruby-gnome2-gnomeprint: dependence update
print/ruby-gnome2-gnomeprintui: dependence update
print/ruby-gnome2-poppler: dependence update
security/ruby-password: dependence update
security/ruby-tcpwrap: dependence update
sysutils/ruby-quota: dependence update
textproc/ruby-bluecloth: dependence update
textproc/ruby-cabocha: dependence update
textproc/ruby-eruby: dependence update
textproc/ruby-ferret: dependence update
textproc/ruby-hpricot: dependence update
textproc/ruby-itex2MML: dependence update
textproc/ruby-json: dependence update
textproc/ruby-libxml: dependence update
textproc/ruby-mecab: dependence update
textproc/ruby-native-hyperestraier: dependence update
textproc/ruby-nokogiri: dependence update
textproc/ruby-oniguruma: dependence update
textproc/ruby-redcloth: dependence update
textproc/ruby-sary: dependence update
textproc/ruby-xmlparser: dependence update
textproc/ruby-xslt: dependence update
textproc/ruby-yamcha: dependence update
www/mongrel: dependence update
www/ruby-clearsilver: dependence update
www/ruby-fcgi: dependence update
www/ruby-gnome2-gtkhtml2: dependence update
www/ruby-gnome2-gtkmozembed: dependence update
www/ruby-patron: dependence update
www/thin: dependence update
x11/ruby-gnome2-gnome: dependence update
x11/ruby-gnome2-gtk: dependence update
x11/ruby-gnome2-gtksourceview: dependence update
x11/ruby-gnome2-gtksourceview2: dependence update
x11/ruby-gnome2-panelapplet: dependence update
x11/ruby-gnome2-vte: dependence update

Revisions pulled up:
- archivers/ruby-libarchive/Makefile 1.2
- comms/ruby-termios/Makefile 1.23
- converters/ruby-uconv/Makefile 1.19
- databases/ruby-do_sqlite3/Makefile 1.2
- databases/ruby-ldap/Makefile 1.7
- databases/ruby-mysql/Makefile 1.34 via patch
- databases/ruby-odbc/Makefile 1.10 via patch
- databases/ruby-pg/Makefile 1.6
- databases/ruby-postgresql/Makefile 1.37
- databases/ruby-qdbm/Makefile 1.12
- databases/ruby-sqlite/Makefile 1.3
- databases/ruby-sqlite3/Makefile 1.15
- databases/ruby-tokyocabinet/Makefile 1.24
- devel/ruby-SDL/Makefile 1.9 via patch
- devel/ruby-debug-base/Makefile 1.7
- devel/ruby-eet/Makefile 1.8
- devel/ruby-eventmachine/Makefile 1.7
- devel/ruby-ffi/Makefile 1.3
- devel/ruby-gnome2-atk/Makefile 1.8
- devel/ruby-gnome2-bonobo/Makefile patch
- devel/ruby-gnome2-bonoboui/Makefile patch
- devel/ruby-gnome2-gconf/Makefile patch
- devel/ruby-gnome2-gio/Makefile 1.3 via patch
- devel/ruby-gnome2-glib/Makefile 1.11
- devel/ruby-gnome2-libglade/Makefile patch
- devel/ruby-gnome2-pango/Makefile 1.18 via patch
- devel/ruby-linecache/Makefile 1.5
- devel/ruby-memcache/Makefile 1.4
- devel/ruby-ncurses/Makefile 1.9
- devel/ruby-priority-queue/Makefile 1.6
- devel/ruby-racc/Makefile 1.18
- devel/ruby-rbtree/Makefile 1.6
- devel/ruby-rcov/Makefile 1.5
- devel/ruby-rcsparse/Makefile 1.10
- devel/ruby-subversion/Makefile 1.28
- devel/ruby-thrift/Makefile 1.4 via patch
- graphics/ruby-RMagick/Makefile 1.76 via patch
- graphics/ruby-clutter-cairo/Makefile 1.8 via patch
- graphics/ruby-clutter-core/Makefile 1.11 via patch
- graphics/ruby-clutter-gtk/Makefile 1.8 via patch
- graphics/ruby-gd/Makefile 1.34 via patch
- graphics/ruby-gnome2-gdkpixbuf/Makefile 1.20 via patch
- graphics/ruby-gnome2-gnomecanvas/Makefile patch
- graphics/ruby-gnome2-goocanvas/Makefile 1.12 via patch
- graphics/ruby-gnome2-gtkglext/Makefile patch
- graphics/ruby-gnome2-libart/Makefile patch
- graphics/ruby-gnome2-rsvg/Makefile 1.21 va patch
- graphics/ruby-imlib2/Makefile 1.24 va patch
- graphics/ruby-opengl/Makefile 1.31
- graphics/ruby-rcairo/Makefile 1.22 via patch
- inputmethod/ruby-zinnia/Makefile 1.3
- lang/ruby/buildlink3.mk 1.13
- lang/ruby/rubyversion.mk 1.58-1.59
- lang/ruby18-base/distinfo 1.47
- lang/ruby19-base/DEINSTALL 1.2
- lang/ruby19-base/Makefile 1.7
- lang/ruby19-base/PLIST 1.4
- lang/ruby19-base/distinfo 1.4
- lang/ruby19-base/patches/patch-string.c 1.1
- mail/ruby-tmail/Makefile 1.19
- math/ruby-rb-gsl/Makefile 1.9
- multimedia/ruby-clutter-gst/Makefile 1.9 via patch
- multimedia/ruby-gnome2-gstreamer/Makefile 1.7
- multimedia/ruby-ming/Makefile 1.15 via patch
- print/ruby-gnome2-gnomeprint/Makefile patch
- print/ruby-gnome2-gnomeprintui/Makefile patch
- print/ruby-gnome2-poppler/Makefile 1.19 via patch
- security/ruby-password/Makefile 1.5
- security/ruby-tcpwrap/Makefile 1.18
- sysutils/ruby-quota/Makefile 1.21
- textproc/ruby-bluecloth/Makefile 1.5
- textproc/ruby-cabocha/Makefile 1.3
- textproc/ruby-eruby/Makefile 1.26
- textproc/ruby-ferret/Makefile 1.6
- textproc/ruby-hpricot/Makefile 1.8
- textproc/ruby-itex2MML/Makefile 1.7
- textproc/ruby-json/Makefile 1.9
- textproc/ruby-libxml/Makefile 1.7
- textproc/ruby-mecab/Makefile 1.6
- textproc/ruby-native-hyperestraier/Makefile 1.6
- textproc/ruby-nokogiri/Makefile 1.4
- textproc/ruby-oniguruma/Makefile 1.6
- textproc/ruby-redcloth/Makefile 1.14
- textproc/ruby-sary/Makefile 1.7
- textproc/ruby-xmlparser/Makefile 1.15
- textproc/ruby-xslt/Makefile 1.7
- textproc/ruby-yamcha/Makefile 1.3
- www/mongrel/Makefile 1.13 via patch
- www/ruby-clearsilver/Makefile 1.15
- www/ruby-fcgi/Makefile 1.15
- www/ruby-gnome2-gtkhtml2/Makefile patch
- www/ruby-gnome2-gtkmozembed/Makefile 1.17 via patch
- www/ruby-patron/Makefile 1.5
- www/thin/Makefile 1.8 via patch
- x11/ruby-gnome2-gtk/Makefile 1.25 via patch
- x11/ruby-gnome2-gtksourceview/Makefile patch via 1.12
- x11/ruby-gnome2-gtksourceview2/Makefile patch
- x11/ruby-gnome2-panelapplet/Makefile patch
- x11/ruby-gnome2-vte/Makefile 1.16 via patch
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 21 14:31:06 UTC 2011

Modified Files:
pkgsrc/lang/ruby: rubyversion.mk

Log Message:
* Start upate of ruby18 and ruby19 packags.
* Remove redundant GEM_HOME definition from PLIST.
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 21 14:35:38 UTC 2011

Modified Files:
pkgsrc/lang/ruby18-base: distinfo

Log Message:
Update ruby18-base package to 1.8.7.334 (Ruby 1.8.7p334).

* The FileUtils Vulnerability

http://www.ruby-lang.org/en/news/2011/02/18/fileutils-is-vulnerable-to-symlink-race-attacks/

* The $SAFE Vulnerability

Fri Feb 18 21:18:55 2011  Shugo Maeda  <shugo@ruby-lang.org>

* test/ruby/test_exception.rb (TestException::test_to_s_taintness_propagation):
  Test for below.

Fri Feb 18 21:18:55 2011  URABE Shyouhei  <shyouhei@ruby-lang.org>

* error.c (exc_to_s): untainted strings can be tainted via
  Exception#to_s, which enables attackers to overwrite sane strings.
  Reported by: Yusuke Endoh <mame at tsg.ne.jp>.

* error.c (name_err_to_s): ditto.

Fri Feb 18 21:17:22 2011  Shugo Maeda  <shugo@ruby-lang.org>

* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
  race condition in the case where the given path is a directory,
  and some other user can move that directory, and create a
  symlink while this method is executing.
  Reported by: Nicholas Jefferson <nicholas at pythonic.com.au>

Fri Feb 18 19:46:46 2011  NAKAMURA Usaku  <usa@ruby-lang.org>

* win32/win32.c (init_stdhandle): backport mistake of r29382.
  some code are needless in ruby 1.8.
  [ruby-core:34579]

Fri Feb 18 19:22:17 2011  URABE Shyouhei  <shyouhei@ruby-lang.org>

* configure.in: revert revision r29854.  This revision introduced
  binary incompatibilities on some circumstances.  The bug that
  revision was fixing gets reopened by this reversion.
  [ruby-dev:43152] cf. [Bug #2553]
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 21 14:44:11 UTC 2011

Modified Files:
pkgsrc/lang/ruby19-base: DEINSTALL Makefile PLIST distinfo
Added Files:
pkgsrc/lang/ruby19-base/patches: patch-string.c

Log Message:
Update ruby19-base package to 1.9.2pl180 (Ruby 1.9.2 p180).

* The FileUtils Vulnerability

    http://www.ruby-lang.org/en/news/2011/02/18/fileutils-is-vulnerable-to-symlink-race-attacks/

* Add a patch r30779 from repository; a bug of utf-8 string handling.

For more detail changes of Ruby 1.9.2pl180, please refer:
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_180/ChangeLog
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 21 15:00:34 UTC 2011

Modified Files:
pkgsrc/lang/ruby: buildlink3.mk rubyversion.mk

Log Message:
Introduce RUBY_ABI_VERSION and use it BUILDLINK_ABI_DEPENDS.

There are ABI incompatibility amaong Ruby 1.8.7 patchlevel 302, 330 and 334,
So it would be handle if such problem in future.
---
Module Name: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 21 16:01:24 UTC 2011

Modified Files:
pkgsrc/archivers/ruby-libarchive: Makefile
pkgsrc/comms/ruby-termios: Makefile
pkgsrc/converters/ruby-uconv: Makefile
pkgsrc/databases/ruby-do_sqlite3: Makefile
pkgsrc/databases/ruby-ldap: Makefile
pkgsrc/databases/ruby-mysql: Makefile
pkgsrc/databases/ruby-odbc: Makefile
pkgsrc/databases/ruby-pg: Makefile
pkgsrc/databases/ruby-postgresql: Makefile
pkgsrc/databases/ruby-qdbm: Makefile
pkgsrc/databases/ruby-sqlite: Makefile
pkgsrc/databases/ruby-sqlite3: Makefile
pkgsrc/databases/ruby-tokyocabinet: Makefile
pkgsrc/devel/ruby-SDL: Makefile
pkgsrc/devel/ruby-debug-base: Makefile
pkgsrc/devel/ruby-eet: Makefile
pkgsrc/devel/ruby-eventmachine: Makefile
pkgsrc/devel/ruby-ffi: Makefile
pkgsrc/devel/ruby-gnome2-atk: Makefile
pkgsrc/devel/ruby-gnome2-gio: Makefile
pkgsrc/devel/ruby-gnome2-glib: Makefile
pkgsrc/devel/ruby-gnome2-pango: Makefile
pkgsrc/devel/ruby-linecache: Makefile
pkgsrc/devel/ruby-memcache: Makefile
pkgsrc/devel/ruby-ncurses: Makefile
pkgsrc/devel/ruby-priority-queue: Makefile
pkgsrc/devel/ruby-racc: Makefile
pkgsrc/devel/ruby-rbtree: Makefile
pkgsrc/devel/ruby-rcov: Makefile
pkgsrc/devel/ruby-rcsparse: Makefile
pkgsrc/devel/ruby-subversion: Makefile
pkgsrc/devel/ruby-thrift: Makefile
pkgsrc/graphics/ruby-RMagick: Makefile
pkgsrc/graphics/ruby-clutter-cairo: Makefile
pkgsrc/graphics/ruby-clutter-core: Makefile
pkgsrc/graphics/ruby-clutter-gtk: Makefile
pkgsrc/graphics/ruby-gd: Makefile
pkgsrc/graphics/ruby-gnome2-gdkpixbuf: Makefile
pkgsrc/graphics/ruby-gnome2-goocanvas: Makefile
pkgsrc/graphics/ruby-gnome2-rsvg: Makefile
pkgsrc/graphics/ruby-imlib2: Makefile
pkgsrc/graphics/ruby-opengl: Makefile
pkgsrc/graphics/ruby-rcairo: Makefile
pkgsrc/inputmethod/ruby-zinnia: Makefile
pkgsrc/mail/ruby-tmail: Makefile
pkgsrc/math/ruby-rb-gsl: Makefile
pkgsrc/multimedia/ruby-clutter-gst: Makefile
pkgsrc/multimedia/ruby-gnome2-gstreamer: Makefile
pkgsrc/multimedia/ruby-ming: Makefile
pkgsrc/print/ruby-gnome2-poppler: Makefile
pkgsrc/security/ruby-password: Makefile
pkgsrc/security/ruby-tcpwrap: Makefile
pkgsrc/sysutils/ruby-quota: Makefile
pkgsrc/textproc/ruby-bluecloth: Makefile
pkgsrc/textproc/ruby-cabocha: Makefile
pkgsrc/textproc/ruby-eruby: Makefile
pkgsrc/textproc/ruby-ferret: Makefile
pkgsrc/textproc/ruby-hpricot: Makefile
pkgsrc/textproc/ruby-itex2MML: Makefile
pkgsrc/textproc/ruby-json: Makefile
pkgsrc/textproc/ruby-libxml: Makefile
pkgsrc/textproc/ruby-mecab: Makefile
pkgsrc/textproc/ruby-native-hyperestraier: Makefile
pkgsrc/textproc/ruby-nokogiri: Makefile
pkgsrc/textproc/ruby-oniguruma: Makefile
pkgsrc/textproc/ruby-redcloth: Makefile
pkgsrc/textproc/ruby-sary: Makefile
pkgsrc/textproc/ruby-xmlparser: Makefile
pkgsrc/textproc/ruby-xslt: Makefile
pkgsrc/textproc/ruby-yamcha: Makefile
pkgsrc/www/mongrel: Makefile
pkgsrc/www/ruby-clearsilver: Makefile
pkgsrc/www/ruby-fcgi: Makefile
pkgsrc/www/ruby-gnome2-gtkmozembed: Makefile
pkgsrc/www/ruby-patron: Makefile
pkgsrc/www/thin: Makefile
pkgsrc/x11/ruby-gnome2-gtk: Makefile
pkgsrc/x11/ruby-gnome2-gtksourceview2: Makefile
pkgsrc/x11/ruby-gnome2-vte: Makefile

Log Message:
Bump PKGREVISION due to ABI change of ruby18-base.

13 years agoTicket #3358.
tron [Fri, 25 Feb 2011 10:54:25 +0000 (10:54 +0000)]
Ticket #3358.

13 years agoPullup ticket #3358 - requested by taca
tron [Fri, 25 Feb 2011 10:50:46 +0000 (10:50 +0000)]
Pullup ticket #3358 - requested by taca
devel/ruby-activemodel: security patch
www/ruby-actionpack3: security patch

Revisions pulled up
- devel/ruby-activemodel/Makefile 1.4
- devel/ruby-activemodel/patches/patch-.._activemodel-3.0.4.gemspec 1.1
- www/ruby-actionpack3/Makefile 1.4
- www/ruby-actionpack3/patches/patch-.._actionpack-3.0.4.gemspec 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 20 02:12:08 UTC 2011

Modified Files:
pkgsrc/devel/ruby-activemodel: Makefile
Added Files:
pkgsrc/devel/ruby-activemodel/patches:
    patch-.._activemodel-3.0.4.gemspec

Log Message:
Add missing patch file, something was wrong since patches/CVS directory
existed but patches directory wasn't cvs added...

Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 20 15:44:17 UTC 2011

Modified Files:
pkgsrc/www/ruby-actionpack3: Makefile
Added Files:
pkgsrc/www/ruby-actionpack3/patches: patch-.._actionpack-3.0.4.gemspec

Log Message:
Add another missing patch, noted by HIRAMATSU Yoshifumi on tech-pkg-ja@.

Bump PKGREVISION.

13 years agoPullup ticket #3364.
tron [Fri, 25 Feb 2011 09:18:10 +0000 (09:18 +0000)]
Pullup ticket #3364.

13 years agoPullup ticket #3364 - requested by taca
tron [Fri, 25 Feb 2011 09:16:07 +0000 (09:16 +0000)]
Pullup ticket #3364 - requested by taca
misc/rubygems: build fix

Revisions pulled up:
- misc/rubygems/Makefile 1.36
- misc/rubygems/distinfo 1.27
- misc/rubygems/patches/patch-aq delete
- misc/rubygems/patches/patch-ar delete
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Feb 23 10:32:24 UTC 2011

Modified Files:
pkgsrc/misc/rubygems: Makefile distinfo
Removed Files:
pkgsrc/misc/rubygems/patches: patch-aq patch-ar

Log Message:
Remove patches to make a gemspec file's format compatible as before.
Now latest ruby19-base package comes with gem supporting newer format,
so no need to keep older.

Shouold be fix build problem of newer rails3 related packages with
ruby18-base.

Bump PKGREVISION.

13 years agoPullup tickets #3357 and #3359.
tron [Tue, 22 Feb 2011 15:14:10 +0000 (15:14 +0000)]
Pullup tickets #3357 and #3359.

13 years agoPullup ticket #3359 - requested by taca
tron [Tue, 22 Feb 2011 15:13:00 +0000 (15:13 +0000)]
Pullup ticket #3359 - requested by taca
www/typo3: security update

Revisions pulled up:
- www/typo3/Makefile 1.29
- www/typo3/PLIST 1.17
- www/typo3/distinfo 1.22
- www/typo3/patches/patch-aa 1.5
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb  7 12:57:30 UTC 2011

Modified Files:
pkgsrc/www/typo3: Makefile PLIST distinfo
pkgsrc/www/typo3/patches: patch-aa

Log Message:
Update to www/typo3 package to 4.5.0.

This is TYPO3 Version 4.5: Your Long Term Solution:
Please refer new feature and changes in detail:

http://typo3.org/news-single-view/?tx_newsimporter_pi1[showItem]=0&tx_newsimporter_pi1[feed]=10&cHash=c5554a06e2

13 years agoPullup ticket #3357 - requested by obache
tron [Tue, 22 Feb 2011 13:30:39 +0000 (13:30 +0000)]
Pullup ticket #3357 - requested by obache
lang/sun-jdk6: security update
lang/sun-jre6: security update

Revivions pulled up:
- lang/sun-jdk6/Makefile 1.21
- lang/sun-jdk6/PLIST 1.11
- lang/sun-jdk6/distinfo 1.12
- lang/sun-jre6/Makefile 1.28
- lang/sun-jre6/PLIST.linux-i386 1.21
- lang/sun-jre6/distinfo 1.15
- lang/sun-jre6/sfiles-i386.mk 1.4
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Feb 21 07:48:20 UTC 2011

Modified Files:
pkgsrc/lang/sun-jdk6: Makefile PLIST distinfo
pkgsrc/lang/sun-jre6: Makefile PLIST.linux-i386 distinfo sfiles-i386.mk

Log Message:
Update sun-{jre,jdk}6 to 6.0.24.

Java SE 6 Update 24
* OlsonData 2010o
* Java DB 10.6.2.1
* Bug Fixes, include following security fix.
CVE-2010-4422
CVE-2010-4447
CVE-2010-4448
CVE-2010-4450
CVE-2010-4451
CVE-2010-4452
CVE-2010-4454
CVE-2010-4462
CVE-2010-4463
CVE-2010-4465
CVE-2010-4466
CVE-2010-4467
CVE-2010-4468
CVE-2010-4469
CVE-2010-4470
CVE-2010-4471
CVE-2010-4472
CVE-2010-4473
CVE-2010-4474
CVE-2010-4475
CVE-2010-4476

Java SE 6 Update 23
* OlsonData 2010l
* Java Hotspot VM 19.0
* Java VisualVM 1.3.1
* Menu Item Corrections for Right-to-Left Languages
* Additional Languages Support in Linux Systems
* Bug Fixes

13 years agopullup 3356
spz [Sun, 20 Feb 2011 21:43:50 +0000 (21:43 +0000)]
pullup 3356

13 years agoPullup ticket 3356 - requested by aymeric
spz [Sun, 20 Feb 2011 21:41:59 +0000 (21:41 +0000)]
Pullup ticket 3356 - requested by aymeric
functionality fix

Revisions pulled up:
- pkgsrc/pkgtools/pkg_install/files/admin/audit.c 1.17
- pkgsrc/pkgtools/pkg_install/files/lib/version.h 1.161

-----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: aymeric
   Date: Fri Feb 18 15:59:52 UTC 2011

   Modified Files:
    pkgsrc/pkgtools/pkg_install/files/admin: audit.c
    pkgsrc/pkgtools/pkg_install/files/lib: version.h

   Log Message:
   . fix audit-history subcommand to include patterns making use of [x-y] notation
   . bump version to 20110215

   To generate a diff of this commit:
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/pkgtools/pkg_install/files/admin/audit.c
   cvs rdiff -u -r1.160 -r1.161 pkgsrc/pkgtools/pkg_install/files/lib/version.h

13 years agoPullup ticket #3355
sbd [Wed, 16 Feb 2011 03:02:16 +0000 (03:02 +0000)]
Pullup ticket #3355

13 years agoPullup ticket #3355 - requested by taca
sbd [Wed, 16 Feb 2011 03:00:25 +0000 (03:00 +0000)]
Pullup ticket #3355 - requested by taca

Revisions pulled up:
- pkgsrc/net/bind96/Makefile 1.18
- pkgsrc/net/bind96/PLIST 1.7
- pkgsrc/net/bind96/distinfo 1.11
- pkgsrc/net/bind96/patches/patch-ad 1.5
- pkgsrc/net/bind96/patches/patch-am 1.3

-------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 16:24:14 UTC 2011

   Modified Files:
    pkgsrc/net/bind96: Makefile PLIST distinfo
    pkgsrc/net/bind96/patches: patch-ad patch-am

   Log Message:
   Update bind96 package to 9.6.3.

   9.6.3

        * BIND now builds with threads disabled in versions of NetBSD earlier
          than 5.0 and with pthreads enabled by default in NetBSD versions
          5.0 and higher. Also removes support for unproven-pthreads,
          mit-pthreads and ptl2. [RT #19203]
        * HPUX now correctly defaults to using /dev/poll, which should
          increase performance. [RT #21919]
        * If named is running as a threaded application, after an "rndc stop"
          command has been issued, other inbound TCP requests can cause named
          to hang and never complete shutdown. [RT #22108]
        * When performing a GSS-TSIG signed dynamic zone update, memory could
          be leaked. This causes an unclean shutdown and may affect
          long-running servers. [RT #22573]
        * A bug in NetBSD and FreeBSD kernels with SO_ACCEPTFILTER enabled
          allows for a TCP DoS attack. Until there is a kernel fix, ISC is
          disabling SO_ACCEPTFILTER support in BIND. [RT #22589]
        * Corrected a defect where a combination of dynamic updates and zone
          transfers incorrectly locked the in-memory zone database, causing
          named to freeze. [RT #22614]
        * Don't run MX checks (check-mx) when the MX record points to ".".
          [RT #22645]
        * DST key reference counts can now be incremented via dst_key_attach.
          [RT #22672]
        * isc_mutex_init_errcheck() in phtreads/mutex.c failed to destroy
          attr. [RT #22766]
        * The Kerberos realm was being truncated when being pulled from the
          the host prinicipal, make krb5-self updates fail. [RT #22770]
        * named failed to preserve the case of domain names in RDATA which is
          not compressible when writing master files. [RT #22863]
        * There was a bug in how the clients-per-query code worked with some
          query patterns. This could result, in rare circumstances, in having
          all the client query slots filled with queries for the same DNS
          label, essentially ignoring the max-clients-per-query setting. [RT
          #22972]

13 years agopullup 3353 + 3354
spz [Mon, 14 Feb 2011 19:16:40 +0000 (19:16 +0000)]
pullup 3353 + 3354

13 years agoPullup ticket 3354 - requested by taca
spz [Mon, 14 Feb 2011 19:08:03 +0000 (19:08 +0000)]
Pullup ticket 3354 - requested by taca
security update

Revisions pulled up:
- pkgsrc/databases/ruby-activerecord3/Makefile 1.3
- pkgsrc/databases/ruby-activerecord3/distinfo 1.3
- pkgsrc/databases/ruby-activerecord3/PLIST 1.2
- pkgsrc/databases/ruby-arel/Makefile 1.2
- pkgsrc/databases/ruby-arel/PLIST 1.2
- pkgsrc/databases/ruby-arel/distinfo 1.2
- pkgsrc/devel/ruby-activemodel/Makefile 1.3
- pkgsrc/devel/ruby-activemodel/distinfo 1.3
- pkgsrc/devel/ruby-activesupport3/Makefile 1.3
- pkgsrc/devel/ruby-activesupport3/distinfo 1.3
- pkgsrc/devel/ruby-railties/Makefile 1.3
- pkgsrc/devel/ruby-railties/distinfo 1.3
- pkgsrc/devel/ruby-railties/PLIST 1.2
- pkgsrc/mail/ruby-actionmailer3/Makefile 1.4
- pkgsrc/mail/ruby-actionmailer3/distinfo 1.3
- pkgsrc/www/ruby-actionpack3/Makefile 1.3
- pkgsrc/www/ruby-actionpack3/distinfo 1.3
- pkgsrc/www/ruby-activeresource3/Makefile 1.3
- pkgsrc/www/ruby-activeresource3/distinfo 1.3
- pkgsrc/www/ruby-rack-test/Makefile 1.2
- pkgsrc/www/ruby-rack-test/PLIST 1.2
- pkgsrc/www/ruby-rack-test/distinfo 1.2
- pkgsrc/www/ruby-rails3/Makefile 1.3
- pkgsrc/www/ruby-rails3/distinfo 1.4

-----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 12:54:35 UTC 2011

   Modified Files:
    pkgsrc/www/ruby-rack-test: Makefile PLIST distinfo

   Log Message:
   Update ruby-rack-test package to 0.5.7.

   == 0.5.7 / 2011-01-01

   * Bug fixes

     * If no URI is present, include all cookies (Pratik Naik)

   To generate a diff of this commit:
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/ruby-rack-test/Makefile \
       pkgsrc/www/ruby-rack-test/PLIST pkgsrc/www/ruby-rack-test/distinfo

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 12:55:29 UTC 2011

   Modified Files:
    pkgsrc/databases/ruby-arel: Makefile PLIST distinfo

   Log Message:
   Update ruby-arel package to 2.0.8.

   == 2.0.8  / 2010/02/08

   * Bug Fixes

     * Added set operation support
     * Fixed problems with *_any / *_all methods.

   == 2.0.7 (unreleased)

   * Bug Fixes

     * Limit members are visited
     * Fixing MSSQL TOP support

   == 2.0.6 12/01/2010

   * Bug Fixes

     * Rails 3.0.x does not like that Node is Enumerable, so removing for now.

   == 2.0.5 11/30/2010

   * Enhancements

     * Arel::Visitors::DepthFirst can walk your AST depth first
     * Arel::Nodes::Node is enumerable, depth first

   * Bug fixes

     * #lock will lock SELECT statements "FOR UPDATE" on mysql
     * Nodes::Node#not factory method added for creating Nodes::Not nodes
     * Added an As node

   * Deprecations

     * Support for Subclasses of core classes will be removed in ARel version
       2.2.0

   == 2.0.4

   * Bug fixes

     * Speed improvements for Range queries.  Thanks Rolf Timmermans!

   == 2.0.3

   * Bug fixes

     * Fixing Oracle support
     * Added a visitor for "Class" objects

   == 2.0.2

   * Bug fixes

     * MySQL selects from DUAL on empty FROM
     * Visitor translates nil to NULL
     * Visitor translates Bignum properly

   == 2.0.1

   * Bug fixes

   == 2.0.0 / 2010-08-01
   * Enhancements

     * Recreate library using the Visitor pattern.
       http://en.wikipedia.org/wiki/Visitor_pattern

   To generate a diff of this commit:
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/ruby-arel/Makefile \
       pkgsrc/databases/ruby-arel/PLIST pkgsrc/databases/ruby-arel/distinfo

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 12:56:49 UTC 2011

   Modified Files:
    pkgsrc/devel/ruby-activesupport3: Makefile distinfo

   Log Message:
   Update ruby-activesupport3 package to 3.0.4.

   * 3.0.4 updates version only for Ruby on Rails 3.0.4 update.

   *Rails 3.0.3 (November 16, 2010)*

   * No changes.

   *Rails 3.0.2 (November 15, 2010)*

   * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport3/Makefile \
       pkgsrc/devel/ruby-activesupport3/distinfo

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 12:57:47 UTC 2011

   Modified Files:
    pkgsrc/devel/ruby-activemodel: Makefile distinfo

   Log Message:
   Update ruby-activemodel package to 3.0.4.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 3.0.4 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activemodel/Makefile \
       pkgsrc/devel/ruby-activemodel/distinfo

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 12:58:53 UTC 2011

   Modified Files:
    pkgsrc/www/ruby-actionpack3: Makefile distinfo

   Log Message:
   Update ruby-actionpack3 package to 3.0.4.

   * More strict dependency reflect gemspec's description.

   *Rails 3.0.3 (November 16, 2010)*

   * When ActiveRecord::Base objects are sent to predicate methods, the id of
    the object should be sent to ARel, not the ActiveRecord::Base object.

   * :constraints routing should only do sanity checks against regular
     expressions.  String arguments are OK.

   *Rails 3.0.2 (November 15, 2010)*

   * The helper number_to_currency accepts a new :negative_format option to be
     able to configure how to render negative amounts. [Don Wilson]

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-actionpack3/Makefile \
       pkgsrc/www/ruby-actionpack3/distinfo

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 13:00:07 UTC 2011

   Modified Files:
    pkgsrc/databases/ruby-activerecord3: Makefile PLIST distinfo

   Log Message:
   Update ruby-activerecord3 package to 3.0.4.

   * More strict dependency reflect gemspec's description.

   *Rails 3.0.4 (unreleased)*

   * Added deprecation warning for has_and_belongs_to_many associations where the join table has
     additional attributes other than the keys. Access to these attributes is removed in 3.1.
     Please use has_many :through instead. [Jon Leighton]

   *Rails 3.0.3 (November 16, 2010)*

   * Support find by class like this: Post.where(:name => Post)

   *Rails 3.0.2 (November 15, 2010)*

   * Dramatic speed increase (see: http://engineering.attinteractive.com/2010/10/arel-two-point-ohhhhh-yaaaaaa/) [Aaron Patterson]

   * reorder is deprecated in favor of except(:order).order(...) [Santiago Pastorino]

   * except is now AR public API

       Model.order('name').except(:order).order('salary')

     generates:

       SELECT * FROM models ORDER BY salary

     [Santiago Pastorino]

   * The following code:

       Model.limit(10).scoping { Model.count }

     now generates the following SQL:

       SELECT COUNT(*) FROM models LIMIT 10

     This may not return what you want.  Instead, you may with to do something
     like this:

       Model.limit(10).scoping { Model.all.size }

     [Aaron Patterson]

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-activerecord3/Makefile \
       pkgsrc/databases/ruby-activerecord3/distinfo
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/ruby-activerecord3/PLIST

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 13:00:50 UTC 2011

   Modified Files:
    pkgsrc/www/ruby-activeresource3: Makefile distinfo

   Log Message:
   Update ruby-activeresource3 package to 3.0.4.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 3.0.4 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-activeresource3/Makefile \
       pkgsrc/www/ruby-activeresource3/distinfo

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 13:01:46 UTC 2011

   Modified Files:
    pkgsrc/mail/ruby-actionmailer3: Makefile distinfo

   Log Message:
   Update ruby-actionmailer3 package to 3.0.4.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 3.0.4 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/ruby-actionmailer3/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/ruby-actionmailer3/distinfo

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 13:04:29 UTC 2011

   Modified Files:
    pkgsrc/devel/ruby-railties: Makefile PLIST distinfo

   Log Message:
   Update ruby-railties package to 3.0.4.

   * More strict dependency reflect gemspec's description.

   Not documented but includes fix for security problem:
    http://weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-railties/Makefile \
       pkgsrc/devel/ruby-railties/distinfo
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-railties/PLIST

   -----------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 13:05:57 UTC 2011

   Modified Files:
    pkgsrc/www/ruby-rails3: Makefile distinfo

   Log Message:
   Update ruby-rails3 package to 3.0.4.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 3.0.4 update.
     (This is meta gem.)

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-rails3/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-rails3/distinfo

13 years agoPullup ticket 3353 - requested by taca
spz [Mon, 14 Feb 2011 18:26:33 +0000 (18:26 +0000)]
Pullup ticket 3353 - requested by taca
security update

Revisions pulled up:
- pkgsrc/databases/ruby-activerecord/Makefile     1.21
- pkgsrc/databases/ruby-activerecord/distinfo     1.21
- pkgsrc/devel/ruby-activesupport/Makefile        1.24
- pkgsrc/devel/ruby-activesupport/distinfo        1.21
- pkgsrc/mail/ruby-actionmailer/Makefile          1.19
- pkgsrc/mail/ruby-actionmailer/distinfo          1.20
- pkgsrc/www/ruby-actionpack/Makefile             1.22
- pkgsrc/www/ruby-actionpack/distinfo             1.22
- pkgsrc/www/ruby-actionpack/PLIST                1.21
- pkgsrc/www/ruby-activeresource/Makefile         1.11
- pkgsrc/www/ruby-activeresource/distinfo         1.11
- pkgsrc/www/ruby-rails/Makefile                  1.2
- pkgsrc/www/ruby-rails/distinfo                  1.2

Files deleted:
pkgsrc/www/ruby-rails/patches/patch-ad

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:37:58 UTC 2011

   Modified Files:
           pkgsrc/devel/ruby-activesupport: Makefile distinfo

   Log Message:
   Update ruby-activesupport package to 2.3.11.

   It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-activesupport/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-activesupport/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:39:41 UTC 2011

   Modified Files:
           pkgsrc/databases/ruby-activerecord: Makefile distinfo

   Log Message:
   Update ruby-activerecord package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/ruby-activerecord/Makefile \
       pkgsrc/databases/ruby-activerecord/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:40:52 UTC 2011

   Modified Files:
           pkgsrc/www/ruby-actionpack: Makefile PLIST distinfo

   Log Message:
   Update ruby-actionpack package to 2.3.11.

   * More strict dependency reflect gemspec's description.

   *2.3.11 (February 9, 2011)*

   * Two security fixes. CVE-2011-0446, CVE-2011-0447

   To generate a diff of this commit:
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-actionpack/Makefile \
       pkgsrc/www/ruby-actionpack/distinfo
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-actionpack/PLIST

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:42:26 UTC 2011

   Modified Files:
           pkgsrc/mail/ruby-actionmailer: Makefile distinfo

   Log Message:
   Update ruby-actionmailer package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/ruby-actionmailer/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/ruby-actionmailer/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:43:09 UTC 2011

   Modified Files:
           pkgsrc/www/ruby-activeresource: Makefile distinfo

   Log Message:
   Update ruby-activeresource/ package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-activeresource/Makefile \
       pkgsrc/www/ruby-activeresource/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:44:07 UTC 2011

   Modified Files:
           pkgsrc/www/ruby-rails: Makefile distinfo
   Removed Files:
           pkgsrc/www/ruby-rails/patches: patch-ad

   Log Message:
   Update ruby-rails package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/ruby-rails/Makefile \
       pkgsrc/www/ruby-rails/distinfo
   cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/www/ruby-rails/patches/patch-ad

13 years agopullup 3352
spz [Sun, 13 Feb 2011 17:46:37 +0000 (17:46 +0000)]
pullup 3352

13 years agoPullup ticket 3352 - requested by tron
spz [Sun, 13 Feb 2011 17:45:22 +0000 (17:45 +0000)]
Pullup ticket 3352 - requested by tron
security update

Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.88
- pkgsrc/databases/phpmyadmin/distinfo 1.49

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sun Feb 13 16:11:11 UTC 2011

   Modified Files:
           pkgsrc/databases/phpmyadmin: Makefile distinfo

   Log Message:
   Update "phpmyadmin" package to version 2.11.11.3.
   This version fixes the script insertion reported in CVE-2011-0987.

   To generate a diff of this commit:
   cvs rdiff -u -r1.87 -r1.88 pkgsrc/databases/phpmyadmin/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/phpmyadmin/distinfo

13 years agopullups 3344 and 3345
spz [Sat, 12 Feb 2011 11:39:24 +0000 (11:39 +0000)]
pullups 3344 and 3345
file syntax fixes

13 years agoPullup ticket 3345 - requested by taca
spz [Sat, 12 Feb 2011 11:33:40 +0000 (11:33 +0000)]
Pullup ticket 3345 - requested by taca
portability fix

Revisions pulled up:
- pkgsrc/lang/ruby19-base/Makefile 1.6
- pkgsrc/lang/ruby19-base/distinfo 1.3
- pkgsrc/lang/ruby19-base/patches/patch-as 1.2

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Mon Feb  7 11:15:29 UTC 2011

   Modified Files:
           pkgsrc/lang/ruby19-base: Makefile distinfo
           pkgsrc/lang/ruby19-base/patches: patch-as

   Log Message:
   Add a patch from FreeBSD's port and it fixes runtime problem
   on DragonFly, too.  The patch was provided by Rumko via private mail.

   Bump PKGREVISION.

   To generate a diff of this commit:
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby19-base/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby19-base/distinfo
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/ruby19-base/patches/patch-as

13 years agoPullup ticket 3344 - requested by taca
spz [Sat, 12 Feb 2011 11:16:08 +0000 (11:16 +0000)]
Pullup ticket 3344 - requested by taca
portability fix

Revisions pulled up:
- pkgsrc/lang/ruby/rubyversion.mk 1.57

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue Feb  1 22:32:38 UTC 2011

   Modified Files:
           pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   Apply patch provided by obache@, fixing build problem on Solaris.
   Should be fix PR pkg/44480.

   To generate a diff of this commit:
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/lang/ruby/rubyversion.mk

   ----------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   obache
   Date:           Wed Feb  2 08:47:01 UTC 2011

   Modified Files:
           pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   fixes shlib alias name for Solaris.  PR#44480.
   RUBY_API_TEENY must be used instead of _RUBY_VER_TEENY for shlib name.

   To generate a diff of this commit:
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/ruby/rubyversion.mk

13 years agoPullup ticket's 3343, 3347, 3348, 3349, 3350 and 3351
sbd [Fri, 11 Feb 2011 06:21:44 +0000 (06:21 +0000)]
Pullup ticket's 3343, 3347, 3348, 3349, 3350 and 3351

13 years agoPullup ticket #3348 - requested by rumko
sbd [Fri, 11 Feb 2011 06:18:05 +0000 (06:18 +0000)]
Pullup ticket #3348 - requested by rumko
lang/php53 with suhosin build fix

Revisions pulled up:
- pkgsrc/lang/php53/Makefile.php
-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   rumko
   Date:           Sun Jan 30 17:58:06 UTC 2011

   Modified Files:
           pkgsrc/lang/php53: Makefile.php distinfo

   Log Message:
   lang/php53: add the missing suhosin patch

   5.3.5 was released due to a critical issue and the previous suhosin
   patch still applies. Prior art of this can be seen in OpenBSD's and
   FreeBSD's ports.

   ok@ wiz

   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php53/Makefile.php
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/php53/distinfo

13 years agoPullup ticket #3351 - requested by drochner
sbd [Fri, 11 Feb 2011 05:40:44 +0000 (05:40 +0000)]
Pullup ticket #3351 - requested by drochner
wireshark security patches

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.59
- pkgsrc/net/wireshark/distinfo 1.41
- pkgsrc/net/wireshark/patches/patch-af 1.1
- pkgsrc/net/wireshark/patches/patch-ag 1.1

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Thu Feb 10 11:00:57 UTC 2011

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo
   Added Files:
           pkgsrc/net/wireshark/patches: patch-af patch-ag

   Log Message:
   add two patches from upstream:
   -fix possible free() of an uninitialized pointer when reading a
    malformed pcap-ng file (CVE-2011-0538)
   -add length check in pcap-ng reader
   bump PKGREV

13 years agoPullup ticket #3350 - requested by tron
sbd [Fri, 11 Feb 2011 05:16:18 +0000 (05:16 +0000)]
Pullup ticket #3350 - requested by tron
Security update for "phpmyadmin" package

Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.87
- pkgsrc/databases/phpmyadmin/distinfo 1.48

-------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: tron
   Date: Thu Feb 10 16:48:09 UTC 2011

   Modified Files:
    pkgsrc/databases/phpmyadmin: Makefile distinfo

   Log Message:
   Update "phpmyadmin" package to version 2.11.11.2.
   This version fixes the information leak reported in PMASA-2011-1.

13 years agoPullup ticket #3349 - requested by morr
sbd [Fri, 11 Feb 2011 04:31:47 +0000 (04:31 +0000)]
Pullup ticket #3349 - requested by morr
www/wordpress update

Revisions pulled up:
- pkgsrc/www/wordpress/Makefile 1.15
- pkgsrc/www/wordpress/distinfo 1.11

-------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: morr
   Date: Thu Feb 10 10:25:50 UTC 2011

   Modified Files:
    pkgsrc/www/wordpress: Makefile distinfo

   Log Message:
   Security update to 3.0.5. Changes:

   * Fix XSS bug: Properly encode title used in Quick/Bulk Edit, and offer
     additional sanitization to various fields. Affects users of the
     Author or Contributor role.
   * Fix XSS bug: Preserve tag escaping in the tags meta box. Affects
     users of the Author or Contributor role.
   * Fix potential information disclosure of posts through the media
     uploader. Affects users of the Author role.
   * Enhancement: Force HTML filtering on comment text in the admin
   * Enhancement: Harden check_admin_referer() when called without
     arguments, which plugins should avoid.
   * Update the license to GPLv2 (or later) and update copyright
     information for the KSES library.

13 years agoPullup ticket #3347 - requested by taca
sbd [Fri, 11 Feb 2011 04:26:39 +0000 (04:26 +0000)]
Pullup ticket #3347 - requested by taca
security/openssl security fix

Revisions pulled up:
- pkgsrc/security/openssl/Makefile 1.154
- pkgsrc/security/openssl/distinfo 1.80
- pkgsrc/security/openssl/patches/patch-ssl_t1__lib.c 1.1

-------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Wed Feb  9 00:15:30 UTC 2011

   Modified Files:
    pkgsrc/security/openssl: Makefile distinfo
   Added Files:
    pkgsrc/security/openssl/patches: patch-ssl_t1__lib.c

   Log Message:
   Add fix for security issue CVE-2011-0014.

   Bump PKGREVISION.

13 years agoPullup ticket #3343 - requested by taca
sbd [Fri, 11 Feb 2011 04:18:56 +0000 (04:18 +0000)]
Pullup ticket #3343 - requested by taca
mail/ruby-mail security fix

Revisions pulled up:
- pkgsrc/mail/ruby-mail/Makefile 1.3
- pkgsrc/mail/ruby-mail/PLIST 1.3
- pkgsrc/mail/ruby-mail/distinfo 1.3

-------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: taca
   Date: Fri Jan 28 13:23:20 UTC 2011

   Modified Files:
    pkgsrc/mail/ruby-mail: Makefile PLIST distinfo

   Log Message:
   Update ruby-mail package to 2.2.15.

   == Wed 26 Jan 2011 02:23:09 UTC Mikel Lindsaar <mikel@rubyx.com>

   * Update addresses passed into sendmail to escape them (Andy Lindeman)
   * Version bump to 2.2.15 and gem release

13 years agopullup 3340
spz [Sat, 5 Feb 2011 10:13:25 +0000 (10:13 +0000)]
pullup 3340

13 years agoPullup ticket 3340 - requested by tron
spz [Sat, 5 Feb 2011 10:12:04 +0000 (10:12 +0000)]
Pullup ticket 3340 - requested by tron
functionality fix

Revisions pulled up:
- pkgsrc/mail/dovecot2/Makefile 1.7
- pkgsrc/mail/dovecot2/distinfo 1.7

Files added:
pkgsrc/mail/dovecot2/patches/patch-ad

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Wed Feb  2 22:19:25 UTC 2011

   Modified Files:
           pkgsrc/mail/dovecot2: Makefile distinfo
   Added Files:
           pkgsrc/mail/dovecot2/patches: patch-ad

   Log Message:
   Add fix by Timo Sirainen from the Dovecot Mercury repository to fix
   a hang when trying to COPY to a non existent mailbox via IMAP.

   To generate a diff of this commit:
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/dovecot2/Makefile \
       pkgsrc/mail/dovecot2/distinfo
   cvs rdiff -u -r0 -r1.3 pkgsrc/mail/dovecot2/patches/patch-ad

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 5 Feb 2011 04:22:19 +0000 (20:22 -0800)]
Fixup fromcvs/togit conversion

13 years agoPullup ticket #3338 - requested by tron
sbd [Thu, 27 Jan 2011 21:20:03 +0000 (21:20 +0000)]
Pullup ticket #3338 - requested by tron

13 years agoPullup ticket #3338 - requested by tron
sbd [Thu, 27 Jan 2011 21:18:33 +0000 (21:18 +0000)]
Pullup ticket #3338 - requested by tron
Security patch for "phpmyadmin" package

Revisions pulled up:
 - pkgsrc/databases/phpmyadmin/Makefile 1.86
 - pkgsrc/databases/phpmyadmin/PLIST 1.22
 - pkgsrc/databases/phpmyadmin/distinfo 1.47
 - pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4480-1 1.1
 - pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4480-2 1.1
 - pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4480-3 1.1
 - pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4481 1.1

-------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: tron
   Date: Thu Jan 27 13:45:56 UTC 2011

   Modified Files:
    pkgsrc/databases/phpmyadmin: Makefile PLIST distinfo
   Added Files:
    pkgsrc/databases/phpmyadmin/patches: patch-CVE-2010-4480-1
        patch-CVE-2010-4480-2 patch-CVE-2010-4480-3 patch-CVE-2010-4481

   Log Message:
   Add fixes for the security vulnerabilities reported in CVE-2010-4480 and
   CVE-2010-4481 taken from the phpMyAdmin GIT repository.

   Thanks a lot to Tim Zingelman for pointing out that the fixes had
   finally been made available.

   To generate a diff of this commit:
   cvs rdiff -u -r1.85 -r1.86 pkgsrc/databases/phpmyadmin/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/phpmyadmin/PLIST
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/phpmyadmin/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4480-1 \
       pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4480-2 \
       pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4480-3 \
       pkgsrc/databases/phpmyadmin/patches/patch-CVE-2010-4481

13 years agorevert accidental commit to release branch
gdt [Thu, 27 Jan 2011 16:03:46 +0000 (16:03 +0000)]
revert accidental commit to release branch

13 years agoUse distutils.mk instead of extension.mk, and add egg file to PLIST.
gdt [Thu, 27 Jan 2011 15:14:54 +0000 (15:14 +0000)]
Use distutils.mk instead of extension.mk, and add egg file to PLIST.
(distutils.mk includes extension; this change simply adds the egg
metadata file that other python programs expect to find.)

13 years agoPullup tickets #3336.
tron [Tue, 25 Jan 2011 15:29:32 +0000 (15:29 +0000)]
Pullup tickets #3336.

13 years agoPullup ticket #3336 - requested by gls
tron [Tue, 25 Jan 2011 15:28:55 +0000 (15:28 +0000)]
Pullup ticket #3336 - requested by gls
comms/asterisk18: security update

Revisions pulled up:
- comms/asterisk18/Makefile 1.3-1.4
- comms/asterisk18/distinfo 1.5-1.6
- comms/asterisk18/patches/patch-aq 1.2
---
Module Name: pkgsrc
Committed By: jnemeth
Date: Sun Jan 16 17:52:43 UTC 2011

Modified Files:
pkgsrc/comms/asterisk18: Makefile distinfo
pkgsrc/comms/asterisk18/patches: patch-aq

Log Message:
Update to 1.8.2:

The release of Asterisk 1.8.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* 'sip notify clear-mwi' needs terminating CRLF.
   (Closes issue #18275. Reported, patched by klaus3000)

* Patch for deadlock from ordering issue between channel/queue locks in
   app_queue (set_queue_variables).
   (Closes issue #18031. Reported by rain. Patched by bbryant)

* Fix cache of device state changes for multiple servers.
   (Closes issue #18284, #18280. Reported, tested by klaus3000. Patched,
tested
   by russellb)

* Resolve issue where channel redirect function (CLI or AMI) hangs up
the call
   instead of redirecting the call.
   (Closes issue #18171. Reported by: SantaFox)
   (Closes issue #18185. Reported by: kwemheuer)
   (Closes issue #18211. Reported by: zahir_koradia)
   (Closes issue #18230. Reported by: vmarrone)
   (Closes issue #18299. Reported by: mbrevda)
   (Closes issue #18322. Reported by: nerbos)

* Fix reloading of peer when a user is requested. Prevent peer reloading
from
   causing multiple MWI subscriptions to be created when using realtime.
   (Closes issue #18342. Reported, patched by nivek.)

* Fix XMPP PubSub-based distributed device state. Initialize pubsubflags
to 0
   so res_jabber doesn't think there is already an XMPP connection sending
   device state. Also clean up CLI commands a bit.
   (Closes issue #18272. Reported by klaus3000. Patched by Marquis42)

* Don't crash after Set(CDR(userfield)=...) in ast_bridge_call. Instead of
   setting peer->cdr = NULL, set it to not post.
   (Closes issue #18415. Reported by macbrody. Patched, tested by jsolares)

* Fixes issue with outbound google voice calls not working. Thanks to az1234
   and nevermind_quack for their input in helping debug the issue.
   (Closes issue #18412. Reported by nevermind_quack. Patched by dvossel)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.2
---
odule Name: pkgsrc
Committed By: jnemeth
Date: Fri Jan 21 07:00:44 UTC 2011

Modified Files:
pkgsrc/comms/asterisk18: Makefile distinfo

Log Message:
Update to 1.8.2.2

This is to fix AST-2011-001: Stack buffer overflow in SIP channel driver

               Asterisk Project Security Advisory - AST-2011-001

         Product        Asterisk
         Summary        Stack buffer overflow in SIP channel driver
    Nature of Advisory  Exploitable Stack Buffer Overflow
      Susceptibility    Remote Authenticated Sessions
         Severity       Moderate
      Exploits Known    No
       Reported On      January 11, 2011
       Reported By      Matthew Nicholson
        Posted On       January 18, 2011
     Last Updated On    January 18, 2011
     Advisory Contact   Matthew Nicholson <mnicholson at digium.com>
         CVE Name

   Description When forming an outgoing SIP request while in pedantic
mode, a
               stack buffer can be made to overflow if supplied with
               carefully crafted caller ID information. This vulnerability
               also affects the URIENCODE dialplan function and in some
               versions of asterisk, the AGI dialplan application as well..
               The ast_uri_encode function does not properly respect the
size
               of its output buffer and can write past the end of it when
               encoding URIs.

For full details, see:

http://downloads.digium.com/pub/security/AST-2011-001.html

13 years agoPullup tickets #3334 and #3335.
tron [Tue, 25 Jan 2011 12:44:02 +0000 (12:44 +0000)]
Pullup tickets #3334 and #3335.

13 years agoPullup ticket #3335 - requested by gls
tron [Tue, 25 Jan 2011 12:43:16 +0000 (12:43 +0000)]
Pullup ticket #3335 - requested by gls
comms/asterisk16: security update

Revisions pulled up:
- comms/asterisk16/Makefile 1.28-1.29
- comms/asterisk16/distinfo 1.19-1.20
- comms/asterisk16/patches/patch-aq 1.10
---
Module Name: pkgsrc
Committed By: jnemeth
Date: Sun Jan 16 06:30:57 UTC 2011

Modified Files:
pkgsrc/comms/asterisk16: Makefile distinfo
pkgsrc/comms/asterisk16/patches: patch-aq

Log Message:
Update to 1.6.2.16:

The release of Asterisk 1.6.2.16 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* Fix cache of device state changes for multiple servers.
   (Closes issue #18284, #18280. Reported, tested by klaus3000. Patched,
tested
   by russellb)

* Resolve issue where channel redirect function (CLI or AMI) hangs up
the call
   instead of redirecting the call.
   (Closes issue #18171. Reported by: SantaFox)
   (Closes issue #18185. Reported by: kwemheuer)
   (Closes issue #18211. Reported by: zahir_koradia)
   (Closes issue #18230. Reported by: vmarrone)
   (Closes issue #18299. Reported by: mbrevda)
   (Closes issue #18322. Reported by: nerbos)

* Linux and *BSD disagree on the elements within the ucred structure. Detect
   which one is in use on the system.
   (Closes issue #18384. Reported, patched, tested by bjm, tilghman)

* app_followme: Don't create a Local channel if the target extension
does not
   exist.
   (Closes issue #18126. Reported, patched by junky)

* Revert code that changed SSRC for DTMF.
   (Closes issue #17404, #18189, #18352. Reported by sdolloff, marcbou.
rsw686.
   Tested by cmbaker82)

* Resolve issue where REGISTER request with a Call-ID matching an existing
   transaction is received it was possible that the REGISTER request would
   overwrite the initreq of the private structure.
   (Closes issue #18051. Reported by eeman. Patched, tested by twilson)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.16
---
Module Name: pkgsrc
Committed By: jnemeth
Date: Fri Jan 21 05:13:12 UTC 2011

Modified Files:
pkgsrc/comms/asterisk16: Makefile distinfo

Log Message:
Update to 1.6.2.16.1

This is to fix AST-2011-001: Stack buffer overflow in SIP channel driver

               Asterisk Project Security Advisory - AST-2011-001

         Product        Asterisk
         Summary        Stack buffer overflow in SIP channel driver
    Nature of Advisory  Exploitable Stack Buffer Overflow
      Susceptibility    Remote Authenticated Sessions
         Severity       Moderate
      Exploits Known    No
       Reported On      January 11, 2011
       Reported By      Matthew Nicholson
        Posted On       January 18, 2011
     Last Updated On    January 18, 2011
     Advisory Contact   Matthew Nicholson <mnicholson at digium.com>
         CVE Name

   Description When forming an outgoing SIP request while in pedantic
mode, a
               stack buffer can be made to overflow if supplied with
               carefully crafted caller ID information. This vulnerability
               also affects the URIENCODE dialplan function and in some
               versions of asterisk, the AGI dialplan application as well..
               The ast_uri_encode function does not properly respect the
size
               of its output buffer and can write past the end of it when
               encoding URIs.

For full details, see:

http://downloads.digium.com/pub/security/AST-2011-001.html

13 years agoPullup ticket #3334 - requested by obache
tron [Tue, 25 Jan 2011 12:26:01 +0000 (12:26 +0000)]
Pullup ticket #3334 - requested by obache
inputmethod/ibus-table-chinese: build fix

Revisions pulled up:
- inputmethod/ibus-table-chinese/distinfo 1.4
- inputmethod/ibus-table-chinese/patches/patch-ad 1.1
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jan 24 08:40:39 UTC 2011

Modified Files:
pkgsrc/inputmethod/ibus-table-chinese: distinfo
Added Files:
pkgsrc/inputmethod/ibus-table-chinese/patches: patch-ad

Log Message:
"-m" option for grep is not portable.

13 years agoPullup tickets #3332 and #3333.
tron [Sun, 23 Jan 2011 13:37:48 +0000 (13:37 +0000)]
Pullup tickets #3332 and #3333.

13 years agoPullup ticket #3333 - requested by obache
tron [Sun, 23 Jan 2011 13:36:43 +0000 (13:36 +0000)]
Pullup ticket #3333 - requested by obache
inputmethod/ibus-input-pad: build fix

Revisions pulled up:
- inputmethod/ibus-input-pad/Makefile 1.7
---
Module Name: pkgsrc
Committed By: obache
Date: Sat Jan 22 05:28:24 UTC 2011

Modified Files:
pkgsrc/inputmethod/ibus-input-pad: Makefile

Log Message:
configure require msgfmt xgettext and msgmerge.

13 years agoPullup ticket #3332 - requested by imil
tron [Sun, 23 Jan 2011 10:56:55 +0000 (10:56 +0000)]
Pullup ticket #3332 - requested by imil
pkgtools/pkgin: bug fix update

Revisions pulled up:
- pkgtools/pkgin/Makefile 1.6-1.8
- pkgtools/pkgin/distinfo 1.5-1.7
- pkgtools/pkgin/patches/patch-aa delete
---
Module Name: pkgsrc
Committed By: imil
Date: Sun Jan 16 22:47:56 UTC 2011

Modified Files:
pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.2

Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3
Included is@ patch upstream for Solaris build
---
Module Name:   pkgsrc
Committed By:  imil
Date: Sun Jan 16 22:52:53 UTC 2011

Removed Files:
pkgsrc/pkgtools/pkgin/patches: patch-aa

Log Message:
Removed patches, now upstream.
---
Module Name: pkgsrc
Committed By: imil
Date: Wed Jan 19 12:10:11 UTC 2011

Modified Files:
pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.3, hopefully the last 0.3 release

- Double dewey match fixed, i.e. foo>=1.2.3<3.0
- Duplicate entries for remove and upgrade fixed
- "Missing package in repository" case handled
---
Module Name: pkgsrc
Committed By: imil
Date: Thu Jan 20 18:14:09 UTC 2011

Modified Files:
pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.4, never say "this is the last release"
    Fixed a non-critical bug: some packages were marked
    for upgrade more than once.

13 years agoPullup tickets #3329 to #3331.
tron [Sat, 22 Jan 2011 11:04:27 +0000 (11:04 +0000)]
Pullup tickets #3329 to #3331.

13 years agoPullup ticket #3331 - requested by gls
tron [Sat, 22 Jan 2011 11:04:02 +0000 (11:04 +0000)]
Pullup ticket #3331 - requested by gls
converters/p5-Convert-UUlib: security update

Revisions pulled up:
- converters/p5-Convert-UUlib/Makefile 1.27
- converters/p5-Convert-UUlib/distinfo 1.12
---
Module Name: pkgsrc
Committed By: gls
Date: Fri Jan 21 22:31:19 UTC 2011

Modified Files:
pkgsrc/converters/p5-Convert-UUlib: Makefile distinfo

Log Message:
1.34 Tue Dec 14 22:20:00 CET 2010
- fix a one-byte-past-end-write buffer overflow in UURepairData
          (reported, analysed and testcase provided by Marco Walther).
- quoted-printable decoding was completely broken, try a fix.

13 years agoPullup ticket #3329 - requested by gls
tron [Sat, 22 Jan 2011 10:59:17 +0000 (10:59 +0000)]
Pullup ticket #3329 - requested by gls
mail/exim-html: security update

Revisions pulled up:
- mail/exim-html/Makefile 1.19
- mail/exim-html/PLIST 1.12
- mail/exim-html/distinfo 1.14
---
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 12 07:52:45 UTC 2011

Modified Files:
pkgsrc/mail/exim: Makefile distinfo
pkgsrc/mail/exim/patches: patch-aa
Added Files:
pkgsrc/mail/exim/patches: patch-ba patch-bb patch-bc patch-bd

Log Message:
Changes 4.73:
* Date: & Message-Id: revert to normally being appended to a message,
  only prepend for the Resent-* case.  Fixes regression introduced in
  Exim 4.70 by NM/22 for Bugzilla 607.
* Include check_rfc2047_length in configure.default because we're seeing
  increasing numbers of administrators be bitten by this.
* Added DISABLE_DKIM and comment to src/EDITME
* Bugzilla 994: added openssl_options main configuration option.
* Bugzilla 995: provide better SSL diagnostics on failed reads.
* Bugzilla 834: provide a permit_coredump option for pipe transports.
* Adjust NTLM authentication to handle SASL Initial Response.
* If TLS negotiated an anonymous cipher, we could end up with SSL but
  without a peer certificate, leading to a segfault because of an
  assumption that peers always have certificates.  Be a little more
paranoid.
* Bugzilla 926: switch ClamAV to use the new zINSTREAM API for content
  filtering; old API available if built with WITH_OLD_CLAMAV_STREAM=yes
  NB: ClamAV planning to remove STREAM in "middle of 2010".
  CL also introduces -bmalware, various -d+acl logging additions and
  more caution in buffer sizes.
* Implemented reverse_ip expansion operator.
* Bugzilla 937: provide a "debug" ACL control.
* Bugzilla 922: Documentation dusting, patch provided by John Horne.
* Bugzilla 973: Implement --version.
* Bugzilla 752: Refuse to build/run if Exim user is root/0.
* Build without WITH_CONTENT_SCAN. Path from Andreas Metzler.
* Bugzilla 816: support multiple condition rules on Routers.
* Add bool_lax{} expansion operator and use that for combining multiple
  condition rules, instead of bool{}.  Make both bool{} and bool_lax{}
  ignore trailing whitespace.
* prevent non-panic DKIM error from being sent to paniclog
* added tcp_wrappers_daemon_name to allow host entries other than
  "exim" to be used
* Fix malware regression for cmdline scanner introduced in PP/08.
  Notification from Dr Andrew Aitchison.
* Change ClamAV response parsing to be more robust and to handle ClamAV's
  ExtendedDetectionInfo response format.
* OpenSSL 1.0.0a compatibility const-ness change, should be backwards
  compatible.

13 years agoPullup ticket #3330 - requested by gls
tron [Sat, 22 Jan 2011 10:56:43 +0000 (10:56 +0000)]
Pullup ticket #3330 - requested by gls
mail/exim: security update

Revisions pulled up:
- mail/exim/Makefile 1.104
- mail/exim/distinfo 1.47
- mail/exim/patches/patch-aa 1.21
- mail/exim/patches/patch-ba 1.1
- mail/exim/patches/patch-bb 1.1
- mail/exim/patches/patch-bc 1.1
- mail/exim/patches/patch-bd 1.1
---
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 12 07:52:45 UTC 2011

Modified Files:
pkgsrc/mail/exim: Makefile distinfo
pkgsrc/mail/exim/patches: patch-aa
Added Files:
pkgsrc/mail/exim/patches: patch-ba patch-bb patch-bc patch-bd

Log Message:
Changes 4.73:
* Date: & Message-Id: revert to normally being appended to a message,
  only prepend for the Resent-* case.  Fixes regression introduced in
  Exim 4.70 by NM/22 for Bugzilla 607.
* Include check_rfc2047_length in configure.default because we're seeing
  increasing numbers of administrators be bitten by this.
* Added DISABLE_DKIM and comment to src/EDITME
* Bugzilla 994: added openssl_options main configuration option.
* Bugzilla 995: provide better SSL diagnostics on failed reads.
* Bugzilla 834: provide a permit_coredump option for pipe transports.
* Adjust NTLM authentication to handle SASL Initial Response.
* If TLS negotiated an anonymous cipher, we could end up with SSL but
  without a peer certificate, leading to a segfault because of an
  assumption that peers always have certificates.  Be a little more
paranoid.
* Bugzilla 926: switch ClamAV to use the new zINSTREAM API for content
  filtering; old API available if built with WITH_OLD_CLAMAV_STREAM=yes
  NB: ClamAV planning to remove STREAM in "middle of 2010".
  CL also introduces -bmalware, various -d+acl logging additions and
  more caution in buffer sizes.
* Implemented reverse_ip expansion operator.
* Bugzilla 937: provide a "debug" ACL control.
* Bugzilla 922: Documentation dusting, patch provided by John Horne.
* Bugzilla 973: Implement --version.
* Bugzilla 752: Refuse to build/run if Exim user is root/0.
* Build without WITH_CONTENT_SCAN. Path from Andreas Metzler.
* Bugzilla 816: support multiple condition rules on Routers.
* Add bool_lax{} expansion operator and use that for combining multiple
  condition rules, instead of bool{}.  Make both bool{} and bool_lax{}
  ignore trailing whitespace.
* prevent non-panic DKIM error from being sent to paniclog
* added tcp_wrappers_daemon_name to allow host entries other than
  "exim" to be used
* Fix malware regression for cmdline scanner introduced in PP/08.
  Notification from Dr Andrew Aitchison.
* Change ClamAV response parsing to be more robust and to handle ClamAV's
  ExtendedDetectionInfo response format.
* OpenSSL 1.0.0a compatibility const-ness change, should be backwards
  compatible.

13 years agoPullup tickets 3327 and 3328
sbd [Wed, 19 Jan 2011 00:16:15 +0000 (00:16 +0000)]
Pullup tickets 3327 and 3328

13 years agoPullup ticket #3328 - requested by drochner
sbd [Wed, 19 Jan 2011 00:13:24 +0000 (00:13 +0000)]
Pullup ticket #3328 - requested by drochner
tor security update

Revisions pulled up:
- pkgsrc/net/tor/Makefile 1.77
- pkgsrc/net/tor/distinfo 1.47

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Mon Jan 17 14:06:54 UTC 2011

   Modified Files:
           pkgsrc/net/tor: Makefile distinfo

   Log Message:
   update to 0.2.1.29
   changes:
   -Fix a heap overflow (probably allows remote code execution)
    (CVE-2011-0427)
   -Prevent a denial-of-service attack by disallowing any
    zlib-compressed data whose compression factor is implausibly
    high
   -Zero out a few more keys in memory before freeing them
   -bugfixes
   -Update to the January 1 2011 Maxmind GeoLite Country db
   -Introduce output size checks on all of our decryption functions

13 years agoPullup ticket #3327 - requested by markd
sbd [Wed, 19 Jan 2011 00:08:20 +0000 (00:08 +0000)]
Pullup ticket #3327 - requested by markd
Fix previous commit to Linux.bsd.man.mk

Revisions pulled up:
- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk 1.9

-------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By: ghen
   Date: Mon Jan 17 15:12:46 UTC 2011

   Modified Files:
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods:
   Linux.bsd.man.mk

   Log Message:
   Fix it correctly for Arch Linux.

13 years agoPullup ticket #3324.
tron [Sat, 15 Jan 2011 17:45:23 +0000 (17:45 +0000)]
Pullup ticket #3324.

13 years agoPullup ticket #3324 - requested by obache
tron [Sat, 15 Jan 2011 17:39:40 +0000 (17:39 +0000)]
Pullup ticket #3324 - requested by obache
archivers/star: build fix

Revision pulled up:
- archivers/star/Makefile 1.24
---
Module Name: pkgsrc
Committed By: obache
Date: Thu Jan 13 08:56:19 UTC 2011

Modified Files:
pkgsrc/archivers/star: Makefile

Log Message:
Honor PKGMANDIR, per PR#44380.

13 years agopullup 3325
spz [Sat, 15 Jan 2011 17:23:02 +0000 (17:23 +0000)]
pullup 3325

13 years agoPullup ticket 3325 - requested by taca
spz [Thu, 13 Jan 2011 20:48:44 +0000 (20:48 +0000)]
Pullup ticket 3325 - requested by taca
security update

Revisions pulled up:
- pkgsrc/security/sudo/Makefile 1.127
- pkgsrc/security/sudo/distinfo 1.67

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Thu Jan 13 12:22:40 UTC 2011

   Modified Files:
           pkgsrc/security/sudo: Makefile distinfo

   Log Message:
   Update sudo package to 1.7.4p5.

   What's new in Sudo 1.7.4p5?

    * A bug has been fixed that would allow a command to be run without the
      user entering a password when sudo's -g flag is used without the -u flag.

    * If user has no supplementary groups, sudo will now fall back on checking
      the group file explicitly, which restores historic sudo behavior.

    * A crash has been fixed when sudo's -g flag is used without the -u flag
      and the sudoers file contains an entry with no runas user or group listed.

    * A bug has been fixed in the I/O logging support that could cause
      visual artifacts in full-screen programs such as text editors,.

    * A crash has been fixed when the Solaris project support is enabled
      and sudo's -g flag is used without the -u flag.

    * Sudo no longer exits with an error when support for auditing is
      compiled in but auditing is not enabled.

    * Fixed a bug introduced in sudo 1.7.3 where the ticket file was not
      being honored when the "targetpw" sudoers Defaults option was enabled.

    * The LOG_INPUT and LOG_OUTPUT tags in sudoers are now parsed correctly.

    * A crash has been fixed in "sudo -l" when sudo is built with auditing
      support and the user is not allowed to run any commands on the host.

   To generate a diff of this commit:
   cvs rdiff -u -r1.126 -r1.127 pkgsrc/security/sudo/Makefile
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/security/sudo/distinfo

13 years agocombine the removed packages and the EOL package - the net effect is that
agc [Thu, 13 Jan 2011 07:17:43 +0000 (07:17 +0000)]
combine the removed packages and the EOL package - the net effect is that
the postgresql82 package has been removed from pkgsrc. Note the reason for
removal (EOL) when we mention it.

13 years agocompress the vertical space taken by the pkgsrc platforms section
agc [Thu, 13 Jan 2011 07:13:35 +0000 (07:13 +0000)]
compress the vertical space taken by the pkgsrc platforms section

13 years agoinclude older postgresql versions too, and get the name of the postgresql-9.0
agc [Thu, 13 Jan 2011 07:10:42 +0000 (07:10 +0000)]
include older postgresql versions too, and get the name of the postgresql-9.0
package correct

13 years agoget the package directories correct for the mysql client and server packages
agc [Thu, 13 Jan 2011 07:07:09 +0000 (07:07 +0000)]
get the package directories correct for the mysql client and server packages

13 years agoFill in packages which were removed, a selection of new packages, and a note
agc [Thu, 13 Jan 2011 07:03:48 +0000 (07:03 +0000)]
Fill in packages which were removed, a selection of new packages, and a note
sayiong there were no infrastructure changes.

13 years agoAdd a list of platforms supported by pkgsrc
agc [Thu, 13 Jan 2011 06:51:49 +0000 (06:51 +0000)]
Add a list of platforms supported by pkgsrc

13 years agoadd headline versions of packages in the branch
agc [Thu, 13 Jan 2011 06:18:30 +0000 (06:18 +0000)]
add headline versions of packages in the branch

13 years agoadd and populate EOL packages section
tez [Thu, 13 Jan 2011 02:43:16 +0000 (02:43 +0000)]
add and populate EOL packages section
note scope of secteam work

13 years agoI'm not exactly active for pkgsrc-security, so take my name from the list.
agc [Wed, 12 Jan 2011 21:50:11 +0000 (21:50 +0000)]
I'm not exactly active for pkgsrc-security, so take my name from the list.

13 years agoadd some easily looked up values
spz [Wed, 12 Jan 2011 21:39:38 +0000 (21:39 +0000)]
add some easily looked up values

13 years agoAdd a file containing summary information (to be filled in) relating to the
agc [Wed, 12 Jan 2011 18:59:55 +0000 (18:59 +0000)]
Add a file containing summary information (to be filled in) relating to the
pkgsrc-2010Q4 branch.