Commit graph

2517 commits

Author SHA1 Message Date
jschauma
18657fa1bb Add a pre-formatted catman page which is only used (copied into place)
under IRIX.  Other OS regen the catman page.

This addresses PR pkg/23452.

Since just depending on textproc/groff would pull in a large number of
packages (such as perl, ghostscript, tiff etc.), and since this is a very
important package that should NOT depend on all this gunk, Jeremy C. Reed
suggested this solution.

Ok agc.
2004-04-09 15:30:57 +00:00
reed
06f8d025f8 Assume a mail transfer agent (/usr/sbin/sendmail) is installed.
This is to make sure that libexec/gnupg/gpgkeys_mailto is
installed. (Okay'd by wiz.)

This assumes that /usr/sbin/sendmail is sendmail.

PKGREVISION is not bumped because package couldn't be made
in first place if libexec/gnupg/gpgkeys_mailto was missing.
2004-04-09 00:36:06 +00:00
wiz
9a9a071e58 Convert to bl3. 2004-04-08 20:58:32 +00:00
reed
064205289a Use ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info for
info documentation. (Okay'd by jlam.)
2004-04-08 17:22:59 +00:00
tron
0f086b9983 If the native OpenSSL contains the security fixes pulled up to the
netbsd-1-6 branch on 2004-04-01, then pretend it's openssl-0.9.6m.
2004-04-07 13:31:54 +00:00
salo
305ed23f2e Fix wip reference. (hi jlam!) 2004-04-07 13:18:31 +00:00
hubertf
910d3479f6 Update to 1.3: Contributed by Stefan Schumacher (stefan net-tex de) in
private mail, ok'd by lukem. Changes:

> Use the URL node and {head,tail}URL edge-attribute and link
> to "Web of trust statistics and pathfinder"-Site.
>
> This site provides a statistical analysis of the key (linked behind
> each node) and a path between to keys (linked behind tail and
> head of a edge).
>
> Those URL statements take only affect if one generates IMAP or CMAP
> output and uses this on a HTML-Site as imagemap.
2004-04-04 22:16:58 +00:00
wiz
ca4b3c701c Grammar fix. 2004-04-02 23:41:50 +00:00
jlam
bd1564f2ad If the native OpenSSL contains the security fixes pulled up to the
netbsd-1-6 branch on 2004-04-01, then pretend it's openssl-0.9.6m.
2004-04-02 21:42:32 +00:00
agc
e89bc72dad gnutls will only configure correctly with 0.5.4 of opencdk, so bump the
value of BUILDLINK_DEPENDS.opencdk accordingly.
2004-04-02 15:57:58 +00:00
jlam
4463323773 There is no PKGREVISION less than 1. Just remove it in this case. 2004-04-01 20:51:50 +00:00
joda
573dcd9afe Update to 0.6.1:
* Fixed cross realm vulnerability
 * Fixed ARCFOUR suppport
 * kdc: fix denial of service attack
 * kdc: stop clients from renewing tickets into the future
 * bug fixes
2004-04-01 18:42:25 +00:00
jmmv
5dc69cff9e Add and enable gnome-keyring. 2004-04-01 18:25:24 +00:00
jmmv
c9dcd93f0e Initial import of gnome-keyring, version 0.2.0:
gnome-keyring is a program that keeps passwords and other secrets for
users.  It is run as a damon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.

The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.

The library libgnome-keyring is used by applications to integrate with
the gnome keyring system.  However, at this point the library hasn't
been tested and used enough to consider the API to be publically exposed.
Therefore use of libgnome-keyring is at the moment limited to internal
use in the gnome desktop.  However, we hope that the gnome-keyring API
will turn out useful and good, so that later it can be made public for
any application to use.
2004-04-01 18:24:40 +00:00
itojun
ec6e47168c update to 2004/4/1 version. drops packet with too big value in length field. 2004-04-01 02:40:10 +00:00
sketch
b6bcc14387 compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk. 2004-03-31 09:39:24 +00:00
jlam
67d7561134 Let KERBEROS imply SASL_USE_GSSAPI. 2004-03-31 06:49:41 +00:00
jlam
c3d0dda45b This package compiles nothing, so set USE_LANGUAGES to the empty value. 2004-03-31 01:43:06 +00:00
jlam
4db372ebc2 Updated security/mit-krb5 to 1.3.2. Changes from version 1.3.1 include:
* Support for AES in GSSAPI has been implemented.  This corresponds to the
  in-progress work in the IETF (CFX).

* To avoid compatibility problems, unrecognized TGS options will now be
  ignored.

* 128-bit AES has been added to the default enctypes.

* AES cryptosystem now chains IVs.  This WILL break backwards compatibility
  for the kcmd applications, if they are using AES session keys.

* Assorted minor bug fixes and plugged memory leaks.
2004-03-30 20:17:41 +00:00
jlam
4464ecf94a Fix up the krb5-config script to not emit "$(LIBTOOL) --mode=link". Don't
bother with a PKGREVSION bump since this package is 15 minutes old.
2004-03-30 19:10:08 +00:00
jlam
a4fbec96a6 Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. 2004-03-30 18:32:32 +00:00
jlam
b5ed032fe8 Add and enable security/mit-krb5. 2004-03-30 18:07:59 +00:00
jlam
80b2de66dd Import MIT Kerberos 5 as security/mit-krb5. This package is partly based
on the wip/mit-krb5 package by Jeremy Reed, but heavily modified by me to
libtoolize the build.

Kerberos V5 is an authentication system developed at MIT. It is a network
authentication protocol designed to provide strong authentication for
client/server applications by using secret-key cryptography. (Kerberos
5 is discussed in RFC 1510.)

This package provides Kerberos and GSSAPI (Generic Security Services
Application Programming Interface) development headers and libraries.
It also includes Kerberos ticket and principal tools, and Kerberized
r-services, telnet and ftp services.
2004-03-30 18:07:17 +00:00
tv
79dc517fe8 Apply the patch from PR pkg/21493. This is now submitted to gnupg.org as
bug gnupg/293, so grant has blessed it for inclusion in pkgsrc.

No more GNU sed build dependency, but the binaries do not change; thus
PKGREVISION untouched.
2004-03-30 15:13:12 +00:00
grant
e86f5610f7 compress USE_GNU_TOOLS onto one line. 2004-03-30 09:05:56 +00:00
tv
f2a3e889cf Update to 0.30 (distfile site changed for newer releases, too):
hashcash-0.30 - 04-Mar-2004 - Adam Back <adam@cypherspace.org>

        * make -cX check multiple X-Hashcash lines until it finds the
          right one.  Bug reported by Kyle Hasselbacher <kyle@toehold.com>.

hashcash-0.29 - 04-Mar-2004 - Adam Back <adam@cypherspace.org>

        * fix prototype mismatch of function hashcash_check in
          hashcash.h vs libhc.c which caused compile failure on
          openBSD and freeBSD

        * change to make it compile on MAC OSX (need to recognize OSX
          and treat as unix like for headers to include)

        * change to make it compile on solaris 9 (and POSIX / SVR
          systems in general).  Turns out putenv(3) is more portable
          than setenv(3) / unsetenv(3)

        * update sha1 man page to name it sha1-hashcash to avoid collision
          with openssl sha1(1).  By default with openssl there is not
          actually any program named sha1, rather sha1 is a subprogram of
          openssl invoked "openssl sha1".  However I think it may still be
          possible to compile that as a separate program or symlink sha1 to
          openssl to get that.

        * update sha1 man pages to refer to the other common sha1
          implementations.

        * update LICENSE request
2004-03-29 19:09:06 +00:00
tv
db36ecebce +hashcash 2004-03-29 19:01:57 +00:00
tv
fe42e93ed0 Hashcash is a denial-of-service counter measure tool. It's main current
use is to help hashcash users avoid losing email due to content based
    and blacklist based anti-spam systems.

    The hashcash tool allows you to create hashcash tokens to attach to
    emails you send, and to verify hashcash tokens attached to emails you
    receive. Email senders attach hashcash tokens with the X-Hashcash:
    header. Vendors and authors of anti-spam tools are encouraged to exempt
    mail sent with hashcash from their blacklists and content based
    filtering rules.
2004-03-29 19:01:34 +00:00
jlam
07d4ad4337 Note the info file for the new info file handling framework. 2004-03-29 17:22:26 +00:00
seb
bf290ad41d Fix build on NetBSD sparc64 with perl 5.8.
usage of perl's int() causes trouble with perl 5.8.3 (5.8*?) on at least
NetBSD sparc64/1.6.2.

The perl script openssl-0.9.6m/crypto/bn/bn_prime.pl uses the perl
function int() to truncate the return of sqrt() function.
On the above mentioned platform this leads to execution error:
...
/usr/pkg/bin/perl bn_prime.pl >bn_prime.h
Illegal modulus zero at bn_prime.pl line 16.

Tracing the problem I've found that this int() usage may be the key
of the problem. Please note the following:

$ uname -srm; perl -v | grep 'This is perl'; perl -e 'print int(sqrt(3)),"\n"'
NetBSD 1.6.2 sparc64
This is perl, v5.8.3 built for sparc64-netbsd
2
And...

$ uname -srm; perl -v | grep 'This is perl'; perl -e 'print int(sqrt(3)),"\n"'
NetBSD 1.6.2 sparc64
This is perl, v5.6.1 built for sparc64-netbsd
1

Also note that perlfunc(3) warns about int() used for rounding and
recommends to use sprintf, printf, POSIX::floor or POSIX::ceil when
applicable.

My workaround is to use POSIX::floor() instead of int().
2004-03-29 13:49:42 +00:00
jlam
758f793d65 Nuke the special libtool handling since the version of libgcrypt in
pkgsrc does the right thing with assembler source files.
2004-03-29 07:42:16 +00:00
jlam
0858ec1b71 Update security/cyrus-saslauthd to 2.1.18. Changes from version 2.1.17
include improved LDAP authentication.
2004-03-29 05:50:26 +00:00
jlam
44cfab94b5 Update security/cyrus-sasl2 to 2.1.18. Changes from version 2.1.17
include:

* Better error-handling.
* Support for Courier-IMAP authdaemond for plaintext password verification.
* Fixed resource leaks and buffer overruns.

pkgsrc changes include:

* SASL_DBTYPE is either "ndbm" or "berkeley" and sets the db format of the
  sasldb authentication database, defaulting to ndbm.
* SASLSOCKETDIR is the location of the saslauthd socket directory.
* AUTHDAEMONVAR is the localt of the authdaemond socket directory.
* SASL_ENTROPY_SOURCE is a file of random bytes used as a PRNG.

This closes PR 24649 and PR 24694.
2004-03-29 05:47:30 +00:00
jlam
6d92080aa2 Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
2004-03-29 05:43:28 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
schmonz
99681e8cde Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
jlam
f6b41d8fcc Fix the Kerberized telnetd and rsh to use the Heimdal binaries for
login and rsh so that the correct programs (and not the system ones)
are executed.  Bump the PKGREVISION to 3.
2004-03-28 01:00:11 +00:00
jlam
faed7092a8 Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
2004-03-26 18:48:52 +00:00
jlam
710f68bcde Teach security/tcp_wrappers to build on NetBSD systems. Remove the
ONLY_FOR_PLATFORMS setting and simply allow the build to fail on systems
on which it currently doesn't build.  Replace the cascading if statement
that set the Makefile target with something more compact.  Lastly, teach
tcp_wrappers to partially honor PKG_SYSCONFDIR -- it will default to the
historic locations /etc/host.{allow,deny} for the config files, but if
PKG_SYSCONFDIR.tcp_wrappers is set in /etc/mk.conf, then it will use that
instead.
2004-03-26 11:02:14 +00:00
jlam
e31ad45e30 Consolidate all of the PLIST.* files that duplicated each other into a
single file PLIST.shlib.  Only have PLIST.${LOWER_OPSYS} if it differs
from PLIST.shlib.
2004-03-26 08:33:49 +00:00
jlam
6ccbfe8c32 Don't rebuild openssl again as part of installing it. 2004-03-26 08:13:24 +00:00
jlam
d2bd9adbc6 Allow the rehash of the certs database to not error out during the build
due to libssl.so.300 not being found by correctly setting LD_LIBRARY_PATH.
2004-03-26 06:54:30 +00:00
jlam
187f9049b9 We can't use ${PKGBASE} on the left-hand side of an assignment since it's
not defined yet until bsd.pkg.mk.  Explicitly use "openssl" instead.  This
correctly forces NetBSD installations of openssl to use /etc/openssl as
the configuration file directory as originally intended.
2004-03-26 06:16:16 +00:00
jlam
40ae26143e Add some mirror sites since the main OpenSSL site seems to be dead at the
moment.
2004-03-26 05:41:10 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
wiz
62401faee5 Update to 0.9.6m:
Changes between 0.9.6l and 0.9.6m  [17 Mar 2004]
  *) Fix null-pointer assignment in do_change_cipher_spec() revealed
     by using the Codenomicon TLS Test Tool (CAN-2004-0079)
     [Joe Orton, Steve Henson]
2004-03-26 02:22:38 +00:00
taca
5962372f5a Fix compile problem under gcc 3.3.3.
- use <stdarg.h> instead of <varargs.h>
- don't declare errno assuming nicluding <errno.h> is sufficient.
- check strerror(3) and don't use own alternative one.
2004-03-25 15:23:40 +00:00
markd
dc53678309 Use declaration of sys_nerr from <errno.h> rather than redeclaring it.
Fixes problem seen in bulk builds.
2004-03-24 11:32:07 +00:00
dmcmahill
325663869a homepage has moved 2004-03-23 23:02:30 +00:00
minskim
092fc57b55 Add a missing apostrophe in a shell command. 2004-03-23 22:54:54 +00:00
snj
8675850c7b Fix build on sparc64 with gcc2. 2004-03-23 07:16:10 +00:00
jlam
342197e64b bl3ify and convert to use krb5.buildlink3.mk for proper Kerberos
detection and linkage.  This fixes PR 24498.
2004-03-23 06:13:30 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
jlam
40372bf47b Fix building this package with Kerberos 5 support -- the misdeclared
krb5_mcc_ops variable is "const" in both Heimdal and in MIT krb5.
2004-03-22 08:45:56 +00:00
kristerw
73ff7727b9 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:22:01 +00:00
bouyer
ce4f41fe72 Use strerror() instead of sys_errlist[], as the later isn't available on
solaris9.  OK'd by tron@
2004-03-21 19:49:05 +00:00
minskim
cf309f8885 This package needs Tcl only at run time; use DEPENDS to get Tcl
dependency instead of including buildlink.mk.

Switch to Tcl 8.4.
2004-03-21 05:15:52 +00:00
heinz
7200f4494e Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:03:20 +00:00
heinz
6a56a0628e Take maintainership, add HOMEPAGE. Uses no compiler, so mark it with empty USE_LANGUAGES. 2004-03-20 17:29:26 +00:00
heinz
68682a0ae6 Add HOMEPAGE, adapt to buildlink3 and add BUILD_DEPENDS on p5-Crypt-CBC for testing. 2004-03-20 17:21:32 +00:00
taca
1517ba3b69 Update fp-netbsd-ws package to 4.4.1 since old distribution isn't
available any more.

	(c) FRISK Software International
  	http://www.f-prot.com/

F-PROT Antivirus for BSD, version 4.4.1

Version 4.4.1 contains various bugfixes and improvements to the documentation
and software.

o	Further enhancements of scanning password encrypted zip files.
o	Added detection of encrypted archives (since various new viruses
	spread through encrypted archives).
o	Minor bug-fixes in the F-Prot daemon.
o	Minor bug-fixes in scan-mail.pl (smtp proxying).
o	Critical bug-fixes in f-prot-milter.
2004-03-19 15:33:01 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
jlam
46453f87ed BUILDLINK_DEPENDS.<pkg> should be appended to, not set. 2004-03-16 17:58:01 +00:00
cube
88853cc030 Define NO_EXPORT_CPP so that rpcgen doesn't produce empty files. 2004-03-16 13:21:48 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
wiz
f4b5e9fef5 Add dependency on unzip, per Norm in PR 24785.
While here, update to 4.4.0 since previous distfile disappeared.
Changes:
o       Added detection of encrypted archives (since various new viruses
        spread through encrypted archives).
o       Minor bug-fixes in the F-Prot daemon.
o       Minor bug-fixes in scan-mail.pl (smtp proxying).
o       Critical bug-fixes in f-prot-milter.
o       Minor modifications to the check-updates.pl script (disable proxy caching
        by default).
2004-03-15 15:08:41 +00:00
wiz
f042140b18 Update to 3.8p1:
This version features many improvements and bugfixes.
2004-03-12 19:24:47 +00:00
recht
5f7392fd02 update to 20040310 version
changes:

- Added support for removing files recursivly
- Incudes checking for file type and size.
- Displays the file being destroyed and its size.
- Added command line flags:
- Added Security Level Flag (Destroy Severity)
- Added Output suppression flag for non-verbose output.
- Added Help flag.
- Added a Manual page for the program in section 1.
2004-03-12 18:01:57 +00:00
seb
9fca7358bd Update to version 3.2.9.1.
While here bl3ify.

Changes since previously packaged version (3.2.5):

2003-12-03  Sami J. Lehtinen  <sjl@ssh.com>

	* ssh-3.2.9.1.

	* non-commercial: removed cert hash compat stuff, which broke
	  compilation.

2003-09-26  Sami J. Lehtinen  <sjl@ssh.com>
	* ssh-3.2.9.
	* ssh2,sshd2: (by Patrick Irwin): Critical security fix: fixed
	  several bugs in ASN.1 decoding functionality, which were caused
	  by invalid assumptions on the format of input BER data.
	  Certificates malformed in certain ways could cause a crash or
	  buffer overflow. No known exploits at this time, but you are
	  strongly advised to upgrade.

	  Admins unwilling or unable to upgrade need to disable
	  certificates, but this may not be enough for "hostbased"
	  authentication. "publickey" auth should be safe even with the
	  old version with certificates disabled. Clients are probably
	  vulnerable against malicious servers in the initial key exchange
	  regardless of configuration.

	  Users of noncommercial version are not affected by this
	  vulnerability.

2003-09-25  Sami J. Lehtinen  <sjl@ssh.com>

	* sshd2, ssh2: Implemented DisableVersionFallback, with which you
	  can disable fallback compatibility code for older, or otherwise
	  incompatible versions of software. Don't disable unless you know
	  what you're doing. See sshd2_config(5) for details. For really
	  paranoid people (using this option will probably hurt usability
	  somewhat, especially in environments where multiple versions of
	  SSH are used from different vendors).

	* sshd2, ssh2: Implemented Cert.RSA.Compat.HashScheme. Older SSH
	  Secure Shell clients and servers used hashes in an incoherent
	  manner (sometimes MD5, sometimes SHA-1). With this option, you
	  can set what hash is used. See sshd2_config(5) for details.

	* Previous: ssh-3.2.8.

2003-08-07  Tomi Salo  <ttsalo@ssh.com>

	* Added a new general configuration option, MaxCRLSize. This sets
	  the maximum size for CRLs and CA certs used in validating
	  received certificates. (The size is the total size of all CRLs
	  and certs, not the maximum individual size.)

2003-06-11  Sami J. Lehtinen  <sjl@ssh.com>

	* ssh-3.2.7.

	* ssh-signer2: Fixed a bug, which caused the application to
	  intermittently call fatal because the read() operation was
	  interrupted by a signal (SIGCHLD).

2003-06-04  Sami J. Lehtinen  <sjl@ssh.com>

	* ssh-3.2.6.

	* SecurID certified binaries, no code changes.
2004-03-12 16:40:08 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
reed
9c5adc6fea The MESSAGE mentions modifying the sudoers file (and doesn't
haev location shown), so tell the admin to use the visudo tool.
2004-03-11 23:33:09 +00:00
jmmv
96a54de082 s/Gnome/GNOME/ 2004-03-11 12:41:58 +00:00
jmmv
182bab7770 Fix path to an icon so that the entry in the control center shows up properly. 2004-03-11 12:38:18 +00:00
jmmv
1dc4467816 Bump PKGREVISION to catch with gpgme03 package rename (it was named gpgme
previously) and its associated library.
2004-03-11 12:29:39 +00:00
jmmv
28eb406354 Rename this package to gpgme03, and rename all installed files to include
the '03' suffix, so that this can coexist with the gpgme package.
2004-03-11 12:26:28 +00:00
jmmv
c84bf493a1 unused 2004-03-11 12:24:22 +00:00
uebayasi
8c74d25297 Fix build on Red Hat 7.3. 2004-03-11 01:41:49 +00:00
jlam
bb46710479 Convert to use bdb.buildlink3.mk. 2004-03-10 18:07:16 +00:00
jlam
d0b4c54eb6 Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
2004-03-10 17:57:14 +00:00
cube
93a406f391 Define NO_EXPORT_CPP so that rpcgen doesn't get mad. 2004-03-10 07:12:09 +00:00
seb
b47b1b8a52 Remove info files entries from PLIST. 2004-03-10 00:56:54 +00:00
seb
2baa1f9c50 Remove info files entries from PLIST. 2004-03-10 00:34:51 +00:00
seb
b2a8972a6e Remove info files entries from PLIST. 2004-03-10 00:22:43 +00:00
seb
a8438b38a4 Remove info files entries from PLIST. 2004-03-09 23:10:34 +00:00
seb
dc6d5ee831 Remove info files entries from PLIST. 2004-03-09 23:01:17 +00:00
reed
044930d046 Don't build and install openssl with IDEA, MDC2, or RC5 support.
According to README, "RSA Security holds software patents on the
RC5 algorithm.  If you intend to use this cipher, you must contact
RSA Security for licensing conditions." And "The IDEA algorithm is
patented by Ascom ... They should be contacted if that algorithm
is to be used." The openssl FAQ says "For patent reasons, support
for IDEA, RC5 and MDC2 is disabled in this [Red Hat Linux] version."
The FAQ lists patent numbers and expiry dates of US patents:
MDC-2: 4,908,861 13/03/2007
IDEA:  5,214,703 25/05/2010
RC5:   5,724,428 03/03/2015

Now fee-based-commercial-use ACCEPTABLE_LICENSES is not needed.
2004-03-09 08:06:45 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
heinz
6b57ac466e Updated to version 1.03
Adapted to buildlink3
No INTERACTIVE_STAGE anymore

Changes sinces 0.17
===================

1.03 2002.12.09
    - Makefile.PL now uses ExtUtils::AutoInstall. Thanks to Autrijus Tang
      for the note.
    - SIGNATURE file now included with distribution.
    - Added --version to bin/pgplet, which lists supported ciphers, digests,
      etc., along with version information.
    - Added Crypt::OpenPGP::KeyBlock::save_armoured, to save an armoured
      version of the keyblock (useful for exporting public keys).
    - encrypt and verify no longer fail if there are no public keyrings,
      in case lookup in a keyserver is desired.
    - Added Crypt::OpenPGP::Digest::supported and
      Crypt::OpenPGP::Cipher::supported.
    - Fixed bug where signed cleartext has \r characters in the header.

1.02 2002.10.12
    - encrypt and verify now support auto-retrieval of public keys from
      an HKP keyserver, if the keys are not found in the local keyring.
    - Added support for the SHA-1 integrity checks on secret keys used
      by gnupg 1.0.7. Thanks to Chip Turner for the spot.
    - Added a --local-user|-u option to bin/pgplet to support using a
      different secret key for signing. Thanks to Joseph Pepin for the
      patch.
    - new() now accepts Crypt::OpenPGP::KeyRing objects for the PubRing
      and SecRing parameters.
    - Fixed a bug in decrypt where passing in a "Key" param to decrypt a
      message encrypted to multiple recipients did not work. Thanks to
      rdailey for the spot.
    - ElGamal self-signatures no longer cause an error.
    - Added LWP::UserAgent and URI::Escape to prereqs, for keyserver.
    - Added Crypt::OpenPGP::Signature::digest accessor. Thanks to Bob
      Mathews for the patch.

1.01 2002.07.15
    - Added Crypt::OpenPGP::handle, a DWIM wrapper around the other
      high-level interface methods. Given data, it determines whether the
      data needs to be decrypted, verified, or both. And then it does what
      it's supposed to do.
    - Added Crypt::OpenPGP::Signature::timestamp to return the created-on
      time for a signature. Also, Crypt::OpenPGP::decrypt and
      Crypt::OpenPGP::verify now return the Crypt::OpenPGP::Signature object
      if called in list context (and, in the case of decrypt, if there is
      a signature). Thanks to Erik Arneson for the patches.
    - Fixed a bug in decrypt with uncompressed encrypted signed data.
      Thanks to Erik Arneson for the spot.
    - Fixed a bug in Crypt::OpenPGP::Message with clearsigned messages, if
      the text and signature were contained in a block of text containing
      more PGP messages/signatures.
    - Fixed a nasty, evil, stupid compatibility bug with canonical text.
      Namely, pgp2 and pgp5 do not trim trailing whitespace from "canonical
      text" signatures, only from cleartext signatures. This was causing
      invalid signatures which should not have been invalid. Thanks to
      Erik Arneson for the spot.
    - Added Crypt::OpenPGP::KeyServer, which does lookups against an HKP
      keyserver.

1.00 2002.02.26
    - CAST5 is now supported thanks to Crypt::CAST5_PP from Bob Mathews.
    - bin/pgplet now supports encrypting and decrypting symmetrically-
      encrypted messages.
    - The PassphraseCallback argument to Crypt::OpenPGP::decrypt can now
      be used to supply a callback for symmetrically-encrypted packets,
      as well as public-key-encrypted packets.
    - Fix a bug with encrypted, signed text--the signature was being
      armoured, which led to errors from the process trying to decrypt and
      verify.
    - Fix a bug with symmetric-encrypted session keys w/r/t generation for
      PGP2--PGP2 doesn't understand symmetric-encrypted session keys, so we
      need to leave them out when Compat is PGP2. Also, we need to use the
      'Simple' S2k rather than the default, 'Salt_Iter'.
    - Fix a key generation bug where GnuPG will not import generated public
      keys, because the self-signature is invalid; signature needs to be on
      key data *and* user ID. Thanks to Joel Rowles for the spot.
    - Fix bug in ElGamal encryption and k generation.

0.18  2002.01.29
    - Added IsPacketStream parameter to Crypt::OpenPGP::Message; this turns
      off armour detection when initializing the message, and can be used
      when you *know* that the message is a stream of packets, and not an
      ASCII-armoured stream of packets.
    - When unarmouring, remove \r characters from the armoured text end
      of lines.
    - Added Crypt::OpenPGP::KeyRing::save method. Thanks to Ben Xain for
      the idea and a patch.
    - Added compatibility with symmetric-key-encrypted files that do not
      have a symmetric-key session key packet. The assumption with these
      encrypted messages is that they are PGP2-encrypted, using the IDEA
      cipher, MD5 digests, and a Simple s2k. So that is how the fix has
      been implemented. Thanks to Ben Xain for the bug report.
    - Win32 fixes: use binmode when reading files that might be binary.
    - Added --symmetric and --digest options to Makefile.PL to set
      symmetric and digest algorithms when using --sdk.
    - Fixed subkey IDs in list-keys with bin/pgplet.
    - Check for errors when reading keyring.
2004-03-07 03:28:44 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
b2f1469a63 Update gss to 0.0.10.
Changes since 0.0.6:
  - A command line tool "gss" added in src/.
  - gss_display_status can return multiple description texts (using context).
  - The Swedish translation has been updated.
  - Various cleanups and improvements.
  - Implemented gss_export_name and gss_krb5_inquire_cred_by_mech.
    The Kerberos 5 backend also support them.
  - gss_inquire_cred support default credentials.
  - Kerberos 5 gss_canonicalize_name now support all mandatory name types.
  - Kerberos 5 gss_accept_sec_context now support sub-session keys in AP-REQ.
  - Added new extended function API: gss_userok.
  - API documentation in HTML format from GTK-DOC included in doc/reference/.
  - Moved all backend specific code into sub-directories of lib/.
  - The gss_duplicate_name function now allocate the output result properly.
  - Man pages for all public functions are included.
  - Documentation fixes.  For example, all official APIs are now documented.
  - Fixed typo that broke gss_wrap for 3DES with Kerberos 5.
  - Improvements to build environment.
  - Autoconf 2.59, Automake 1.8 beta, Libtool CVS used.
2004-03-04 18:54:41 +00:00
simonb
2deb3b6da5 Update to priv-1.0-beta2.
Changes from previous version are:

 + Fix a single byte buffer overflow.  Can only be a NUL byte that
   overflows, not believed (at this stage!) to be exploitable in any
   way.
 + Avoid null-pointer dereference if getpwuid(getuid()) fails.
2004-03-04 02:57:00 +00:00
minskim
1ed4d35a43 Update opencdk to 0.5.4.
Changes since 0.5.3:
  * Added versioned symbols.
2004-03-03 04:00:32 +00:00
wiz
5b42d2b843 Make build on m68kelf, and honour M68060 variable for quite a bit
of speedup on m68060 machines.
From S.P. Zeidler in PR 24579.
2004-03-01 19:12:25 +00:00
jmmv
5adcfa1afb Bump PKGREVISION due to libtasn1 and gnutls updates. 2004-03-01 15:19:41 +00:00
jmmv
640581be59 Update to 1.0.8. Changes since 1.0.6:
Version 1.0.8 (28/02/2004)
- Corrected bug in mutual certificate authentication in SSL 3.0.
- Several other minor bugfixes.

Version 1.0.7 (25/02/2004)
- Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection hack).
- Some updates in the documentation.
2004-03-01 15:14:45 +00:00
jmmv
e8f5ff2654 Update to 0.2.7:
- Added versioned symbols.
2004-03-01 15:12:10 +00:00
cube
a2711fedac Enable and note addition of srm version 1.2.8. 2004-03-01 09:45:31 +00:00
cube
24dcecdd5f Initial import of srm, version 1.2.8 into the NetBSD Package Collection,
by request on regional-fr.

