Commit Graph

2246 Commits

Author SHA1 Message Date
James E. Housley
9904de13b1 Update to 4171 2001-11-16 12:04:28 +00:00
David E. O'Brien
74588482c4 Add tripwire12 (repocopied) -- the legacy version. 2001-11-15 04:03:43 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
James E. Housley
1771d39df7 Update to 4170 2001-11-14 21:07:55 +00:00
Dag-Erling Smørgrav
05b56c73a4 Upgrade to 3.0.4.
PR:		ports/31829
Submitted by:	maintainer
2001-11-13 22:39:27 +00:00
Pete Fritchman
d16dfb0b86 - update to version 0.14
- portlintify (space -> tab)

PR:		31867
Submitted by:	maintainer
2001-11-09 12:40:17 +00:00
James E. Housley
f3793297ef Update to 4169 2001-11-07 18:52:40 +00:00
Andrey A. Chernov
f3aacaa06b Upgrade to 4.26c 2001-11-07 16:02:27 +00:00
Andrey A. Chernov
25841be3ce Upgrade to 4.26c 2001-11-07 15:46:41 +00:00
David E. O'Brien
bf9fd8c3e2 Update to version 2.54 Beta 30. 2001-11-07 15:41:14 +00:00
Dirk Meyer
725629d24c Update to OpenSSH 3.0 and OpenSSH-portable 3.0p1
Extracted from Changelog (not complete):

20011012
   - markus@cvs.openbsd.org 2001/10/10 22:18:47
     [channels.c channels.h clientloop.c nchan.c serverloop.c]
     [session.c session.h]
     try to keep channels open until an exit-status message is sent.
     don't kill the login shells if the shells stdin/out/err is closed.
     this should now work:
     ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
   - markus@cvs.openbsd.org 2001/10/11 13:45:21
     [session.c]
     delay detach of session if a channel gets closed but the child is
     still alive.  however, release pty, since the fd's to the child are
     already closed.
   - markus@cvs.openbsd.org 2001/10/11 15:24:00
     [clientloop.c]
     clear select masks if we return before calling select().

