Commit graph

113588 commits

Author SHA1 Message Date
wiz
d9680b8931 Update to 1.6.3:
* Version 1.6.3 (released 2007-05-26)

** New API functions to extract DER encoded X.509 Subject/Issuer DN.
Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.  Backported
from the 1.7.x branch, see
<http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.

** Have PKCS8 parser return better error codes.
Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.

** Fix mem leak for sessions with client authentication via certificates.
Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
<http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.

** Fix building of 'tlsia' self test.
Earlier some gcc are known to build tlsia linking to
$prefix/lib/libgnutls-extra.so rather than the libgnutls-extra.so in
the build directory, even though command line parameters look OK.
Changing order of some parameters fixes it.

** API and ABI modifications:
gnutls_x509_crt_get_raw_issuer_dn: ADD.
gnutls_x509_crt_get_raw_dn: ADD.
2007-06-01 20:12:44 +00:00
kristerw
bd33c06cbd Sort. 2007-06-01 19:33:01 +00:00
wiz
377dff1e30 Note pkg-config PKGREVISION bump (pkg.m4 fix). 2007-06-01 19:06:06 +00:00
wiz
95fe7b87e9 Fix pkg.m4: it was broken in the case when pkg-config is not installed,
but the path to an installed dependency is passed via FOO_CFLAGS/FOO_LIBS.

Bump PKGREVISION.
2007-06-01 19:03:46 +00:00
wiz
9442143e08 p5-Net updated to 1.21. 2007-06-01 18:23:41 +00:00
wiz
2f81ffb47f Update to 1.21:
libnet 1.21  -- Sat May 19 08:53:09 CDT 2007

Bug Fixes
  * Fix bug causing utf8 encoding of 8bit strings in Net::Cmd
  * Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea
  * Fixed bug causing removal of last character on the line when
    doing ASCII FTP transfers

Enhancements
  * Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec
  * Changed default for FTP transfers to be passive
  * Added support for FTP FEAT command
2007-06-01 18:23:05 +00:00
schmonz
459da57149 Updated mail/qmHandle to 1.2.3 2007-06-01 15:25:19 +00:00
schmonz
3a0fced293 Update to 1.2.3. From the changelog:
1.2.3
  * Fix: queue display transpose bug

1.2.2
  * Fix: added deletion routines to handle files in bounce subdirectory
  * Fix: added whitespace remove line for pidof output reported by
      Charlies (cng-oz)

1.2.1
  * Corrected an error in the README, and one in the HISTORY
2007-06-01 15:25:04 +00:00
rillig
877d4798b6 regen 2007-06-01 14:57:54 +00:00
rillig
041e06d511 Changed all <programlisting> environments so that the first relevant
column starts in column 1. Everything else is left to the style sheet.
2007-06-01 11:07:24 +00:00
rillig
ab73b1fd87 The highscore file is installed relative to VARBASE. PKGREVISION++
FIXME: Currently the files-check check fails for me, because VARBASE is
a subdirectory of PREFIX. So how do we generally handle files that are
installed in VARBASE?
2007-06-01 08:58:44 +00:00
rillig
2914eed3ed I was looking for the word "highscore", but didn't find it in the table
of contents. Now it is there.
2007-06-01 08:53:06 +00:00
xtraeme
c64fe30656 Updated security/amavisd-new to 2.5.1 2007-06-01 04:42:07 +00:00
xtraeme
b346e4618c Update to 2.5.1.
This release adds checking of a number of archive members to improve
protection from runaway dearchivers.

It fixes SQL quarantining of mail with a null sender, and recognizes
PostgreSQL error S8006.

Parsing of invalid header has been improved.

Calling 'finish' on a SA message object was added.

A nonstandard SMTP status code 254 is no longer used, and enforcing
of option 8BITMIME is avoid even on 8-bit contents.

Checking of eval status was improved to recognize additional failure
modes.

Disabling of MIME decoding and invoking of a file(1) utility has been
made possible. An AV entry for ArcaVir was added.
2007-06-01 04:41:07 +00:00
martti
ecd30d700f postfix-2.4.3 2007-06-01 03:34:23 +00:00
martti
55b45d8ae2 Updated mail/postfix to 2.4.3
20070425

	Bugfix: don't falsely report "lost connection from
	localhost[127.0.0.1]" when Postfix is being portscanned.
	Files: smtpd/smtpd_peer.c, qmqpd/qmqpd_peer.c.

20070430

	Robustness: recommend a "0" process limit for policy servers
	to avoid "connection refused" problems when the smtpd
	process limit exceeds the default process limit.  File:
	proto/SMTPD_POLICY_README.html.

