Commit graph

92851 commits

Author SHA1 Message Date
rillig
fec6a92aae - ${COMPILER_RPATH_FLAG} should be used instead of the various -Wl,...
flags.
- [Brackets] are allowed in pathname masks.
2006-02-12 12:10:13 +00:00
ghen
f2cecaaab7 official-mozilla-branding is an option for both Firefox and Thunderbird. 2006-02-12 11:05:25 +00:00
ghen
cfda4f1200 Rename patch-dw and patch-dx to patch-ea and patch-eb. All other patch-d*
patches are for DragonFly support.  This makes it easier for me (and The
Mozilla Foundation) to sort them out.
2006-02-12 11:04:51 +00:00
rillig
4a7ce2c8ce Removed the CRLF line endings from patch-ab, since the extracted files
don't have them either.
2006-02-12 07:49:12 +00:00
rillig
7c2a73b2b5 Added runtime path to the X11 library directory. 2006-02-12 07:19:31 +00:00
rillig
43e20f7298 NetBSD 1.6 needs bison. 2006-02-12 06:32:59 +00:00
rillig
69cfff7af6 Fixed pkglint warnings. 2006-02-12 05:26:39 +00:00
rillig
5d13d8ea15 Removed CRLF line endings from *.c and *.h in the zlib/ and bzip2/
directories to allow building with gcc-2.95.
2006-02-12 05:10:36 +00:00
rillig
efd0e15ce9 The security/kth-krb4 package does not install bin/ftp anymore (since
February 2004), so it doesn't conflict with bootstrap-pkgsrc.
2006-02-12 05:00:33 +00:00
heinz
d23388941d Updated
security/p5-Crypt-CBC to 2.15
  security/p5-Crypt-Random to 1.25
  security/p5-Crypt-CAST5_PP to 1.03
  security/p5-Crypt-DES to 2.05
  security/p5-Crypt-IDEA to 1.06
2006-02-12 03:10:11 +00:00
grant
bc0be5a13e - add kqueue option (off by default - perhaps it should be on by
default at the next version bump?)
- set SSL_{CFLAGS,LIBS} when calling configure script so they are
  found correctly on Solaris, and make the configure script do what it
  claims and ignore pkg-config when these are set.
- add lib-sql Makefile patch from Dovecot CVS so this builds correctly
  when no SQL auth support is built.
2006-02-12 02:47:31 +00:00
heinz
776b76ad4b Updated to version 1.06.
Changes since version 1.02:
======================================
There is no list of changes. Changes I found so far:
- Used htons() from netinet/in.h to simplify handling of different endianness
  between platforms.
- Some changes in test.pl
2006-02-12 02:46:50 +00:00
heinz
55108ef547 Updated to version 2.05.
Relevant changes since version 2.03:
====================================
  des.h was renamed to _des.h in an attempt to solve the build-on-Solaris
  problem.

  all references to des_ were changed to _des_ since the 2.04 release didn't
  seem to fix the problem on Solaris.
2006-02-12 02:26:08 +00:00
heinz
94e8997573 Updated to version 1.03.
Relevant changes since version 1.02:
=====================================
1.03  22 May 2005
        - make it work in taintmode
2006-02-12 01:55:23 +00:00
heinz
35effe103a Updated to version 1.25.
Relevant changes since version 1.13:
====================================
 - fixed circular reference between Crypt::Random and Crypt::Random::Generator
   causing 'Undefined subroutine' errors.
 - Made "forbidden division t_REAL % t_INT" error disappear.
 - Workaround for Math::Pari's serialization problem.
 - Added a Uniform option to makerandom() and makerandom_itv() that
   doesn't set the high bit of the generated random, and produces
   a number uniformally distributed in the interval. Thanks to Len
   Budney for pointing this out.
