Kris Kennaway
ab73537ec3
Add manpage to MAN1
...
Submitted by: bento
2000-06-05 06:58:14 +00:00
Kris Kennaway
683f6c09cc
Remove directories on deinstall
2000-06-05 05:47:57 +00:00
Kris Kennaway
ae39ee1e41
Remove empty directory on deinstall
2000-06-05 03:31:19 +00:00
Kris Kennaway
6fabe79cc5
Chase the checksum (trivial change to siphon-report.pl)
2000-06-05 03:22:17 +00:00
Will Andrews
7aa181455d
Oops, local changes were added to the repository in the last commit.
...
Unfortunately, since the newer version (3.0.11) has a lot of FreeBSD
unfriendly code, we can't upgrade at this time. :-(
Submitted by: jim
2000-06-02 22:06:20 +00:00
Kris Kennaway
ac9b68959a
Remove empty directory on deinstall
...
Submitted by: bento
2000-06-02 20:34:29 +00:00
Will Andrews
332df90ce4
Update to 0.9.11, which fixes a serious bug in the lsh-authorize script.
...
PR: 18968
Submitted by: maintainer
2000-06-02 19:53:23 +00:00
Will Andrews
1dbf0287c0
Remove redundant/inappropriate CATEGORIES. People need to start reading
...
the Porter's Handbook. :-)
2000-06-02 03:18:54 +00:00
Will Andrews
28824c0b83
Add LSH, a login program similar to SSH. It depends on SECSH, which does
...
not require any patent-encumbered encryption algorithms, unlike SSH1, which
depends on RSA, and SSH2, which is not free (of course, these days, this is
not so true thanks to OpenSSH, but it's good to have alternatives!).
PR: 18879
Submitted by: Eric Schwertfeger <eric@cybernut.com>
2000-06-02 02:56:29 +00:00
Brian Feldman
fb5ef7a539
Also generate the DSA key from a package install.
...
Submitted by: Dmitry Grigorovich <odip@bionet.nsc.ru>
2000-05-30 20:43:29 +00:00
Will Andrews
f8fc835e4c
Activate pgp6.
2000-05-29 06:22:54 +00:00
Will Andrews
46bf503a0a
Update to PGP (International version) 6.5.1i. This is actually a new
...
port, repo-copied from security/pgp5 by asami.
I added a bunch of the intl mirrors to make this port super-available.
PR: 16377
Submitted by: Mike Sherwood <mike@fate.com>
2000-05-29 06:17:54 +00:00
Steve Price
4116b82a40
Update to version 2.1.0pl2.
...
PR: 18620
Submitted by: maintainer
2000-05-29 03:16:44 +00:00
Steve Price
0a9a4b5bd2
- Fix some of the compiler warnings (see patches/patch-warnings)
...
- Fix the Makefiles to obey the CC and CFLAGS settings
- Fix patches/patch-ab to be PREFIX/LOCALBASE safe
- Fix the post-install to not compress the gunzip and tripwire executables
that go onto a floppy -- there is no support for the gzip-ed ELF binaries
at all, and even for the older AOUT ones such support was optional
- Replaces the /kernel with `sysctl -n kern.bootfile` in the tw.conf as the
tw.conf.freebsd2 is copied into the right place.
- Replace the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp).
This also caused a removal of a few buffers (of size MAXPATHLEN+256) and
quite a few strcpy and sprintf invocations.
PR: 18634
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2000-05-29 02:27:45 +00:00
Will Andrews
b429357fad
Another (gratuitous) missing LIB_DEPENDS.
...
Found by: bento
2000-05-29 01:50:36 +00:00
Steve Price
ac9cd8d927
BZ2_ was added recently to all functions in libbz2.a.
2000-05-28 03:37:11 +00:00
Kris Kennaway
cb45ebb874
I am at a total loss as to how the patch was previously committed
...
gzipped.
Submitted by: Peter Gildea <peter@gildea.net>
2000-05-27 21:23:54 +00:00
Kris Kennaway
2e87553923
Add kqueue() support for recent versions of -stable as well now that
...
they have it.
2000-05-26 19:01:09 +00:00
Kris Kennaway
8cb3192e67
Fix entropy gathering botch in key generation.
...
"Public code review is a good thing - if it happens."
Submitted by: gec@ACM.ORG
Obtained from: bugtraq
2000-05-26 17:53:34 +00:00
Brian Feldman
865ed821c5
Update to cfs version 1.4.0 beta 2.
...
Submitted by: Ollivier Robert <roberto@FreeBSD.org>
2000-05-23 01:02:39 +00:00
Will Andrews
8276cf2d71
Update to 0.4.5.
...
PR: 18453
Submitted by: MAINTAINER
Pointy hat: wes (for importing README.html ;-)
2000-05-22 10:52:46 +00:00
Will Andrews
20418e6c99
Update to 2.0.1.
...
PR: 18716
Submitted by: Stephane Legrand <stephane.legrand@bigfoot.com>
2000-05-22 09:53:57 +00:00
Akinori MUSHA
6a2b326494
Make it compile either on 3.4-STABLE, 4.0-STABLE or 5.0-CURRENT
...
and unmark as BROKEN.
Remove a redundant entry from CATEGORIES. (security net => security)
PR: ports/18707
Submitted by: MAINTAINER
2000-05-21 12:32:03 +00:00
Akinori MUSHA
64a88bdf7a
Change MAINTAINER's mail address.
...
Now "Don Croyle <croyle@gelemna.org>".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
2000-05-21 11:52:06 +00:00
Brian Feldman
c58d074b48
Fix this for OpenSSL versions <= 0.9.4. It seems that the OpenSSH people
...
think that it's good to immediately switch to the newest API, despite
the old API call being left deliberately compatible so that that wouldn't
have to happen. OpenSSL_add_all_algorithms() is now, again,
SSLeay_add_all_algorithms.
2000-05-20 05:09:04 +00:00
Nick Sayer
6fec7639d7
Distfile move
...
Submitted by: ken@mui.net
2000-05-19 18:22:42 +00:00
Chris Piazza
57c727add4
Update MASTER_SITES
...
PR: 18624
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2000-05-19 06:06:43 +00:00
Jacques Vidrine
f7eef312ca
Update 0.2r -> 0.2t
2000-05-18 16:18:16 +00:00
Will Andrews
f32ab970dd
Update to KDEUTILS 1.90 (aka KDE2 beta).
2000-05-16 23:57:03 +00:00
David E. O'Brien
f8b3e127bf
Update to version 3.14.0.
2000-05-16 16:58:32 +00:00
Jun Kuriyama
e8edb9776e
Add fake target for USA_RESIDENT=YES case.
...
Fix typo.
Reported by: Bill Fenner <fenner@research.att.com>
2000-05-15 06:33:36 +00:00
Brian Feldman
108d8c4e59
Using login and executing a specific "command" are mutually exclusive,
...
so turn off use_login if there's a command.
Submitted by: Vadim Vygonets <vadik@cs.huji.ac.il>
2000-05-13 19:52:35 +00:00
Brian Feldman
d14f2efe51
Oops, put the I back in INSTALL_SCRIPT.
2000-05-13 19:50:57 +00:00
Brian Feldman
1078626db3
Fix a mistake with pwcopy-related patches.
2000-05-13 19:25:57 +00:00
Brian Feldman
361c7337a3
Update to OpenSSH 2.1.0. They _FINALLY_ have distfiles, so now the CVS is
...
not needed for the port.
Big thanks to Issei-san for doing the majority of the work necessary for
this upgrade!
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org>
2000-05-13 17:11:01 +00:00
Jun Kuriyama
ec5a063482
Activate gnupg-rsa.
2000-05-12 08:19:59 +00:00
Jun Kuriyama
c38ef21f90
gnupg extensions: rsa idea
...
Submitted by: dirk.meyer@dinoex.sub.org
2000-05-12 08:19:04 +00:00
David E. O'Brien
c28d4f8c71
update to 2.53.
...
(fix commenting bug that caused major problems for some non-gcc users)
2000-05-09 16:04:13 +00:00
Jun Kuriyama
0075fa5bc0
Fix building error on 2.2.8.
...
Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer)
Not tested by: kuriyama
2000-05-09 01:44:40 +00:00
Satoshi Asami
fb5157eab7
Remove empty directories that end with "Net" upon deinstallation.
...
Submitted by: bento
2000-05-08 08:07:43 +00:00
Chris D. Faulhaber
3f19a25a7c
Update port to 2.0.2
...
PR: 18375
Submitted by: Maintainer
2000-05-07 21:24:37 +00:00
Kris Kennaway
d678b0a73e
Siphon-0.666 is a passive OS fingerprinter, which sniffs TCP connections
...
and uses characteristics of the TCP stream to guess the OS running on
the endpoints.
2000-05-06 22:51:31 +00:00
David E. O'Brien
fa78580a86
Update to version 2.52.
...
[fixes minor typos in 2.51]
2000-05-05 01:51:06 +00:00
Chris D. Faulhaber
b41723e5be
Update MASTER_SITES to allow this port to be fetched again.
2000-05-02 14:48:07 +00:00
Andreas Klemm
3d6d8c01b3
Added "SSL" to make information more complete ;-)
...
Obtained from: "Dan Langille" <dan@langille.org>
2000-05-01 07:39:33 +00:00
Satoshi Asami
60b7c30eda
Mark this forbidden for 3.x branch -- configure goes into infinite loop.
2000-05-01 06:33:28 +00:00
Steve Price
512bf94b90
Update to version 1.4.
...
PR: 17348
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-04-30 20:17:48 +00:00
Steve Price
a94d68c6ab
Update to version 3.8.
...
PR: 17792
Submitted by: Keith Ray <kmray@slb.com>
2000-04-30 20:01:47 +00:00
David E. O'Brien
c6da23405e
Update to 2.51.
...
2.51 fixes a target parsing bug which could in some cases cause Nmap to
crash with the error "Assertion `t->nleft > 1' failed".
2000-04-30 09:46:47 +00:00
Vanilla I. Shu
74f1274fa6
Add INET6 support.
...
PR: ports/18011
Submitted by: Mikhail Teterin <mi@privatelabs.com>
2000-04-30 08:24:49 +00:00