20070501

	Safety: when IPv6 (or IPv4) is turned off, don't treat an
	IPv6 (or IPv4) connection from e.g. inetd as if it comes
	from localhost[127.0.0.1].  Files: smtpd/smtpd_peer.c,
	qmqpd/qmqpd_peer.c.

20070508

	Bugfix: Content-Transfer-Encoding: attribute values are
	case insensitive. File: src/cleanup/cleanup_message.c.

20070514

	Bugfix: mailbox_transport(_maps) and fallback_transport(_maps)
	were broken when used with the error(8) or discard(8)
	transports. Cause: insufficient documentation.  Files:
	error/error.c, discard/discard.c.

20070520

	Bugfix (problem introduced Postfix 2.3): when DSN support
	was introduced it broke "agressive" recipient duplicate
	elimination with "enable_original_recipient = no".  File:
	cleanup/cleanup_out_recipient.c.

20070529

	Bugfix (introduced Postfix 2.3): the sendmail/postdrop
	commands would hang when trying to submit a message larger
	than the per-message size limit. File: postdrop/postdrop.c.

20070530

	Sabotage the saboteur who insists on breaking Postfix by
	adding gethostbyname() calls that cause maildir delivery
	to fail when the machine name is not found in /etc/hosts,
	or that cause Postfix processes to hang when the network
	is down.

20070531

	Portability: Victor helpfully pointed out that change
	20070425 broke on non-IPv6 systems. Files: smtpd/smtpd_peer.c,
	qmqpd/qmqpd_peer.c.
2007-06-01 03:34:06 +00:00
wiz
8ac6f1d396 Note galway PKGREVISION bump. 2007-06-01 01:13:32 +00:00
wiz
9742504550 Convert to use guile16 instead of guile14. Patch provided by
Aleksej Saushev in private mail.

Bump PKGREVISION.
2007-06-01 01:12:30 +00:00
wiz
a6c3dc0ca7 Add MAKE_JOBS_SAFE=no. Noted by veego. 2007-06-01 00:54:47 +00:00
wiz
5437108c42 comix updated to 3.6.4. 2007-06-01 00:46:27 +00:00
wiz
684d703a2d Update to 3.6.4:
Comix 3.6.4

    - Added a Russian translation by Artyom Smirnov.

    - Added a Croatian translation by Adrian C.

    - Fixed a bug in the thumbnailer, comicthumb, failing to create thumbnails
    for Zip and tar archives.

    - Some minor changes.
2007-06-01 00:45:49 +00:00
wiz
1829f27dec Add mysql option, requested in private mail.
Add patch to make most modules build on NetBSD-4.99.20/amd64.

XXX: pike.so still doesn't; it won't get installed and the PLIST
is wrong.
2007-06-01 00:26:36 +00:00
wiz
3aef777bdf Fix PLIST -- it assumed that the package would be built with
the gpgsm option on by default.
2007-06-01 00:12:35 +00:00
wiz
cffb717cea + balsa2-2.4.16, cfengine2-2.2.1, dasher-4.4.2, eog2-2.18.2,
epiphany-extensions-2.18.2, file-roller-2.18.3, findutils-4.2.31,
  gaim-2.0.1 [now called pidgin], gdm-2.18.2, gnome-mag-0.14.4,
  gnome-screensaver-2.18.2, gok-1.2.5, gossip-0.26, gtk2-engines-2.10.2,
  libidn-0.6.13, loudmouth-1.2.2, nautilus-cd-burner-2.18.2 [needs
  hal], openttd-0.5.2, py-ORBit-2.14.3, rhythmbox-0.10.1, vte-0.16.4,
  zenity-2.18.2.
2007-05-31 23:20:50 +00:00
ghen
cdda86a4dc Updated mail/thunderbird15 and mail/thunderbird15-gtk1 to 1.5.0.12. 2007-05-31 21:37:52 +00:00
ghen
e82624d55c Update thunderbird15 and thunderbird15-gtk1 to 1.5.0.12 (they skipped .11 to stay
on par with Firefox?).

Security fixes in this version:

MFSA 2007-15 Security Vulnerability in APOP Authentication
MFSA 2007-12 Crashes with evidence of memory corruption

