1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

2335 Commits

Author SHA1 Message Date
Ying-Chieh Liao
fcb91f804e add py-mhash 1.0
Python mhash module
2002-02-10 19:29:58 +00:00
Trevor Johnson
e67c886b33 Update to 1.0.4. This version can accept several input files or
RNG inputs, rather than just one, and can generate numerous output
files, rather than just two.  It now requires GNU make.

Add a patch to use mkstemp() rather than tempnam() so temporary
files are created with safe permissions.  With the unpatched version,
local users can read sensitive information if pad is run in a
world-readable directory (the bug is not present in 0.x versions).
Turn over maintainership to submitter.

Submitted by:	Jason Harris <jharris@widomaker.com>
PR:		27323 and 32810

Install the man page.

Fix spelling of "omitted" in pad.1 and pad.c.  Clarify warning
message about inputs with unequal sizes.

Generate the packing list just before installation.

I put the distfile on MASTER_SITE_LOCAL because the home site is
offline.  The checksum on my copy differs from the one in PR 27323.
2002-02-10 19:28:37 +00:00
Ying-Chieh Liao
04e44e1a9e add py-twofish 0.7
Twofish cryptographic module for Python
2002-02-09 12:56:58 +00:00
Vanilla I. Shu
695e94a569 Fix breakage on current.
Obtained from:	bento
2002-02-08 08:12:24 +00:00
SADA Kenji
b62fca19fb MASTER_SITE_SUBDIR is needless now. 2002-02-07 22:05:57 +00:00
Ying-Chieh Liao
156225ecf2 add ccrypt 1.2
A command-line utility for encrypting and decrypting files and streams
2002-02-07 01:13:35 +00:00
Akinori MUSHA
9c03c445b1 Update to 0.1.1. 2002-02-06 22:03:26 +00:00
James E. Housley
3f7f8307d5 Update to 4185 2002-02-06 21:11:36 +00:00
Jun Kuriyama
d119b67cdd Link with shared libintl rather than static included gettext.
Suggested by:	ache
2002-02-05 03:00:03 +00:00
Mikhail Teterin
ef458af235 Fix the patch (a header and an empty line) and remove last mentions
of the shortlived pqescape.c.
2002-02-05 02:10:07 +00:00
Mikhail Teterin
97a8737613 Fix bugs in my MASTER_SITES mechanismo (too bad, the MASTER_SITE_DEBIAN
idea is not catching up), and upgrade the port to port-revision 2, which
uses the newer patch from the authors 0.5.2-2.
2002-02-05 01:58:25 +00:00
Patrick Li
a1919625be Update to 1.3.7
PR:		34592
Submitted by:	maintainer
2002-02-04 23:14:31 +00:00
Patrick Li
079b2931e7 Update to 3.00.05
PR:		34602
Submitted by:	maintainer
2002-02-04 22:49:07 +00:00
Jun Kuriyama
e791e25b61 Fix typos in LIB_DEPENDS line.
Submitted by:	Neil Darlow <neil@darlow.co.uk>
2002-02-04 09:14:50 +00:00
Pete Fritchman
90c577def2 Remove the p5-GPG port. It is no longer being maintained by it's author,
and there is a much better PGP Perl interface in security/p5-Crypt-OpenPGP.
2002-02-04 03:32:21 +00:00
Jun Kuriyama
6707cd923c Add (conditional) hidden dependency for iconv and gdbm.
PR:		ports/34543
Reported by:	Ronald Kuehn <rk@ronald.org>
2002-02-03 23:00:56 +00:00
Patrick Li
f158a7cd19 Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.
PR:		34561
Submitted by:	maintainer
2002-02-03 01:16:50 +00:00
Patrick Li
01aebcd262 Fix placement of .include <bsd.port.pre.mk> which I screwed up in
the last commit.

Submitted by:	maintainer
2002-02-02 08:46:32 +00:00
Patrick Li
af571993d8 Fix plist and dont use -w flag with fmt on older releases.
PR:		34541
Submitted by:	maintainer
2002-02-02 04:09:27 +00:00
Ying-Chieh Liao
2b13a7e08a upgrade to 1.5 2002-02-01 11:17:36 +00:00
Patrick Li
4c1b3a9e45 Update to 0.35
PR:		34485
Submitted by:	maintainer
2002-02-01 04:06:34 +00:00
Andrey A. Chernov
c9f2cf79c9 Check SENDMAIL_VERSION only if defined 2002-01-31 07:25:13 +00:00
James E. Housley
2cfeb0070e Update to 4184 2002-01-31 00:23:17 +00:00
Eivind Eklund
2f056dc832 Update to 1.2: Single line bugfix.
I hope I got it right *this* time, at least.
2002-01-30 18:20:17 +00:00
Eivind Eklund
f4c1860402 Upgrade this to V1.1:
- Add support for handling different usernames
- Add file-format support for different ports.  There is so far no way to
  specify a different port, but the "database" for safesh will not need to
  change to accomodate it.