Srm is a secure replacement for rm(1).  Unlike the standard rm, it overwrites
the data in the target files before unlinkg them.  This prevents command-line
recovery of the data by examining the raw block device.  It may also help
frustrate physical examination of the disk, although it's unlikely that
completely protects against this type of recovery.

Srm uses algorithms found in _Secure Deletion of Data from Magnetic and
Solid-State Memory_ by Peter Gutmann and THC Secure Delete (the overwrite,
truncate, rename, unlink sequence).

All users, but especially Linux users, should be aware that srm will only
work on file systems that overwrite blocks in place.  In particular, it will
_NOT_ work on resiserfs or the vast majority of journaled file systems.  It
should work on ext2, FAT-based file systems, and the BSD native file system.
Ext3 users should be especially careful as it can be set to journal data as
well, which is an obvious route to reconstructing information.
2004-03-01 09:43:06 +00:00
grant
1fa7a034f2 include mk/compiler.mk before testing ${CC} 2004-02-29 00:36:45 +00:00
taca
90dc08bf79 MAINTAINER should be tech-pkg@NetBSD.org instead of packages@netbsd.org. 2004-02-28 15:29:20 +00:00
itojun
22cfcba886 add ike-scan 2004-02-27 22:14:10 +00:00
itojun
923a884c64 ike-scan, IKE fingerprinting tool
---
ike-scan discovers IKE hosts and can also fingerprint them using the
retransmission backoff pattern.