For more info, see http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.12.html
2007-05-31 21:36:52 +00:00
obache
35e0ed6f9f Cpufreq applet is conditionally installed (Fixes PR 36411). 2007-05-31 13:26:09 +00:00
adam
8055f9a438 Updated tcl/tk to 8.4.15 2007-05-31 13:03:42 +00:00
adam
207349e730 Changes 8.4.15:
* Minor bugfixes
2007-05-31 13:01:53 +00:00
dmcmahill
fe64565473 cad/geda suite update to 20070526 2007-05-31 12:52:40 +00:00
dmcmahill
446ea4e719 update to 20070526
Release notes for the gEDA/gaf 20070526 snapshot

   Changes
     _________________________________________________________________

   libgeda/gschem

     * libgeda's shared library version is now 29:0:0.
     * Added  "recently used files" File menu option. Now you can open up
       files  you  used recently (and if you have a gafrc your components
       should  be  found  too)  and  open  those files up in a new gschem
       window. (Ivan Stankovic)
     * Merge  of  the noscreen branch (many changes). This branch removed
       all  cached  screen  coordinates. Now all calculations are done in
       world  coordinates and should yield some drawing improvements. End
       users  should  not  notice  any  difference (other than the slight
       speed up). (Peter Clifton)
     * Many  improvements  to  the "Write image..." dialog box in gschem.
       gschem   can   now   export   any   image  that  gtk+  (gdk-pixbuf
       specifically)  can write (png, jpg, ico, bmp, etc...). Libgd is no
       longer   an   optional   dependency   and   cannot  be  used  with
       libgeda/gschem. (Carlos Nieves Onega)
     * Improved  the  auto  placing  mechanism.  One improvement (amongst
       others)  is  in  the  cases of: if the attribute overlap with pins
       (including  pinnumbers),  or  the pin connection direction where a
       net  is  supposed  to  be  drawn,  then  the  attributes are moved
       automatically. (Carlos Nieves Onega)
     * A  few  improvements  to  the  component  place selector including
       adding  ok  button  to  hide  the  component  insert  dialog box).
       (Various)
     * Added  items  (links to the wiki and FAQ) to the gschem help menu.
       (Peter Brett)
     * Fixed  a  nasty  bug  that was causing random crashes with keymaps
       that did not have a valid keyval/keysym. (Peter Clifton)
     * Fixed  the  drawing of dotted arcs/circles when the dot spacing is
       too small to render. (Peter Clifton)
     * Fixed  component  selector  filter to be case insensitive. (Carlos
       Nieves Onega)
     * Added  PageUp  and  PageDown  hotkeys  to  change pages in gschem.
       (Peter Brett)
     * Fixed  the  ordering  of  buttons  in  all  gtk dialog boxes to be
       correct  (based  on  what gtk+/gnome/desktop conventions). (Carlos
       Nieves Onega)
     * Added  %%Orientation  to  DSC  block  in  postscript output. (Mike
       Jarabek)
     * Fixed  color  printing  of  select  objects (should not output the
       selected color). (Peter Clifton)
     * Added  hotkeys  to  decrease  and  increase the snap grid spacing.
       (Carlos Nieves Onega and Peter Brett)
     * Improved keymap filling routines (Werner Hoch and Patrick Bernaud)
     * Fixed a couple of small memory leaks. (Ales Hvezda)
     * The usual slew of bug fixes by many individuals.
     * A bunch of code cleanup/fixes by various individuals.
     * Various language translations updated by various individuals.

   gnetlist
     * New gnetlist backends written: Calay and Osmond. (John Doty)
     * Moved  the  loading  of  scheme  files using the "-l" command line
       before  the  schematics are loaded (this allows the scheme code to
       modify the various search paths).
     * Various  improvements  to  the  spice-sdb  backend  including  the
       treatment  of  slotted  parts  (so that pins are emitted in pinseq
       order). (Stuart Brorson)
     * Added  and improved a bunch of regression tests. The vast majority
       of  these tests are now run during make distcheck. (Stuart Brorson
       and Ales Hvezda)
     * A few bugs fixed. (Various)

   gattrib
     * Added doxygen generated docs. (Stuart Brorson)
     * A bunch of bugs fixed. (Stuart Brorson and Peter Clifton)

   docs
     * Removed  the  html  version of the gsch2pcb tutorial. Instead, the
       gsch2pcb  tutorial  is  now  part  of  the  wiki thanks to several
       individuals (Patrick Doyle and Bogdan Petrisor).
     * Updated  the  wiki  snapshot to the latest web wiki version. (Ales
       Hvezda)
     * Misc improvements to various wiki scripts. (Ales Hvezda)

   symbols
     * Added greek mu character. (Carlos Nieves Onega)
     * Added upper case greek omega character. (Jens Persson)

   gsymcheck
     * No significant changes.

   utils
     * Added refdes_renum test suite. (Dan McMahill and Stuart Brorson)
     * Incorporated  --gentle  into  refdes_renum which doesn't overwrite
       refdes'es already numbered. (Stuart Brorson)
     * Moved  gschemdoc  to  the gschem package. Bunch of improvements to
       the    gschemdoc    script   related   to   finding   local/remote
       documentation. (Carlos Nieves Onega)

   examples
     * Fixed  automake  infrastructure  to  install  2N3904 model for the
       TwoStageAmp example. (Stuart Brorson)

   For more a detailed changes, please look in the appropriate ChangeLogs
   in the source tarballs.
