Commit graph

3312 commits

Author SHA1 Message Date
Patrick Li
81078eec59 Fix build
Reported by:	"Paul A. Mayer" <paul@fnug.net>
2003-02-14 20:46:24 +00:00
Joe Marcus Clarke
5071815131 Update to 0.7.0.
Submitted by:	Akifyev Sergey <asa@gascom.ru>
Approved by:	maintainer timeout
2003-02-14 19:16:26 +00:00
Oliver Braun
4b246acebf Upgrade to 1.3.4.
PR:		ports/48280
Submitted by:	maintainer
2003-02-14 18:53:55 +00:00
Mark Pulford
76d3961fe8 Add xspy 1.0c, a utility for monitoring keystrokes on remote X servers.
PR:		48132
Submitted by:	Yonatan <Yonatan@xpert.com>
2003-02-14 12:19:07 +00:00
Christian Weisgerber
ec726a8dba Use MASTER_SITE_DEBIAN. 2003-02-13 14:37:08 +00:00
Peter Pentchev
15f6f5157d Add a patch from the Sudo CVS repository for proper handling of
the PAM transition from echoed to non-echoed input.

PR:		46026
Approved by:	mharo (maintainer)
2003-02-13 08:26:38 +00:00
Dirk Meyer
93f918f4ad - add more comments
- regonize that 5-CURRENT has 0.9.7 after 2003-01-28
  OSVERSION 500100 was bumped at 2003-01-23,
  detection by exist()
2003-02-13 06:04:01 +00:00
James E. Housley
1f1ba2bb6c Upgrade to DAT version 4247 2003-02-12 21:57:07 +00:00
Christian Weisgerber
6492f3715f URL updates.
PR:		48167
Submitted by:	tadalunch@sources.redhat.com
2003-02-12 12:29:46 +00:00
Cy Schubert
e103223c78 Resurrect pam_krb5 for MIT KRB5.
Approved by:	nectar
2003-02-12 04:38:19 +00:00
Norikatsu Shigemura
33179db96f Update to 0.11. 2003-02-11 16:00:31 +00:00
Norikatsu Shigemura
c91cb609a7 Update to 0.17. 2003-02-11 15:58:03 +00:00
Hajimu UMEMOTO
c4b8123b60 - Update to 2.1.12.
- Fix installation of saslauthd.8.

PR:		ports/48162
Submitted by:	Paulius Bulotas <paulius@kaktusas.org>
2003-02-11 05:09:55 +00:00
Patrick Li
44ed515b4f Update to 2.5.6
PR:		ports/48147
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-02-10 21:26:35 +00:00
Mark Pulford
0adf0c51e2 Changed to use REINPLACE. 2003-02-10 13:21:21 +00:00
Yen-Ming Lee
817995e2d6 1. update to Digest::SHA1-2.02
2. drop MAINTAINERship
2003-02-09 07:48:48 +00:00
Dirk Meyer
268f4e5810 - Fix spelling 2003-02-09 05:45:04 +00:00
Ying-Chieh Liao
f9da8d0ed0 add p5-Digest-MD4 1.1
Perl5 interface to the MD4 message digest algorithm
2003-02-09 05:35:18 +00:00
Norikatsu Shigemura
baba95e6c3 Update to 0.6.8.
PR:		ports/48068
Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net> (maintainer)
2003-02-08 05:50:58 +00:00
Oliver Braun
41fd036aca Add quintuple-agent 1.0.3, quintuple Agent is a program that stores secrets for
you.

PR:		ports/48003
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-02-07 22:52:31 +00:00
Joe Marcus Clarke
7305030530 Chase gtk20's shared lib version. 2003-02-07 19:21:11 +00:00
Edwin Groothuis
17cf63fea3 Maintainer update for security/gpasman:
core dump fix for files larger than 2048 bytes

PR:		ports/46673
Submitted by:	Dominik Brettnacher <domi@saargate.de>
2003-02-06 01:34:24 +00:00
Christian Weisgerber
84df8e746f Homepage updates.
PR:		47914, 47915, 47916, 47938, 47941
Submitted by:	tadalunch@s5.xrea.com
2003-02-05 21:58:38 +00:00
Jacques Vidrine
0806d9d1d4 Remove this port. The pam_krb5 in the base system should be utilized. 2003-02-05 18:15:08 +00:00
Edwin Groothuis
14137caf35 maintainer-update: security/clamav to 0.54
PR:		ports/47291
Submitted by:	TERAMOTO Masahiro <markun@onohara.to>
2003-02-05 13:09:19 +00:00
Sergey Skvortsov
75151ef0f9 Update to 1.1 2003-02-05 11:30:53 +00:00
Edwin Groothuis
5280471488 p5-Crypt-DSA is more happy when p5-Data-Buffer is available:
Data::Buffer .................ok

Noticed while checking out the p5-Net-SSH-Perl problem.
2003-02-05 04:09:04 +00:00
Edwin Groothuis
675b0f4d9c New Port: security/p5-SHA
The SHA module allows you to use the NIST SHA message digest
	algorithm from within Perl programs.

	The final message digest value is returned by the digest
	operation as a 20-byte binary string. This operation delivers
	the result of operations since the last new or reset
	operation. Once the operation has been performed, the context
	must be reset before being used to calculate another digest
	value.

