aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Path for problem with tty ownership with chflags and chown in BSD 4.4cpiazza1999-09-034-0/+10
| | | | | | | | variants. Fixes a security bug in tty allocation. PR: 13515 PR: 13536 Submitted by: Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer)
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3129-43/+43
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-3186-86/+86
|
* Update to allow 3.2 (320002) to use the new interface to the kernel.green1999-08-292-4/+5
|
* upgdate to sudo.v1.5.9p4mharo1999-08-282-6/+6
|
* expr -> ${EXPR}mharo1999-08-287-16/+16
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* sed -> ${SED}mharo1999-08-281-2/+2
|
* ln -> ${LN}mharo1999-08-282-6/+6
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-283-10/+10
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-252-2/+2
|
* grep -> ${GREP}mharo1999-08-233-6/+6
| | | | | true -> ${TRUE} false -> ${FALSE}
* awk -> ${AWK}mharo1999-08-231-2/+2
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-2315-48/+37
| | | | chown -> ${CHOWN}
* Make it clear(er) that RSAREF is a port that must be installed, not, perhaps,hoek1999-08-182-4/+4
| | | | | | some piece of the base system (a-la crypto). I wrote "rsaref port" instead of "security/rsaref" since on the remote chance that rsaref switches categories, I don't want the message to become wrong.
* Upgrade to 2.1.8.6b6.vanilla1999-08-142-4/+4
|
* Upgrade to v0.9.10.kuriyama1999-08-124-8/+8
|
* Upgrade to 0.9.4.dirk1999-08-1010-150/+138
|
* SUID ssh breaks kerberos; disable in the kerberized case. I evenmarkm1999-08-101-2/+3
| | | | | like the idea of breaking SUID bit permanently, but I'll leave this up to the maintainer.
* Update to version 1.5.9p3mharo1999-08-082-6/+6
|
* Upgrade to 1.2.1.dirk1999-08-072-3/+3
|
* Typo in URL.dirk1999-08-031-1/+1
|
* Add snort.dirk1999-08-021-1/+2
|
* Initial import of snort-1.2, adirk1999-08-025-0/+59
| | | | lightweight network intrusion detection system.
* upgrade to 2.08ache1999-08-022-4/+4
|
* Find the ssl header files correctly and fix this so it will work ifsteve1999-08-013-4/+22
| | | | | | | USA_RESIDENT=YES. PR: 12795 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Only declare this port BROKEN if ${OSVERSION} >= 400006 so that it stillarchie1999-08-011-3/+7
| | | | | | works under -stable. How to do this suggested by: David O'Brien <obrien@NUXI.com>
* Upgrade to v0.9.9.kuriyama1999-07-264-8/+8
|
* Hard code the path to nmap w/in nmapfe. Thus it will work in the face of aobrien1999-07-246-0/+138
| | | | | | limited path. Bug reported by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Add new file README.FreeBSD+NAT to the documentation subdirectory, describingarchie1999-07-235-12/+90
| | | | | | | | how to run SKIP and natd together. Submitted by: Jim Flowers <jflowers@ezo.net> Mark this port as BROKEN until the device registration bit is fixed.
* Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) thatobrien1999-07-2310-17/+38
| | | | simplifies the running of nmap for the point and shoot crowd.
* Upgrade to strobe-1.06jseger1999-07-222-4/+5
|
* Remove manpages from PLIST and use MLINKS instead of a bunch of ${LN} calls.mharo1999-07-162-24/+10
|
* Switch pidentd to using sysctl()s instead of libkvm. It now doesn't needgreen1999-07-152-0/+50
| | | | | | | to be linked with libkvm... this should fix a lot of strange problems people report with pidentd. This is for -CURRENT only, at the moment.
* Add /modules and /boot to the default config file.cpiazza1999-07-143-6/+18
| | | | | PR: 12622 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com>
* Support the MDTM ftp command in the ftp-gw.obrien1999-07-101-0/+10
| | | | Submitted by: Alexander V. Tischenko <flash@hway.ru>
* Add some MASTER_SITEs so we can download from a site that doesn't limitbillf1999-07-081-2/+5
| | | | logins to 50 users.
* Update the master site.max1999-07-071-2/+2
|
* Fix instances of "This is ...."hoek1999-07-031-1/+1
|
* Upgrade to v0.9.8.kuriyama1999-06-304-8/+10
| | | | Add workaround for compilation with CFLAGS=-pipe.
* add --disable-posix-threads. Fixes apache+php3 hang.nsayer1999-06-291-2/+2
| | | | Suggested-by: PHP-dev mailing list
* Add --disable-pthreads. Fixes apache+php3 hangnsayer1999-06-291-2/+2
| | | | suggested by: PHP-dev mailing list
* Stealing some good ideas from ports/devel/mm:nsayer1999-06-292-2/+8
| | | | | | 1. postinstall ldconfig 2. pkg/PLIST ldconfigs 3. CONFIGURE_ARGS
* Stealing some fix-ups from ports/devel/mm:nsayer1999-06-292-3/+9
| | | | | | 1. post-install ldconfig 2. CONFIGURE_ARGS 3. PLIST ldconfigs
* add new libmcrypt port to security/Makefilensayer1999-06-291-1/+2
|
* Import of libmcrypt port of multicipher cryptographic librarynsayer1999-06-295-0/+33
|
* add new mhash port to security/Makefilensayer1999-06-291-1/+2
|
* Import of mhash cryptographic hashing library portnsayer1999-06-295-0/+32
|
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-282-2/+2
|
* #4/4 enforcing Caps, no periodhoek1999-06-2742-42/+42
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.obrien1999-06-251-2/+2
|
* Upgrade to version 3.3.dirk1999-06-243-18/+4
| | | | | PR: ports/12318: Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer)
* Obey "NO_X11".obrien1999-06-232-3/+23
| | | | Submitted by: Phil Homewood <philh@mincom.com>
* CFS's cmkdir now makes directories as Blowfish by default.green1999-06-222-2/+13
| | | | | | I've made myself the maintainer, as well. Reviewed by: jdp
* Update master sites.jdp1999-06-221-3/+3
|
* Update to 0.15.cpiazza1999-06-212-5/+5
| | | | | PR: 12306 Submitted by: maintainer
* Change my email address to FreeBSD.org.cpiazza1999-06-192-6/+3
| | | | | Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc).
* upgrade to 2.0.13ache1999-06-1911-62/+70
| | | | | | | XXXtgetent from original PR fixed PR: 12279 Submitted by: Issei Suzuki <issei@issei.org>
* Only use trimdomain() if __FreeBSD_version > 320000brian1999-06-182-9/+22
| | | | It was available in 3.0 & 3.1 but would truncate at UT_HOSTSIZE-1
* Need to quote if we use "'".simokawa1999-06-161-2/+2
|
* i386 only.simokawa1999-06-161-1/+3
|
* PR: ports/12037sada1999-06-1611-390/+162
| | | | | | | Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Upgrade to 1.2.27. # I'm not maintainer but it seems that torstenb is too busy to # look the PR and many people want new version ssh port.
* Add the gpasman port.steve1999-06-091-1/+2
|
* Initial import of gpasman version 1.1.3.steve1999-06-096-0/+42
| | | | | | | A password manager that stores password information encrypted. PR: 11787 Submitted by: Dominik Brettnacher <domi@saargate.de>
* Add the firewalk port.steve1999-06-091-1/+2
|
* Initial import of firewalk version 0.99beta.steve1999-06-096-0/+67
| | | | | | | A network auditing tool. PR: 11641 Submitted by: Peter Shipley <shipley@dis.org>
* update to 1.5.9.2mharo1999-06-082-6/+6
|
* Add the sslproxy port.steve1999-06-071-1/+2
|
* Initial import of sslproxy version 19980614.steve1999-06-076-0/+46
| | | | | | | Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org>
* Update to version 3.2.steve1999-06-073-4/+40
| | | | | PR: 12018 Submitted by: maintainer
* Upgrade to 0.9.3a.dirk1999-06-064-10/+10
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-068-24/+4
| | | | in bsd.port.mk and this helps to unify the check and install.
* Activate keyprintmharo1999-06-021-1/+2
|
* This is keyprint: a quick hack for printing S/Key keys on a small piecemharo1999-06-0210-0/+120
| | | | | | of paper, twice the size of a credit card for easy storage in a wallet, card holder, etc. It produces a PostScript file which can be printed and then trimmed to size:
* Upgrade to OpenSSL 0.9.3:dirk1999-06-0214-210/+322
| | | | | - some changes of the directory layout: e. g. ${PREFIX}/lib/openssl.cnf -> ${PREFIX}/openssl/openssl.cnf
* include ${PREFIX}/include/openssl due to openssl upgrade.dirk1999-06-021-1/+1
|
* include ${PREFIX}/include/openssl due to openssl upgrade.dirk1999-06-022-4/+5
| | | | Submitted by: Ralf S. Engelschall <rse@FreeBSD.org>
* activate pktsuckersmharo1999-06-021-1/+2
|
* Log the contents of unwanted tcp and udp connections.mharo1999-06-027-0/+61
| | | | | PR: 11973 Submitted by: Warren Toomey
* Update to use gtk version 1.2.3.steve1999-05-294-12/+17
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add more MASTER_SITES entriesnectar1999-05-291-4/+4
|
* Forget about ${PREFIX}/include/giflib.tg1999-05-272-6/+4
|
* Update 1.0.5 -> 1.0.6nectar1999-05-2712-52/+64
|
* Remove this. It was a bad idea.markm1999-05-251-11/+0
|
* Upgrade to v0.9.7.kuriyama1999-05-254-8/+8
|
* Update to version 0.1.1.steve1999-05-243-32/+8
| | | | | PR: 11663 Submitted by: maintainer
* Enable pdq.foxfair1999-05-171-1/+2
| | | | Enable nessus.
* PR: 11457foxfair1999-05-1710-0/+564
| | | | | | | | | Submitted by: Anders Nordby <anders.fix.no> Nessus is a security scanner. That is, it's a program which will scan a given network and will seek for vulnerabilities which could be exploited by some remote intruder. Check the homepage at: http://www.nessus.org/
* Make more package friendlymharo1999-05-171-0/+6
|
* Upgrade to 0.90mharo1999-05-176-73/+50
| | | | Noticed by: Jim Dutton <jimd@dutton3.it.siu.edu>
* Fix compilation problem caused by change in suser() calling convention.archie1999-05-171-20/+31
|
* Misc. PLIST cleanups.asami1999-05-121-0/+1
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to latest version, and change MASTER_SITES to synack.net.vanilla1999-05-114-67/+39
|
* Put a little more of DISTNAME into EXTRACT_SUFX so it is a littlesteve1999-05-101-4/+3
| | | | more consistent with tradition.
* Activate the slush port.steve1999-05-101-1/+2
|
* Initial import of slush version 0.1.0.steve1999-05-108-0/+264
| | | | | | | A telnet-like application which uses a secure SSL channel. PR: 11557 Submitted by: Peter Shipley <shipley@dis.org>
* Add entry for new raproxy portnsayer1999-05-101-1/+2
|
* Upgrade to v0.9.6.kuriyama1999-05-096-12/+8
| | | | | # In my environment (3.1-19990331-STABLE), I cannot finish to build # with CFLAGS+=-pipe. Hmmm....
* Always use trimdomain(), not just #if __FreeBSD_version >= 400004brian1999-05-072-22/+8
| | | | The port maintainer must be away....
* Switch to USE_ZIPjseger1999-05-071-6/+2
|
* Re-order CATEGORIES into the correct order (primary [virtuals...])billf1999-05-061-2/+2
| | | | | PR: ports/11508 Submitted by: Dima Sivachenko <dima@Chg.RU>
* Add .packlist and cleanup empty directory.kuriyama1999-05-051-0/+2
|
* LIB_DEPENDS on the new unified xview port.steve1999-05-051-4/+4
|
* Upgrade KDE to Release 1.1.1.se1999-05-046-10/+106
|
* Add WWW: to DESCR filesmharo1999-05-0319-30/+33
|
* Allow this to build again inside and outside the US.steve1999-05-031-1/+5
| | | | PR: 11237
* Upgrade from 1.5.8.2 to 1.5.89.1 and change MAINTAINER to me.mharo1999-04-222-6/+6
| | | | | PR: 11079 Submitted by: Hans Huebner hans@huebner.org
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-228-10/+12
|
* Update path/namemharo1999-04-203-9/+11
| | | | | PR: 11040 Submitted by: me
* ports/security/sentry -> portsentrymharo1999-04-201-2/+2
|
* Update to version 0.14.steve1999-04-193-12/+46
| | | | | PR: 11125 Submitted by: maintainer
* Add optional CONFIGURE_ARGS to compile on 2.2.8 system.kuriyama1999-04-174-12/+70
| | | | | | | Install documentations. Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Reviewed and modified by: maintainer
* Respect CC and CFLAGSkris1999-04-161-5/+12
|
* Respect CC and CFLAGS.kris1999-04-161-3/+21
|
* Clean up treatment of manpages, respect CC and CFLAGS.kris1999-04-163-11/+15
| | | | Reviewed by: obrien
* openssl-0.9.2b-rsaoaep.patch supersedes patch-aj.dirk1999-04-144-2/+10
| | | | Obtained from: http://www.openssl.org/
* Portlint.asami1999-04-121-1/+3
|
* 1)BUILD_DEPENDS was missing an S and wasn't in the proper form.jseger1999-04-122-2/+10
| | | | | | | 2)Was installing into a directory but not removing it with the rest of the package. 3)Now supports NOPORTDOCS (which isn't documented in Mk/bsd.port.mk)
* Reduce the copy of the DISPLAY variable usingbrian1999-04-111-2/+24
| | | | | | trimdomain() so that ``ssh machine.domain xterm'' comes out with a machine name of (say) ``machine:10.0''. Reviewed by: torstenb@
* Call trimdomain() to reduce the size of the ut_hostbrian1999-04-111-0/+31
| | | | | field before reveting to storing an IP number. Reviewed by: torstenb@
* Activate security/libparanoiajseger1999-04-101-1/+2
|
* Import of security/libparanoia 1.3jseger1999-04-105-0/+53
| | | | | | | | | | This is a library, which contains a safe reincarnations of strcpy/strcat/sprintf and some other functions, which is known to be a source to 99% of stack smashing attacks since Morrison Worm. PR: ports/9279 Submitted by: Alexandre Snarskii <snar@paranoia.ru>
* Proper URLs that reference directories end in '/'billf1999-04-092-4/+4
|
* add p5-Digest-MD5ache1999-04-081-1/+2
|
* Digest:: MD5, MD2, SHA1, and HMACache1999-04-085-0/+76
|
* Don't set OSVERSION; bsd.port.pre.mk already did.fenner1999-04-083-6/+3
| | | | Found by: building ports with sysctl not in my path
* Teach krlogind, telnetd, et. al. about FreeBSD's available ptys.nectar1999-04-064-0/+200
| | | | | | | In other words, /dev/pty[p-zP-T][0-9a-f] -> /dev/pty[p-sP-S][0-9a-v] Submitted by: John Polstra <jdp@polstra.com>
* Tell the distfile survey that bro doesn't have any distfiles to check byfenner1999-04-061-3/+4
| | | | | | | commenting out MASTER_SITES. Modify the IGNORE= message a little, and use ${DISTFILES} to describe the file to fetch so that the message doesn't have to be modified every time the port is updated.
* Upgrade to 2.12.obrien1999-04-056-9/+9
|
* Upgrade to 2.11.obrien1999-04-036-9/+9
|
* detect/use -current libwrapache1999-04-031-1/+5
|
* detect/use -current libwrapache1999-04-031-1/+5
|
* Oops.nsayer1999-04-031-2/+2
| | | | Remove devel from list of categories.
* Add SUBDIR line for new identify portnsayer1999-04-031-1/+2
|
* Add "identify" daemon wrapper. Allows one to add ident lookup and loggingnsayer1999-04-037-0/+172
| | | | to arbitrary daemons (like telnetd or fingerd).
* Remove ``WWW.jp.FreeBSD.ORG/~sada/*'' addresses from MASTER_SITESsada1999-04-011-2/+2
| | | | | & PATCH_SITES, and use ${MASTER_SITE_PORTS_JP} instead. We couldn't use ``WWW.jp.FreeBSD.ORG/'' address soon.
* Remove SSLeay.dirk1999-03-311-2/+1
|
* Fix build error on FreeBSD-4.0-CURRENT.dirk1999-03-312-8/+48
| | | | Reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Update to 3.1.8.obrien1999-03-303-16/+19
| | | | | PR: ports/10769 Submitted by: Michael Haro <mharo@patrol.area51.fremont.ca.us>
* Switch from SSLeay to OpenSSL.dirk1999-03-291-5/+6
| | | | | PR: ports/10541 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer)
* - patch-ab needs to patch Makefile.org and not Makefile.ssl. Otherwisedirk1999-03-294-4/+6
| | | | | | | | | | the diffs are trashed because Makefile.org is used as a basis for Makefile.ssl during configuration. Now that patch-ab is applied correctly libRSAglue.a is installed. - add patch-aj obtained from the OpenSSL CVS repository: "Make sure the RSA OAEP test is skipped under -DRSAref because OAEP isn't supported when OpenSSL is built with RSAref."
* Upgrade to v1.5.8p2billf1999-03-293-10/+8
| | | | | PR: ports/10817(not used), ports/10499 Submitted by: foxfair, Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
* Upgrade to 0.5.5p1.dirk1999-03-264-10/+10
| | | | | | | ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade. PR: ports/10768 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* Upgrade to 0.9.2b.dirk1999-03-2612-300/+176
| | | | | | | | | | | | | | | | | | | According to the OpenSSL-core-team you are strongly encouraged to upgrade any old version. The new version has a lot of bug fixes. - ${PREFIX}/bin/ssleay was renamed to ${PREFIX}/bin/openssl and ${PREFIX}/etc/ssleay.cnf to ${PREFIX}/lib/openssl.cnf - there are no links from e. g. ${PREFIX}/bin/md5 to ${PREFIX}/bin/ssleay any longer, instead you have to call "openssl md5" now - replaced HAS_CONFIGURE, CONFIGURE_SCRIPT and CONFIGURE_ENV with a do-configure target and changed the indention level - some perl scripts need perl5 now, so set USE_PERL5 and replace perl with ${PERL5} where neccessary. - honour ${CFLAGS}
* Cause the makefile to respect CC and CFLAGS during compilation.kris1999-03-231-4/+16
| | | | Reviewed by: John Polstra (Maintainer)
* Distfile fenneragekris1999-03-221-2/+2
|
* Upgrade to v0.9.5.kuriyama1999-03-214-8/+8
|
* Add gtkportscan.asami1999-03-201-1/+2
|
* a simple portscannertaoka1999-03-186-0/+68
| | | | | PR: ports/10551 Submitted by: Chris Piazza cpiazza@home.net
* Fix filenames so that this can co-exist with PGP 2.*markm1999-03-177-22/+84
|
* Activate fakebokris1999-03-161-1/+2
|
* FakeBO is an emulator for the BackOrifice/NetBus trojans/"remotekris1999-03-165-0/+47
| | | | | | administration tools". It is able to "play along" with an incoming request to get the user to reveal their intentions. PR: 9261
* Update to version 0.22.steve1999-03-152-3/+3
| | | | | PR: 10200 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* Update to version 2.8.5.steve1999-03-152-3/+3
| | | | | PR: 10201 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* Re-order definition of a couple of variables so the ssh1 dependencysteve1999-03-151-10/+11
| | | | | | | is picked up correctly. PR: 10577 Submitted by: maintainer
* Upgrade to v0.9.4.kuriyama1999-03-146-12/+16
|
* (1) Add a new MASTER_SITEbillf1999-03-142-39/+26
| | | | | | | | | | | | | | (2) Reorganize MASTER_SITEs (3) Remove reference to Phil Karn's ssh speedups, it is now distributed as a full source package, and not a patch kit. If we want to use it, we will have to make a new port for it. (4) Use ${ECHO} instead of echo, ${RM} instead of rm, ${LN} instead of ln (5) Use ${FALSE} instead of false (6) Remove multiple blank lines in Makefile (7) Remove trailing blank lines in pkg/DESCR Submitted by: Alex Perel <veers@disturbed.net> (1, 2, 4, 6) Bill Fumerola <billf@FreeBSD.org> (3, 5, 7)
* Remove portmap_tcpd (it's the same as the one in the base system). After ajfitz1999-03-131-2/+1
| | | | | | brief discussion on -committers, tcp_wrappers will be imported into the base system which will allow us to build our system portmapper with hosts.allow functionality.
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-122-2/+4
|
* Activate portmap_tcpdjfitz1999-03-121-1/+2
|
* Build SKIP port as a KLD instead of an LKM.archie1999-03-1175-2282/+2732
|
* 1.5.8p1 is gone, 1.5.8p2 is in its place.obrien1999-03-091-1/+3
|
* Upgrade to strobe 1.05jseger1999-03-092-5/+4
| | | | | PR: ports/10202 Submitted by: <Michael Haro> mharo@area51.fremont.ca.us
* upgrade to 1.5.8.1erich1999-03-093-37/+15
| | | | Submitted by: Igor Vinokurov <igor@rtsnet.ru>
* Upgrade to v0.9.3.kuriyama1999-03-086-16/+14
|
* Set ONLY_FOR_ARCHS to i386.dirk1999-03-064-4/+14
| | | | | | | | | | | | | 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."
* Portlint.asami1999-03-012-6/+4
|
* Remove trailing whitespace.asami1999-03-011-2/+2
|
* MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withobrien1999-02-282-2/+2
| | | | GZIP or BZIP2 distfiles. I went with BZIP2.
* MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I wentobrien1999-02-282-4/+8
| | | | with BZIP2.
* upgrade to 3.12.1obrien1999-02-262-3/+3
| | | | | This version fixes the Brazilian Information Security Team Security Advisor on "buffer overflow condition if the syslog option is enabled".
* Fix accidentally changed master site domain name.archie1999-02-261-2/+2
|
* Updated to super-3.11.9obrien1999-02-192-3/+3
|
* vesion 3.11.{7,8} fixes the February 15, 1999 ISS Security Advisory onobrien1999-02-191-1/+1
| | | | buffer overflow in the Super program.
* update to 3.11.8obrien1999-02-193-28/+9
|
* upgrade to 2.08obrien1999-02-176-9/+12
|
* update to 0.5obrien1999-02-142-7/+7
| | | | Ok'ed by: Satoshi
* Correct Version required: lineflathill1999-02-113-9/+6
|
* * Don't use "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.obrien1999-02-112-4/+8
| | | | * BROKEN='{standard input}: Assembler messages: Error: Alignment not a power of 2'
* Update to 2.07flathill1999-02-116-12/+12
|
* Remove extra argument to "configure" that had been committed by accident.se1999-02-092-6/+2
|
* Upgrade to KDE 1.1 RELEASE.se1999-02-096-12/+86
|
* upgrade to 2.06obrien1999-02-096-9/+9
|
* upgrade to 2.05obrien1999-02-0810-19/+31
|
* Upgrade to v0.9.2.kuriyama1999-02-074-8/+8
|
* fix extract cmdache1999-02-071-2/+2
| | | | | PR: 9917 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Upgrade to KDE-1.1pre2 ...se1999-02-076-16/+120
|
* Use setusercontext() now to set all sort of login things including env.ache1999-02-063-5/+138
| | | | | | variables and priority! Enable light debugging for compatibility with -v option Don't print "No mail." - not in BSD login style.
* remove lines which do chmod -x on recently installed rc.d/sshd.shache1999-02-061-4/+1
|
* upgrade to 2.0.12ache1999-02-056-20/+42
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-033-15/+9
| | | | | | | | | | | | | | | | | | | 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.
* Add a secondary master site (hmm, that sounds funny..)archie1999-02-031-2/+3
| | | | Thanks to: Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za>
* Unbreak, portlint.markm1999-02-023-7/+18
|
* remove curses bloatache1999-01-291-0/+20
|
* upgrade to 2.03obrien1999-01-286-9/+9
|
* Remove duplicate MASTER_SITEbillf1999-01-281-3/+2
|
* Move ports/net/{portscanner,strobe} to ports/securitybillf1999-01-273-7/+9
|
* Correct MASTER_SITES.dirk1999-01-272-6/+8
|
* Make this work with current's new version of texinfo.steve1999-01-264-0/+44
| | | | | PR: 9587 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Move master site IAW CERT advisory CA-99-01-Trojan-TCP-Wrappers.markm1999-01-251-2/+2
|
* Respect the value of ${PREFIX}.max1999-01-211-4/+9
|
* Oops, double-quotes need to be escaped in Makefiles.max1999-01-211-1/+1
|
* Modify this patch to change the distributed Makefile to:max1999-01-211-5/+9
| | | | | | * Let the install target print correct location of the conf file. * Use CFLAGS+= instead of commenting it out. * Add -DPREFIX="${PREFIX}" to the CFLAGS.
* Install README.{install,methods} to share/doc/sentry.max1999-01-211-0/+3
|
* Standardize thecomment at the beginning.max1999-01-211-2/+9
| | | | Install README.{install,methods} to share/doc/sentry.
* Modify ${PREFIX}/bin/md5 (= ${PREFIX}/bin/ssleay) output string.dirk1999-01-202-0/+22
| | | | | PR: ports/9563 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Activate the stunnel port.steve1999-01-181-1/+2
|
* Initial import of stunnel version 2.1.steve1999-01-185-0/+40
| | | | | | | An SSL encryption wrapper for standard network daemons. PR: 9435 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com>
* Activate the l0pht-watch port.steve1999-01-181-1/+2
|
* Initial import of l0pht-watch version 1.0.steve1999-01-186-0/+40
| | | | | | | A program to report what goes on in /tmp. PR: 9434 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
* Upgrade to v0.9.1.kuriyama1999-01-156-20/+16
|
* Add Y2K link...scrappy1999-01-152-2/+6
|
* Don't use rsaref if I_HAVE_AN_RSA_LICENSE is defined.dirk1999-01-132-4/+4
| | | | | | | | | | | Requested by: Garrett Wollman <wollman@FreeBSD.ORG>: "If you have an RSA license, you DON'T want to use rsaref -- it's slow as hell. The only reason you would want to use rsaref is: 1) You are in the US. 2) The patent hasn't expired yet (600-someodd days and counting). 3) You wouldn't have the right to use RSA otherwise."
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-115-21/+21
| | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami
* Update to version 1.5.7.4.steve1999-01-113-18/+17
| | | | | PR: 9346 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Remove empty patch-ac and add patch-a[ef] which got lost during last commit.dirk1999-01-102-0/+0
|
* Change dependencies from SSLeay to openssl, the successor of SSLeay.dirk1999-01-101-3/+3
|
* Add openssl.dirk1999-01-101-1/+2
|
* Bring this port up to openssl-0.9.1c after a repository copy from SSLeay.dirk1999-01-0912-596/+402
| | | | | | | | | | | | | | OpenSSL is a successor of SSLeay (see http://www.openssl.org/). This port uses almost the same files as SSLeay. So they can't be installed both. - make the port ${PREFIX} clean - reorganize PLIST (list links as normal files, which makes the PLIST shorter and easier to maintain) - reference ${PREFIX}/etc/ssleay.cnf only (there was a reference to ${PREFIX}/lib/ssleay.cnf somewhere) - some other minor portlint changes
* Mark this broken while Dirk works on it.asami1999-01-092-2/+6
|
* Make dependency lines point to right directories -- they were stillasami1999-01-082-4/+4
| | | | using the old names (without "11").
* Mirror distfiles.sada1999-01-081-2/+4
|
* Remove broken MASTER_SITES, and add a new site. This leaves us withnectar1999-01-081-3/+4
| | | | | only one site. Hopefully I can locate the author and determine the status of this package.
* Upgrade to the first pre-release of KDE 1.1.se1999-01-076-188/+308
| | | | | | | | | | | This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
* Activate checkpassword.sada1999-01-071-1/+2
|
* Checkpassword provides a simple, uniform password-checking interfacesada1999-01-075-0/+52
| | | | | | to all root applications. It is suitable for use by applications such as login, ftpd, and pop3d. <URL:ftp://koobera.math.uic.edu/www/checkpwd.html>
* Mark these broken while Stefan works on an upgrade.asami1999-01-062-2/+6
|
* This is crypto. Warn appropriately.markm1999-01-032-2/+4
|
* Correct pathname.dirk1999-01-032-4/+4
| | | | | PR: ports/9258 Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anyasami1999-01-021-5/+5
| | | | | | | dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway.
* Do not error out if the distfiles do not exist. (they are only manuallyobrien1999-01-011-12/+8
| | | | fetchable).
* upgrade to 2.02obrien1998-12-306-9/+9
|
* Honor CFLAGS.mph1998-12-301-4/+15
|
* Update incorrect md5 printout.billf1998-12-282-0/+22
| | | | | PR: ports/9198 Submitted by: Shigeyuki FUKUSHIMA shige@kuis.kyoto-u.ac.jp
* Need to include bsd.port.pre.mk before using ${OSVERSION}.asami1998-12-273-6/+12
|
* With Satoshi's next bsd.port.* commit, this should work.obrien1998-12-251-2/+4
|
* Activate security/sniffjseger1998-12-251-1/+2
|
* Import of sniff v1.0jseger1998-12-255-0/+25
| | | | | | | | | This program filters the tcpump raw packet data looking for logins and passwords on the most commonly used tcp ports (ftp telnet pop3 ...). It dumps sniffed data to a file named sniff.log PR: 9039 Submitted by: admin@righi.ml.org
* Attempt to not "exit 1" if the distfile is missing. Otherwise batch fetchingobrien1998-12-251-12/+5
| | | | of distfiles is harder than I would like.
* Activate security/sentryjseger1998-12-201-1/+2
|
* Import of abacus sentry v 0.61jseger1998-12-208-0/+99
| | | | | | | | | | | Sentry is part of the Abacus Project suite of security tools. It is a program designed to detect and respond to port scans against a target host in real-time. There are other port scan detectors that peform similar detection of scans,but the Sentry has some unique features that may make it worth looking into. PR: ports/5475 Submitted by: chris@still.whet.org
* portlintsada1998-12-192-10/+8
|
* upgrade to 2.01obrien1998-12-176-9/+9
| | | | [many new OS fingerprints included :-) ]
* Somehow this delete didn't propagate.obrien1998-12-173-60/+0
|
* Upgrade to 2.00.obrien1998-12-1513-25/+58
|
* Add a patch to the 'skiphost' man page to reflect the -f option that we add.archie1998-12-111-0/+39
|
* * Fix compiling on 3.0.x. They include headers in the most non-"standard"obrien1998-12-113-4/+43
| | | | | | | order I've ever seen. Haven't these guys ever done Unix programming before? * Quiet some compiling warnings. For "security" software, this code should NOT have as many warnings and unused vars as it does.
* Upgrade to v0.4.5.kuriyama1998-12-106-14/+22
|
* Mark BROKEN since the distfile for this port is no longer available.steve1998-12-101-1/+3
|
* Upgrade to v0.13billf1998-12-082-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.