Commit graph

3364 commits

Author SHA1 Message Date
jlam
72af5b8a4e Update mail/cyrus-imapd21 to 2.1.15. Changes from version 2.1.14 include:
* Correct a potential DOS attack in the fud daemon.
      * Arbitron now works again
      * Telemetry logging for mupdate
      * Duplicate Suppression logging for redirect sieve actions
      * A number of bugs in reconstruct have been fixed. also added the -p
        and -x options
      * Better stubbing out of user_deleteacl
      * No longer log any shutdown() failures
      * Improved IPv6 support (for systems with two getnameinfo
        implementations)
      * Misc Documentation Improvements
2003-09-13 23:03:17 +00:00
wiz
4d18fde4de Mentioning the fetchmailconf update once should be enough (hi tron!). 2003-09-13 21:58:28 +00:00
tron
51d54f3493 Note update of "fetchmailconf" package to version 6.2.4nb1. 2003-09-13 21:21:25 +00:00
tron
cf1ed26a07 Note update of "fetchmailconf" package to version 6.2.4nb1. 2003-09-13 21:20:55 +00:00
tron
7c1c08da44 Note update of "gtkhtml" package to version 1.1.10. 2003-09-13 21:02:23 +00:00
jlam
7ea4564bab Updated security/p5-IO-Socket-SSL to 0.95. Changes version version 0.93
include:

        - Better opened() behavior when sockets close unexpectedly.
        - Added support for WeakRef and Scalar::Util to allow
          IO::Socket::SSL objects to auto-destroy themselves when
          they go out of scope.
        - Added croak()ing for unimplemented send() and recv() methods
          so they are not accidentally used to transmit unencrypted
          data.  The Perl builtin functions cannot be reliably trapped
          and are still dangerous, a fact that the POD now reflects
        - Changed accept() to use inherited accept() instead of
          IO::Socket::accept, so that IPv6 inheritance is possible.
        - Added options to import() so that a user could specify
          IPv6 or IPv4 mode of operation.
2003-09-13 12:24:08 +00:00
jlam
e3ece173c9 Update security/p5-Net-SSLeay to 1.25. Changes from version 1.23 include:
- new features: http and raw tcp support
        - fixed apparent STDIO vs. sysread bug in proxy connect
        - added tcpecho.pl and tcpcat.pl to MANIFEST
        - fixed some further bugs with TCP read all, etc.
        - fixed some const char pointer warnings
2003-09-13 12:16:57 +00:00
jdolecek
ae7a972c77 Note recent updates:
libxml2 to 2.5.10nb1 - disabled thread awareness; buildlink depends not bumped
   since this is internal library change invisibile from outside of library
php4-domxml to 4.3.3nb1 - with non-threaded libxml2 2.5.10nb1, this module
   is now loadable and works
vmware-module3 to 3.2.1.5 - update for -current kernel changes
2003-09-13 12:03:17 +00:00
jlam
88237334a9 Updated net/p5-Net-DNS to 0.40. Changes from version 0.33 include:
Net-DNS-SEC updates, seems that IETF has been busy redefining DNSSEC.

When parsing resolver configuration files, IPv6 addresses are now skipped,
as Net::DNS does not yet have IPv6 support.

Broke Net::DNS::Resolver into seperate classes.  Many of the globals in
Net::DNS::Resolver no longer exist.  They were never documented
so you never used them.... right?

Options to Net::DNS::Resolver->new() are now supported, including
using your own configuration file.

Moved next_id() from Resolver.pm to Header.pm (which is where it is
used).

Tie::DNSHash removed from the package, see Tie::DNS from CPAN for a more
complete implementation of a DNS hash.

Applied David Carmean's patch for handling more than one string in a
TXT RR's RDATA section.