ike-scan does two things:

a) Discovery: Determine which hosts are running IKE.
   This is done by displaying those hosts which respond to the IKE requests
   sent by ike-scan.

b) Fingerprinting: Determine which IKE implementation the hosts are using.
   This is done by recording the times of the IKE response packets from the
   target hosts and comparing the observed retransmission backoff pattern
   against known patterns.

The retransmission backoff fingerprinting concept is discussed in more
detail in the UDP backoff fingerprinting paper which should be included
in the ike-scan kit as udp-backoff-fingerprinting-paper.txt.

The program sends IKE main mode requests to the specified hosts and displays
any responses that are received.  It handles retry and retransmission with
backoff to cope with packet loss.  It also limits the amount of bandwidth
used by the outbound IKE packets.
2004-02-27 22:12:51 +00:00
markd
dd05c8383d USE_LANGUAGES= c c++. 2004-02-25 22:16:23 +00:00
minskim
fe66015eda Regen. Noted by jmmv@. 2004-02-25 21:53:17 +00:00
minskim
e073097bd3 Not used any more. 2004-02-25 19:19:45 +00:00
minskim
9f9cc8dd13 bl3ify and add explicit dependency on pkgconfig. 2004-02-25 19:15:44 +00:00
minskim
a734b80220 Not used any more. 2004-02-25 19:05:09 +00:00
heinz
133c0cfe89 Enable p5-Crypt-CAST5_PP 2004-02-25 19:00:16 +00:00
minskim
8131e4341f Not used any more. 2004-02-25 18:42:12 +00:00
minskim
2333b63720 Enable pkgviews installation. 2004-02-25 18:20:06 +00:00
minskim
3976305efb Not used any more. 2004-02-25 18:16:28 +00:00
minskim
62b096c9c5 Bump BUILDLINK_DEPENDS due to library major bump. 2004-02-25 18:10:49 +00:00
minskim
6d3ec2b779 Update libksba to 0.9.4.
Changes since 0.9.1:
 * Support for Extended Key Usage.
 * ksba_cms_identify may no return a pseudo content type for pkcs#12
   files.
 * Cleaned up the DN label table.
 * Fixed a bug in creating CMS signed data.
 * Interface changes:
	ksba_reader_clear             NEW.
	ksba_cert_get_ext_key_usages  NEW.
	KSBA_CT_PKCS12                NEW.
