summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to v0.13billf1998-12-072-7/+14
| | | | | PR: ports/8933 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
* Upgrade to version 1.6.obrien1998-12-072-18/+31
| | | | | | Adds a new target for Intel MMX chips. (AMD K-6 already had their own target) Define "HAVE_MMX" to turn on optimizations for Intel MMX chipes. Define "HAVE_K6" to turn on opts for AMD K6 chips.
* Remove the trailing '/' from *_DEPENDS definitions.steve1998-12-071-2/+2
| | | | | Caught by: A little perl script for INDEX generation that Satoshi and I are working on. :)
* Fix typo error in Makefile.vanilla1998-12-061-2/+2
| | | | | PR: ports/8982 Submitted by: Terry Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
* printf() was missing some arguments. -Wall is such a nice thing.obrien1998-12-031-4/+16
|
* Add `security' to categories.obrien1998-12-031-2/+2
|
* Install binary in PREFIX/sbin vs. binobrien1998-12-032-3/+3
| | | | Reviewed by: nectar@FreeBSD.ORG (Maintainer)
* Need to do a little bsd.port.pre.mk action to avoid a syntax error.obrien1998-12-021-3/+5
| | | | Noticed by: Bill Fenner <fenner@parc.xerox.com>
* 1. Update base ssh2 version from 2.0.9 to 2.0.11obrien1998-12-017-33/+79
| | | | | | | | | | | | | | | | | Ssh 2.0.9 has bugs abount updating utmp/wtmp file. 2. Now you can compile ssh2 to support TCP_Wrapper (security/tcp_wrapper) when you define USE_TCPWRAP=YES 3. Fix typo in MASTER_SITES (Thanks to Chris Piazza <norn@home.net>) 4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file. 5. Delete some obsolute pathes. PR: ports/8916 Submitted by: issei@jp.FreeBSD.ORG
* return breakage status (but only for 2.2.x)obrien1998-12-011-1/+5
| | | | Requested by: Satoshi
* Mark unbroken. 2.2 is dead, 3.0 is the current and future. :-)obrien1998-12-011-3/+1
|
* fix typo in a URLobrien1998-12-011-2/+2
|
* work -> ${WRKDIR}asami1998-12-013-6/+6
|
* Checksum changed already!nectar1998-12-011-1/+1
|
* Update to 2.1.nectar1998-12-012-9/+8
|
* Fix the bug when the user specs the source address as the tun0/ppp0asami1998-11-293-0/+60
| | | | | | link. Submitted by: jmb
* Back out last commit -- we are in a freeze. Pass me the pointy hat.nectar1998-11-291-1/+1
| | | | Reminded by: asami
* Back out last commit -- we are in a freeze. Pass me point hat.nectar1998-11-291-7/+8
| | | | Gently reminded by: asami
* Update to 2.1nectar1998-11-292-9/+8
|
* Fix compile problems under 3.0; haven't tested it with a 3.0 kernel yet.archie1998-11-234-0/+103
|
* The GNU Privacy Guardkuriyama1998-11-2310-0/+122
| | | | Submitted by: kuriyama@FreeBSD.ORG
* Activate gnupg.kuriyama1998-11-231-1/+2
|
* Mark it broken, doesn't build on 2.2-stable.asami1998-11-231-1/+3
| | | | | | | | | | | | | | | ======= ===> Building for super-3.11.6 cc -c -DSUPERFILE=\"/usr/local/etc/super.tab\" -DTIMESTAMP_DIR=\"/usr/local/var/superstamps\" -DSYSLOG_PRIORITY=LOG_ERR -DHAVE_CONFIG_H -I. -O -pipe super.c In file included from localsys.h:166, from super.h:18, from super.c:12: /usr/include/prot.h:60: parse error before `create_auth_reply' /usr/include/prot.h:62: parse error before `KTEXT' /usr/include/prot.h:62: warning: data definition has no type or storage class *** Error code 1 Stop.
* Use NO_WRKSUBDIR.asami1998-11-231-2/+2
|
* Oops, I forgot to remove old patches...kuriyama1998-11-236-598/+0
|
* Activate ssh2.kuriyama1998-11-231-1/+2
|
* Secure shell client and server (remote login program).kuriyama1998-11-236-318/+172
| | | | | PR: ports/8204 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
* Mark this broken as it awaits upgrade after repository copy.asami1998-11-221-1/+3
|
* Add another MASTER_SITE.obrien1998-11-211-4/+5
|
* Update to version 3.11.6.obrien1998-11-195-13/+159
| | | | | (currently the "password=y" feature to requre a password to be entered before running a command only works on DES passwords)
* Update checksums.obrien1998-11-191-0/+1
|
* Fix ports/net/portscanner for 3.0-* people.billf1998-11-182-4/+16
| | | | | | PR: ports/8737 Reviewed by: Bill Fumerola <billf@FreeBSD.org> Submitted by: Osokin Sergey <osa@freebsd.org.ru>
* Initial import of portscanner, a quick and dirty way to scan portsbillf1998-11-176-0/+48
| | | | | | similar to strobe, but much quicker, and good for use in scripts and CGI. PR: ports/7582
* The original SKIP source is export controlled and only obtainable via a webarchie1998-11-171-16/+7
| | | | | page, which previously meant that this port would not build automatically. Some naughty person exported the tarball, so now point directly to it instead.
* SKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR.archie1998-11-172-2/+33
| | | | | | PR: ports/8712 Reviewed by: Archie Cobbs <archie@whistle.com> Submitted by: Christopher N . Harrell <cnh@eng.mindspring.net>
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-144-32/+40
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* add official kerberos patchache1998-11-102-0/+572
|
* Build and install correctly for a.out and ELF.nectar1998-11-078-60/+140
|
* Make IS_INTERACTIVE so people doing ``cd /usr/ports ; make fetch'' willobrien1998-11-041-1/+2
| | | | | | get a little farther. Requested by: Andreas Klemm <andreas@klemm.gtn.com>
* configure with "--without-x" if X11BASE/bin/xauth is missing.obrien1998-10-302-2/+10
| | | | Requested by: Studded@gorean.org
* Version changed again, this time to 1.5.6.5.asami1998-10-272-6/+6
|
* Upgrade to latest version, remove BROKEN tag.vanilla1998-10-262-8/+6
|
* The distfile doesn't exist on master site anymore....asami1998-10-261-1/+3
|
* Add more DISTSITES. The single one listed only allowed 10 simulanious anonobrien1998-10-262-4/+12
| | | | | connections -- not enough for the demands of the Awesome FreeBSD Ports Collection(tm).
* Upgrade to 1.5.6p3, and change erich's email address.vanilla1998-10-234-31/+32
|
* Compile Under ELFsmace1998-10-192-0/+20
| | | | PR: ports/8336 ports/8255
* Fix skey authorization.obrien1998-10-101-1/+1
| | | | Submitted by: Jeff Kletsky <Jeff@Wagsky.com>
* The location of identd.key is in ${PREFIX}/etc.steve1998-10-102-8/+45
| | | | | PR: 8091 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Spell PREFIX wih only one X.steve1998-10-101-1/+1
| | | | | PR: 8089 Submitted by: Sheldon Hearn <axl@iafrica.com>
* '-lcrypt' is needed in the USE_DES case too.steve1998-10-101-2/+2
| | | | PR: 8080
OpenPOWER on IntegriCloud