summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
...
* upgrade 0.8.2ijliao2002-05-196-4/+10
|
* Add missing demon error codeache2002-05-182-1/+11
|
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* honor CFLAGS.sada2002-05-172-2/+14
| | | | | PR: ports/37112 Submitted by: maintainer
* Remove RETURN_CODES from output, there is error with diagnosticache2002-05-172-0/+12
|
* BROKEN: does not fetchkris2002-05-171-0/+2
|
* Upgrade to 4.28.2ache2002-05-172-9/+9
|
* Oops, ".include <bsd.port.pre.mk>" line must be placed here.sada2002-05-171-2/+2
|
* Install default config files as *.sample instead of overwriting existing ones.sada2002-05-172-25/+46
| | | | | | | | Note: The PR includes diffs to cope with WITHOUT_X11 env, but this was already committed by knu-san. So I just added CONFIGURE_ARGS line, please verify it. PR: ports/35385 Submitted by: maintainer
* Upgrade to 4.28.1ache2002-05-175-21/+57
|
* set --with-inet6 as option, and bump PORTREVISION.vanilla2002-05-171-1/+6
| | | | Submitted by: gen02@xtremedev.com
* Upgrade to 1.4.1.green2002-05-172-8/+3
| | | | | PR: 29638 Submitted by: Scott Renfro <scott@renfro.org>
* Update to 2.20.petef2002-05-172-2/+2
|
* new PORTREVISION, using newer patchfiledinoex2002-05-168-218/+14
| | | | | | | minor Update of the Readme PR: 37607,37913 Submitted by: hetzels@westbend.net
* Update to 4203jeh2002-05-152-2/+2
|
* * fix a typo in /usr/local/etc/rc.d/amavisd.shijliao2002-05-154-14/+58
| | | | | | | | * fix to use vscan:vscan to scan virus * add a dependency of p5-Net-Telnet PR: 38084 Submitted by: maintainer
* Remove defunct Sourceforge site.trevor2002-05-152-2/+0
| | | | | PR: 38100 Submitted by: Alan Batie
* Remove krb5-betakris2002-05-151-1/+0
| | | | Pointy hat to: cy
* Mark as BROKEN for non-CURRENT.green2002-05-141-1/+6
|
* Removing krb5-beta port. As krb5-1.2.5 went GA 14 days ago, krb5-betacy2002-05-1424-905/+0
| | | | is not relevant at this time.
* more clean pkg-plistnork2002-05-132-4/+5
| | | | Approved by: knu (mentor)
* Forget to commit new distinfo in prev. commitache2002-05-131-1/+1
|
* Update to: 0.9.6ddinoex2002-05-136-30/+36
| | | | | | | | | | | See: http://www.openssl.org/source/exp/CHANGES Port improvements: proccessor type is now detected Add option: OPENSSL_WITH_386 This set as default for package generation on bento
* Use full path to md5ache2002-05-131-1/+2
|
* Upgrade. Version number not changes on official website.ache2002-05-132-4/+6
|
* add amavisd 20020300ijliao2002-05-137-0/+116
| | | | | | | The daemonized version of amavis-perl PR: 37993 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
* Update to 1.4.8.marcus2002-05-124-9/+7
|
* Upgrade to 0.5.2-5 and transfer maintainership to Andrey Pevnev.mi2002-05-123-5/+7
| | | | | | Add another WWW to the pkg-descr. Woken up by: Andrey Pevnev
* fix current stateijliao2002-05-122-18/+20
| | | | Submitted by: Jack Lloyd <lloyd@acm.jhu.edu>
* more clean pkg-plistnork2002-05-112-6/+6
| | | | Approved by: knu (mentor)
* Update to 0.13nork2002-05-114-11/+22
| | | | Approved by: knu (mentor)
* Upgrade to 2.3.4.vanilla2002-05-114-29/+15
| | | | Submitted by: ijliao
* Don't make random number for BATCH caseache2002-05-111-0/+5
|
* Upgrade to 4.28ache2002-05-1115-239/+547
|
* Satellite port to run drwebd at the system startupache2002-05-105-0/+67
|
* Upgrade to 4.28ache2002-05-108-183/+160
|
* Give this port a new home and take on maintainership of this orphan.cy2002-05-101-1/+1
|
* Upgrade 0.6 --> 0.6.1cy2002-05-103-6/+3
| | | | | | | Maintainer requested maintainership drop. PR: 37916 Submitted by: MAINTAINER
* Assign maintainership to Dominic Marks.trevor2002-05-101-1/+1
| | | | | PR: 37907 Submitted by: Dominic Marks
* -# LICENSE: http://www.bluesine.com/licenseijliao2002-05-102-1/+2
| | | | | | | +# LICENSE: http://www.bluesine.com/license.html PR: 37901 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* upgrade to 0.8.1ijliao2002-05-1010-52/+214
|
* Use crypto.3 as dependeny.dinoex2002-05-093-3/+3
| | | | To keep consistent with USE_SSL in bsd.port.mk
* Add port of find-zlib, a script which scans for code derived fromtrevor2002-05-095-0/+36
| | | | zlib.
* This version of mcrypt requires autoconf 2.50 or newer. Accordingly,trevor2002-05-081-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | use that instead of the old autoconf. Add a pre-configure target to run autoconf, because bsd.port.mk only supports the old autoconf. Left to its own devices, the program now installs files with strange names such as /usr/local/man/man1/i386-portbld-freebsd4.4-mcrypt.1 and /usr/local/bin/i386-portbld-freebsd4.4-mcrypt. To avoid this, the whole installation now happens in a do-install target in the port's Makefile, which also does the former post-install tasks. Install supplementary documentation, unless NOPORTDOCS is defined. Use EXAMPLESDIR. The mdecrypt utility was removed. It has been replaced by a -d option to mcrypt. Drop USE_LIBTOOL and add back GNU_CONFIGURE. PORTVERSION remains nil, since this did not build. Add a warning about my laziness.
* Remove patch to extra.c, since it has been incorporated upstream.trevor2002-05-081-11/+0
| | | | | Reported by: Mario Pranjic and Valentin Zahariev PR: 37790 and 37856
* To ports@freebsd.org.obrien2002-05-0810-10/+10
|
* Update to 4202jeh2002-05-082-2/+2
|
* Update master sitesobrien2002-05-082-5/+5
| | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> PR: 37850
* Authforce is an HTTP authentication brute forcer.ache2002-05-0810-0/+94
|
* add hashish 0.4bijliao2002-05-086-0/+42
| | | | A file and string hashing utility
OpenPOWER on IntegriCloud