Commit graph

3040 commits

Author SHA1 Message Date
fredb
ebdd47a6ac Extend "fshcompat.py" to work with python24, using patch submitted by
lukem in PR pkg/29704. Reviewed by recht.
2005-03-20 12:51:54 +00:00
wiz
7328a4a638 Update to 5.2.1. Provided by Stefan Krüger in PR 28740.
5.2 - merged in changes for 5.01 - 5.0.4
    - added support for using encoding parameters and key derivation parameters
      with public key encryption (implemented by OAEP and DL/ECIES)
    - added Camellia, SHACAL-2, Two-Track-MAC, Whirlpool, RIPEMD-320,
      RIPEMD-128, RIPEMD-256, Base-32 coding
    - added ThreadUserTimer for timing thread CPU usage
    - added option for password-based key derivation functions
      to iterate until a mimimum elapsed thread CPU time is reached
    - added option (on by default) for DEFLATE compression to detect
      uncompressible files and process them more quickly
    - improved compatibility and performance on 64-bit platforms,
      including Alpha, IA-64, x86-64, PPC64, Sparc64, and MIPS64
    - fixed ONE_AND_ZEROS_PADDING to use 0x80 instead 0x01 as padding.
    - fixed encoding/decoding of PKCS #8 privateKeyInfo to properly
      handle optional attributes

5.2.1 - fixed bug in the "dlltest" DLL testing program
      - fixed compiling with STLport using VC .NET
      - fixed compiling with -fPIC using GCC
      - fixed compiling with -msse2 on systems without memalign()
      - fixed inability to instantiate PanamaMAC
      - fixed problems with inline documentation
2005-03-19 16:48:21 +00:00
jlam
b4bcbe1138 Avoid possibly linking everything against -lintl when PostgreSQL
support is built into courier-authlib -- -lintl is only needed by the
authpgsql authentication module.  This avoids problems when linking
clients with -lcourierauth and the linker thinks -lintl is needed when
it really doesn't.  Bump the PKGREVISION to 3.
2005-03-18 20:20:48 +00:00
taca
51b67861b8 Add and enable ruby16-digest package. 2005-03-18 05:26:05 +00:00
taca
4e98e9dcb5 Importing security/ruby16-digest package which I forgot to import,
it is needed by ruby16 package.

Now this package includes some fixes for IRIX, too.
2005-03-18 05:25:32 +00:00
wiz
d7b95a192c Update HOMEPAGE and MASTER_SITES. 2005-03-17 15:48:38 +00:00
rillig
b2b26b7830 Added patches for gcc-2.95.3 that properly order declarations and code.
Approved by wiz.
2005-03-16 12:04:12 +00:00
rillig
f6ce795bd8 Added proper CFLAGS quoting. Approved by wiz. 2005-03-16 12:03:06 +00:00
tv
0d32597e47 There's no need to manually format and install a nroffed manpage.
Install the source and let man(1) do it.

(Since this code is actually all commented out, no PKGREVISION bump.)
2005-03-14 20:23:50 +00:00
tv
642acf8e6a Make build on Interix, sharing some of the OS-specific oddities with _WIN32. 2005-03-10 15:38:33 +00:00
wiz
91fab19321 Sort. 2005-03-10 10:05:31 +00:00
bad
205c9fc93b Make it explicit that the package doesn't install any authentication mechanisms
and what the likely, but opaque, error message is in that case.
2005-03-08 18:22:39 +00:00
tv
71e2654fa3 nb5: Rework Interix support, based on work done by Interop Systems
*before* a BSD-with-advertising license was added to their diffs, and other
work done personally by me.

sshd now works.  Most permissions checks work properly.  Privsep is off by
default, and the sshd user is not created, on Interix until some problems
with privsep are fixed (perhaps by abstracting the auth functionality out
to openpam).
2005-03-07 23:29:49 +00:00
bad
237cf6898e Because LIBTOOLIZE_PLIST is "yes" by default we must list only the .la file
in the PLIST.
2005-03-07 20:49:24 +00:00
uebayasi
9fc677698c Fix quoting. 2005-03-07 10:03:13 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
taca
4feb8883ce Add and enable ruby-digest and ruby-openssl. 2005-03-06 17:04:53 +00:00
taca
079f54e1fd Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest and
ruby-openssl with bump PKGREVISION.
2005-03-06 16:52:39 +00:00
taca
cf24692f45 Cosmetic change with pkglint(1). 2005-03-06 13:05:38 +00:00
tv
69c509bf6b Make p5-GnuPG-Interface and pgpenvelope work again by switching to the
Class::MethodMaker v1 compatibility interface in Class::MakeMethods.
Bump PKGREVISION.
2005-03-04 20:57:50 +00:00
agc
9fcba1c468 Update gpg2dot to version 1.4.
Fixes from Christoph Badura, who tested on gnupg-1.2.

