1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

566 Commits

Author SHA1 Message Date
Archie Cobbs
d5879e7be6 Build SKIP port as a KLD instead of an LKM. 1999-03-10 22:28:00 +00:00
David E. O'Brien
45dba66f4e 1.5.8p1 is gone, 1.5.8p2 is in its place. 1999-03-09 07:50:02 +00:00
Justin M. Seger
f642b1eef5 Upgrade to strobe 1.05
PR:	ports/10202
Submitted by:	<Michael Haro> mharo@area51.fremont.ca.us
1999-03-09 00:16:14 +00:00
Eric L. Hernes
a386786d2d upgrade to 1.5.8.1
Submitted by:	Igor Vinokurov <igor@rtsnet.ru>
1999-03-08 16:27:29 +00:00
Jun Kuriyama
a377983bb6 Upgrade to v0.9.3. 1999-03-08 14:33:26 +00:00
Dirk Froemberg
1099b7a228 Set ONLY_FOR_ARCHS to i386.
Apply openssl-0.9.1c-bnrec.patch via PATCHFILES:

"DESCRIPTION:
The Big Number (BN) library in OpenSSL 0.9.1c has some problems when dealing
with very large numbers. Because mostly all other OpenSSL sub-libraries
(including the RSA library) are based on BN, this can cause failures when
doing certificate verification and performing other SSL functions. These BN
bugs are already fixed for OpenSSL 0.9.2. But for OpenSSL 0.9.1c the easiest
workaround to fix the subtle problems is to apply the above patch which mainly
disables the broken Montgomery multiplication algorithm inside BN."
1999-03-06 11:36:23 +00:00
Satoshi Asami
3d45976da3 Portlint. 1999-02-28 21:48:09 +00:00
Satoshi Asami
1aa6d71f10 Remove trailing whitespace. 1999-02-28 21:42:55 +00:00
David E. O'Brien
732390dac1 MASTER_SITE_SUBDIR was broken. My choices in fixing were either go with
GZIP or BZIP2 distfiles.  I went with BZIP2.
1999-02-28 06:06:25 +00:00
David E. O'Brien
254a0b2b0f MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I went
with BZIP2.
1999-02-28 05:56:15 +00:00
David E. O'Brien
d5af46dc71 upgrade to 3.12.1
This version fixes the Brazilian Information Security Team Security Advisor
on "buffer overflow condition if the syslog option is enabled".
1999-02-26 13:00:45 +00:00
Archie Cobbs
b2a23c92bf Fix accidentally changed master site domain name. 1999-02-26 01:01:19 +00:00
David E. O'Brien
5d2a2d0e4f Updated to super-3.11.9 1999-02-19 02:33:45 +00:00
David E. O'Brien
bcaceb9adc vesion 3.11.{7,8} fixes the February 15, 1999 ISS Security Advisory on
buffer overflow in the Super program.
1999-02-18 22:59:28 +00:00
David E. O'Brien
89add757ee update to 3.11.8 1999-02-18 22:57:42 +00:00
David E. O'Brien
d269cc662b upgrade to 2.08 1999-02-17 11:43:23 +00:00
David E. O'Brien
ee066f9d54 update to 0.5
Ok'ed by:	Satoshi
1999-02-13 20:03:59 +00:00
Seiichirou Hiraoka
c362fb6488 Correct Version required: line 1999-02-11 13:57:27 +00:00
David E. O'Brien
bc1db48afd * Don't use "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.
*  BROKEN='{standard input}: Assembler messages: Error: Alignment not a power of 2'
1999-02-11 11:41:04 +00:00
Seiichirou Hiraoka
fbe0ec1502 Update to 2.07 1999-02-11 07:47:28 +00:00
Stefan Eßer
87bf3684b2 Remove extra argument to "configure" that had been committed by accident. 1999-02-08 22:30:01 +00:00
Stefan Eßer
dd6fe9e879 Upgrade to KDE 1.1 RELEASE. 1999-02-08 22:25:54 +00:00
David E. O'Brien
dcfb417f71 upgrade to 2.06 1999-02-08 18:56:37 +00:00
David E. O'Brien
b85afc0b24 upgrade to 2.05 1999-02-08 11:58:17 +00:00
Jun Kuriyama
ac5a30c3b6 Upgrade to v0.9.2. 1999-02-07 11:18:52 +00:00
Andrey A. Chernov
a916a64bb8 fix extract cmd
PR: 9917
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-07 06:29:53 +00:00
Stefan Eßer
523f3928b7 Upgrade to KDE-1.1pre2 ... 1999-02-06 23:22:08 +00:00
Andrey A. Chernov
7a7ea0c942 Use setusercontext() now to set all sort of login things including env.
variables and priority!
Enable light debugging for compatibility with -v option
Don't print "No mail." - not in BSD login style.
1999-02-06 01:40:35 +00:00
Andrey A. Chernov
6982d77ea1 remove lines which do chmod -x on recently installed rc.d/sshd.sh 1999-02-05 20:45:16 +00:00
Andrey A. Chernov
83c6d7a174 upgrade to 2.0.12 1999-02-05 06:11:36 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Archie Cobbs
2bd5b45d27 Add a secondary master site (hmm, that sounds funny..)
Thanks to:	Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za>
1999-02-03 06:57:16 +00:00
Mark Murray
c42bebcdee Unbreak, portlint. 1999-02-02 10:09:32 +00:00
Andrey A. Chernov
c2248db03e remove curses bloat 1999-01-28 23:10:18 +00:00
David E. O'Brien
700cb4ab04 upgrade to 2.03 1999-01-28 12:41:21 +00:00
Bill Fumerola
2e82819e98 Remove duplicate MASTER_SITE 1999-01-27 21:57:23 +00:00
Bill Fumerola
2ac8c10423 Move ports/net/{portscanner,strobe} to ports/security 1999-01-26 22:19:07 +00:00
Dirk Froemberg
0e7af78196 Correct MASTER_SITES. 1999-01-26 22:06:04 +00:00
Steve Price
769a61ee49 Make this work with current's new version of texinfo.
PR:		9587
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-26 01:45:28 +00:00
Mark Murray
eeb38b8466 Move master site IAW CERT advisory CA-99-01-Trojan-TCP-Wrappers. 1999-01-25 10:12:53 +00:00
Masafumi Max NAKANE
c615c436b3 Respect the value of ${PREFIX}. 1999-01-20 21:59:09 +00:00
Masafumi Max NAKANE
42cf14352d Oops, double-quotes need to be escaped in Makefiles. 1999-01-20 21:52:06 +00:00
Masafumi Max NAKANE
eedce59458 Modify this patch to change the distributed Makefile to:
* Let the install target print correct location of the conf file.
* Use CFLAGS+= instead of commenting it out.
* Add -DPREFIX="${PREFIX}" to the CFLAGS.
1999-01-20 21:04:29 +00:00
Masafumi Max NAKANE
960b65e494 Install README.{install,methods} to share/doc/sentry. 1999-01-20 20:49:52 +00:00
Masafumi Max NAKANE
7ab8a7a8ac Standardize thecomment at the beginning.
Install README.{install,methods} to share/doc/sentry.
1999-01-20 20:49:45 +00:00
Dirk Froemberg
8ee28cc021 Modify ${PREFIX}/bin/md5 (= ${PREFIX}/bin/ssleay) output string.
PR:		ports/9563
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-01-20 12:44:04 +00:00
Steve Price
aa77412012 Activate the stunnel port. 1999-01-18 04:29:56 +00:00
Steve Price
3d43ad8f2b Initial import of stunnel version 2.1.
An SSL encryption wrapper for standard network daemons.

PR:		9435
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>
1999-01-18 04:27:03 +00:00
Steve Price
2c4799f72d Activate the l0pht-watch port. 1999-01-18 04:22:04 +00:00
Steve Price
5a91c9fa2a Initial import of l0pht-watch version 1.0.
A program to report what goes on in /tmp.

PR:		9434
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1999-01-18 04:21:04 +00:00