Applied patch from Dan Sully (daniel@electricrain.com) allowing multiple
questions to be part of a DNS packet.
2003-09-13 11:57:07 +00:00
jlam
e98f26b486 Update pkg_install to 20030913. Changes from version 20020912 are quieting
the file removal when deleting linkfarms if the expected file doesn't
exist.  Since the symlink isn't there, the mission is already accomplished,
so why bother with the warning?
2003-09-13 09:24:07 +00:00
jlam
045f6f1980 Update time/p5-Time-HiRes to 1.50. Changes from version 1.49 include:
- &Time::HiRes::d_nanosleep was broken (perl change #20131)
        - the nanosleep() probe was broken (perl change #20061)
2003-09-13 08:42:19 +00:00
adam
deaa1a070f Updated freetype2 to 2.1.5 2003-09-13 08:34:21 +00:00
salo
877c9d7248 Note net/quagga PKGREVISION++. 2003-09-13 08:24:24 +00:00
jlam
06768a3ab4 Update pkg_install to version 20030912. Changes from 200230907 are
adding two new options to pkg_admin(1) to simply using this utility to
list the bare package names that match patterns when looking in PKG_DBDIR:

      -b      Print only the basenames when matching package names for
              lsall and lsbest.

      -d lsdir
              Set lsdir as the path to the directory in which to find
              matching package names for lsall and lsbest.
2003-09-13 05:50:23 +00:00
jlam
4f81faa05b Update security/p5-Digest-MD5 to 2.27. Changes from version 2.24 include:
Don't assume PerlIO_read() works like fread() even though
   it was documented like that for perl 5.6.  It returns negative
   on read failure.

   The $md5->addfile method now croaks if it discovers
   errors on the handle after reading from it.  This should
   make it more difficult to end up with the wrong digest
   just because you are to lazy to check the error status
   on your file handles after reading from them.

   Improved documentation.
2003-09-12 23:11:03 +00:00
wiz
a53b19e6fc pico not updated, really... remove last entry. 2003-09-12 22:17:53 +00:00
wiz
a0ce28a37b Note removal of bsdpak. 2003-09-12 21:58:26 +00:00
jlam
cb52064964 Update security/p5-Digest-SHA1 to 2.04. Changes from version 2.02 include:
Don't assume PerlIO_read() works like fread() even though
   it was documented like that for perl 5.6.  It returns negative
   on read failure.

   Implemented sha1_transform, required to implement NIST FIPS 186-2.

   Make it build on 64-bit platforms with 32-bit longs.

   Sync up with the Digest::MD5 implementation:
      - added clone method
      - addfile croaks if it can't read
      - the sha1*() functions warn if called as method
        or with reference arguments.
2003-09-12 21:22:32 +00:00
dmcmahill
2236b84cf1 note scilab-2.7nb2 and gwave-20030804 updates 2003-09-12 20:48:47 +00:00
tron
fc9eb6dcc4 Note update of "pico" package to version 4.6nb1. 2003-09-12 19:42:37 +00:00
xtraeme
81abe55abc Note update of meta-pkgs/gnome2 to 2.2.6. Add gnome-themes, gnome2-user-docs
and yelp.
2003-09-12 17:49:09 +00:00
xtraeme
2f21eb9307 Note addition of a few packages from pkgsrc-wip:
* gnome-themes 2.2
* gtk-thinice-engine 2.0.2
* gnome2-user-docs 2.0.6
* yelp 2.2.2
2003-09-12 17:40:18 +00:00
abs
02c6291208 Update rconfig to 0.17nb1
Add missing DEPEND on p5-Text-Substitute
2003-09-12 15:12:56 +00:00
tron
64228c6fd2 Note update of "pine" package to version 4.58. 2003-09-12 13:56:27 +00:00
grant
0c6b7c9f3e note fetchmail PKGREVISION bump 2003-09-12 13:12:56 +00:00
seb
2083c8a0ce Note update of security/audit-packages to version 1.21. [dependency on
digest package].
2003-09-12 13:00:26 +00:00
jmmv
de881bfb6f Note revision bump for ijb to 1. 2003-09-12 12:41:41 +00:00
uebayasi
2f652f2fef net-snmp-5.0.9; many changes including security fixes. 2003-09-12 12:08:25 +00:00
itojun
065e0189d6 lang/chicken 2003-09-12 10:02:03 +00:00
itojun
a1eac1c5fd www/apache6 2003-09-12 08:27:30 +00:00
simonb
9f37230ce5 Note update of gimageview to 0.2.24. Changes include:
# "Auto fit without zoom in" feature has been fixed.
  # Added "Fit width" and "Fit height" feature.
  # The bug that sometimes mplayer fails to start playing has been fixed.
  # Fixed double freeing bug of JPEG loader.
   (Thanks! > sheepman <sheepman@tcn.zaq.ne.jp>)
  # Fixed a bug in DnD support
    (Thanks! > MINAMI Hirokazu <h_minami@users.sourceforge.net>)
  # Remove trailing slash when create directory.
    (Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>).
  # Updated libexif to 0.5.11.
  # Other code improvements.

The "Remove trailing slash when create directory" change in particular
makes this package work much better under NetBSD.
2003-09-12 01:50:15 +00:00
jmmv
60dd93f7e9 Note revision bump for teTeX2-bin to 4. 2003-09-11 22:39:50 +00:00
jmmv
37de6f6475 Note revision bump for spamass-milter to 2. 2003-09-11 18:24:00 +00:00
jmmv
00b613fabe Note update of tavrasm to 1.19. 2003-09-11 18:11:04 +00:00
drochner
038398ced6 +focal 2003-09-11 17:22:26 +00:00
taca
03d9ccea84 Note update of comms/ruby-termios package to 0.9.4. 2003-09-11 16:59:07 +00:00
jmmv
77853266de magicpoint updated to 1.10a. 2003-09-11 16:11:20 +00:00
taca
21bcd8cb89 Note update of www/squid pacakge to 2.5.3nb5. 2003-09-11 15:50:11 +00:00
jmmv
e6933ba3fc Note revision bump for gmplayer to 1. 2003-09-11 15:43:09 +00:00
taca
e1bb0e8d31 Note update of databases/ruby-mysql package to 2.4.5. 2003-09-11 15:37:24 +00:00
taca
c05e2f97c9 Note update of databases/ruby-postgresql package to 0.7.1. 2003-09-11 15:00:49 +00:00
jmmv
9385d4a352 Note updates of libgda and libgnomedb to 0.99.0.
Note revision bumps for mergeant (to 2) and glade2 (to 4).
2003-09-11 12:43:59 +00:00
jmmv
16f801b628 Note addition of gtksourceview, version 0.6.0. 2003-09-11 11:14:47 +00:00
martti
f5a159ac72 Updated ddd and distcc 2003-09-11 06:46:11 +00:00
dmcmahill
a2c5366a50 note updates of libgdgeda to 2.0.15,
geda geda-docs geda-symbols geda-utils gnetlist gschem gsymcheck libgeda
to 20030901, and the addition of geda-examples-20030901
2003-09-10 23:47:39 +00:00
jmmv
7ab0e3bf62 Note revision bump for povray, to 1. 2003-09-10 22:37:05 +00:00
itojun
7b011b289a graphics/resize_image 2003-09-10 21:51:22 +00:00
manu
613ec73959 Added fondu, a set of tools to convert between Mac and UNIX fonts. 2003-09-10 21:21:30 +00:00
jmmv
2bd5aed390 Note update of pkg_chk to 1.40. 2003-09-10 19:14:26 +00:00
gavan
f9a853f739 Add handling for OpenWin on Solaris. Two files are patched with
sed at install time which override the versions in the /usr/openwin
tree.

PREFIX no longer has a default value, as this relied on nonportable
BSD make syntax. Makefiles generated with pkgxmkmf will now always
need PREFIX set in the environment.
2003-09-10 17:31:40 +00:00