summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.1David W. Chapman Jr.2001-07-222-2/+2
| | | | | | | | PR: 29126 Submitted by: maintainer Notes: svn path=/head/; revision=45356
* - Extend patches in submakefiles, to build under 3.5 STABLEDirk Meyer2001-07-223-9/+25
| | | | | | | | PR: 28921 Submitted by: aito@sets.ne.jp Notes: svn path=/head/; revision=45348
* Add a copy of the distfile to MASTER_SITE_LOCAL since the website seemsKris Kennaway2001-07-211-1/+3
| | | | | | | to (temporarily?) be unavailable. Notes: svn path=/head/; revision=45324
* Add a couple of MASTER_SITES and remove the main site which seems toKris Kennaway2001-07-211-1/+3
| | | | | | | currently be down. Notes: svn path=/head/; revision=45323
* Update to 0.3.1c.Akinori MUSHA2001-07-202-2/+2
| | | | Notes: svn path=/head/; revision=45297
* Update to version 2.54 Beta 27.David E. O'Brien2001-07-202-2/+2
| | | | Notes: svn path=/head/; revision=45292
* Merge telnetd vulnerability fix from FreeBSD.Jacques Vidrine2001-07-2028-4/+4876
| | | | | | | Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=45288
* Upgrade openssl to 0.9.6b.OKAZAKI Tetsurou2001-07-204-4/+4
| | | | Notes: svn path=/head/; revision=45285
* Update to version 4148James E. Housley2001-07-202-2/+2
| | | | Notes: svn path=/head/; revision=45284
* add cfvYing-Chieh Liao2001-07-207-0/+67
| | | | | | | cfv is a utility to both test and create .sfv, .csv and md5sum files Notes: svn path=/head/; revision=45272
* Update 0.4b -> 0.4cJacques Vidrine2001-07-194-58/+5
| | | | Notes: svn path=/head/; revision=45258
* = Fix possible telnetd vulnerability in option processing.Jacques Vidrine2001-07-193-0/+64
| | | | | | | | | | Obtained from: heimdal-discuss@sics.se = Fix bug in GSSAPI accept_sec_context() that prevented credential forwarding from working in some cases. Notes: svn path=/head/; revision=45257
* Update to 0.3.1b.Akinori MUSHA2001-07-192-2/+2
| | | | Notes: svn path=/head/; revision=45251
* Add stegdetect 0.2, an automated tool for detecting stenographicMark Pulford2001-07-196-0/+35
| | | | | | | content in jpegs. Notes: svn path=/head/; revision=45247
* Add snort-rep 1.2, a Snort reporting tool that can produce textMark Pulford2001-07-196-0/+48
| | | | | | | or HTML from logs. Notes: svn path=/head/; revision=45246
* Update to version 3.15Kevin Lo2001-07-163-4/+14
| | | | | | | | PR: 29000 Submitted by: MAINTAINER Notes: svn path=/head/; revision=45167
* Update to 0.3.1.Akinori MUSHA2001-07-162-2/+2
| | | | Notes: svn path=/head/; revision=45161
* upgrade to 1.0Ying-Chieh Liao2001-07-163-28/+25
| | | | | | | drop maintainership Notes: svn path=/head/; revision=45157
* upgrade to 2.01.01Ying-Chieh Liao2001-07-163-14/+13
| | | | | | | drop maintainership Notes: svn path=/head/; revision=45156
* handle gtk-config more properlyYing-Chieh Liao2001-07-161-9/+8
| | | | Notes: svn path=/head/; revision=45155
* Mark this port BROKEN. Mail to the MAINTAINER bounces.Brian Somers2001-07-151-0/+2
| | | | Notes: svn path=/head/; revision=45135
* Upgrade to 1.8-RELEASE.Dirk Froemberg2001-07-123-23/+35
| | | | | | | Submitted by: Michael Boman <michael@ayeka.dyndns.org> Notes: svn path=/head/; revision=45063
* Update to version 4147James E. Housley2001-07-112-2/+2
| | | | Notes: svn path=/head/; revision=45054
* add py-gnupgYing-Chieh Liao2001-07-116-0/+39
| | | | | | | A Python module to interface with GnuPG Notes: svn path=/head/; revision=45040
* Update to 1.1.9David W. Chapman Jr.2001-07-093-3/+3
| | | | | | | | | | Update patch-ac to set compiler flags correctly. PR: 28850 Submitted by: maintainer Notes: svn path=/head/; revision=44983
* Re-organize the local MASTER_SITE_DEBIAN setting to include A LOTMikhail Teterin2001-07-091-6/+12
| | | | | | | | | | | of country-code based aliases for the debian mirrors. Someone with power to commit to bsd.sites.mk should, of course, move it there ASAP. Get ready for upgrade to 0.5.1 -- noone else stepped forward to do this. Notes: svn path=/head/; revision=44975
* Update to version 2.54 Beta 26.David E. O'Brien2001-07-092-2/+2
| | | | | | | | | | | | The coolest feature is a new scan type -- Idlescan! The quick synopsis is that this is a completely blind scan (meaning no packets are sent to the target from your real IP address). Instead, a unique side-channel attack exploits predictable "IP fragmentation ID" sequence generation on the zombie host to glean information about the open ports on the target. Notes: svn path=/head/; revision=44962
* Make it buildable on 2.2-STABLE again.OKAZAKI Tetsurou2001-07-072-2/+2
| | | | Notes: svn path=/head/; revision=44897
* Chase the checksum. The author renamed the top-level directory; no otherKris Kennaway2001-07-072-2/+1
| | | | | | | changes. Notes: svn path=/head/; revision=44896
* Fix auto-generated plistKris Kennaway2001-07-071-1/+1
| | | | Notes: svn path=/head/; revision=44893
* Update 0.3f -> 0.4bJacques Vidrine2001-07-067-117/+5
| | | | Notes: svn path=/head/; revision=44846
* add gpgmeYing-Chieh Liao2001-07-0611-0/+73
| | | | | | | | | | A library to make access to GnuPG easier PR: 28196 Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp> Notes: svn path=/head/; revision=44842
* add bcwipeYing-Chieh Liao2001-07-066-0/+36
| | | | | | | | | | BCWipe securely erase data from magnetic and solid-state memory PR: 27993 Submitted by: Crow <crow@kapu.hu> Notes: svn path=/head/; revision=44836
* Correct spelling.Dima Dorfman2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=44824
* Update to version 1.3, minor fixes.Johann Visagie2001-07-064-7/+7
| | | | | | | | PR: 28764 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44819
* add missing filesYing-Chieh Liao2001-07-061-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=44808
* add py-fchksumYing-Chieh Liao2001-07-056-0/+35
| | | | | | | find the checksum of files Notes: svn path=/head/; revision=44772
* Make PORTDOCS compliantDavid W. Chapman Jr.2001-07-044-22/+39
| | | | | | | | | | | | | Add missing files to pkg-plist Update to 2.2.2 Change dependency to look for bzip shared lib instead of static lib Update patch-aa to work with new version PR: 28517 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44765
* Update to versin 4146James E. Housley2001-07-042-2/+2
| | | | Notes: svn path=/head/; revision=44762
* Add some info about using rndcontrol.Kevin Lo2001-07-011-0/+4
| | | | | | | | PR: 28556 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44605
* - adjust master_sites (synack.net == xinetd.org)Vanilla I. Shu2001-07-013-4/+11
| | | | | | | | | | | | | - change = to += in CONFIGURE_ARGS - add magic to allow build as a non-root user - improve pkg-comment - add WWW: to pkg-descr PR: ports/28561 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44600
* Update port to 2.3.0Chris D. Faulhaber2001-06-304-16/+16
| | | | Notes: svn path=/head/; revision=44595
* Bump $PORTREVISION.Jun Kuriyama2001-06-302-0/+2
| | | | | | | Pointed out by: sf Notes: svn path=/head/; revision=44575
* Correct no-nos: one file per patch, please. Don't touch more than oneJacques Vidrine2001-06-293-49/+42
| | | | | | | | source file with each patch file, and don't touch the same source file with more than one patch file. Notes: svn path=/head/; revision=44566
* Add 2 missing entries (lib/charset.alias and share/locale/locale.alias).Jun Kuriyama2001-06-292-0/+4
| | | | Notes: svn path=/head/; revision=44550
* Add "USE_AUTOMAKE= yes"James E. Housley2001-06-281-1/+2
| | | | | | | | PR: 28489 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=44531
* Add fpm 0.53; Figaro's Password Manager, an app to securely storeWill Andrews2001-06-277-0/+220
| | | | | | | | | | your passwords. Not that I would need/want it... PR: 28229 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=44513
* Update to version 4145James E. Housley2001-06-272-2/+2
| | | | Notes: svn path=/head/; revision=44511
* Use %%PORTDOCS%% pragma.Johann Visagie2001-06-271-2/+2
| | | | Notes: svn path=/head/; revision=44505
* Updating my email address in my remaining ports.Johann Visagie2001-06-271-1/+1
| | | | | | | Prompted by: vanilla Notes: svn path=/head/; revision=44495