This new version works with gnupg-1.4.0 as well as older versions of gpg,
and uses the --list-sigs argument as well as the --with-colons arguments
to gpg.
2005-03-03 22:43:49 +00:00
adrianp
80ff133fe0 - Change to my NetBSD.org address 2005-03-02 23:00:32 +00:00
jlam
915339f298 The path to the Courier authdaemond socket was improperly being set to
the wrong value.  Fix it so that the default is now correctly set to be
/var/authdaemond/socket.  Bump the PKGREVISION to 1.
2005-03-02 15:52:26 +00:00
shannonjr
40fcb8eaf0 Problem: Dirmngr depends on pth. With an explicit buildlink to pth, the
package builds and works correctly. This approach was taken prior to
this change. The is a problem because  pth installs pthread.h in
${LOCALBASE}/include. This causes problems for things like Ada tasking
that depend on native pthreads when also linking against libraries in
pkgsrc (eg., gmp).

This change solve the problem by building a static pth library locally
and linking against it.
2005-03-02 14:59:35 +00:00
bad
59d53dc973 Add fwbuilder to the list of sub directories. 2005-02-28 22:11:14 +00:00
adrianp
954e64ac83 - Update to 0.6.8
> $Id: CHANGES,v 1.25 2005/02/20 16:02:21 sm Exp $
> version 0.6.8 (beta) - Sun Feb 20 2004
>    * added detection for openssl 0.9.8
>    * removed crlDistributionPoint for Root-CA
>    * added patch for multiple OUs
>      Thanks to Uwe Arndt <arndt@uni-koblenz.de>
>    * added patch for multiple subjectAltName extensions
>      Thanks to Peter Marschall <peter@adpm.de>
2005-02-28 22:01:22 +00:00
adam
6f581244b1 Changes 1.7.1:
* Fixed bug which caused hostnames containing hyphens to fail with an error.

* Improved mapping of ID numbers to names in decode.  This allows sparse IDs
  ranges (e.g. 1,2,3,65000) to be supported, which means that we can now decode
  XAUTH authentication method amongst other things.

* Added SO_BROADCAST option to UDP socket to allow sending to broadcast
  addresses.  Previously this gave a permission denied error.
2005-02-28 16:04:28 +00:00
wiz
a7a14cb51d Update to 0.2.5:
* Version 0.2.5 (released 2005-02-08)

** Added self test of EXTERNAL mechanism.

** Vietnamese translation added, thanks to Clytie Siddall.

* Version 0.2.4 (released 2005-01-01)

** The CRAM-MD5 mechanism is now preferred over DIGEST-MD5.
This decision was based on recent public research that suggest MD5 is
broken, while HMAC-MD5 not immediately compromised, and the lack of
public analysis on what consequences the MD5 break have for
DIGEST-MD5.  Support for CRAM-SHA1 is under investigation, to enable
users to avoid MD5 completely

** Fixed a bug that prevented SMTP client from working.

** New configure option --disable-obsolete to remove backwards compatibility.
This is mostly intended to be used when compiling for platforms with
constrained memory/space resources.

** DIGEST-MD5 rewritten and enabled by default (see lib/NEWS for details).

** Command line tool now query for realm, hostname and service name properly.

** Documentation updates and improvements.

** Self test improvements.

