Commit Graph

3644 Commits

Author SHA1 Message Date
Eric Anholt
3ba2ca235a Fix with newer gcc by converting #if #endif around license statement to /* */
Also fix linking so that CFLAGS get respected.
2003-05-12 22:10:25 +00:00
Eric Anholt
d67b191224 Fix with newer gcc by converting multiline string literals to string
concatenation.  Changed the formatting of the strings to what was more likely
intended, so bump PORTREVISION.
2003-05-12 22:06:35 +00:00
James E. Housley
31af44656c Update to 4263.
*******************IMPORTANT*******************

NNNN Emergency Dat release due to:

W32/Fizzer.gen@MM Mass Mailer

**********************************************
2003-05-12 16:08:02 +00:00
Ying-Chieh Liao
d5b41b948b upgrade to 1.2.1
PR:		51903
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-12 08:30:33 +00:00
Pete Fritchman
834e68fbc1 Add sslsniffer 1.21, sSLv3/TLS and SSLv2 sniffer.
PR:		45401
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
2003-05-12 02:16:09 +00:00
Eric Anholt
253f3b4323 Fix building with new gcc (multi-line string literals) and make the build
actually respect CFLAGS.

Reported by:	bento
2003-05-12 02:13:01 +00:00
Jun Kuriyama
ea3fd88d44 Show $PKGMESSAGE only if $OSVERSION < 500019.
Add URL reference for rndcontrol.

Submitted by:	dougb
2003-05-12 01:46:27 +00:00
Norikatsu Shigemura
98eb085373 Update to 0.19, and Unmark BROKEN on 4-STABLE(re-supported 5.005). 2003-05-11 20:27:17 +00:00
Pete Fritchman
e678c82be9 - update to 0.4
- remove Crypt_HCEMD5.php

PR:		50168
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-05-11 15:36:38 +00:00
Dirk Meyer
dd707f302c - extend MASTER_SITES 2003-05-11 07:42:26 +00:00
Kris Kennaway
61e13e2a66 Update to snortsnarf 021111.1
PR:		ports/48410 (based on)
Submitted by:	Larry Daberko <larry@daberko.net>
2003-05-11 04:50:59 +00:00
Jun Kuriyama
a57acf0086 Add a patch for mpi/config.links to avoid infinite loop on sparc64.
MPI assembler function for sparc32 is used for our sparc64, but it
will not work on it.  So use generic (C) version for sparc64-*-freebsd*.
2003-05-10 07:55:33 +00:00
Tilman Keskinoz
aaeff08d60 * Fix some problems with building the Kerberos IV and 5 mechs.
* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].

* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
    WITH_KERBEROS4 - use security/krb4 port
        if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
	doesn't exist
    WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
	(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf

* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.

PR:		51505
Submitted by:	maintainer
2003-05-09 12:41:21 +00:00
Ying-Chieh Liao
3f85c0f495 upgrade to 1.4.0
PR:		51956
Submitted by:	maintainer
2003-05-09 07:34:00 +00:00
Edwin Groothuis
69b4bc59a1 conditionalize dependencies on modules included in perl 5.8
Make dependencies on modules included in the perl 5.8
	distribution conditional on the perl version installed.
	While I'm here, remove SITE_PERL and MAN(3)PREFIX.

PR:		ports/50589
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-05-09 01:22:07 +00:00
Cy Schubert
6d596cfd15 Last commit broke build under -STABLE. Fix error. 2003-05-08 18:23:16 +00:00
James E. Housley
eb33f4eb67 Update to DAT 4262 2003-05-08 15:11:47 +00:00
Tilman Keskinoz
34143ad470 Readd patch-ksimcpu.cpp, which was accidently removed with the 3.1.1 update.
This fixes the build on alpha.

Reported & tested by:	kris
Submitted by:		Frerich Raabe <raabe@KDE.org>
2003-05-08 10:21:57 +00:00
Dmitry Sivachenko
4e176627c7 Update to version 2.03.
Approved by:	maintainer

Reset MAINTAINER to ports@.

Requested by:		former maintainer
2003-05-08 06:11:16 +00:00
Foxfair Hu
f12893a20e PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix pkg-plist to make this port buildable.

MAINTAINER timeout ~= 48hrs.
No objection (silently) by:	portmgr
2003-05-08 05:20:30 +00:00
Foxfair Hu
cef860082e Add ike-scan 1.0, VPN scanner and identifier.
PR:		51751
Submitted by:	Yonatan <Yonatan@xpert.com>
2003-05-08 05:10:46 +00:00
Foxfair Hu
7656cb1993 Add ADMsnmp 0.1, SNMP audit scanner.
PR:		50642
Submitted by:	Yonatan@xpert.com
2003-05-08 05:07:22 +00:00
Foxfair Hu
0882052298 PR: 51650
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
Update to 1.7
2003-05-08 05:00:10 +00:00
Cy Schubert
b65f3a5221 Mark BROKEN under -CURRENT. 2003-05-07 23:50:32 +00:00
Cy Schubert
c5dd5e6d13 Put SONAME entries into shared libraries.
Submitted by:	wollman
2003-05-07 21:43:40 +00:00
Dirk Meyer
1afeeb4c02 - Fixes problem when base has no openssl installed
Submitted by:	marius@alchemy.franken.de
2003-05-07 20:08:00 +00:00
Dirk Meyer
b80ce579e9 - Update to gssapi-20030430
Submitted by:	wollman@lcs.mit.edu
2003-05-07 20:04:49 +00:00
Tilman Keskinoz
b233f04cd0 update to 0.51
PR:		51889
Submitted by:	maintainer
2003-05-07 18:24:31 +00:00
Tilman Keskinoz
012be41302 Add dirmngr to RUN_DEPENDS. Bump PORTREVISION
PR:		51576
Submitted by:	maintainer
2003-05-07 14:59:54 +00:00
Jacques Vidrine
b6aaadb4a4 Use libcrypto, not libdes. 2003-05-07 12:30:08 +00:00
Michael Landin
1fe8493549 Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor)
2003-05-07 11:37:56 +00:00
Cy Schubert
c9f96b0249 Change default for V4 compatibility to reflect best practices
for new installations.

