Commit graph

172149 commits

Author SHA1 Message Date
adam
25564db8a7 Updated mail/roundcube to 0.5.3 2011-06-03 07:21:46 +00:00
adam
b2a345f225 Changes 0.5.3:
This bugfix release fixes two important bugs in the IMAP communication which
prevented sent messages from being saved in version 0.5.2.
2011-06-03 07:21:01 +00:00
obache
af1bff3830 Updated www/ruby-httpclient to 2.2.1 2011-06-03 01:44:53 +00:00
obache
e49b5db36d Update ruby-httpclient to 2.2.1.
== Changes

= Changes in 2.2.1 =

  Jun 2, 2011 - version 2.2.1

    * Bug fixes

      * For Lighttpd + PUT/POST support, do not send a request using chunked
        encoding when IO respond to :size, File for example.

        - There is no need to send query with Transfer-Encoding: chuncked when
          IO respond to :size.
        - Lighttpd does not support PUT, POST with Transfer-Encoding: chuncked.
          You will see that the lighty respond with 200 OK, but there is a file
          whose size is zero.

        LIMITATION:
          timeout occurs certainly when you send very large file and
          @send_timeout is default since HTTPClient::Session#query() assumes
          that *all* write are finished in @send_timeout sec not each write.

        WORKAROUND:
          increment @send_timeout and @receive_timeout or set @send_timeout and
          @receive_timeout to 0 not to be timeout.

        This fix is by TANABE Ken-ichi <nabeken@tknetworks.org>. Thanks!

      * Allow empty http_proxy ENV variable. Just treat it the same as if it's
        nil/unset. This fix is by Ash Berlin <ash_github@firemirror.com>.
        Thanks!

      * Check EOF while reading chunked response and close the session. It
        raised NoMethodError.

    * Changes

      * Updated trusted CA certificates file (cacert.p7s and cacert_sha1.p7s).
        CA certs are imported from
        'Java(TM) SE Runtime Environment (build 1.6.0_25-b06)'.

      * Changed default chunk size from 4K to 16K. It's used for reading size
        at a time.