2004-02-25 18:08:27 +00:00
minskim
f5e93c14ab Bump PKGREVISION due to the update of libgcrypt. 2004-02-25 15:53:17 +00:00
minskim
51c6cdfa83 Update libgcrypt to 1.1.92.
Changes since 1.1.90:
  - Included a limited implementation of RFC2268.
  - Changed API of the gcry_ac_ functions.
  - Code cleanups and minor bug fixes.
  - Interface changes:
	GCRY_CIPHER_RFC2268_40          NEW.
	gcry_ac_data_set                CHANGED: New argument FLAGS.
	gcry_ac_data_get_name           CHANGED: New argument FLAGS.
	gcry_ac_data_get_index          CHANGED: New argument FLAGS.
	cry_ac_key_pair_generate        CHANGED: New and reordered arguments.
	gcry_ac_key_test                CHANGED: New argument HANDLE.
	gcry_ac_key_get_nbits           CHANGED: New argument HANDLE.
	gcry_ac_key_get_grip            CHANGED: New argument HANDLE.
	gcry_ac_data_search             REMOVED.
	gcry_ac_data_add                REMOVED.
	GCRY_AC_DATA_FLAG_NO_BLINDING   REMOVED.
	GCRY_AC_FLAG_NO_BLINDING        NEW: Replaces above.