2006-02-12 01:50:05 +00:00
seb
b7a43226f0 Note update of archivers/gcpio to version 2.6nb2 [security fix] 2006-02-12 01:45:28 +00:00
seb
1182b083ac Security fix for http://secunia.com/advisories/18251/ (CVE-2005-4268)
adapted from patch attached in redhat bugzilla
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172669

While here add test target support.

Bump PKGREVISION to 2.
2006-02-12 01:44:28 +00:00
heinz
e87f1bec7f Updated to version 2.15.
Relevant changes since version 2.08:
=====================================
- RandomIV in message header overrides manually-supplied -salt, as one
  would expect it should.
- Added OpenSSL compatibility
- Salt and IV generators take advantage of /dev/urandom device, if available
- Added regression test for PCBC mode
- Fixed bug reported by Joshua Brown that caused certain length
  strings to not encrypt properly if ending in a "0" character.
- Fixed Rijndael compat problems
2006-02-12 00:52:20 +00:00
wiz
cea95e0a66 + openssh-4.3p2. 2006-02-12 00:23:23 +00:00
salo
3687995c82 Note security/openssh update. 2006-02-12 00:15:09 +00:00
salo
711b5325d2 Update to version 3.4p1
From Jason White via PR pkg/32780

Changes:

Security bugs resolved in this release:

 * CVE-2006-0225: scp (as does rcp, on which it is based) invoked a
   subshell to perform local to local, and remote to remote copy
   operations. This subshell exposed filenames to shell expansion
   twice; allowing a local attacker to create filenames containing
   shell metacharacters that, if matched by a wildcard, could lead
   to execution of attacker-specified commands with the privilege of
   the user running scp (Bugzilla #1094)

This is primarily a bug-fix release, only one new feature has been
added:

 * Add support for tunneling arbitrary network packets over a
   connection between an OpenSSH client and server via tun(4) virtual
   network interfaces. This allows the use of OpenSSH (4.3+) to create
   a true VPN between the client and server providing real network
   connectivity at layer 2 or 3. This feature is experimental and is
   currently supported on OpenBSD, Linux, NetBSD (IPv4 only) and
   FreeBSD. Other operating systems with tun/tap interface capability
   may be added in future portable OpenSSH releases. Please refer to
   the README.tun file in the source distribution for further details
   and usage examples.

Some of the other bugs resolved and internal improvements are:

 * Reduce default key length for new DSA keys generated by ssh-keygen
   back to 1024 bits. DSA is not specified for longer lengths and does
   not fully benefit from simply making keys longer. As per FIPS 186-2
   Change Notice 1, ssh-keygen will refuse to generate a new DSA key
   smaller or larger than 1024 bits

 * Fixed X forwarding failing to start when a the X11 client is executed
   in background at the time of session exit (Bugzilla #1086)

 * Change ssh-keygen to generate a protocol 2 RSA key when invoked
   without arguments (Bugzilla #1064)

 * Fix timing variance for valid vs. invalid accounts when attempting
   Kerberos authentication (Bugzilla #975)

 * Ensure that ssh always returns code 255 on internal error (Bugzilla
   #1137)

 * Cleanup wtmp files on SIGTERM when not using privsep (Bugzilla #1029)

 * Set SO_REUSEADDR on X11 listeners to avoid problems caused by
   lingering sockets from previous session (X11 applications can
   sometimes not connect to 127.0.0.1:60xx) (Bugzilla #1076)

 * Ensure that fds 0, 1 and 2 are always attached in all programs, by
   duping /dev/null to them if necessary.

 * Xauth list invocation had bogus "." argument (Bugzilla #1082)

 * Remove internal assumptions on key exchange hash algorithm and output
   length, preparing OpenSSH for KEX methods with alternate hashes.

 * Ignore junk sent by a server before it sends the "SSH-" banner
   (Bugzilla #1067)

 * The manpages has been significantly improves and rearranged, in
   addition to other specific manpage fixes:
   #1037 - Man page entries for -L and -R should mention -g.
   #1077 - Descriptions for "ssh -D" and DynamicForward should mention
           they can specify "bind_address" optionally.
   #1088 - Incorrect descriptions in ssh_config man page for
           ControlMaster=no.
   #1121 - Several corrections for ssh_agent manpages

 * Lots of cleanups, including fixes to memory leaks on error paths
   (Bugzilla #1109, #1110, #1111 and more) and possible crashes (#1092)

 * Portable OpenSSH-specific fixes:

   - Pass random seed during re-exec for each connection: speeds up
     processing of new connections on platforms using the OpenSSH's
     builtin entropy collector (ssh-rand-helper)

   - PAM fixes and improvements:
     #1045 - Missing option for ignoring the /etc/nologin file
     #1087 - Show PAM password expiry message from LDAP on login
     #1028 - Forward final non-query conversations to client
     #1126 - Prevent user from being forced to change an expired
             password repeatedly on AIX in some PAM configurations.
     #1045 - Do not check /etc/nologin when PAM is enabled, instead
             allow PAM to handle it. Note that on platforms using
             PAM, the pam_nologin module should be used in sshd's
             session stack in order to maintain past behaviour

   - Portability-related fixes:
     #989 - Fix multiplexing regress test on Solaris
     #1097 - Cross-compile fixes.
     #1096 - ssh-keygen broken on HPUX.
     #1098 - $MAIL being set incorrectly for HPUX server login.
     #1104 - Compile error on Tru64 Unix 4.0f
     #1106 - Updated .spec file and startup for SuSE.
     #1122 - Use _GNU_SOURCE define in favor of __USE_GNU, fixing
             compilation problems on glibc 2.4
2006-02-12 00:13:55 +00:00
rillig
d9f528e7fb Added "pre-build>" identifier to two echo commands. 2006-02-11 23:54:25 +00:00
seb
5c467245b5 Note update of mail/milter-greylist to version 2.1.2nb2 [rc.d script fix] 2006-02-11 23:15:30 +00:00
seb
2d0c90197a Add rcvar variable definition to rc.d script.
Bump PKGREVISION to 2.

Approved by maintainer.
2006-02-11 23:14:15 +00:00
rillig
5258ae8fb8 Renamed the `restart'' variable to `resume'', as that is what the
variable does.
2006-02-11 21:44:16 +00:00
ben
916dbd829c Update HOMEPAGE and MASTER_SITES. 2006-02-11 21:31:19 +00:00
rillig
04408b7e3c s/workstatoin/workstation/ 2006-02-11 21:09:38 +00:00
rillig
3575f7b1eb - Changed the wording of the warning message for misquoted variables. The
wording had been completely mysterious. Now it gives a direct advise on
  how to fix the problem.
2006-02-11 20:58:08 +00:00
ben
7bb2853a77 Make note of fprot-workstation-bin update. 2006-02-11 20:11:54 +00:00
ben
239bad1f87 Update fprot-workstation-bin to 4.6.6. Addresses PR#32776
Change MAINTAINER to tech-pkg.  Stop using PKGREVISION in DISTNAME.
Notable changes include:

* Postfix config has been changed so TLS is not used internally, that is
  when communicating with scan-mail.pl.  TLS can nevertheless be used
  when communicating with the outside world on port 25.
* f-protd has been tweaked for better performance
* A bug in f-protd when using the 'id=' argument was fixed
* A format string bug in f-protd which could cause malformed xml report
  was fixed
* f-prot-milter's logging changed to facilitate more useful error logs
* Fixed startup/shutdown routine for f-prot-milter in scan-mail.pl
* .wmf scanning improved
* A bug in the .hqx scanner on x86 cpu's was fixed
* A bug in the .msl scanner was fixed
* Fixed a bug in .cab and lzh handling
* A race issue with OLE documents was fixed.
2006-02-11 20:11:01 +00:00
rillig
d78a085b17 - Removed duplicate definition for LIB_DEPENDS. 2006-02-11 19:49:58 +00:00
joerg
9160ed7f15 Regen ptach-al sum. 2006-02-11 19:47:13 +00:00
wiz
e9773a35c2 Reset maintainer, email bounces:
550 User unknown (in reply to RCPT TO command)
2006-02-11 19:31:24 +00:00
rillig
9021008619 - MANDIR is deprecated. Use PREFIX/PKGMANDIR instead. 2006-02-11 19:29:39 +00:00
wiz
0e333e4074 Fix py-libxml2 path. 2006-02-11 18:39:41 +00:00
wiz
d0c54c7ea2 libidn updated to 0.6.2. 2006-02-11 18:22:34 +00:00
wiz
81809f5215 Update to 0.6.2:
* Version 0.6.2 (released 2006-02-07)

** Fix objdir != srcdir builds for the Java documentation.
Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.

** Update of gnulib files.

** API and ABI is backwards compatible with the previous version.
2006-02-11 18:22:10 +00:00
wiz
d2175e0e88 Mention gnome-desktop update to 2.12.3. 2006-02-11 18:14:04 +00:00
wiz
9c73cd1b44 Update to 2.12.3:
===============
Version 2.12.3
===============

  Misc

	* Fix .desktop file (Vincent)

  Translators

	* Luca Ferretti (it)
2006-02-11 18:13:28 +00:00
wiz
621e5f77da + gnome-spell-1.0.7.
- TeXmacs-1.0.6, cbmconvert-2.1.2, libgnomeui-2.12.1, py-gtk2-2.8.4,
  swish-e-2.4.3, xcb-2.4.
2006-02-11 17:56:24 +00:00
wiz
b13ca4048f Add a missing entry, and fix two others. 2006-02-11 17:55:41 +00:00
joerg
253dec8a9f Remove localestatedir fragment, it gets handled properly automatically.
Fix pkglint warning for SHLIBTOOL.
2006-02-11 17:44:39 +00:00
heinz
4c3441702c Updates of
mail/tnef to 1.3.4
  converters/convmv to 1.09
2006-02-11 17:29:58 +00:00
heinz
fc26cc6160 Updated to version 1.09.
Pkgsrc changes:
  - Used an absolute path for SUBST_FILES previously, which was wrong.

Changes since version 1.08:
====================================
1.09
- work around broken decode_utf8() in Perl 5.8.7 resp. Encode 2.10 (use
  utf8::decode instead)
- adapt test suite to catch cases like this
- warn about dry test run at start, not just at end of a test run
2006-02-11 17:24:17 +00:00
wiz
3b4dfd95fd Denote the rox-session move with the "Move" keyword. 2006-02-11 17:20:51 +00:00
joerg
5b7d87b6ec s/MANDIR/PKGMANDIR/ 2006-02-11 17:18:17 +00:00
rillig
fa0fe8d460 Imported devel/ja-trac-0.9.3.1 from pkgsrc-wip 2006-02-11 16:52:05 +00:00
rillig
d2012dd5e1 Imported ja-trac from pkgsrc-wip.
This is Trac with Japanese localization and own patches.

Trac is an enhanced wiki and issue tracking system for software
development projects.

Trac provides:

    * An integrated system for managing software projects
    * An enhanced wiki
    * A flexible web-based issue tracker
    * An interface to the Subversion revision control system

Packaged by OBATA Akio.
2006-02-11 16:51:57 +00:00
rillig
e3293babc0 Imported converters/kcc-1.0 from pkgsrc-wip 2006-02-11 16:49:13 +00:00
rillig
b599aca145 Imported kcc from pkgsrc-wip.
Kcc is a kanji code converter and it's a program used to convert between
various encodings used for Japanese character sets. It handles 7bit JIS,
8bit JIS, Shift JIS, EUC, and DEC.

Packaged by OBATA Akio.
2006-02-11 16:49:04 +00:00