Note that this is NOT compatible with the naming conventions used in 1.0;
as 1.0 was available for 55 minutes yesterday before being marked as
BROKEN, I hope nobody was too much inconvenienced.
2002-01-30 17:46:32 +00:00
Eivind Eklund
1894400bfe Mark this as broken for a couple of days; while committing it, addport
triggered a problem, and I just discovered that I need to change the
configuration format to properly handle it.
2002-01-29 18:44:19 +00:00
Eivind Eklund
7348d040e1 safesh is an authentication manager for OpenSSH. By automatically creating
keys and starting ssh-agents, it makes it (fairly) convenient to use one key
for each host pair (authenticator and authenticatee), it avoids
authentication theft by the hosts you connect to with SSH.
2002-01-29 17:50:27 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Dirk Meyer
d2f8d37ae4 Change some defines from "YES" to "yes"
See samples in the porters-handbook.
2002-01-28 07:31:04 +00:00
Dirk Meyer
42b61e1a01 Add patch for: readpassphrase.h
Someone in the OpenSSH world doesn't understand the difference
between application and implementation namespaces.  This causes
conflicts with <readpassphrase.h>.

PR:		34362
Submitted by:	wollman@hergotha.lcs.mit.edu
2002-01-28 07:23:21 +00:00
Patrick Li
bc79226112 Update to 0.4.3
PR:		34202
Submitted by:	maintainer
2002-01-28 07:03:12 +00:00
Clive Lin
06946da7aa o Upgrade to 0.4.3.
o Drop maintainership. I'll be getting busy for several months, and can
  only keep my eyes on specific chinese/ ports.
2002-01-28 05:21:34 +00:00
Akinori MUSHA
a806c5754b Update to 0.1.0. 2002-01-26 11:30:27 +00:00
Kris Kennaway
8935cc1031 Update to snortsnarf 020124.1 2002-01-26 08:22:16 +00:00
Pete Fritchman
a59084b34b Add p5-Crypt-Solitaire 2.0, solitaire encryption.
PR:		33376
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-01-26 04:28:05 +00:00
Pete Fritchman
50c8478051 Add p5-Crypt-RC4 2.02, perl implementation of the RC4 encryption
algorithm.

PR:		33364
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-01-26 03:11:46 +00:00
Pete Fritchman
7b6c9b4ed1 Add p5-Crypt-OTP 1.03, perl implementation of the One Time Pad
(hence, OTP) encryption method.

PR:		33362
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-01-26 03:01:41 +00:00
James E. Housley
572958cdd9 Update to 4183
4183 Emergency Dat release due to New BackDoor1 False Positive
2002-01-25 01:20:48 +00:00
Michael Haro
5f2b8a2a49 update to 1.6.5p2 2002-01-24 05:01:26 +00:00
James E. Housley
566d9d175d Upgrade to 4182 2002-01-23 21:06:51 +00:00
FUJISHIMA Satsuki
1a9b221d36 o update to 1.12.
o fix pkg-plist's to absorb differences between 'make install' and 'pkg_add'.

PR:		34198
Submitted by:	maintainer
2002-01-23 19:44:53 +00:00
Jacques Vidrine
c49659f44d Fix broken pkg-plist: the docs snuck in there, but they are also added
by the port at build-time.

Fix for FreeBSD-CURRENT:
= Remove use of malloc.h
= A fragment of this port actually provides its own prototype for time(), and
  probably only gets it right on DEC and HP systems.

PR:		ports/34183
Reported by:	Trish Lynch <trish@bsdunix.net>
2002-01-22 22:40:36 +00:00
FUJISHIMA Satsuki
ff6f0aabbd update to 0.2.3.
PR:		34164
Submitted by:	maintainer
2002-01-22 14:34:16 +00:00
Patrick Li
668b77986b Fix build when KRB5_HOME is defined
PR:		34149
Submitted by:	maintainer
2002-01-22 05:30:03 +00:00
Mikhail Teterin
0474c49222 Update to 0.5.2, which also includes the fix for the security hole I
tried to close before. Note, that the hole WAS STILL THERE in 0.5.1 --
up until  today :-( Although I  added the pqescape.c, I  forgot to add
the patch, that made use of it...
2002-01-21 20:06:05 +00:00
David W. Chapman Jr.
cfa957e244 Fix OpenLDAP v1 errors
Allow PAM aware pwcheck daemon
Add JavaSASL

PR:		34068
Submitted by:	maintainer
2002-01-20 19:23:25 +00:00
Jimmy Olgeni
5f4f437c94 Fix compilation: do not redefine the strcasestr function.
PR:		33999
Submitted by:	Miguel Mendez <flynn@eneryhq.homeip.net>
2002-01-19 21:43:26 +00:00
Ying-Chieh Liao
d9c4b14fbd upgrade to 1.6
drop maintainership
2002-01-18 13:07:09 +00:00
Michael Haro
7e5d5458d3 update the distfile name 2002-01-17 23:15:56 +00:00
David W. Chapman Jr.
7cdb9dd859 Update maintainer's email address
Update a few MASTER_SITES

PR:		34012
Submitted by:	maintainer
2002-01-17 23:13:38 +00:00