2004-02-25 15:51:51 +00:00
minskim
dad37e7733 Not used any more. 2004-02-25 15:14:10 +00:00
minskim
cc086e4525 Enable pkgviews installation. While here, update the MAINTAINER email
address.
2004-02-25 15:02:26 +00:00
schmonz
da3bb84f21 Respect CFLAGS and LDFLAGS. Fixes the case where the preferred
OpenSSL is in ${LOCALBASE} (e.g., PREFER_PKGSRC=openssl), as found
in Krister's bulk build. From jlam.
2004-02-25 05:02:26 +00:00
heinz
9c6e4c8dfd Initial import of Crypt::CAST5_PP.
This is a pure Perl implementation of the CAST5 block cipher.
2004-02-25 00:25:02 +00:00
heinz
10285633ff Adapted to buildlink3.
Taking maintainership.
Needs Math-Pari>=2.001804 and Crypt-Random>=0.33 according to Makefile.PL.
2004-02-24 23:34:59 +00:00
heinz
949cd7ac0e Added HOMEPAGE and adapted to buildlink3. 2004-02-24 23:09:42 +00:00
heinz
d6f12dd7fe Updated to version 1.50.
Taking maintainership.
Adapted to buildlink3.
Shut up warnings during test with patch-aa.
Updated version requirements according to Makefile.PL.

Changes sinces 1.47
===================
  * In ::Key::generate() calls to ::Key::Private::write() and
    ::Key::Public::write() have been fixed.  Thanks to
    Lars Rehe <rehe@mail.desy.de> for pointing out this bug.
  * Fixed some documentation typos.
  * POD documentation for ::Key::[Private|Public].
2004-02-24 23:05:08 +00:00
heinz
36b363fc00 Added HOMEPAGE and adapted to buildlink3. 2004-02-24 22:29:40 +00:00
heinz
6616df21df Taking maintainership.
Adapted to buildlink3.
2004-02-24 22:26:28 +00:00
grant
681e8c7629 this package doesn't use a compiler, so USE_LANGUAGES= # empty 2004-02-24 13:49:29 +00:00
schmonz
6fa6ffa1d4 MASTER_SITES and HOMEPAGE are the same URL. 2004-02-23 17:54:36 +00:00
wiz
8c8f18c61c Let the rc.d script start kdc detached, as is the default for
the in-tree kdc.
From Jukka Salmi in PR 24489, ok'd by lukem@.
Bump PKGREVISION to 1.
2004-02-23 12:35:11 +00:00
kristerw
9b0b0b3499 This package uses X11 includes/libraries, so USE_X11 must be "yes" for
it to build.
2004-02-23 03:51:47 +00:00
xtraeme
2398988a97 bl3ify and use zlib's buildlink3 instead of using DEPENDS. 2004-02-23 00:33:42 +00:00
heinz
a8b41c8ee5 Updated to version 0.50.
Taking maintainership.
Adapted to buildlink3.

Changes sinces 0.49
===================
    * Patch by Dave Paris to fix a limit problem in trialdiv().
2004-02-22 22:24:38 +00:00
heinz
38aae207e2 Updated to version 1.13.
Taking maintainership.

Adapted to buildlink3.

Changes sinces 1.11
===================
  * Changed the die() message at provider contruction to include the
    name of the provider.
  * Updated documentation.
2004-02-22 22:18:10 +00:00
jlam
ff818c5bea bl3ify 2004-02-22 19:30:52 +00:00
heinz
c8a5dfddcc Updated to version 1.02.
Taking maintainership.
Adapted to buildlink3.

Changes sinces 1.01
===================

Patch-ab has been incorparated into the distribution.
2004-02-22 17:07:18 +00:00
heinz
2979df3140 Updated to version 2.08
Taking maintainership.
Needs p5-Crypt-Rijndael for running the tests.
Adapted to buildlink3.

Changes sinces 2.02
===================
  -Bug fix from Chris Laas to fix custom padding
  -Bug fixes from Stephen Waters to fix space padding
  -Lots of regression tests from Stephen Waters
  -Makes zero-and-one padding compatible with Crypt::Rijndael::MODE_CBC.
  -Lots of improvements to padding mechanisms from Stephen Waters
  -Patch from Andy Turner <turner@mikomi.org> to allow backward
   compatibility with old versions when key length exceeded max.
2004-02-22 16:54:56 +00:00
markd
59215063a5 configure looks for and finds -ltermcap too late in the process for it to
be linked in when testing -lreadline usability so that test fails on
Solaris - so pass that lib into configure at the start via the environment.

Also allow optional use of db4 rather that db.
2004-02-22 11:59:50 +00:00
schmonz
5d9e0bc2e4 Since this package provides a static-only library, specify only a
build-time dependency in buildlink3.mk. Also, buildlink3 and the
new compiler framework obviate the need for fooling around with
${CC}. From jlam.
2004-02-22 04:01:57 +00:00
schmonz
021b7a8ab2 Add and enable libtcpa. 2004-02-22 01:42:27 +00:00
schmonz
a34744d49c Initial import of libtcpa-1.1b, a library and example programs for
the TCPA chip described in IBM Global Security Analysis Lab's
article "Take Control of TCPA" in the August 2003 issue of Linux
Journal.

For this package to be useful, you need a computer with a TCPA
chip, and support for the chip in your kernel. An unofficial NetBSD
TCPA driver and instructions can be found here:

http://www.citi.umich.edu/u/rwash/projects/trusted/netbsd.html

