aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Add cvm 0.18, Credential Validation Modules:Sergei Kolobov2003-12-245-0/+88
| | | | | | | | | | | | | | | | | | - The reference source for the CVM interface - Diagnostic and benchmark CVM clients - A checkpassword interface CVM client - A UNIX/POSIX system module (uses getpwnam) - A flat-file module - A library for client writers - A set of libraries for module writers Author: Bruce Guenter <bruceg@em.ca> WWW: http://untroubled.org/cvm/ This port in needed to unbreak build of mail/mailfront and ftp/twoftpd. Notes: svn path=/head/; revision=96528
* Update mastersite.Mark Linimon2003-12-241-1/+1
| | | | | | | | PR: ports/60537 Submitted by: den@FreeBSD.org (maintainer) Notes: svn path=/head/; revision=96519
* Upgrade to 1.2.4.Jun Kuriyama2003-12-2412-186/+18
| | | | Notes: svn path=/head/; revision=96511
* - Update to version 0.77Kirill Ponomarev2003-12-242-2/+2
| | | | | | | | | PR: 60518 Submitted by: Jim Shewmaker <jim@bluenotch.com> Approved by: maintainer Notes: svn path=/head/; revision=96505
* - Give maintainership to Steve Simmons <scs@umich.edu>Kirill Ponomarev2003-12-232-10/+31
| | | | | | | | | | - Setgid added in addition to setgroups PR: 60516 Submitted by: maintainer Notes: svn path=/head/; revision=96495
* Per bento logs, mark as broken on 5.x due to an install error.Mark Linimon2003-12-231-0/+4
| | | | | | | Notified maintainer. Notes: svn path=/head/; revision=96492
* - Add missing dependency on devel/pcre (mandatory)Sergei Kolobov2003-12-232-21/+30
| | | | | | | | | | | | | | | | | - Bump PORTREVISION PR: 60520 Submitted by: Kenneth Ingham <freebsdpr@i-pi.com> While I'm here: - Fix configure's search for libnet (needed for WITH_FLEXRESP) when LOCALBASE != /usr/local - Add CONFIGURE_TARGET to silence warning - Use DOCSDIR in pkg-plist and re-sort - Take maintainership (until someone else step up) Notes: svn path=/head/; revision=96482
* Per bento logs, mark as broken on recent 5.x due to compilation problemsMark Linimon2003-12-231-2/+7
| | | | | | | with gcc3.3. Notified maintainer. Notes: svn path=/head/; revision=96468
* - Fix build under 5.1 RELEASE (malloc.h)Dirk Meyer2003-12-222-2/+3
| | | | | | | | - Update to 20031222 Submitted by: rob@debank.tv Notes: svn path=/head/; revision=96460
* - Add pkg-message forgotten to add by last commit.Kirill Ponomarev2003-12-221-0/+7
| | | | Notes: svn path=/head/; revision=96458
* - using PREFIX/CC/CFLAGS (with help from Markus Brueffer)Kirill Ponomarev2003-12-227-17/+182
| | | | | | | | | | | | | | | - added a man-page - installing additional docs - fixed installing with 0666 - sample start script now works and actually contains an usefull example - fixed install target - added a comment (in pkg-message) about ESP "Protocol not supported" PR: 60364 Submitted by: maintainer Notes: svn path=/head/; revision=96457
* Add patch to make gpasman import code build.Anders Nordby2003-12-221-0/+10
| | | | Notes: svn path=/head/; revision=96450
* Update to 0.59:Anders Nordby2003-12-223-7/+14
| | | | | | | | | - bugs fixed. - support for exporting (ascii, xml) and importing (tab delimited, gpasman) passwords added. Notes: svn path=/head/; revision=96448
* Add starttls 0.9, simple wrapper program for STARTTLS on emacs21.Jun Kuriyama2003-12-225-0/+25
| | | | Notes: svn path=/head/; revision=96439
* - Update to 0.5.4Clement Laforet2003-12-222-2/+2
| | | | | | | | | PR: 60505 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Approved by: erwin (mentor) Notes: svn path=/head/; revision=96431
* *******************IMPORTANT*******************James E. Housley2003-12-222-2/+2
| | | | | | | | | NNNN Emergency Dat release due to: W32/SOBER.C@MM ********************************************** Notes: svn path=/head/; revision=96420
* - update to 0.4.2Pete Fritchman2003-12-213-12/+9
| | | | | | | | - author has changed version scheme; bump PORTEPOCH - convert ${PERL} to ${REINPLACE_CMD} Notes: svn path=/head/; revision=96330
* Update to 2.03.Pete Fritchman2003-12-212-2/+2
| | | | Notes: svn path=/head/; revision=96324
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-213-3/+3
| | | | Notes: svn path=/head/; revision=96284
* - Update to 2.1.0 [1]Sergei Kolobov2003-12-1912-56/+135
| | | | | | | | | | | | - Install some additional documentation [1] - Fix WITH_MYSQL, WITH_ODBC and WITH_POSTGRES knobs [2] PR: 60400 [1], 59445 [2] Submitted by: Nicolas Jombart <ecu@ipv42.net> [1], Ken Stailey <kstailey@yahoo.com> [2] Notes: svn path=/head/; revision=96233
* - space before and after `(' and ')' [1]Hajimu UMEMOTO2003-12-192-4/+4
| | | | | | | | | | | - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko <os@rsu.ru> [1] Reported by: jeh [2] Notes: svn path=/head/; revision=96216
* - Update to 1.1.1Sergei Kolobov2003-12-1918-774/+804
| | | | | | | | | | | | | | | | | | - Remove patches not needed anymore - Add patch to respect LOCALBASE when searching for glib While I'm here: - Remove explicit automake/autoconf dependencies from BUILD_DEPENDS in favor of USE_AUTOCONF and WANT_AUTOMAKE_VER - Utilize USE_GNOME for glib12, gtk12 and gdk-pixbuf dependencies - Switch to DOCSDIR that doesn't contain a version number in the name - Sort pkg-plist PR: 59918 Submitted by: maintainer Notes: svn path=/head/; revision=96209
* - Use LDFLAGSKirill Ponomarev2003-12-191-1/+2
| | | | Notes: svn path=/head/; revision=96208
* ${OSVERSION} must be after including bsd.port.pre.mk.Hajimu UMEMOTO2003-12-192-4/+4
| | | | | | | Reported by: "Dan Langille" <dan@langille.org> Notes: svn path=/head/; revision=96206
* since 5-CURRENT has Kerberos5 as default, enable Kerberos5 asHajimu UMEMOTO2003-12-192-2/+2
| | | | | | | | | default on 5-CURRENT. Submitted by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=96180
* fix build with heimdal.Hajimu UMEMOTO2003-12-192-2/+2
| | | | | | | Submitted by: tiamat@komi.mts.ru Notes: svn path=/head/; revision=96179
* Update to 0.2.5Tilman Keskinoz2003-12-183-13/+2
| | | | | | | | PR: 59871 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=96141
* - Update to version 1.2Kirill Ponomarev2003-12-183-5/+31
| | | | | | | | PR: 60359 Submitted by: maintainer Notes: svn path=/head/; revision=96137
* Update to DAT 4309James E. Housley2003-12-172-2/+2
| | | | Notes: svn path=/head/; revision=96121
* Fix a double-free which prevented `ftpd' from functioning correctly.Jacques Vidrine2003-12-172-1/+31
| | | | Notes: svn path=/head/; revision=96091
* - Fix typo in start/stop scriptKirill Ponomarev2003-12-171-1/+1
| | | | | | | Submitted by: arved Notes: svn path=/head/; revision=96080
* Add vpnc 0.2,Kirill Ponomarev2003-12-178-0/+94
| | | | | | | | | | | | | | | VPNC - Client for Cisco 3000 VPN Concentrator A VPN client compatible with Cisco's EasyVPN equipment. Supports IPSec (ESP) with Mode Configuration and Xauth. Supports only shared-secret IPSec authentication, 3DES, MD5, and IP tunneling. It runs entirely in userspace PR: 60283 Submitted by: Christian Lackas Notes: svn path=/head/; revision=96052
* - Update to version 0.39Kirill Ponomarev2003-12-175-30/+39
| | | | | | | | PR: 60296 Submitted by: maintainer Notes: svn path=/head/; revision=96043
* - Update to 1.50Michael Haro2003-12-172-17/+16
| | | | | | | | | | - Use SITE_PERL macro to keep portlint happy PR: 59860 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=96014
* Add more MASTER_SITES and remove dead oneMichael Haro2003-12-171-2/+7
| | | | Notes: svn path=/head/; revision=96006
* libpreludePav Lucistnik2003-12-1712-60/+109
| | | | | | | | | | | | | | | | | - update to 0.8.10 - use NOPORTDOCS prelude-lml - chase shlib version, bump portrevision prelude-manager - update to 0.8.10 prelude-nids - update to 0.8.6 PR: ports/60113 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=95988
* - Update to 1.0.2Sergei Kolobov2003-12-169-300/+300
| | | | | | | | | | | | | | While I'm here: - Remove explicit automake/autoconf dependencing in BUILD_DEPENDS - Avoid using version number in DOCSDIR name - Re-sort pkg-plist - Cosmetique fixes PR: 59998 Submitted by: maintainer Notes: svn path=/head/; revision=95986
* Add another MASTER_SITEMichael Haro2003-12-161-0/+1
| | | | | | | Submitted by: "Michael Sharp" <ms@probsd.org> Notes: svn path=/head/; revision=95984
* Add rng_82802 0.0.0, RNG driver for the Intel 82802.Sergey Skvortsov2003-12-166-0/+75
| | | | Notes: svn path=/head/; revision=95953
* Fix pkg-message generatingSergey Skvortsov2003-12-161-1/+1
| | | | Notes: svn path=/head/; revision=95939
* Update to 0.4.1.Akinori MUSHA2003-12-152-2/+2
| | | | Notes: svn path=/head/; revision=95839
* - Fix dependency on slib-guilePav Lucistnik2003-12-141-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=95818
* - Chase new slib-guile infrastructurePav Lucistnik2003-12-141-1/+1
| | | | Notes: svn path=/head/; revision=95813
* - Add /var/log/security to the default list of input filesSergei Kolobov2003-12-122-1/+11
| | | | | | | | | | - Bump PORTREVISION PR: 56578 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=95691
* remove extra directories, respect NOPORTDOCSYen-Ming Lee2003-12-122-2/+7
| | | | Notes: svn path=/head/; revision=95670
* - Update to 20031211Dirk Meyer2003-12-112-2/+2
| | | | | | | | | | | | | clamd: UseProcesses: use processes instead of threads (initial version) clamav-milter: Added --quarantine-dir clamd: new directive ArchiveMaxCompressionRatio Various fixes PR: 60137 Submitted by: rob@debank.tv Notes: svn path=/head/; revision=95616
* - fix path for freshclamDirk Meyer2003-12-111-1/+1
| | | | Notes: svn path=/head/; revision=95615
* - Fix COMMENT formatKirill Ponomarev2003-12-111-1/+1
| | | | | | | | PR: 60148 Submitted by: Ports Fury Notes: svn path=/head/; revision=95610
* - Fix COMMENT formatKirill Ponomarev2003-12-111-1/+1
| | | | | | | | PR: 60147 Submitted by: Ports Fury Notes: svn path=/head/; revision=95609
* Update to 1.8.1, mostly minor bugfixes. See docs/Changelog for details.Mark Linimon2003-12-112-2/+2
| | | | | | | | PR: ports/59935 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) Notes: svn path=/head/; revision=95589