Submitted by:	wollman
2003-05-07 04:13:08 +00:00
Cy Schubert
e67cccab8f Default is to fetch from crypto-publish.org. USA_RESIDENT replaced
by USE_MIT_TARBALL. Users can still fetch manually from MIT by
setting USE_MIT_TARBALL=YES.

Suggested by:	wollman
2003-05-07 04:09:39 +00:00
Cy Schubert
b19f46658c Update 1.2.7 --> 1.2.8. 2003-05-07 03:47:49 +00:00
Jun Kuriyama
fccfb5cf66 Remove .bak file after reinplace. 2003-05-07 01:14:46 +00:00
Kris Kennaway
488b213183 BROKEN: Does not compile 2003-05-07 00:12:29 +00:00
Kris Kennaway
fab932ce7f BROKEN: Does not compile 2003-05-06 21:37:26 +00:00
Oliver Braun
9a9a3ca732 Upgrade to 2.0.5.
PR:		ports/51888
Submitted by:	maintainer
2003-05-06 21:30:53 +00:00
Kris Kennaway
1218ff84c2 BROKEN: Does not configure 2003-05-06 21:21:48 +00:00
Oliver Braun
980906e954 Upgrade to 2.0.5.
PR:		ports/51887
Submitted by:	maintainer
2003-05-06 21:17:09 +00:00
Oliver Lehmann
bfb01afeba redefine the MAINTAINER field with my FreeBSD address
Approved By:	alex (mentor)
2003-05-06 16:58:45 +00:00
Jun Kuriyama
7806791ca8 Upgrade to 1.2.2. 2003-05-06 15:09:48 +00:00
Hajimu UMEMOTO
69ba81477e When sending mail localy on a system compiled woth SASL AUTH, the
sendmail mail submission program may log the following error on the
sasldb file:

	error: safesasl(/usr/local/etc/sasldb) failed: Group readable file

Pine by default is using SMTP, and therfore SMTP AUTH if compiled
into sendmail.  To disable SMTP AUTH we need to define DAEMON_OPTIONS
for the loopback interface.

PR:		ports/51680
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2003-05-06 12:32:14 +00:00
Kris Kennaway
0f469baa25 BROKEN: Bad pkg-plist 2003-05-06 07:02:12 +00:00
Foxfair Hu
c864d8a22f Submitted by: MAINTAINER
Fix build problem on bento, point out by kris@
2003-05-06 04:16:42 +00:00
Foxfair Hu
10d17b4511 PR: 51521
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update port security/oident: 2.0.5 -> 2.0.6

MAINTAINER timeout: since May 1
2003-05-06 03:39:08 +00:00
Foxfair Hu
f1b3b8a870 Add xmlsec1 1.0.1 released at Apr 28 2003. This is the latest stable version
of a C library based on LibXML2 and OpenSSL. Origial PR was intended to
import 1.0.0 but we have a newer version to go now, also enable GnuTLS
support .

PR:		51102
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
2003-05-06 03:10:46 +00:00
Munechika SUMIKAWA
2428258f58 Upgrade to 4.0 2003-05-05 10:28:32 +00:00
Joe Marcus Clarke
6080d5c646 Update to 0.7.3.
Submitted by:	maintainer
2003-05-05 07:06:48 +00:00
Pete Fritchman
5897c92e94 Update to 0.41.
PR:		51726
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-05 03:26:17 +00:00