I don't have a TCPA chip with which to verify the functionality of
this package.

Thanks to Soren Jacobsen for bringing me up to speed on modern
pkgsrc conventions, and to Rick Wash for his recent presentation
at my local ACM chapter on TCPA and "Trusted Computing".
2004-02-22 01:40:04 +00:00
grant
7844fee7eb replace inappropriate use of _OPSYS_RPATH_NAME with RPATH_FLAG and
make sure that this argument precedes -lX11.
2004-02-21 13:55:01 +00:00
xtraeme
86968c5a85 Depend on zlib if we are using IRIX. Reported by Georg Schwarz in
PR pkg/24423.
2004-02-21 06:30:05 +00:00
xtraeme
974c5dc7ce Force manual pages installation, because some systems like IRIX will
install them like preformatted manual pages (cat).
Reported by Georg Schwarz in PR pkg/24428.
2004-02-21 06:26:41 +00:00
jmmv
d4927f73a9 bl3ify and use pkgsrc intltool. 2004-02-20 13:08:21 +00:00
jlam
2c91794666 If we're using the LDAP authentication backend, we pull in <sasl/sasl.h>,
so include cyrus-sasl2/buildlink3.mk to get it.
2004-02-19 07:11:16 +00:00
minskim
7238d3685d Add and enable py-OpenSSL. 2004-02-19 01:20:27 +00:00
minskim
4507c45f6d Import py-OpenSSL from pkgsrc-wip. Packaged by mjasm at users dot
sourceforge dot net, cleaned by cjep@, and modified by me.

pyOpenSSL is a Python module that is a rather think wrapper around (a
subset of) the OpenSSL library.  A lot of the object methods do
nothing more than call a corresponding function in the OpenSSL
library.
2004-02-19 01:18:52 +00:00
heinz
842e2c007e Convert to buildlink3.
Update to version 0.21.

Changes since 0.19:

0.21  Sun Feb 15 2004 21:13:45
        - Include t/format.t in the MANIFEST file, so that it is
          actually included in the distribution.

0.20  Sun Feb 15 2004 15:21:40
        - Finally add support for the public key format produced by
          "openssl rsa -pubout".
        - Add comment in readme about locating kerberos files on redhat systems
2004-02-18 21:57:35 +00:00
jlam
bf6e059da4 Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the
environment overrides all other settings.
2004-02-18 16:35:27 +00:00
minskim
530953a61b Add and enable chkrootkit. 2004-02-17 15:36:06 +00:00
minskim
eaeeb8f539 Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli and
modified by me.

chkrootkit is a tool to locally check for signs of a rootkit.  It
contains:

 * chkrootkit: a shell script that checks system binaries for
   rootkit modification.
 * ifpromisc.c: checks if the network interface is in promiscuous
   mode.
 * chklastlog.c: checks for lastlog deletions.
 * chkwtmp.c: checks for wtmp deletions.
 * check_wtmpx.c: checks for wtmpx deletions.  (Solaris only)
 * chkproc.c: checks for signs of LKM trojans.
 * chkdirs.c: checks for signs of LKM trojans.
 * strings.c: quick and dirty strings replacement.
2004-02-17 15:33:52 +00:00
jlam
2c8d533a36 Don't use sysctl to determine the machine arch when ${MACHINE_ARCH} already
has the correct value.  Fixes build on NetBSD-1.5.3/sparc, which doesn't
understand "sysctl hw.machine_arch", reported in PR 24448.
2004-02-17 14:26:47 +00:00
jlam
e44579ded5 We no longer need to set GNU_MISSING_OVERRIDE after the changes in revision
1.27 of tools.mk to hide the auto* tools between pre-configure and
do-configure.
2004-02-17 12:13:07 +00:00
chris
631e1cc0e8 Update gpgme to 0.3.16.
Only minor changes since last release:

2003-11-19  Werner Koch  <wk@gnupg.org>

        Released 0.3.16.

        * configure.ac: Bump LT revision to C9/A3/R7.

2003-11-18  Werner Koch  <wk@gnupg.org>

        * configure.ac: Check for timegm.
2004-02-17 01:52:31 +00:00
martti
00a9eb792d Updated stunnel to 4.05
* New feature sponsored by SURFnet http://www.surfnet.nl/
  - Support for CIFS aka SMB protocol SSL negotiation.
* New features
  - CRL support with new CApath and CAfile global options.
  - New 'taskbar' option on WIN32 (thx to Ken Mattsen
    <ken.Mattsen@roxio.com>).
  - New -fd command line parameter to read configuration
    from a specified file descriptor instead of a file.
  - accept is reported as error with [section] defined (in
    stunnel 4.04 it was silently ignored causing problems
    for lusers that did not read the fine manual).
  - Use fcntl() instead of ioctlsocket() to set socket
    nonblocking when it is supported.
  - Basic support for hardware engines with OpenSSL >= 0.9.7.
  - French manual by Bernard Choppy <choppy@imaginet.fr>.
  - Thread stack size reduced to 64KB for maximum scalability.
  - Added optional code to debug thread stack usage.
  - Support for nsr-tandem-nsk (thx to Tom Bates <tom.bates@hp.com>).
* Bugfixes
  - TCP wrappers code moved to CRIT_NTOA critical section
    since it uses static inet_ntoa() result buffer.
  - SSL_ERROR_SYSCALL handling problems fixed.
  - added code to retry nonblocking SSL_shutdown() calls.
  - Use FD_SETSIZE instead of 16 file descriptors in inetd
    mode.
  - fdscanf groks lowercase protocol negotiation commands.
  - WIN32 taskbar GDI objects leak fixed.
  - Libwrap detection bug in ./configure script fixed.
  - grp.h header detection fixed for NetBSD and possibly
    other systems.
  - Some other minor updates.
2004-02-16 11:48:38 +00:00
grant
1954268133 USE_GNU_TOOLS should be appended to with += 2004-02-14 22:41:17 +00:00
minskim
3b1bc1ff87 bl3ify 2004-02-14 18:45:25 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
uebayasi
09dda46dcf USE_GMAKE=yes -> USE_GNU_TOOLS=make 2004-02-14 15:10:27 +00:00
minskim
e6e77cdca0 This package needs python>=2.3. 2004-02-14 15:00:37 +00:00
jlam
2b41236203 Add a note to cyrus-sasl2/Makefile.common about which package Makefiles
include it.  This is a reminder to anyone who updates cyrus-sasl2 to also
touch the other packages.

Update the cy2-*/PLIST files to have the correct module version numbers.
2004-02-14 14:43:51 +00:00
wiz
eeb4a8a94f Update to 1.24:
2003-10-29 David A. Wheeler
        * Fixed an incredibly obscure parsing error that caused some
          false positives.  If a constant C string, after the closing
          double-quote, is followed by a \ and newline (instead of a comma),
          the string might not be recognized as a constant string
          (thus triggering warnings about non-constant values in some cases).
          This kind of formatting is quite ugly and rare.
          My thanks to Sascha Nitsch (sascha, at spsn.ath.cx) for pointing
          this bug out and giving me a test case to work with.
        * Added a warning for readlink.  The implementation and warning
          are mine, but the idea of warning about readlink came from
           Stefan Kost (kost, at imn.htwk-leipzig.de).  Thanks!!

2003-09-27 David A. Wheeler
        * Released version 1.23.  Minor bugfixes.