2011-06-03 01:44:39 +00:00
wiz
a78b6c606e Fix broken test by assuming pkgsrc handles version check for us.
(Problem here is that 1.10 doesn't compare as bigger than 1.4.)
2011-06-03 00:57:47 +00:00
wiz
d6ce05ed39 Fix taglib-config --libs output. Bump PKGREVISION. 2011-06-03 00:48:57 +00:00
wiz
02361c8d94 Updated devel/mercurial to 1.8.4 2011-06-03 00:33:42 +00:00
wiz
3b22bea215 Update to 1.8.4:
This is a regular time-based bugfix release.
     * bookmarks: do not forward merged bookmark (issue1877)
     * changelog: convert user and desc from local encoding early
     * fix bookmarks rollback behavior
     * hgrc.5: document shell aliases
     * httprepo: proper handling of invalid responses without content-type (issue2019)
     * httprepo: send URL redirection notices to stderr (issue2828)
     * localrepo: don't add deleted files to list of modified/added files (issue2761)
     * localrepo: ignore tags to unknown nodes (issue2750)
     * mq: strip extra whitespace from node ids in header (issue2790)
     * rebase: restore mq guards after rebasing (issue2107)
     * revset: expand help for contains predicate
     * revset: note case-insensitive matches in keyword and user
     * revset: note case-sensitive match in grep
     * revset: report a parse error if a revset is not parsed completely (issue2654)
     * revset: the name is optional for the tag predicate
     * simplemerge: do not allow binary files to abort an entire merge
     * strip: make it clear that --force discards changes (issue310)
     * subrepo: don't crash when git .hgsubstate is empty (issue2716)
     * subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
     * subrepo: respect non-default path for incoming/outgoing
     * subrepo: svn abort now depends on exit code (issue2833)
     * subrepo: use code from 71ea5b only if Python needs it (issue2795)
     * tags: catch more corruption during cache parsing (issue2779)
2011-06-03 00:33:32 +00:00
wiz
fd8d98b9ce Fix unportable test(1) construct. 2011-06-03 00:22:19 +00:00
reed
7a9a9d43c2 Needs gz_header structure so
BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.2.1
2011-06-02 18:08:46 +00:00
schnoebe
5ed75f4f84 Change MAINTAINER to adam, since he has done all the recent updates. 2011-06-02 15:35:58 +00:00
obache
7b5b0c56d6 Updated inputmethod/scim-tables to 0.5.10 2011-06-02 10:09:52 +00:00
obache
b965decd15 Update scim-tables to 0.5.10.
The new features of scim-tables are the the next tables who are included:

Kirshenbaum input method for emacs
polytonic Greek added
Hebrew added
Hindi-remington added
Hindi-inscript improved
Marathi-remington added
Punjabi-remington added
Russian Yawerty improved
Tamil-tamil99 added
Uyghu-standard added
Uyghu-romanized added
Chinese Cangjie 6 added
Chinese ZhuYin improved
Chinese ZhuYin-Big improved
Chinese Cantonese improved
2011-06-02 10:09:37 +00:00
adam
482bab99f3 Updated devel/scmgit to 1.7.5.4; emulators/wine-devel to 1.3.21 2011-06-02 09:11:24 +00:00
adam
2431b2f429 Changes 1.3.21:
* Support for installation rollbacks in MSI.
* 8- and 16-bit bitmap formats in the DIB engine.
* Fixes in the XInput2 mouse support.
* Better support for text shaping in Uniscribe.
* Improvements to the Item common dialog.
* More MSVC runtime functions.
* Various bug fixes.
2011-06-02 09:09:09 +00:00
adam
3dcb5ecca1 Changes 1.7.5.4:
* The single-key mode of "git add -p" was easily fooled into thinking
  that it was told to add everthing ('a') when up-arrow was pressed by
  mistake.
* Setting a git command that uses custom configuration via "-c var=val"
  as an alias caused a crash due to a realloc(3) failure.
* "git diff -C -C" used to disable the rename detection entirely when
  there are too many copy candidate paths in the tree; now it falls
  back to "-C" when doing so would keep the copy candidate paths
  under the rename detection limit.
* "git rerere" did not diagnose a corrupt MERGE_RR file in some cases.
2011-06-02 09:08:17 +00:00
adam
3d35707916 Updated textproc/icu to 4.8 2011-06-02 07:07:21 +00:00
adam
4945b9d62f Changes 4.8:
* CLDR 2.0: The CLDR 2.0 release contains numerous improvements and bug fixes
  approved by the CLDR committee, including much additional data for many
  languages.
* Explicit parent locale support in data imported from CLDR.
* MessageFormat and related classes (choice/plural/select) have been
  reimplemented, with several improvements and some incompatible changes.
* Extended PluralFormat pattern syntax supports explicit-value forms and
  offsets.
* Utility APIs in PluralRules (get some/all/unique keyword values)
* Time zone API to return a list of available canonical system time zone IDs.
* Time zone API to return a region.
* Collation: Full implementation & public API for script reordering
* Dictionary-type trie
* GB18030-2005 update
2011-06-02 07:06:10 +00:00
asau
02472b4246 Suggest simple way first, avoid tinkering at CVS_RSH, when it's not needed. 2011-06-02 06:45:49 +00:00
manu
d9d0da702b perfuse update. We are now able to run an unprivilegied build.sh on a
replicated glusterfs filesystem. pkgsrc builds seems to work too.
2011-06-01 16:04:32 +00:00
gdt
4077b8bd1b bl3 on graphics/glu, because compilation fails due to missing glu
headers.
2011-06-01 11:36:19 +00:00
wiz
55fe7c9619 + ccache-3.1.5, eigen2-3.0.1, gaupol-0.18, gdm-2.32.2 [GNOME 2.32],
gdm-3.0.3, gnucash-2.4.6, gramps3-3.2.6, hiawatha-7.5, roundup-1.4.18,
  scummvm-1.3.0, solfege-3.18.8, stella-3.4, wireshark-1.4.7,
  xkeyboard-config-2.3.
2011-06-01 11:27:29 +00:00
is
dfcf31d640 sendfile-2.1b 2011-06-01 11:23:26 +00:00
wiz
2181c589f2 Add nethack license. 2011-06-01 11:21:52 +00:00
is
534203b0ff Update to sendfile-2.1b.
Most visible change is multiprotocol support.
2011-06-01 11:21:00 +00:00
wiz
babe6eab2b Updated games/nethack to 3.4.3nb3 2011-06-01 11:20:43 +00:00
wiz
9236d32085 DESTDIRify nethack. Merge patches and distinfo. Some other improvements.
From Rhialto in PR 45010.
2011-06-01 11:20:29 +00:00
adam
009f4fc878 Updated security/gsasl to 1.6.1; chat/jabberd2 to 2.2.14 2011-06-01 11:18:00 +00:00
adam
e598fdbc16 Changes 2.2.14:
* Prevent the "billion laughs" attack against expat by disabling internal
  entity expansion.
* Shortcut DNS resolution failure in cases when given domain name is invalid
* Explicitly link libcrypt to authreg_mysql
* Removed xconfig - it's not used anywhere
2011-06-01 11:16:09 +00:00
adam
be30161e64 buildlink icu when used as an option 2011-06-01 11:07:24 +00:00
adam
6f3b27380b Changes 1.6.1:
* build: Demand gettext >= 0.18.1 in order to get newer M4 files.
  The old M4 files associated with 0.17 caused problems on Solaris,
  which will hopefully be fixed with this.
* doc: Typo fix in autoconf snippet.
* i18n: Updated translations.
2011-06-01 10:05:57 +00:00
adam
6c122d287c Fix building with Clang 2011-06-01 09:57:23 +00:00
dholland
94e3ed4f2d Fix typo pointed out by Martin S. Weber, and while here improve the
wording/usage.
2011-06-01 07:44:40 +00:00
tron
4bf466dce6 Note update of the "wireshark" package to version 1.4.7. 2011-06-01 07:22:11 +00:00
tron
355ba7b854 Update "wireshark" package to version 1.4.7. Changes since version 1.4.6:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o Large/infinite loop in the DICOM dissector. (Bug 5876)
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
  o Huzaifa Sidhpurwala of the Red Hat Security Response Team
    discovered that a corrupted Diameter dictionary file could
    crash Wireshark.
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
  o Huzaifa Sidhpurwala of the Red Hat Security Response Team
    discovered that a corrupted snoop file could crash Wireshark.
    (Bug 5912)
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
   o David Maciejak of Fortinet's FortiGuard Labs discovered that
     malformed compressed capture data could crash Wireshark. (Bug
     5908)
     Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
   o Huzaifa Sidhpurwala of the Red Hat Security Response Team
     discovered that a corrupted Visual Networks file could crash
     Wireshark. (Bug 5934)
     Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
- The following bugs have been fixed:
  o AIM dissector has some endian issues. (Bug 5464)
  o Telephony→MTP3→MSUS doesn't display window. (Bug 5605)
  o Support for MS NetMon 3.x traces containing raw IPv6 ("Type
    7") packets. (Bug 5817)
  o Service Indicator in M3UA protocol data. (Bug 5834)
  o IEC60870-5-104 protocol, incorrect decoding of timestamp type
    CP56Time2a. (Bug 5889)
  o DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF
    _FDCTR_32NF _FDCTR_16NF. (Bug 5920)
  o 3GPP QoS: Traffic class is not decoded properly. (Bug 5928)
  o Wireshark crashes when creating ProtoField.framenum in Lua.
    (Bug 5930)
  o Fix a wrong mask to extract FMID from DECT packets dissector.
    (Bug 5947)
  o Incorrect DHCPv6 remote identifier option parsing. (Bug 5962)
- Updated Protocol Support
  DICOM, IEC104, M3UA, TCP,
- New and Updated Capture File Support
  Network Monitor.
2011-06-01 07:21:53 +00:00
tez
2d2ed9a86a Add protection against ECDSA timing attacks as mentioned in the paper
by Billy Bob Brumley and Nicola Tuveri, see:
  http://eprint.iacr.org/2011/232.pdf
[Billy Bob Brumley and Nicola Tuveri]

(patch confirmed in upstream cvs)
2011-05-31 17:18:42 +00:00
mspo
57c6179ead Updated databases/maatkit to 7486nb1 2011-05-31 14:46:45 +00:00
mspo
082ef45d1f update of net/GeoIP 2011-05-31 14:44:43 +00:00
mspo
e4dff036e2 Update from 1.4.6 to 1.4.7
Remove patch-ad since upstream is not accepting it (originated in 2008)
and it no longer applies.

This revision also adds a lot of experimental ipv6 support.

Full release notes:

        * Upd timezone.c Add SX, BQ and CW remove AN and FX ( Boris Zentner )
        * Add support for the new types in geoiplookup6 ( Boris Zentner )
        * Add new database types GEOIP_CITY_EDITION_REV0_V6,
          GEOIP_CITY_EDITION_REV1_V6, GEOIP_DOMAIN_EDITION_V6,
          GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6 ( Boris Zentner )
        * Remove AN and FX. Add SX, BQ and CW ( Boris Zentner )
        * Fix possible segfault in geoipupdate if the connection disappear
          unexpected. ( Boris Zentner )
        * Add sanity check for geoipupdate-pureperl.pl ( Boris Zentner )
        * Add GEOIP_USERTYPE_EDITION and GEOIP_USERTYPE_EDITION_V6
          datatypes ( Boris Zentner )
        * Add new functions GeoIP_is_private_ipnum_v4 and GeoIP_is_private_v4
          ( Boris Zentner )
        * Add new functions GeoIP_teredo and GeoIP_enable_teredo.
          teredo is enabled by default ( Boris Zentner )
        * Fix output of geoiplookup for unknown or private regions.
            ( Boris Zentner )
        * Fix geoipupdate-pureperl.pl to accept more product codes.
            ( Boris Zentner )
        * Fix minor output issue in geoipupdate -v ( Boris Zentner )
        * Add support for various databases. ( Boris Zentner )
        * Add experimental teredo support ( Boris Zentner )
        * Fix possible buffer overflow in conjunction with
            http_proxies ( Elso Andras )
        * Remove memcpy/bcopy macro for BSD ( Boris Zentner )
        * Add GeoIP_lib_version and GeoIP_cleanup ( Ladar Levison )
        * Upd Makefile.vc ( Thomas Winzig )
        * Fix typo in DK,18,Midtjylland ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100810 ( Boris Zentner )
        * Fix continent codes ( Boris Zentner )
        * Fix 3letter country codes for ATA, BVT, IOT, CXR, CCK, ATF, HMD,
            MYT, SGS and UMI ( Boris Zentner )
        * Fix typo/segfault in GeoIP_id_by_name_v6 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100529 ( Boris Zentner )
        * Remove buffered IO functions, to fix issues with dup'ed file
            descriptors ( Boris Zentner )
        * Fix very minor memleak in geoipupdate ( Boris Zentner )
        * Add GEOIP_CITYCONFIDENCEDIST_EDITION, GEOIP_LARGE_COUNTRY_EDITION
            and GEOIP_LARGE_COUNTRY_EDITION_V6 database types ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100422 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100420 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100221 ( Boris Zentner )
        * Add missing timezones ( Boris Zentner )
        * Add missing include for Windows 2000 ( Jaap Keute )
        * 'GeoIP Database up to date' and 'Updated database' prints to stdout
            instead of stderr ( Boris Zentner )
        * Add missing GeoIPRecord_delete to geoiplookup.c ( Piotr Kaczuba )
        * Add some IPv4 helper functions
            unsigned long GeoIP_addr_to_num(const char *addr);
            char *        GeoIP_num_to_addr(unsigned long ipnum); ( Boris Zentner )
        * Fix default name for the accuracy radius database to GeoIPDistance.dat ( Boris Zentner )
        * Add GEOIP_CITYCONFIDENCE_EDITION database type. ( Boris Zentner )
        * geoiplookup use GeoIPDistance.dat files if avail ( Boris Zentner )
        * Fix geoiplookup/geoiplookup6 output, when the databaseinfo string is
            not avail. ( Boris Zentner )
        * Change continent code for RU from AS to EU ( Boris Zentner )
        * Add GEOIP_ACCURACYRADIUS_EDITION database type. ( Boris Zentner )
        * Add GEOIP_LOCATIONA_EDITION the database to map back from binary to
            the csv database ( Boris Zentner )
        * Change Turkey's continent code from Asia to Europe ( Boris Zentner )
        * Rename _iso_8859_1__utf8 to _GeoIP_iso_8859_1__utf8 ( Boris Zentner )
        * GEOIP_ORG_EDITION, GEOIP_ISP_EDITION, GEOIP_DOMAIN_EDITION and
            GEOIP_ASNUM_EDITION databases return UTF8 results, if gi->charset is set
            to GEOIP_CHARSET_UTF8 ( Boris Zentner )
        * Avoid unnecesary call to gettimeofday when GEOIP_CHECK_CACHE is not set ( John Douglass )
        * Delayed loading of changed database files for 60 seconds. To avoid
          reading halve written databases ( Boris Zentner )
        * Update README.OSX for Leopard  and Snow Leopard ( Boris Zentner )
        * Add more IPv6 functions ( Boris Zentner )
            const char *GeoIP_country_code_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_code_by_name_v6 (GeoIP* gi, const char *host);
            const char *GeoIP_country_code3_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_code3_by_name_v6 (GeoIP* gi, const char *host);
            const char *GeoIP_country_name_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_name_by_name_v6 (GeoIP* gi, const char *host);
        * Make sure that GeoIP_*_v6 functions refuse GEOIP_PROXY_EDITION and
            GEOIP_NETSPEED_EDITION databases ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes from 20090723 ( Boris Zentner )
        * Fix geoipupdate's -v option to not change the license filename ( Thom May )
        * Fix geoipupdate's exit code ( Thom May )
        * Add support for ASNUM_EDITION ( Boris Zentner )
        * Fix -i output for larger values, sign issue ( Boris Zentner )
        * Add -i flag for more information on netmask, range_by_ip and the current network range ( Boris Zentner )
        * Add support for DOMAIN_EDITION database type ( Boris Zentner )
        * Fix apps/geoipupdate-pureperl.pl output layer on W32 ( Boris Zentner )
2011-05-31 14:40:25 +00:00
wiz
ded7938464 Updated sysutils/bup to 0.24bnb1 2011-05-31 12:01:28 +00:00
wiz
bbf572eafe Install README and design document. Bump PKGREVISION. 2011-05-31 12:01:18 +00:00
gdt
8ab8bf850a Updated devel/guile-www to 2.31 2011-05-31 11:54:30 +00:00
gdt
1f8c863796 Update to 2.31. Adjust HOMEPAGE/etc. Add TEST_TARGET.
- 2.31 | 2011-05-29
  - bugfix: "make uninstall" now does a complete job
  - improvements to "make check"
    - do in-tree partial install; use that for ‘%load-path’
    - bugfix: re-order ‘%load-extensions’ to prioritize "" over ".scm"
  - examples/wily-guile also uses in-tree partial install

- 2.30 | 2011-02-12
  - portability fix for Guile 1.9.14 (among others, probably)

- 2.29 | 2011-01-24
  - portability fix: don't assume ‘(set! (P OBJ) V)’ returns ‘V’
  - allow ‘big-dishing-loop’ to set ‘modlisp-ish’ reply style
  - drop "experimental" from modlisp documentation
  - add "make check" support
  - use Guile-BAUX for doc maintenance, module munging

- 2.28 | 2010-06-22
  - new home page: http://www.nongnu.org/guile-www/
  - doc fix: variables now included in index (e.g., ‘CRLF’)
  - new EXPERIMENTAL modlisp support
    - ‘make-big-dishing-loop’ takes keyword arg #:style
    - ‘mouthpiece’ takes optional arg ‘style’
    - new module: (www server-utils modlisp)
  - new (www server-utils answer) procs
    - flat-length
    - tree-flat-length!
    - string<-tree
    - string<-headers
  - MARKED FOR REMOVAL 2011-12-31
    - proc ‘(www server-utils answer) string<-header-components’

- 2.27 | 2010-02-02
  - improve portability: don't use `return-it'
  - dropped (see entries for NEWS 2.24, 2.23)
    - module: (www data content-type)
    - (www data http-status) data structure: *http-status*-META
    - (www data http-status) data structure: *http-status*
    - `make-big-dishing-loop' keyword arg: #:GET-upath
  - maintenance uses GNU Autoconf 2.65
2011-05-31 11:53:52 +00:00
obache
d0a2da62e5 Update HOMEPAGE url. 2011-05-31 11:08:09 +00:00
obache
aeff9dcf71 Updated net/zeromq to 2.1.7 2011-05-31 11:02:13 +00:00
obache
a8d785b373 Update zeromq to 2.1.7.
0MQ version 2.1.7 (Stable), released on 2011/05/12
==================================================

Bug fixes
---------

* Fixed issue 191, message atomicity issue with PUB sockets (an old issue).

* Fixed issue 199 (affected ROUTER/XREP sockets, an old issue).

* Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets
  (bug was introduced in 2.1.6 as part of message validity checking).

* Fixed issue 211, REP socket asserted if sent malformed envelope (old issue
  due to abuse of assertions for error checking).

* Fixed issue 212, reconnect failing after resume from sleep on Windows
  (due to not handling WSAENETDOWN).

* Properly handle WSAENETUNREACH on Windows (e.g. if client connects
  before server binds).

Changes
-------

* Runtime checking of socket and context validity, to catch e.g. using a
  socket after closing it, or passing an invalid pointer to context/socket
  methods.

* Test cases moved off port 5555, which conflicts with other services.

* Clarified zmq_poll man page that the resolution of the timeout is 1msec.
2011-05-31 11:02:00 +00:00
adam
46cf02707c patch-aq has been evil; exorcism performed 2011-05-31 10:52:30 +00:00
obache
bbc04124a9 require libgcroots>=0.2.3 for internal sigscheme. 2011-05-31 03:09:20 +00:00
schmonz
037d68b3dc Updated mail/getmail to 4.20.3 2011-05-30 22:14:17 +00:00
schmonz
1215f5c6dc Update to 4.20.3. From the changelog:
-fix logging errors in error paths.  Thanks: Visa Putkinen.
2011-05-30 22:14:09 +00:00