PR:		ports/43799
Submitted by:	Jim Geovedi <negative@toxic.magnesium.net>
2003-02-04 23:59:39 +00:00
Edwin Groothuis
89932ed0a8 New Port: security/p5-Crypt-Blowfish_PP
Blowfish is a published algorithm written by Bruce Schneier
	Unlike IDEA or DES etc. there are no patent implications
	in using this algorithm.

	It uses anywhere between a 64 bit and a 448 bit key. The
	transform itself is fast and operates on a 64 bit block,
	and most of the calculation time is in initialising the
	context with the key data.

	The _PP name comes from the fact that this implementation
	is Pure Perl, and will not have any compatibility problems.

PR:		ports/43794
Submitted by:	Jim Geovedi <negative@toxic.magnesium.net>
2003-02-04 23:56:42 +00:00
Edwin Groothuis
c667d1522b update security/p5-Crypt-IDEA to 1.02
- update to 1.02
- add WWW
- take maintainership

PR:		ports/47210
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-04 12:19:10 +00:00
Edwin Groothuis
c4fb9ae44e maintainer-update crypt/p5-Crypt-SSLeay to 0.49
- update to 0.49 including fix for possible memory leak

PR:		ports/47687
Submitted by:	Erwin Lansing <erwin@lansing.dk
2003-02-04 05:07:11 +00:00
Brian Feldman
3793a76d16 Notify users of security/cfs that rpcbind may need -L to accept
connections to register cfs with it.

Determined by:	Brad Forschinger <freebsd@bnjf.id.au>
2003-02-03 15:37:54 +00:00
Norikatsu Shigemura
0cfa34c97d Update to 0.39a.
PR:		ports/47735
Submitted by:	Luiz Eduardo Roncato Cordeiro <cordeiro@luinil.nic.br>
		(maintainer)
2003-02-02 13:40:13 +00:00
Tilman Keskinoz
8630ac100e Add a missing file to pkg-plist
Submitted by:	bento
2003-02-02 13:17:56 +00:00
Hajimu UMEMOTO
7cf5673224 Update to 2.1.11. 2003-02-01 17:42:38 +00:00
Oliver Braun
a92d5ca579 * Upgrade to 1.3.3.
* Update the pkg-descr as requested by the nessus developer.

PR:		ports/47709
Submitted by:	maintainer
2003-01-31 22:18:40 +00:00
Oliver Braun
2a0f8878ff Update the outdated pkg-descr as requested by the nessus developer.
PR:		ports/47708
Submitted by:	maintainer
2003-01-31 21:39:56 +00:00
Dirk Meyer
4686c6597f - Fix CURRENT version bump in openssl, so ports link as expected. 2003-01-31 19:54:56 +00:00
Dirk Meyer
f78bea0816 - break build, when port try to pick up the wrong shared lib. 2003-01-31 05:53:55 +00:00
Will Andrews
1a2ac0e289 Add cryptplug 0.3.15, a collection of plug-ins to cryptographic
engines.
2003-01-30 22:40:59 +00:00
Will Andrews
df636b713d Add newpg 0.9.4, a prerelease package of GnuPG extensions for GnuPG 2.0. 2003-01-30 22:40:03 +00:00
Will Andrews
a79f0d9fb5 Add pinentry 0.6.7, a collection of simple PIN or passphrase entry
dialogs.
2003-01-30 22:37:07 +00:00
Tilman Keskinoz
509bd8df77 Update to 0.3.14
PR:		46836
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net> &
		Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by:	Oliver Lehmann <lehmann@ans-netz.de>
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2003-01-30 17:27:51 +00:00
Ying-Chieh Liao
0279365e1f upgrade to 1.0.2 2003-01-30 15:47:04 +00:00
Hajimu UMEMOTO
fda290ce5c Add CYRUS_USER and CYRUS_GROUP options to be able to configure
psuedo user for cyrus.

Requested by:	Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
2003-01-30 14:04:02 +00:00
Dirk Froemberg
2f54b7c5a2 Add security/pear-Crypt_CBC:
PEAR class to emulate Perl's Crypt::CBC module

PR:		ports/47418
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-30 09:50:18 +00:00
Kris Kennaway
d604e1d6d3 Use the full path to /sbin/sysctl
Noticed by:	'make index' in crontab
2003-01-30 08:23:53 +00:00
Edwin Groothuis
4599e9a80f Maintainer update:
Updated Port: security/fakeident - rc.d script and localbase fix

PR:		ports/47390
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2003-01-30 03:55:47 +00:00
James E. Housley
3e21b6fb2c Upgrade to 4245 2003-01-29 21:13:55 +00:00
Dirk Meyer
d8de079d43 - Update to 0.9.7
- rnd_keys.c now in distribution
- drop lib/libRSAglue.a
- build on i386, alpha, sparc64, ia64
- build on 2.2.8 with the gas-patch as noted in FAQ
2003-01-29 20:00:43 +00:00