2003-09-27 David A. Wheeler
        * Fixed subtle bug - in some circumstances single character constants
          wouldn't be parsed correctly.  My thanks to Scott Renfro
          <scottdonotspam, at renfro.org> for notifying me about this bug.
          Scott Renfro also sent me a patch; I didn't use it
          (the patch didn't handle other cases), but I'm grateful since it
          illustrated the problem.
        * Fixed documentation bug in man page.
          The option "--minlevel=X" must be preceded by two dashes,
          as are all GNU-style long options. The man page accidentally only
          had one dash in the summary (it was correct elsewhere); it now
          correctly shows both dashes.
        * Modified man page to list filename extensions that are
          interpreted as C/C++.
        * Removed index.html from distribution - it's really only for the
          website.
2004-02-14 14:21:17 +00:00
jlam
19e040b6dc CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for these
definitions here.
2004-02-14 13:55:19 +00:00
jlam
450a4245ea Remove unused patch. 2004-02-14 07:51:36 +00:00
jlam
8f70d2adc2 Don't try to link GSSAPI module staticly if we're using shared libs.
Fixes undefined symbols on linking other software against libsasl2.
Bump PKGREVISION.
2004-02-14 07:45:36 +00:00
jlam
276769e2ea Update security/cyrus-sasl2 to 2.1.17. Changes from version 2.1.15 include:
* Now correctly do authorizaton callback in sasl_checkpass()
* Writable auxprop support
* Significantly improved documentation
2004-02-14 03:16:58 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
sekiya
1d220f5614 Yet another mipseb config.guess/config.sub override. 2004-02-13 13:09:43 +00:00
jlam
66b3f4ee74 PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to use
${SHLIBTOOL} instead.
2004-02-12 13:40:42 +00:00
jlam
0cbd511107 Remove hidden dependency on autoconf by using GNU_MISSING_OVERRIDE. Also,
PKGSHLIBTOOL has been removed from pkgsrc and we're supposed to use
${SHLIBTOOL} instead.
2004-02-12 13:34:29 +00:00
jlam
fea0c77b1f We only conflict with cyrus-sasl<2.1.15nb2, which was the first version
of cyrus-sasl2 after spliiting out the saslauthd into a separate package.
2004-02-12 13:10:31 +00:00
jlam
2ee656decf s/_BUILTIN_OPENSSL/BUILDLINK_IS_BUILTIN.openssl/g 2004-02-12 09:38:43 +00:00
jlam
d2b62c66fb Create a new variable PREFER_NATIVE that has the opposite semantics
as PREFER_PKGSRC.  Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE.  If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
2004-02-12 02:35:06 +00:00
jlam
1edfa505ed Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not.  This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
2004-02-12 01:59:37 +00:00
xtraeme
5bcb5c6c73 bl3ify 2004-02-11 02:30:49 +00:00
minskim
ed7a48d587 Add and enable py-gnutls. 2004-02-10 19:34:14 +00:00
minskim
b59c2f90ca Import py-gnutls from pkgsrc-wip.
Python bindings for GNUTLS.

GnuTLS is a project that aims to develop a library which provides a
secure layer, over a reliable transport layer.  Currently the GnuTLS
library implements the proposed standards by the IETF's TLS working
group.
2004-02-10 19:32:26 +00:00
ben
57c2879a3b Update fprot-workstation-bin to version 4.3.3. 2004-02-10 14:21:38 +00:00
jlam
a002208c66 buildlink3.mk files for libidn and libksba. 2004-02-10 10:22:03 +00:00
grant
c228e99594 include <sys/types.h> before <sys/socket.h>, allowing this to build
on IRIX 5.3.

fixes second part of PR pkg/24375 from Georg Schwarz.
2004-02-10 09:17:22 +00:00
grant
d25b85d351 fix build on IRIX by using the right Makefile target, which contains
only the major part of OS_VERSION.

fixes part of PR pkg/24375 from Georg Schwarz.
2004-02-10 09:06:55 +00:00
minskim
c4b77c9bac Add missing gettext-lib/buildlink2.mk. 2004-02-10 05:31:48 +00:00
jlam
d50278d275 buildlink3.mk file for security/gnutls (used by mail/dovecot). 2004-02-10 00:21:28 +00:00
jlam
42055451ff bl3ify 2004-02-10 00:20:29 +00:00
jlam
085085fe75 bl3ify, and bump the PKGREVISION due to gss dependency update. 2004-02-10 00:17:51 +00:00
jlam
dc5c2bf22a Bump DEPENDS after PKGREVISION update due to header file change. 2004-02-10 00:17:29 +00:00
jlam
736a1099f7 bl3ify and bump the PKGREVISION after removing <gss/krb5.h> (which isn't
installed) from the gss.h header.
2004-02-10 00:14:41 +00:00
jlam
38afafca59 bl3ify and remove libiconv and gettext-lib buildlink files. This package
really only needs gettext-lib through libgpg-error, and doesn't need
libiconv at all unless it uses the pkgsrc gettext-lib.  The gettext-lib
buildlink3.mk file combined with the buildlink3 framework is considerably
better at detecting this than the buildlink2.mk, which broke in a lot of
instances.
2004-02-10 00:13:24 +00:00
jlam
bbdd151ce7 BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the
existing value.  This is critical to set the correct list of dependencies
for a package.
2004-02-09 23:56:32 +00:00
jlam
52cda80f7d bl3ify 2004-02-09 20:25:09 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
wennmach
cbbc35eccf Pull in value of KRB4_PREFIX_CMDS from KERBEROS_PREFIX_CMDS.
This provides both, simple and fine-grained control over the Kerberos
prefix. If not specified, KRB4_PREFIX_CMDS will default to the value
of KERBEROS_PREFIX_CMDS. If specified, it overrides KERBEROS_PREFIX_CMDS.
2004-02-09 17:36:37 +00:00
wennmach
e3b0c42311 Do not install bin/ftp (this will overwrite the ftp installed as part
of bootstrap-pkgsrc).

ftp is now always installed as bin/k4ftp. In addition, if the variable
KRB4_PREFIX_CMDS is set to YES, rcp, rlogin, rsh, su, and telnet will
be installed with a "k4" prefix.

This has been achieved by stealing the transform code from security/heimdal
and by tayloring it a bit.

Closes PR pkg/24354 by Tracy Di Marco White.
2004-02-09 12:54:31 +00:00
jlam
56a6d12f07 Update security/audit-packages to 1.29. Changes from version 1.28 include
supporting using the FreeBSD "fetch" command to get the vulnerabilities
list.  Patch provided in PR 24371 by Michal Pasternak.
2004-02-09 03:56:34 +00:00
grant
f4f20e65a0 move CFLAGS and LD_LIBS to pkgsrc Makefile and clean up install
targets so platforms other than *BSD have a chance of building.

install /etc/TIMEZONE on Solaris.

XXX this package still needs more work to be useful on Solaris
and other platforms.
2004-02-08 14:27:35 +00:00
grant
f14d46ec5c link against socket libs on Solaris. 2004-02-08 13:44:12 +00:00
grant
fe16309cfe don't override variables which pkgsrc already sets in MAKE_ENV.
fixes build on Solaris.
2004-02-08 13:36:20 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
kleink
8213a84c9d Install doc/DETAILS, which conveniently documents --with-colon formatted
output, among other things.  Bump to 1.2.4nb1.

Approved by Thomas Klausner.
2004-02-08 01:00:13 +00:00
jlam
53f75c6830 Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which is
the only relevant place that wants it.
2004-02-07 23:58:49 +00:00
cube
e67cfd2737 Remove forgotten patch from last commit (what it did is now in patch-ac).
Pointed out by wiz@.
2004-02-07 10:52:08 +00:00
jlam
7699290f10 If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
avoids breakage when executing the just-in-time su targets.
2004-02-06 19:04:24 +00:00
jlam
317cc72791 Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
2004-02-05 07:17:14 +00:00
jlam
e7133cac25 Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
2004-02-05 07:06:15 +00:00
jlam
07a9d8dfb2 Support a new global variable:
BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
2004-02-05 06:58:02 +00:00
grant
c3c063f95d this needs libintl, so explicitly include gettext-lib/buildlink2.mk. 2004-02-05 00:09:51 +00:00
fredb
8ffb30621b Regen. 2004-02-04 19:17:44 +00:00
fredb
ea06e1992a Remove extra, asymetric context from last hunk; it was confusing GNU patch.
Problem pointed out by Georg Schwarz on tech-pkg.
2004-02-04 19:02:43 +00:00
xtraeme
3ddd319e00 Respect whitespaces in SUBST_SED.fixme. 2004-02-02 23:47:15 +00:00
xtraeme
1d4270a631 Fix build in FreeBSD, the output was:
_mpih-mul1.s:2: Error: alignment not a power of 2
_mpih-mul1.s:20: Error: alignment not a power of 2

So, changing ALIGN (3) to ALIGN (4) fixes these problems.
Patch sent by pancake in private email, adapted to use subst.mk
framework by me.
2004-02-02 23:41:32 +00:00
jlam
3d74ada992 Pretend that all versions of NetBSD newer than 1.6U have Heimdal-0.6. 2004-02-02 11:30:45 +00:00
wiz
2ffaf7ba0f Update to 4.3.2:
Version 4.3.2 contains various bugfixes and improvements to the documentation
and software.

o       Minor modifications to the check-updates.pl script.
o       A libmilter plugin for the Mail Scanner added.
o       A qmail plugin for the Mail Scanner added.
o       Improved mime handling.
o       Various features added to scan-mail.pl.
o       Minor improvements in mime handling.
2004-02-02 04:10:04 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
snj
206a030cb0 s/seperated/separated/ 2004-02-01 00:11:13 +00:00
snj
5882c43f22 USE_PKGINSTALL instead of including bsd.pkg.install.mk and get rid of
an extra blank line.

Okayed by jmmv.
2004-01-31 21:12:23 +00:00
jlam
22aa620838 Ensure that -lcrypt appears before -lcrypto on the command line so that
the system crypt(), which is considerably smarter than the OpenSSL crypt(),
is used.
2004-01-30 10:59:14 +00:00
grant
b82d93c996 bl3ify; fixes build on Solaris with SunPro. 2004-01-28 11:35:00 +00:00
grant
b00b09f079 no need to include perl5/buildlink2.mk, in fact, it breaks
USE_PERL5=build.
2004-01-28 02:52:43 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
taca
510272cbc2 Fix build problem with gcc 3.X. 2004-01-26 11:16:11 +00:00
kleink
65e1df96ec Make ksba-config --libs emit the runtime linker search path.
Welcome nb1.
2004-01-25 22:29:50 +00:00
wiz
9418e15514 Fix two typos. 2004-01-25 11:02:13 +00:00
kleink
7bab5a4b1f Make the dependency on 0.4.7 explicit. 2004-01-25 01:08:28 +00:00
kleink
8ced7b4c17 In COMMENT, refer to the 0.4.x branch of ksba. 2004-01-25 00:49:39 +00:00
kleink
5ee79016e8 Descend into libksba04. 2004-01-25 00:48:22 +00:00
kleink
6bd72b8d76 Initial import of libksba-0.4.7.
KSBA is a library to make the taks of working with X.509 certifictes,
CMS data and related data more easy.
2004-01-25 00:46:34 +00:00
kleink
7fdc20ae6a Descend into libksba. 2004-01-25 00:16:21 +00:00
kleink
11283663f4 Initial import of libksba-0.9.1.
KSBA is a library to make the taks of working with X.509 certifictes,
CMS data and related data more easy.
2004-01-25 00:14:56 +00:00
grant
a07396feb8 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:00:22 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
jlam
01a5abff01 Support BUILDLINK_DEPENDS.<pkg> being a list of values. 2004-01-24 03:12:31 +00:00
kristerw
96eb31c77a Correct a minor mistake in previous commit, to actually get it
to compile on NetBSD 1.6.
2004-01-23 23:45:55 +00:00
recht
09b598ed06 Fix build on NetBSD 1.6 where O_NOFOLLOW isn't available.
Noted by Krister Walfridsson.
2004-01-23 23:30:10 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
recht
dccd787bd2 add destroy 2004-01-23 18:18:15 +00:00
recht
b1d1e20c4f initial import of destroy-20030307
sent to me by the author Shane Kinney

A system utility that destroys files on the hard drive
by writing null and random bytes to the file over and over.
2004-01-23 18:11:29 +00:00
taca
f2b4d11a7f Update pgpdump pacakge to 0.22.
0.22 2004/01/23

* parse_subpacket() are split into parse_signature_subpacket() and
  parse_userattr_subpacket(). A bug of length calculation is fixed.
* The critical bit of the signature subpackets are supported.
	Peter Palfrader <peter@palfrader.org>

0.21 2004/01/13

* Removing compiler warnings.
* Using getopt().
* Supporting RISC OS.
	Stefan Bellon <sbellon@sbellon.de>
* Correct casting for Bzip2.
	Stefan Bellon <sbellon@sbellon.de>
* Prepared os/riscos/{config.h,Makefile} since "sh" does not exist on
  RISC OS.
	Stefan Bellon <sbellon@sbellon.de>
2004-01-23 14:49:35 +00:00
agc
d9c1f58592 Master site has moved to sourceforge. 2004-01-22 10:11:49 +00:00
agc
d731127ea2 Update portsentry from 1.0 to 1.2.
Major changes from previous version:

	Master site has moved to sourceforge
	Licence has changed to a GPL-like licence

Minor changes from previous version:
12-21-1999 - 1.1 Fixed typo in bare-bones TCP list where 524 was supposed to be for 1524.
03-31-2000 - 1.1 Updated .conf to add ipf blocking rule. Thanks Graham Dunn
<gdunn@inscriber.com>
06-08-2000 - 1.1 Fixed an error in the state engine portion that could cause an increment error
under certain conditions. Thanks Peter M. Allan <peter.m.allan@hsbcgroup.com> for finding this.
6-21-2000 - 1.1 New Features added
                - Added in feature to disable DNS host resolution by checking RESOLVE_HOST in
                conf file.
                - Added in feature to have external command run before or after blocking has
                occurred as defined in KILL_RUN_CMD_FIRST option in conf file.
                - Removed DoBlockTCP/UDP functions. Converted over to generic flag checker.
7-5-2000 - 1.1
                - Added iptables support (thanks Scott Catterton <scatterton@valinux.com>)
                - Added Makefile support for Irix
                - Put in ports for common DDOS ports
9-8-2000 - 1.1  - Added in netmask support
9-9-2000 - 1.1  - Finally moved resolver functions to own area.
                - Made CleanAndResolve to ensure DNS records returned are sanitized
                  correctly before being passed back.
3-23-2001 - 1.1 - Fixed a bug that showed up under Linux 2.4 Kernel that would cause accept
to loop. There was an error with how I used a count variable after trying to bind to ports.
If the port didn't bind the count for the openSockfd would still increment and this caused
the error to show up.
6-26-2001 - 1.1 - Added Mac OS X build support (Same as FreeBSD). Fixed bug for Advanced mode
to properly monitor 1024 ports (it only did first 1023 before). Thanks Guido.
05-23-2003 - 1.2 - Removed references to old psionic e-mail and changed license to
Common Public License.

I've also added a fix for a multi-line string constant for gcc3.
2004-01-22 10:08:19 +00:00
jlam
3601a7551c Recognize KERBEROS as a flag that can cause this package to be built using
Kerberos for GSSAPI support.
2004-01-21 14:01:06 +00:00
jlam
998ffbfea9 Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
2004-01-21 12:40:17 +00:00
jlam
9351de8505 Remove debugging line accidentally committed in previous. 2004-01-21 12:14:57 +00:00
jlam
b5b7b84c22 Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
2004-01-21 12:12:13 +00:00
jlam
0167c3791f Only point SSLCERTS into ${PKG_SYSCONFDIR} if we're not using the built-in
OpenSSL software.  Otherwise, set it to /etc/ssl/certs, which is where a
lot of Linux distros store certs.  The behaviour on NetBSD systems is
unchanged -- always set to /etc/openssl/certs.  Fixes PR 24161.
2004-01-21 10:03:41 +00:00
lukem
4152ee431a crank version for my mods 2004-01-21 04:15:09 +00:00
lukem
6d77a64959 "Collapse" mutual trust into a single line of a different color.
If an optional "mykeyid" is given on the command line, use different
colors for lines to & from that node.  The colors are:
	green		mutual trust, includes mykey
	blue		mutual trust, not mykey
	orange		someone trusts mykey (one way)
	red		mykey trusts someone (one way)
	black		one way trust, not mykey
2004-01-21 04:14:45 +00:00
atatat
39ecc311a5 This simple perl script takes the output of gpg --list-keys --verbose,
which lists all the keys in your public key ring, along with all
their signatures, and converts it to a di-graph in "dot" language
form.

The graphviz package can turn the description into a graph you can
look at to see who has signed whose key, or how far it is from your
key to someone in Reykjavik, etc.
2004-01-21 04:04:55 +00:00
snj
e0220ad330 s/it's/its/ 2004-01-20 22:15:21 +00:00