20011010
   - markus@cvs.openbsd.org 2001/10/04 14:34:16
     [key.c]
     call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
   - markus@cvs.openbsd.org 2001/10/04 15:05:40
     [channels.c serverloop.c]
     comment out bogus conditions for selecting on connection_in
   - markus@cvs.openbsd.org 2001/10/04 15:12:37
     [serverloop.c]
     client_alive_check cleanup
   - markus@cvs.openbsd.org 2001/10/06 00:14:50
     [sshconnect.c]
     remove unused argument
   - markus@cvs.openbsd.org 2001/10/06 00:36:42
     [session.c]
     fix typo in error message, sync with do_exec_nopty
   - markus@cvs.openbsd.org 2001/10/06 11:18:19
     [sshconnect1.c sshconnect2.c sshconnect.c]
     unify hostkey check error messages, simplify prompt.
   - markus@cvs.openbsd.org 2001/10/07 10:29:52
     [authfile.c]
     grammer; Matthew_Clarke@mindlink.bc.ca
   - markus@cvs.openbsd.org 2001/10/07 17:49:40
     [channels.c channels.h]
     avoid possible FD_ISSET overflow for channels established
     during channnel_after_select() (used for dynamic channels).
   - markus@cvs.openbsd.org 2001/10/08 11:48:57
     [channels.c]
     better debug
   - markus@cvs.openbsd.org 2001/10/08 16:15:47
     [sshconnect.c]
     use correct family for -b option
   - markus@cvs.openbsd.org 2001/10/08 19:05:05
     [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
     some more IPv4or6 cleanup
   - markus@cvs.openbsd.org 2001/10/09 10:12:08
     [session.c]
     chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
   - markus@cvs.openbsd.org 2001/10/09 19:32:49
     [session.c]
     stat subsystem command before calling do_exec, and return error to client.
   - markus@cvs.openbsd.org 2001/10/09 19:51:18
     [serverloop.c]
     close all channels if the connection to the remote host has been closed,
     should fix sshd's hanging with WCHAN==wait
   - markus@cvs.openbsd.org 2001/10/09 21:59:41
     [channels.c channels.h serverloop.c session.c session.h]
     simplify session close: no more delayed session_close, no more
     blocking wait() calls.
 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c

20011003
   - markus@cvs.openbsd.org 2001/09/27 11:58:16
     [compress.c]
     mem leak; chombier@mac.com
   - markus@cvs.openbsd.org 2001/09/27 11:59:37
     [packet.c]
     missing called=1; chombier@mac.com
   - markus@cvs.openbsd.org 2001/09/27 15:31:17
     [auth2.c auth2-chall.c sshconnect1.c]
     typos; from solar
   - camield@cvs.openbsd.org 2001/09/27 17:53:24
     [sshd.8]
     don't talk about compile-time options
     ok markus@
   - djm@cvs.openbsd.org 2001/09/28 12:07:09
     [ssh-keygen.c]
     bzero private key after loading to smartcard; ok markus@
   - markus@cvs.openbsd.org 2001/09/28 15:46:29
     [ssh.c]
     bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
   - markus@cvs.openbsd.org 2001/10/01 08:06:28
     [scp.c]
     skip filenames containing \n; report jdamery@chiark.greenend.org.uk
     and matthew@debian.org
   - markus@cvs.openbsd.org 2001/10/01 21:38:53
     [channels.c channels.h ssh.c sshd.c]
     remove ugliness; vp@drexel.edu via angelos
   - markus@cvs.openbsd.org 2001/10/01 21:51:16
     [readconf.c readconf.h ssh.1 sshconnect.c]
     add NoHostAuthenticationForLocalhost; note that the hostkey is
     now check for localhost, too.
   - djm@cvs.openbsd.org 2001/10/02 08:38:50
     [ssh-add.c]
     return non-zero exit code on error; ok markus@
   - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
     [sshd.c]
     #include "channels.h" for channel_set_af()
   - markus@cvs.openbsd.org 2001/10/03 10:01:20
     [auth.c]
     use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp

20011001
 - (stevesk) loginrec.c: fix type conversion problems exposed when using
   64-bit off_t.

20010928
   - djm@cvs.openbsd.org 2001/09/28 09:49:31
     [scard.c]
     Fix segv when smartcard communication error occurs during key load.
     ok markus@
 - (djm) Update spec files for new x11-askpass

20010927
 - (stevesk) session.c: declare do_pre_login() before use
   wayned@users.sourceforge.net

20010925
 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
 - (djm) Sync $sysconfdir/moduli
 - (djm) Avoid bad and unportable sprintf usage in compat code
2001-11-07 13:47:51 +00:00
Peter Pentchev
71ffdb8e0c Update to 3.21b, fixing a Makefile bogon and a file descriptor leak.
Add a new knob, PEM_DIR, to specify the path to install the certificate
generated during the stunnel build, and later, the one generated using
the 'cert' target of the port Makefile.

Approved by:	maintainer
2001-11-07 11:01:38 +00:00
Akinori MUSHA
8cf0f515a5 Set LATEST_LINK to pgp[56]. 2001-11-07 08:32:49 +00:00
Johann Visagie
b251787008 - Update to version 1.7
- Remove patch, as this functionality now exists in distribution
- Drop maintainership

PR:		31812
Submitted by:	Mark Stosberg <mark@summersault.com>
2001-11-07 08:18:19 +00:00
Pete Fritchman
42d449e17e Install pgp_old as pgpo, as that is the symlink expected by the pgp binary.
PR:		16211
Approved by:	maintainer timeout
2001-11-07 08:11:47 +00:00
Akinori MUSHA
4e60494c67 Seems tripwire was repocopied to tripwire12, but seems no change or
removal has been made.  So add an entry for tripwire12 in a comment
for the moment so the MAINTAINER will not forget to change Makefile in
the future.
2001-11-07 06:19:32 +00:00
Pete Fritchman
1221547d56 - update to 0.06 final (not -snap6). bump PORTREVISION (PORTNAME was at
0.06, but DISTNAME had -snap6).
- give maintainership to the author, ngps@post1.com
- remove PLIST_SUB line (PYTHON_VERSION is automatically added now)
- specify full path to pinstall with ${LOCALBASE}

PR:		31496
Submitted by:	(old) maintainer
2001-11-06 10:43:13 +00:00
Pete Fritchman
433cc0ebd6 Update to 0.13
PR:		31484
Submitted by:	maintainer
2001-11-06 09:55:49 +00:00
Akinori MUSHA
79d96649db Update to 0.0.8. Now the SSLSocket (ruby-ssl) functionality has been
fully merged.  The security/ruby-ssl port will soon be retired.
2001-11-06 07:04:10 +00:00
FUJISHIMA Satsuki
091a467cc7 update to 3.0.3.
PR:		31788
Submitted by:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>,
		maintainer
2001-11-06 01:01:10 +00:00
Pete Fritchman
7da5cb1dcd - update to 0.3.1
- reword pkg-comment

PR:		31752
Submitted by:	maintainer
2001-11-04 19:48:49 +00:00
Clive Lin
ec5b797f16 Master site changed:
http://www.rickk.com/sslwrap/ -> http://www.quiltaholic.com/rickk/sslwrap/.

Found by: HTTP headers returned from www.rickk.com:80
2001-11-04 14:54:36 +00:00
Akinori MUSHA
3e9abfca91 Update to 0.0.7.
Ruby/OpenSSL is currently forming a merger with the SSLSocket module
(security/ruby-ssl).  The ruby-ssl port will retire when the merger is
completely done.
2001-11-03 21:34:46 +00:00
Andrey A. Chernov
0c85b2532d Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit 2001-11-02 10:04:27 +00:00
Akinori MUSHA
6a002d6440 Update to 0.0.6. 2001-11-01 19:45:19 +00:00
Peter Pentchev
e787d21d74 Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.

PR:		31656
Submitted by:	maintainer
2001-11-01 08:28:38 +00:00
James E. Housley
e79438e798 Update again. This time only search of 4xxx in top 5 lines. 2001-11-01 01:27:47 +00:00
Jacques Vidrine
6ace6882e7 Bump PORTREVISION for today's updates to libgssapi and su. 2001-10-31 19:58:05 +00:00
Jacques Vidrine
8c16fd7765 su: Don't use the result of getlogin() to determine whether we are the
superuser.  Always use getuid() instead.

Submitted by:	Johan Danielsson <joda@pdc.kth.se>
2001-10-31 19:57:35 +00:00
James E. Housley
1b5fe6fbca Update to 4168 2001-10-31 17:28:30 +00:00
Jacques Vidrine
a5714880c9 Fix a heap buffer overrun in gss_get_mic(). 2001-10-31 13:50:43 +00:00
Jimmy Olgeni
da3ef84ee4 Update port suite to version 1.1.8.
PR:		31634
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2001-10-30 12:38:42 +00:00
Pete Fritchman
8247c0e01a Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps.

PR:		31593
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-10-30 01:49:15 +00:00
Brian Feldman
cec98ce29a Bump PORTREVISION.
Reminded by:	kkenn
2001-10-29 21:56:08 +00:00
Brian Feldman
1976a26400 Fix a possible-corruption-at-end-of-file bug.
PR:		ports/30120
Submitted by:	Scott Renfro <scott@renfro.org>
2001-10-29 19:39:39 +00:00
Jacques Vidrine
a1d4de67f0 = Add support for using cracklib with kpasswdd, the password changing
daemon.
= Fix a bug in `ktutil get' which was causing a segfault.
= Bump PORTREVISION.
2001-10-29 13:02:43 +00:00
Munechika SUMIKAWA
2e9b3e8056 Upgrade to 20011026. 2001-10-28 07:26:27 +00:00
Jimmy Olgeni
efd9805614 I forgot to add the nessus-devel ports to the category Makefile.
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-10-27 21:29:39 +00:00
Akinori MUSHA
b519877a48 Update to 0.0.5. 2001-10-27 12:02:21 +00:00
Jimmy Olgeni
bc596cfcc2 Update the nessus-*-devel ports to version 1.1.7.
PR:		31139 (+ some changes)
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
Reviewed by:	olgeni
2001-10-27 10:57:37 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Mark Pulford
cbfe00028d Spelling fix.
Submitted by:	Trevor Johnson <trevor@jpj.net>
2001-10-26 09:21:44 +00:00
Dirk Meyer
01548f5249 cvs rm'ing patch-coredump, as the current versions are safe.
It does no harm, so a second bump of PORTVERSION is not needed.
2001-10-25 20:17:43 +00:00
James E. Housley
b502458b06 Update to 4167 2001-10-24 20:20:16 +00:00
Dirk Meyer
1865c26403 - included an patch that solves a coredump in sshd
- Bumped PORTREVISION

Submitted by:	ryanb@goddamnbastard.org
2001-10-24 07:16:49 +00:00
Mark Pulford
77ca64b3a2 Spelling fix.
PR:		31395
Submitted by:	Carl Schmidt <carl@slackerbsd.org>
2001-10-23 10:04:27 +00:00
Andrey A. Chernov
fd23f8bea4 Fix argument order in mail reply message 2001-10-22 13:57:27 +00:00
Akinori MUSHA
5c10cfb691 Update to 0.0.4. 2001-10-21 20:57:07 +00:00
David W. Chapman Jr.
4688c2ff1e Update to version 11
Give Seamus Venasse maintainership

PR:		31095
Submitted by:	new maintainer
2001-10-21 18:47:20 +00:00
Andrey A. Chernov
02da81da7c Upgrade to 4.26b 2001-10-20 20:50:21 +00:00
Andrey A. Chernov
90cafd7fcc Upgrade to 4.26b 2001-10-20 19:56:17 +00:00
Clive Lin
99436422e8 New port: didentd
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.

PR: ports/31349
Submitted by: D. T. Tzeck <drt@un.brewaff.net>
2001-10-20 14:32:35 +00:00
Clive Lin
e1b6983dda New port: didentd
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
2001-10-20 14:31:56 +00:00
Akinori MUSHA
6092cf2d58 Add ruby-openssl, a Ruby module which wraps OpenSSL. 2001-10-20 11:50:24 +00:00
Andrey A. Chernov
1a56d1f4c1 Remove user deleting from here, it still needed for drweb sub-port 2001-10-20 11:08:44 +00:00
Mark Pulford
df9f60c715 Update to 0.3.
PR:		31308
Submitted by:	Patrick Li <pat@databits.net>
2001-10-20 10:17:13 +00:00
Andrey A. Chernov
afd6dfcd46 Move user adding/deleting to pkg*install 2001-10-19 11:08:01 +00:00
Andrey A. Chernov
3279aeae0f Move user creation/deletion to pkg-*install 2001-10-19 10:55:38 +00:00
Satoshi Asami
743e8b0f63 Add \s to end of continuation lines so make <anything> will succeed.
Submitted by:	bento
2001-10-19 05:39:44 +00:00
Michael Haro
393ebf7c0c add a few more dependencies 2001-10-18 19:53:02 +00:00
James E. Housley
3012f71783 Update to 4166 2001-10-17 16:37:27 +00:00
Andrey A. Chernov
b5fc6c3a25 Add drweb:drweb automatically 2001-10-17 13:53:03 +00:00
Munechika SUMIKAWA
be3003ef6a Upgrade to 20011016. 2001-10-17 07:08:25 +00:00
Andrey A. Chernov
0f7c5e2b69 Fix permissions, sendmail dislike group-writeable dirs 2001-10-15 16:32:06 +00:00
Andrey A. Chernov
d2a5409c36 Put it into security sandbox disallowing 'drweb' user to own any files
excepting pid/socket/temp/spool ones
2001-10-15 16:00:06 +00:00
Andrey A. Chernov
d097437389 Oops, don't allow public reading of infected.!!! 2001-10-15 15:51:12 +00:00
Andrey A. Chernov
804d8fde1e Allow writing to infected.!!! too 2001-10-15 15:47:41 +00:00
Andrey A. Chernov
ac769c8402 Put it into security sandbox - don't allow 'drweb' user to own any files
excepting pid/socket/temp
2001-10-15 15:44:22 +00:00
Andrey A. Chernov
534cc038b2 Do not overwrite existen registration keys 2001-10-15 15:00:05 +00:00
Kris Kennaway
0fc790ff03 Update to rats 1.3
PR:	31180
2001-10-14 09:28:18 +00:00
Andrey A. Chernov
f8ea3a6b2f Bump PORTVERSION for prev. change 2001-10-14 09:09:48 +00:00
Ying-Chieh Liao
b00bab20ca 1) Configure should be run after drweb-smf binary has been installed
2) -zACTION flag changed from d to c, because with -zd drweb-smf discards
   emails with empty reverse-path (MAIL FROM: SMTP command which corresponds
   to Return-Path: envelope header) rather than emails with empty From:
   message header. According to RFC 2821 MTAs use empty reverse-path for
   rejection notifications and many other mail robots also do that.

PR:		31057
Submitted by:	MAINTAINER
2001-10-14 06:53:17 +00:00
Akinori MUSHA
20e6c30d46 - Update to 0.2.3.
- Update the URL in the package description.

- The author hacks a LIBTOOL path into their Makefiles that doesn't work
  under the ports system.  Make it work by a small patch to aclocal.m4
  (which requires the addition of USE_AUTOCONF) and passing in the port
  system's value of LIBTOOL (using a different variable name since they
  already use LIBTOOL themselves).  This was simpler than patching all
  their Makefiles.

PR:		ports/30999
Submitted by:	Dave Chapeskie <bsdport@ddm.wox.org>
Approved by:	MAINTAINER
2001-10-12 15:01:08 +00:00
Dirk Meyer
4695aeb326 Let PREFIX/libdata exists, even as it had been created by the port,
Logs on beton complaining about it.
2001-10-12 08:46:52 +00:00
Jimmy Olgeni
bf06a3dccb Replace: %%PORTDOCS%%/share -> %%PORTDOCS%%share, else "make package" will
fail, looking for stuff in "/share".
2001-10-11 08:58:31 +00:00
James E. Housley
6a7ad3f81a Update to 4165 2001-10-10 18:00:02 +00:00
Anton Berezin
bf2ee8507b Add p5-Crypt-HCE_SHA 0.60, perl5 interface to one way hash chaining
block cipher.

PR:		31152
Submitted by:	Gregory Neil Shapiro <gshapiro@FreeBSD.org>
2001-10-10 01:02:07 +00:00
Mario Sergio Fujikawa Ferreira
e170835c9d add missing file (must be more careful) 2001-10-09 21:24:53 +00:00
Mario Sergio Fujikawa Ferreira
7b32cc6cf9 New port altivore version 0.9.3: A publically disclosed (neither
GPL nor open-source) ala Carnivore src

PR:		31111
Submitted by:	Justin Stanford <jus@security.za.net>
Reviewed by:	des (licensing issues)
2001-10-09 21:18:24 +00:00
Ollivier Robert
fbd0b7f08a Update to 2.8.4c.
PR:		ports/31157
Submitted by:	Thomas Quinot (MAINTAINER)
2001-10-09 09:30:34 +00:00
Andrey A. Chernov
a17d994dcd Install drwebdc into sbin 2001-10-08 07:49:31 +00:00
Bill Fenner
1227307813 Update MAINTAINER's email address. 2001-10-07 22:42:00 +00:00
Anton Berezin
6ecd568c10 Add p5-Crypt-PassGen, a perl module to generate random passwords that
look like real words.
2001-10-07 15:57:10 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Andrey A. Chernov
cc35e16915 Run as drweb user, not as root 2001-10-06 04:25:14 +00:00
Andrey A. Chernov
80768d9139 Run as drweb user, not as root 2001-10-06 04:10:21 +00:00
Jimmy Olgeni
783fefffb1 Add INSTALLS_SHLIB. 2001-10-05 20:53:44 +00:00
Pete Fritchman
5816797e9e Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384,
SHA-512

PR:		29907
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
2001-10-04 03:39:58 +00:00
Andrey A. Chernov
58b6e8c58b Add WITH_DRWEBSFM_SENDMAIL_DIR configuration knob
Add example*.sh to DOC_DIR
Use local version of libsmutil Makefile with FFR_MILTER always turned on
2001-10-03 22:15:01 +00:00
Anton Berezin
b0853c5b6a Update to 1.09. Let submitter be the maintainer.
PR:		30888
Submitted by:	Shell Hung <shell@shellhung.org>
2001-10-03 21:23:48 +00:00
James E. Housley
6df0895f15 Update to 4164
files/update_dat:
  Chase the ever changing version number format
2001-10-03 20:16:33 +00:00
Andrey A. Chernov
721417c37e Wrap long line in virus detection mail message 2001-10-03 19:11:53 +00:00
Andrey A. Chernov
8c29de197a Fix socket permissions and startup race condition 2001-10-03 18:46:24 +00:00
Andrey A. Chernov
b582ec95a3 Don't install drwebd.sh, done by drweb-sendmail port now 2001-10-03 18:02:08 +00:00
Andrey A. Chernov
e2ad14bba8 Use native drweb-sendmail.sh script for both daemon & filter 2001-10-03 17:54:21 +00:00
Dirk Meyer
f1edf91afe - Update to OpenSSH 2.9.9p2
- security-patch for cookie files obsolete
- MD5 password support activated

Approved by:	dwcjr@FreeBSD.org
2001-10-03 15:19:27 +00:00
Dirk Meyer
bf0a21e0d5 - Update to OpenSSH 2.9.9
- convert portname into lowercase
- PREFIX support for default sshd_config
- security-patch for cookie files obsolete
2001-10-03 13:15:16 +00:00
Andrey A. Chernov
66d0500da5 Move drweb-dependent configuration into pre-install section
Fix one spelling mistake in diagnostic
2001-10-03 08:08:07 +00:00
Andrey A. Chernov
e8858fa43c Configuration tunings 2001-10-03 07:34:32 +00:00
Andrey A. Chernov
354e14d45e Configuration tuning 2001-10-03 06:39:31 +00:00
Andrey A. Chernov
438a732497 Upgrade to 4.26
(working, but not cleanly configured)
2001-10-03 04:56:34 +00:00
Pete Fritchman
cce07a6f6e Update to 2.16 2001-10-03 03:31:08 +00:00
Andrey A. Chernov
5778a5a55b Add empty dirs to remove 2001-10-03 02:29:53 +00:00
Andrey A. Chernov
d9343dd28d Upgrade to 4.26 2001-10-03 02:13:42 +00:00
Jacques Vidrine
a92ec15db2 Update 1.7.3 -> 1.7.4 2001-10-02 01:21:40 +00:00
Jun Kuriyama
867e83b9e5 Support latest -current which has no libskey.2.
No response from:	maintainer
2001-09-29 01:15:23 +00:00
James E. Housley
65bb30c922 They seem to have changed the format of the readme.txt file and
broke our update_dat utility.  This should fix that.
2001-09-27 11:15:17 +00:00
James E. Housley
e9ef5141bf Update to 4163 2001-09-26 20:20:22 +00:00
Kris Kennaway
34454c3b49 Remove a stray line-continuation which was breaking the fetch. 2001-09-23 21:23:27 +00:00
Kris Kennaway
6c200fb9ef Take maintainership 2001-09-22 22:09:29 +00:00
Dirk Froemberg
524f2c482c Drop maintainership. 2001-09-22 21:39:31 +00:00
FUJISHIMA Satsuki
f1a7ff7112 update to 1.3.1.
PR:		30745
Submitted by:	maintainer
2001-09-22 20:10:06 +00:00
Akinori MUSHA
6c42ea0a29 Update to 0.3.3. 2001-09-22 07:48:22 +00:00
FUJISHIMA Satsuki
de0f8cfea6 update to 0.34.
PR:		30709
Submitted by:	maintainer
2001-09-22 06:44:04 +00:00
FUJISHIMA Satsuki
c89bc9789f install manpage correctly. 2001-09-21 15:09:25 +00:00
Akinori MUSHA
59358b9cf9 Sort entries. 2001-09-21 05:59:19 +00:00
James E. Housley
3fe3563fd7 Update to 4162, better removal of Nimda 2001-09-20 21:36:50 +00:00
James E. Housley
a1de207494 Update to version 4161, this is starting to get silly. 2001-09-19 20:36:18 +00:00
James E. Housley
ac406bd4d4 Update to 4160, another DAT for NIMDA 2001-09-19 10:14:11 +00:00
James E. Housley
57e61df149 Update to 4159, likely because of NIMDA. 2001-09-18 23:40:46 +00:00
Michael Haro
db52611b02 if the sudoers file is unchanged from the sample one, remove it too 2001-09-18 22:50:50 +00:00
Michael Haro
91ffa74a66 use PLIST substitution instead of hard coded perl version strings
(this should fix the build on -current)
2001-09-18 22:48:35 +00:00
Michael Haro
fc3423d2b1 remove empty directories 2001-09-18 22:47:07 +00:00
Michael Haro
0dbe4fa8d4 remove some directories conditionally 2001-09-18 21:54:12 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Kevin Lo
73ff7800b9 - Add patches
- Bump PORTVERSION

PR: 30611
Submitted by: MAINTAINER
2001-09-17 05:50:42 +00:00
David W. Chapman Jr.
7f105842a6 Update to 0.2.4
Add MASTER_SITES
Change all hardcoded versions to regex of PORTVERSION

PR:		30606
Submitted by:	maintainer
2001-09-16 15:12:19 +00:00
Andrey A. Chernov
fc6721693b Fix more spellings 2001-09-16 11:40:19 +00:00
Dirk Meyer
998bb2db62 Add a warnig messages if IDEA is not build by configuration. 2001-09-16 09:37:03 +00:00
David W. Chapman Jr.
11a1c92c30 Update to 0.4
PR:		30578
Submitted by:	maintainer
2001-09-15 04:47:29 +00:00
David W. Chapman Jr.
01d130fc0c Bump PORTEPOCH (missed on last commit)
Pointed out by:	petef
2001-09-15 04:13:33 +00:00
David W. Chapman Jr.
898a085e68 Remove extra file from pkg-plist to fix package building 2001-09-14 13:51:27 +00:00
David W. Chapman Jr.
2b9a8b5e1f Give maintainership to originator
Remove broken line
Update to 2.0.0-rc1

PR:		30572
Submitted by:	Nicolas.Jombart@hsc-labs.com
Approved by:	maintainer
2001-09-14 13:24:59 +00:00
Mario Sergio Fujikawa Ferreira
02ef83da40 o Update to 1.1
o Don't install ${PREFIX}/etc/portsentry.conf ever. Just let
  ${PREFIX}/etc/portsentry.conf.default be the way to go

PR:		30460
Submitted by:	MAINTAINER
2001-09-13 02:01:11 +00:00
James E. Housley
f89d624152 Update to 4158. I see they have put the readme.txt file back in.
I am not sure if I want to install it or not.  We will see after
a couple of more updates.
2001-09-12 16:10:06 +00:00
Akinori MUSHA
53fe89e3f3 Fix BUILD_DEPENDS.
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-09-12 13:27:33 +00:00
Michael Haro
635eaee726 add one more dependency 2001-09-12 04:38:11 +00:00
Michael Haro
05cc4a8fd1 The Crypt::RIPEMD160 module allows you to use the
RIPEMD160 Message Digest algorithm from within Perl programs.
2001-09-12 02:33:49 +00:00
Michael Haro
c099a45fe4 Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].
In addition to support for the standard itself, Crypt::OpenPGP claims
compatibility with many other PGP implementations, both those that
support the standard and those that preceded it.
2001-09-12 01:12:58 +00:00
Michael Haro
5d2bd16a1c Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast
PARI library, for big integer arithmetic and number theoretic computations.
2001-09-12 01:12:03 +00:00
Michael Haro
5bae66dd18 Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. The implementation itself is pure Perl,
although the heavy-duty mathematics underneath are provided by the
Math::Pari library.
2001-09-12 01:10:17 +00:00
Michael Haro
409354ab19 Provable Prime Number Generator suitable for Cryptographic Applications 2001-09-12 01:09:39 +00:00
Michael Haro
ab5036213c Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting
containers of data.
2001-09-12 00:49:14 +00:00
Michael Haro
8ca909d45c Crypt::Random is an interface module to the /dev/random device found on most
modern Unix systems.
2001-09-12 00:45:21 +00:00
FUJISHIMA Satsuki
43eff16978 unbreak: USE_GMAKE.
respect CC/CFLAGS.
add missing headers.
2001-09-11 22:09:40 +00:00
Johann Visagie
6cae6e6901 - Change the name of the file in which keychain stores the environment
settings of the running ssh-agent(1) process from ~/.ssh-agent to
  ~/.ssh-agent-`hostname -s`.  This is to allow users with NFS-mounted home
  directories to use keychain on multiple machines simultaneously.
- Bump PORTREVISION

PR:		30506
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2001-09-11 12:06:29 +00:00
Akinori MUSHA
0a4f2d9b47 Add p5-Crypt-OpenSSL-RSA, a Perl5 module to RSA encode and decode
strings using OpenSSL.

PR:		ports/30106
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2001-09-11 09:22:34 +00:00
Akinori MUSHA
543ac93058 Add p5-Crypt-OpenSSL-Random, a Perl5 interface to the OpenSSL
pseudo-random number generator.

PR:		ports/30107
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2001-09-11 08:57:11 +00:00
Ying-Chieh Liao
c3a12ec564 upgrade to 0.2.1 2001-09-11 08:13:02 +00:00