2007-05-31 12:48:32 +00:00
ghen
bc078a2542 Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.2.
Security fixes in this version:

MFSA 2007-17 XUL Popup Spoofing
MFSA 2007-16 XSS using addEventListener
MFSA 2007-15 Security Vulnerability in APOP Authentication
MFSA 2007-14 Path Abuse in Cookies
MFSA 2007-12 Crashes with evidence of memory corruption

For the complete changelog, see
http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.2/changelog.html
2007-05-31 12:29:38 +00:00
ghen
a5262f8307 Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.2. 2007-05-31 12:28:48 +00:00
rillig
be572cf6c1 If a package is already installed, bulk-install should not try to build
it again.
2007-05-31 11:49:09 +00:00
tron
b1c1f56394 Add missing ".endif". 2007-05-31 10:26:52 +00:00
rillig
26c966b5f5 Updated pkgtools/libnbcompat to 20070531 2007-05-31 10:19:00 +00:00
rillig
ed9f7c753d Updated libnbcompat to 20070531.
Changes since 20070507:

Completely rewrote the fgetln implementation, since the previous version
couldn't handle files that don't end with a '\n' character. Tested on IRIX,
NetBSD and Solaris.
2007-05-31 10:18:49 +00:00
rillig
7a41614e56 The pkgbase parameter for pkg-build-options.mk must match the buildlink3
package name. Otherwise, an error like the following occurs:

line 28: warning: "/usr/sbin/pkg_info -K /var/db/pkg -Q PKG_OPTIONS \
gstreamer 2>/dev/null  || { cd   && ...
2007-05-31 08:34:52 +00:00
ghen
f194b621d7 Updated www/firefox, www/firefox-bin and www/firefox-gtk1 to 2.0.0.4.
Updated www/firefox15, www/firefox15-bin and www/firefox15-gtk1 to 1.5.0.12.
2007-05-31 07:28:23 +00:00
ghen
d885265ae5 Update firefox15, firefox15-bin and firefox15-gtk1 to 1.5.0.12.
Security fixes in this version:

MFSA 2007-17 XUL Popup Spoofing
MFSA 2007-16 XSS using addEventListener
MFSA 2007-14 Path Abuse in Cookies
MFSA 2007-13 Persistent Autocomplete Denial of Service
MFSA 2007-12 Crashes with evidence of memory corruption

For more info, see http://www.mozilla.com/en-US/firefox/releases/1.5.0.12.html

Note: Firefox 1.5.0.x will be maintained with security and stability updates
until June 2007. All users are strongly encouraged to upgrade to Firefox 2.
2007-05-31 07:26:45 +00:00
ghen
3aefa46904 Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.4.
Security fixes in this version:

MFSA 2007-17 XUL Popup Spoofing
MFSA 2007-16 XSS using addEventListener
MFSA 2007-14 Path Abuse in Cookies
MFSA 2007-13 Persistent Autocomplete Denial of Service
MFSA 2007-12 Crashes with evidence of memory corruption

For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.4/releasenotes/
2007-05-31 07:25:07 +00:00
martti
00019267a1 Regenerated. 2007-05-31 05:28:09 +00:00
martti
fc1b2f63f3 clamav-0.90.3 2007-05-31 05:26:59 +00:00
martti
6dc2178708 Updated mail/clamav to 0.90.3
Lots of bug fixes since 0.90.2. For details, see ChangeLog.
2007-05-31 05:26:46 +00:00
rillig
a06bb197a5 Reformatted. 2007-05-31 04:22:55 +00:00
rillig
5394bdb726 In pkgsrc, the directory layout does not depend on the operating system. 2007-05-31 04:22:10 +00:00
wiz
9e31b55ddc + GMT-4.2.0, comix-3.6.4, dwm-4.1, glpk-4.17,
gmime-2.2.9, gnutls-1.6.3, gramps2-2.2.8, gss-0.21, honeyd-1.5c,
  lbdb-0.35.1, lcab-1.0b12, liboil-0.3.12, pekwm-0.1.6, radmind-1.8.1,
  scons-0.97, scribus-1.3.4, skype-1.4.0.64, smalltalk-2.3.4,
  tor-0.1.2.14, wxGTK-2.8.4, zile-2.2.32.
2007-05-30 22:59:14 +00:00
wiz
46428a0239 New fromcvs version. 2007-05-30 22:58:21 +00:00
wiz
0d9f383b7e Update to version 100:
Use different method to test for popen success for ruby 1.8.1
compat.
2007-05-30 22:57:56 +00:00
rillig
477c56693f On Solaris 10, isinf() lives in libsunmath. 2007-05-30 22:01:54 +00:00