** Update of gnulib files.
2005-02-28 13:29:31 +00:00
peter
b5362e6d00 Fix installation on NetBSD 1.6.
Reviewed by wiz@
2005-02-27 17:33:44 +00:00
jlam
b9aef33c1b Install some documentation files for courier-authlib, but only install the
relevant ones depending on the options chosen.  This fixes PR pkg/29465.
Bump the PKGREVISION to 2.
2005-02-26 22:14:01 +00:00
jmmv
f9fabef92a Update to 0.4.1:
* Support for slaving lifecycle to a file descriptor
* Translation updates
2005-02-26 17:23:37 +00:00
bad
d86cccf8b6 Upgrade fwbuilder and libfwbuilder to 2.0.6.
The main change is support for printing policies and NAT rules for
firewall objects.  Also improvments in the iptables compiler and lots
of bug fixes, to numerous to mentions.  See the release notes at:
http://www.fwbuilder.org/archives/cat_release_notes.html#000185
2005-02-26 11:52:04 +00:00
jlam
55ecced35d Correct path to courier-authlib in comment. 2005-02-26 08:14:11 +00:00
wiz
c28c96be32 Work around broken dependency handling by explicitly setting timezone
to UTC. Fixes PR 29530.
2005-02-25 15:23:24 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
bad
8a6f6cfbe8 Add RMD160 digests. 2005-02-24 11:34:22 +00:00
bad
f007c3ab9b Initial import of fwbuilder-2.0.5.
Firewall Builder is a multi-platform firewall configuration and
management tool.  It consists of a GUI and a set of policy compilers for
various firewall platforms.  Firewall Builder uses an object-oriented
approach, it helps administrators maintain a database of network
objects and allows policy editing using simple drag-and-drop
operations.  Firewall Builder currently supports

	iptables,
	IP Filter,
	ipfw,
	OpenBSD PF, and
	Cisco PIX

fwbuilder provides the GUI frontend and the policy compilers.
2005-02-24 11:03:22 +00:00
bad
bcfc15b19c Replace libfwbuilder with version 2.0.5 as the previous version wasn't
useful.

Firewall Builder is a multi-platform firewall configuration and
management tool.  It consists of a GUI and a set of policy compilers for
various firewall platforms.  Firewall Builder uses an object-oriented
approach, it helps administrators maintain a database of network
objects and allows policy editing using simple drag-and-drop
operations.  Firewall Builder currently supports

	iptables,
	IP Filter,
	ipfw,
	OpenBSD PF, and
	Cisco PIX

libfwbuilder provides the back-end functionality in a library.
2005-02-24 10:59:56 +00:00
wiz
84f80908e8 Revert previous, fixed in perl5/module.mk. 2005-02-23 10:43:36 +00:00
adam
231d4d79e7 Changes 2.5.2:
Cross-platform fix for checksumming code. This is
*incompatible* with version 2.5.1. As a temporary
workaround, setting "bugcompatibility 251" will maintain
compatibility with release 2.5.1 for little-endian platforms
(e.g. Intel). This will be removed from the final production
release.

Upgrade to Inno Setup 4.

More documentation fixes.

Increased the default thread stack size to 64k and
added "threadstacksize" for debug/test purposes.

Fix handling of HTTP/1.1 responses from proxies.

Added acceptconnecttimeout (supersedes "connecttimeout")
along with connectattempts, serverconnecttimeout and
targetconnecttimeout.

Fixed bug with "clienthost" not being honoured when Zebedee
was used as a service.
2005-02-22 16:26:57 +00:00
wiz
7b9ad1bf25 Override MAKE_PARAMS returned set by perl5/module.mk; fixes build on -current. 2005-02-22 15:34:46 +00:00
adam
5a2133d2cd Changes 2.1.20:
* Bug-fixes
2005-02-21 22:10:18 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
jlam
25788569a2 Fix the authdaemond rc.d script to invoke the correct script to start
the authentication daemon.  Fix provided by Inseo Park in private mail.
Also, honor VARBASE.  Bump the PKGREVISION to 1.
2005-02-21 17:08:39 +00:00
taca
32cac2b0a5 Remove ruby-openssl package since it is included in ruby18 package now. 2005-02-21 15:44:05 +00:00
taca
5e07c19b5e Remove ruby-digest package since it is included in ruby16/ruby18 package now. 2005-02-21 15:43:44 +00:00
taca
c8d7c2377e Delete databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and
security/ruby-openssl.
2005-02-21 15:37:55 +00:00
adam
b60b462f2a Changes 2.2.3:
Nessus 2.2.3 contains a new option called "silent dependencies" which can be
used to filter out the noise generated by some plugins not directly enabled by
the user. It also contains a slightly more intuitive GUI which now contains
a "Credentials" tab to put Windows and SSH usernames and passwords.
2005-02-21 10:08:22 +00:00
grant
395f2b26c7 when linking shared libssl on Solaris, make sure the rpath is
included so it can find libcrypto.
2005-02-20 05:42:51 +00:00
manu
6c4d4ca60c Fix file installation, add missing samples config files 2005-02-20 01:03:30 +00:00