aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Update to DAT 4314jeh2004-01-152-2/+2
|
* - Update to 0.40clement2004-01-143-8/+12
| | | | Approved by: erwin (mentor) (implicitly)
* Upgrade to 20040114a.sumikawa2004-01-144-6/+4
|
* - Update to 2.02pav2004-01-144-126/+5
| | | | | | | | | | | | | | | | * Fix severe byte order related problem with "route-to" rules (much help from Joris Vandalon with testing here) * Make tcpdump's -w flag work for if_pfsync * Fix byte order and drop lock for icmp_error() calls. (note that it is necessary to allow icmp_error messages - from "block-policy return" - as FreeBSD does not know about pf's special tags, yet). - update ALTQ-message to point to the new 5.2R-patchset from rofug.ro as well PR: ports/61318 Submitted by: Max Laier <max@love2party.net> (maintainer)
* - Update to 20040113dinoex2004-01-145-8/+49
| | | | | | | | | Add freshclam daemon startup script Modify freshclam.conf with sane values Milter script cleanup (Milter socket changed) PR: 61313 Submitted by: rob@debank.tv
* Update MASTER_SITE and WWWmat2004-01-132-7/+6
|
* - Update my email addressclement2004-01-136-6/+6
| | | | Approved and reviewed by: erwin (mentor)
* Substitute BROKEN with IGNORE in cases where the port requires the src treemarcus2004-01-101-1/+1
| | | | | | | | | | to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
* - Add a missing dependency (converters/p5-MIME-Base64)clement2004-01-091-1/+2
| | | | | Approved by: Mohacsi Janos <mohacsi@niif.hu> (maintainer) erwin (mentor) (implicitly)
* - Warn about conflict with /lib/libcrypto.sodinoex2004-01-092-0/+20
|
* - Update to version 0.0.12krion2004-01-086-24/+639
| | | | | PR: 61079 Submitted by: Ports Fury
* - Update to version 0.0.11krion2004-01-083-52/+10
| | | | | PR: 61078 Submitted by: Ports Fury
* Upgrade security/amavisd-newedwin2004-01-083-6/+8
| | | | | | | | | Upgrade security/amavisd-new port to 20030616.p7 Also make portlint less unhappy wrt file PR: ports/61042 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
* Update to DAT 4313jeh2004-01-082-2/+2
|
* Update to 0.78erwin2004-01-082-2/+2
| | | | | | | | | - the W32/Sober@MM virus signature has been updated to detect W32/Sober.c@MM variant PR: 61025 Submitted by: Jim Shewmaker <jims@bluenotch.com> Approved by: maintainer
* - Update MASTER_SITESpav2004-01-072-3/+3
| | | | | PR: ports/60993 Submitted by: Hubert Tournier <hubert@frbsd.org> (maintainer)
* rcNG'fy racoon.sh and removed unnecessary patches.sumikawa2004-01-068-94/+94
| | | | Submitted by: ume
* Upgrade to version 1.3.0mbr2004-01-067-90/+37
|
* - Update to 0.3.16pav2004-01-068-22/+38
| | | | | PR: ports/60711 Submitted by: ijliao
* makes these ports "portlint clean".leeym2004-01-061-1/+1
|
* - Fix build with WRKDIRPREFIX set,dinoex2004-01-051-1/+1
| | | | hardcoded ./work removed.
* Emergency update to 20040103.petef2004-01-052-3/+5
| | | | | PR: 60865 Submitted by: maintainer
* HEADS-UP: Traditionally this port automatically installs a start-up script fornetchild2004-01-0417-117/+839
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sshd2 unless it detects an entry for ssh in /etc/inetd.conf. As there are three ways to automatically start sshd2 and /etc/rc.conf is the simplest one (at least on FreeBSD 4, with rcNG once /etc/rc.d/sshd is fixed to not be tailored to the base sshd) this version of the port is the last one to do so. Beginning with next version it will only install a sample start-up script. To prevent foot shooting when updating to the next version this port won't remove an existing start-up scripting on deinstall. Please see also the pkg-message that gets displayed on installation. - Update to 3.2.9.1. This is _not_ a security update. For the non-commercial version the only change worth mentioning since 3.2.5 is the addition of the config option "DisableVersionFallback", see sshd2_config(5) for further details. - Use sites from the official list of mirrors for MASTER_SITES. - Adjust COMMENT to justify why this port is security/ssh2, not security/ssh3. - Revise list of installed documentation. No longer install MANIFEST (list of source files) and INSTALL, install RFCs referenced in sshd2_config(5) and HOWTO.anonymous.sftp (patched to better fit FreeBSD). - Remove WITH_STATIC_SFTP knob. Using the internal sftp-server instead of the external (static) one is much simpler to set up and maintain (using the external one requires to install a copy of it in the home directory of the anonymous sftp user which has to be manually updated when installing a newer version of the port). - Remove WITHOUT_TCPWRAP knob, libwarp is part of FreeBSD since 3.2. - Install examples scripts for the ExternalAuthorizationProgram and AuthKbdInt.Plugin config options in EXAMPLESDIR. See sshd2_config(5) for further information. - Replace references to /etc/ssh2/* in config files with PREFIX/etc/ssh2/*. - Add a pkg-message displaying the different methods to automatically start sshd2. - Switch to the start-up script for Solaris which is part of the tarball, it handles the name of the pidfile better. - Fix detection of X11 headers, this enables compilation with support for X11 SECURITY extension. See TrustX11Applications in ssh2_config(5) for further information. - Add a test target to the Makefile of the port, the tests seem a bit outdated and buggy but it's enough to e.g. do a bit of speed comparison when building with different compilers. - Minor changes and clean-up (sort pkg-plist, don't add /usr/local/lib to the library search path when compiling, etc.). Revive some local modifications lost with the update to 3.1.0: - Use login_cap(3)/login_class(3) facilities to set environment variables, prority and shell, get motd, copyright, hushlogin and nologin, respect ignorenologin and requirehome. This changes are roughly based on former patch-ah and patch-ai and patches of security/openssh. - Don't print "No mail.", it's not FreeBSD login style. Submitted by: maintainer
* Reset maintainer and mark forbidden. From private email from the currentlinimon2004-01-041-4/+5
| | | | | | | | maintainer, in my response to request about build errors on 5.x: As much as I may try, I just can't find the time anymore to spend on projects such as this. Since there are some documented exploits available against 6.5.x, it would probably be best to remove the port.
* Adjust the dependency check on p5-Net-DNS to take into account itsdougb2004-01-041-1/+1
| | | | | | | new PERL_ARCH'ified location. In a few cases, standardize on searching for ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
* - Fix pkg-plisterwin2004-01-032-1/+6
| | | | | | | - Bump portrevision - Take maintainership Approved by: jesper (maintainer)
* - Remove left over patch file so it doesn't get installederwin2004-01-031-0/+3
| | | | | | - Bump PORTREVISION Approved by: nork (maintainer)
* Add p5-Crypt-xDBM_File 1.01,vanilla2004-01-035-0/+56
| | | | | | | | perl module encrypt almost any kind of dbm file. PR: 60709 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Install missing config files: unicode.map and threshold.confsergei2004-01-033-24/+28
| | | | | | | (snort fails to run without them present in ${PREFIX}/etc) - Bump PORTREVISION Noticed by: Kirby Kuehl <kkuehl@cisco.com>
* - Update to version 1.16krion2004-01-023-5/+3
| | | | | PR: 60804 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* makes portlint happyleeym2004-01-012-7/+7
| | | | | - apply DOCSDIR - replace variable "file" with "f"
* Update to version 0.38.demon2004-01-012-2/+2
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
* Update to DAT 4312jeh2004-01-012-2/+2
|
* - Update to 1.2.8pav2003-12-313-6/+3
| | | | | PR: ports/60756 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* - update to 20031229dinoex2003-12-303-2/+11
| | | | | | - new config file freshclam.conf Fix problem with clamscan --mbox Approved by: rob@debank.tv
* Update to 2.03erwin2003-12-292-2/+2
| | | | | PR: 60678 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Upgrade to 1.2dd2003-12-293-4/+4
|
* security/pear-Auth: upgrading to 1.2.3.edwin2003-12-284-50/+26
| | | | | | | Upgrading pear-Auth to its latest release. PR: ports/60281 Submitted by: Thierry Thomas <thierry@pompo.net>
* [PATCH] simplify pear-* portsedwin2003-12-284-34/+11
| | | | | | | | | | | | | | | | | | | | | | These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* add WITH_PGSQL knob which supports sql plugin with postgresql backend.ume2003-12-281-1/+11
| | | | | PR: ports/60606 Submitted by: mat
* remove missing manpageskv2003-12-271-2/+0
|
* - Fix another typopav2003-12-271-1/+1
| | | | | PR: ports/60616 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Fix typopav2003-12-271-1/+1
| | | | | PR: ports/60616 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Update MASTER_SITES.pav2003-12-261-1/+1
| | | | | PR: ports/60530 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
* Update to 1.6.7.marcus2003-12-252-3/+3
|
* Update to DAT 4311jeh2003-12-252-2/+2
|
* Add cvm 0.18, Credential Validation Modules:sergei2003-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.
* Update mastersite.linimon2003-12-241-1/+1
| | | | | PR: ports/60537 Submitted by: den@FreeBSD.org (maintainer)
* Upgrade to 1.2.4.kuriyama2003-12-2412-186/+18
|
* - Update to version 0.77krion2003-12-242-2/+2
| | | | | | PR: 60518 Submitted by: Jim Shewmaker <jim@bluenotch.com> Approved by: maintainer
* - Give maintainership to Steve Simmons <scs@umich.edu>krion2003-12-242-10/+31
| | | | | | | - Setgid added in addition to setgroups PR: 60516 Submitted by: maintainer
* Per bento logs, mark as broken on 5.x due to an install error.linimon2003-12-241-0/+4
| | | | Notified maintainer.
* - Add missing dependency on devel/pcre (mandatory)sergei2003-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)
* Per bento logs, mark as broken on recent 5.x due to compilation problemslinimon2003-12-231-2/+7
| | | | with gcc3.3. Notified maintainer.
* - Fix build under 5.1 RELEASE (malloc.h)dinoex2003-12-232-2/+3
| | | | | - Update to 20031222 Submitted by: rob@debank.tv
* - Add pkg-message forgotten to add by last commit.krion2003-12-231-0/+7
|
* - using PREFIX/CC/CFLAGS (with help from Markus Brueffer)krion2003-12-237-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
* Add patch to make gpasman import code build.anders2003-12-231-0/+10
|
* Update to 0.59:anders2003-12-233-7/+14
| | | | | | - bugs fixed. - support for exporting (ascii, xml) and importing (tab delimited, gpasman) passwords added.
* Add starttls 0.9, simple wrapper program for STARTTLS on emacs21.kuriyama2003-12-225-0/+25
|
* - Update to 0.5.4clement2003-12-222-2/+2
| | | | | | PR: 60505 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Approved by: erwin (mentor)
* *******************IMPORTANT*******************jeh2003-12-222-2/+2
| | | | | | NNNN Emergency Dat release due to: W32/SOBER.C@MM **********************************************
* - update to 0.4.2petef2003-12-223-12/+9
| | | | | - author has changed version scheme; bump PORTEPOCH - convert ${PERL} to ${REINPLACE_CMD}
* Update to 2.03.petef2003-12-222-2/+2
|
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-213-3/+3
|
* - Update to 2.1.0 [1]sergei2003-12-2012-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]
* - space before and after `(' and ')' [1]ume2003-12-202-4/+4
| | | | | | | | - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko <os@rsu.ru> [1] Reported by: jeh [2]
* - Update to 1.1.1sergei2003-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
* - Use LDFLAGSkrion2003-12-191-1/+2
|
* ${OSVERSION} must be after including bsd.port.pre.mk.ume2003-12-192-4/+4
| | | | Reported by: "Dan Langille" <dan@langille.org>
* since 5-CURRENT has Kerberos5 as default, enable Kerberos5 asume2003-12-192-2/+2
| | | | | | default on 5-CURRENT. Submitted by: Sean McNeil <sean@mcneil.com>
* fix build with heimdal.ume2003-12-192-2/+2
| | | | Submitted by: tiamat@komi.mts.ru
* Update to 0.2.5arved2003-12-183-13/+2
| | | | | PR: 59871 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* - Update to version 1.2krion2003-12-183-5/+31
| | | | | PR: 60359 Submitted by: maintainer
* Update to DAT 4309jeh2003-12-182-2/+2
|
* Fix a double-free which prevented `ftpd' from functioning correctly.nectar2003-12-182-1/+31
|
* - Fix typo in start/stop scriptkrion2003-12-181-1/+1
| | | | Submitted by: arved
* Add vpnc 0.2,krion2003-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
* - Update to version 0.39krion2003-12-175-30/+39
| | | | | PR: 60296 Submitted by: maintainer
* - Update to 1.50mharo2003-12-172-17/+16
| | | | | | | - Use SITE_PERL macro to keep portlint happy PR: 59860 Submitted by: Lars Thegler <lars@thegler.dk>
* Add more MASTER_SITES and remove dead onemharo2003-12-171-2/+7
|
* libpreludepav2003-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)
* - Update to 1.0.2sergei2003-12-179-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
* Add another MASTER_SITEmharo2003-12-171-0/+1
| | | | Submitted by: "Michael Sharp" <ms@probsd.org>
* Add rng_82802 0.0.0, RNG driver for the Intel 82802.skv2003-12-166-0/+75
|
* Fix pkg-message generatingskv2003-12-161-1/+1
|
* Update to 0.4.1.knu2003-12-152-2/+2
|
* - Fix dependency on slib-guilepav2003-12-151-1/+1
| | | | Pointy hat to: pav
* - Chase new slib-guile infrastructurepav2003-12-151-1/+1
|
* - Add /var/log/security to the default list of input filessergei2003-12-132-1/+11
| | | | | | | - Bump PORTREVISION PR: 56578 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* remove extra directories, respect NOPORTDOCSleeym2003-12-122-2/+7
|
* - Update to 20031211dinoex2003-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
* - fix path for freshclamdinoex2003-12-111-1/+1
|
* - Fix COMMENT formatkrion2003-12-111-1/+1
| | | | | PR: 60148 Submitted by: Ports Fury
* - Fix COMMENT formatkrion2003-12-111-1/+1
| | | | | PR: 60147 Submitted by: Ports Fury
* Update to 1.8.1, mostly minor bugfixes. See docs/Changelog for details.linimon2003-12-112-2/+2
| | | | | PR: ports/59935 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* Update to DAT 4308jeh2003-12-112-2/+2
|
* - H+BEDV GmbH released a new tarball shipping an updated anti-virus enginenetchild2003-12-114-9/+35
| | | | | | | | | | | | | | | | | | (6.22.0.1 -> 6.23.0.1), a current virus definition file (6.23.0.1) and and updated antivir.conf adding new options for the new features in the current AV engine. If you are using the auto-update facility you should already have the updated AV engine and VDF. The new options available in antivir.conf are only relevant if you are using the update daemon mechanism (i.e. you are using `antivir --update-daemon` instead of running antivirupdater via cron(8)) or you own a true commercial license (i.e. no private license) and want to catch "unwanted files" e.g. dialers in addition to worms and viruses. - Be consistent in how PREFIX gets inserted in the avq script compared to the other patched files. The old way previously saved a patch which is no longer true. No change in the installed script. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Update to version 2.33.demon2003-12-102-2/+5
| | | | Approved by: maintainer
* Maintenance update of OpenSC to 0.8.1. USB token support is not yet enabledbms2003-12-107-120/+158
| | | | | | for FreeBSD; patches for this will be graciously accepted. Sponsored by: Weyland-Yutani Corporation
* Fix some bugs in the previous commit...netchild2003-12-102-4/+5
| | | | | | | | | | | - correct typo in the name of the socket variable (used to remove a stale socket) - install the startup script with the correct name (important if you use clamav-milter too) Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer (implizit, this is a bugfix for the previous version)
* BEWARE: As rcoder(8) isn't present on FreeBSD 4 but clamd must benetchild2003-12-0813-69/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be started before clamav-milter the startup-script for clamd must alphabetically arranged before the startup-script for clamav-milter. It was decided to use the clamd statup-scrtipt from security/clamav-devel (clamav-clamd.sh), so users running an older version of security/clamav have to change 'clamd_enable="YES"' to 'clamav_clamd_enable="YES"' in /etc/rc.conf. On the other hand this changes makes it easier to switch between security/clamav and security/clamav-devel. - Respect PTHREAD_CFLAGS. - Use USE_LIBTOOL_VER=14 as the libtool shipping with clamav 0.65 erroneously links against libc _and_ libc_r on FreeBSD 4. - Don't link against libcipher on FreeBSD < 501100, clamav doesn't depend on it. The linker warnings suggesting that it is required were triggered by linking against both, libc and libc_r. - Unconditionally depend on math/libgmp4. Otherwise, if libgmp4 is already installed on a FreeBSD 4-STABLE system compilation of security/clamav fails, as the headers of libgmp4 are used but the base libgmp is used for linking. - Fix generation of clamav-milter.8 when building with WITH_MILTER (part of new files/patch-clamav-milter::Makefile.in). - Don't USE_GETOPT_LONG when compiling with WITH_MILTER, clamav uses its own getopt_long() regardless if a devel/libgnugetopt is installed or the version in the base of FreeBSD 5 is present. - Allow compilation of WITH_MILTER with mail/sendmail. - Install a startup-script (taken from security/clamav-devel with some fixes in comments) for clamav-milter when compiled with WITH_MILTER. - In pkg-descr remove the note that clamav-milter doesn't build on FreeBSD 4 with base gcc, it builds fine there. Mention that clamav-milter can be optionally used (taken from pkg-descr of security/clamav-devel). - Fix compilation when an older version of security/clamav is installed. If there's an older version of libclamav installed clamav 0.65 will link against it instead of the newly built one. This is not a problem if the installed version is compatible with the new one as libclamav gets linked dynamically and the installed version will be replaced with the new one. However, if the older version is incompatible linking of clamav 0.65 fails. This problem was discovered by Jan-Peter Koopmann Jan-Peter.Koopmann@seceidos.de and the fix (most of the new patches in the files directory) confirmed working. - In clamav-milter replace the path to the used sendmail executable with the location of the mailwrapper(8) (/usr/sbin/sendmail). Obtained from security/clamav-devel. PR: 59948 Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* Update to 2.07erwin2003-12-082-2/+5
|
* Updated to 1.05skv2003-12-083-4/+6
| | | | Pointed by: erwin
* - Update to 0.20krion2003-12-082-2/+2
| | | | | PR: 60040 Submitted by: maintainer
* - Add new MASTER_SITESkrion2003-12-072-2/+3
| | | | | | | - Developers updated their virus definition table and rerolled the tarball Submitted by: maintainer
* Add xca 0.4.5, graphical certification authority.sergei2003-12-065-0/+66
| | | | | | | | | | | | | | | Graphical certification authority is an interface for managing RSA keys and certificates, and the creation and signing of PKCS#10 requests. It uses the OpenSSL library and a Berkeley DB for key and certificate storage. It supports importing and exporting keys and PEM DER PKCS8 certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. Author: Christian Hohnstaedt <christian@hohnstaedt.de> WWW: http://www.hohnstaedt.de/xca.html PR: 58378 Submitted by: Valentin Zahariev <curly@e-card.bg>
* - Update to 1.24sergei2003-12-053-16/+20
| | | | | | | | | | | While I'm here: - Rearrange MASTER_SITES: PacketStorm mirros do not seem to carry versions later than 1.22 - Install examples to EXAMPLESDIR PR: 59800 Submitted by: Robin Breathe <robin@isometry.net> Approved by: maintainer
* - Update to version 0.0.10krion2003-12-054-21/+164
| | | | | PR: 59758 Submitted by: Ports Fury
* - Update to version 4.3.1krion2003-12-052-2/+2
| | | | | PR: 59949 Submitted by: maintainer
* - Reset maintainership to ports@FreeBSD.orgsergei2003-12-051-1/+1
| | | | | Requested by: Mark Hannon <markhannon@optusnet.com.au> (maintainer) in follow-up to ports/58613
* Update to 1.5arved2003-12-052-2/+2
| | | | | PR: 59901 Submitted by: Colin Percival <cperciva@daemonology.net>
* - Change maintainer emailkrion2003-12-041-1/+1
| | | | Submitted by: den
* Update to DAT 4307jeh2003-12-042-2/+2
|
* - Update to 2.0.9sergei2003-12-049-8/+61
| | | | | PR: 59020 Submitted by: maintainer
* - Update to 2.0.9sergei2003-12-049-8/+61
| | | | | PR: 59019 Submitted by: maintainer
* - Update to 1.1.3sergei2003-12-042-6/+7
| | | | | | | | | | | | - Add MASTER_SITES While I'm here: - Re-arrange Makefile variables - Shorten COMMENT to fit the limit - Remove unnecessary WRKSRC (default value) PR: 59798 Submitted by: maintainer
* Update to 1.3mat2003-12-042-2/+2
|
* Update to 2.1.17.ume2003-12-046-67/+83
|
* add WITH_ALWAYSTRUE option.ume2003-12-041-0/+4
| | | | Requested by: Ted Cabeen <secabeen@pobox.com>
* Per distfile survey, remove dead mastersite.linimon2003-12-041-2/+1
| | | | Approved by: Justin Stanford <jus@zion.4dds.co.za> (maintainer)
* - fix Usagedinoex2003-12-043-6/+6
|
* Correct the OSVERSION check for the libgmp depedency; libgmp was removedsilby2003-11-301-1/+2
| | | | | | | waaaay earlier than I had previously thought. Also bump portrevision since this is an important change for 5.x users. Approved by: portmgr (marcus)
* Clamav 0.65 uses libgmp for digital signature calculations;silby2003-11-281-0/+6
| | | | | | | | | | as libgmp no longer exists in 5.x, add the needed dependency to this Makefile. (Note that stale gmp.h and libgmp files sitting around may still cause problems, anyone with an "old" 5.x system that sees oddities in the build should make sure that those old files are purged from /usr/lib and /usr/include.)
* *** Security Update (not fix, only workaround) ***kuriyama2003-11-286-2/+124
| | | | | | | | | | | Disable the ability to create signatures using the ElGamal sign+encrypt (type 20) keys as well as to remove the option to create such keys. Reported by: se References: http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020570.html http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020569.html Approved by portmgr (will)
* - AMD64 has no APMarved2003-11-262-6/+6
| | | | | | | - Revert logic, i386 seems to be the only ARCH with APM Submitted by: Adriaan de Groot Approved by: portmgr (marcus)
* Supersedes ports/59442 and previous hasty-fix, and fixes the following:bms2003-11-254-26/+122
| | | | | | | | | | | - Build with __FreeBSD_version > 501114 (see bms commit) - Build with new route.h (no RTF_PRCLONING) - Don't use hardware assistance on framentation when DF is set. - Allow pftcpdump -w to be used with pfsync. Found-by: bento / Pyun YongHyeon Submitted by: Max Laier PR: ports/59548
* Fix build on -CURRENT.marcus2003-11-251-0/+11
| | | | | Reported by: bento via kris Approved by: portmgr (implicit)
* Fix crypto-publish extract.cy2003-11-244-80/+4
|
* Upgrade to 0.8.2 (and unbreak, as the old distfile is long gone)des2003-11-243-4/+7
| | | | Approved by: portmgr (marcus)
* - Update to version 0.75krion2003-11-222-2/+2
| | | | | | PR: 59572 Submitted by: Jim Shewmaker <jims@bluenotch.com> Approved by: maintainer
* Update f-prot to 4.3.0.jeh2003-11-222-3/+2
| | | | | PR: 59562 Submitted by: MAINTAINER
* Update to 2.0.5 [1]osa2003-11-223-68/+68
| | | | | | | Use %%DOCSDIR%% and %%DATADIR%% macros [2] Submitted by: Linh Pham <question@closedsrc.org> [1], osa [2] PR: 59510
* Fix incorrect argument order for kill(2) [1]osa2003-11-212-11/+7
| | | | | | | | | Use USE_REINPLACE instead of one-line patch-stentry.c. Bump PORTREVISION. Bug found and original patch: Valentin Nechayev <netch@lucky.net> [1] Approved by: maintainer (timeout) PR: 59510
* Fix build on alphaarved2003-11-211-0/+14
|
* - Support for TCP as the tunnel transport was addedkrion2003-11-219-12/+42
| | | | | | | - Change maintainer email PR: 59543 Submitted by: maintainer
* Update security/snort from 2.0.2 to 2.0.4jeh2003-11-212-2/+2
| | | | | PR: 59148 Submitted by: Linh Pham
* Use uvscan as default virus scanner and unbreak amavisdleeym2003-11-211-0/+11
|
* Include support for all possible antivirus in a packagepav2003-11-211-0/+4
| | | | | | | | | - Makes package actually useful - Fixes build on Bento PR: ports/59531 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Approved by: adamw (mentor)
* - Update to 0.7pav2003-11-214-24/+28
| | | | | | | | | - Unmark BROKEN - Use PORTDOCS macro PR: ports/59528 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Approved by: adamw (mentor)
* Retire security/whisker. Author says to use nikto instead.linimon2003-11-211-1/+0
| | | | PR: ports/58606.
* Per Bill Fenner's distfile survey, the main web site for this source codelinimon2003-11-215-51/+0
| | | | | | | no longer contains the code. Instead it contains "Whisker has officially been deprecated as of 2003. Use nikto instead." nikto is currently in the ports collection as security/nikto. PR: ports/58606 and no objection for nearly a month.
* - Author included object files in distfile. Get rid of them otherwisepav2003-11-211-0/+6
| | | | | | | | build fails on non-i386 platforms. - Respect CFLAGS Submitted by: Koop Mast Approved by: adamw (mentor)
* - take maintainershipdinoex2003-11-211-1/+1
|
* Chase master site and home page.trevor2003-11-212-2/+2
| | | | detected by: fenner's survey
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-204-4/+4
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-204-0/+4
| | | | "perl -pi -e" construction.
* 1) Update security/amavisd-new to amavisd-new-20030616-p6.jeh2003-11-2010-86/+117
| | | | | | | | | | | | | | 2) Incorporate changes from PR 57382: - add rc.subr support - cleanup sed variable replacement scripts - add pointer to Clam Antivirus to installation message PR 57382 was closed by mistake, I thought the contents have already been commited, while they were not. PR: 59323 Submitted by: milter@free.fr (1) Submitted by: Martin Matuska <martin@tradex.sk> (2) Approved by: MAINTAINER
* Update to DAT 4305jeh2003-11-202-2/+2
|
* * Update to 0.65marcus2003-11-203-7/+6
| | | | | | | | * Create /var/run/clamav with 750 permissions PR: 59458 Submitted by: Rui Lopes <rui@ruilopes.com> Approved by: maintainer
* - update to 20031118dinoex2003-11-202-2/+2
| | | | | - Fix manpage with option WITH_MILTER Submitted by: rob@debank.tv
* Fix pf for ${OSVERSION} >= 501114, i.e. the 5.2 freeze point, when andre@'sbms2003-11-192-0/+26
| | | | tcp hostcache changes took place.
* - Update to 1.1a to fix listbox problem.fjoe2003-11-192-5/+11
| | | | | | - Switch to wxgtk2, provide WITH_GTK1 knob to build with wxgtk. Submitted by: MAINTAINER
* - Mark only for i386pav2003-11-191-0/+2
| | | | | | PR: ports/59437 Submitted by: maintainer Approved by: marcus (backup mentor)
* - fix COMMENT, contains no longer MIT codedinoex2003-11-191-3/+3
| | | | - make portlint happy
* Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.kuriyama2003-11-183-6/+6
|
* - Unbreak this port and fix compile error caused by update ofkrion2003-11-183-30/+17
| | | | | | | | | cryptopp - Update to version 1.1 - Give maintainership to submitter PR: 59377 Submitted by: Jesse Lovelace <jllovela@ncsu.edu>
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
|
* - Install the virus definition file and the actual virus scanner with thenetchild2003-11-172-7/+7
| | | | | | | | | write bit turned on as both get updated when using the automated updates facility. The auto-update mechanism doesn't seem to have a problem if the write bit is disabled but it's not quite correct. - Mention in pkg-message that that the virus scanner (referenced as "anti-virus engine" by H+BEDV) also gets updated when using the automated updates facility.
* * Update to 1.6.5marcus2003-11-163-15/+15
| | | | | | * Use USE_OPENLDAP * Remove ability to build with openldap12 * Convert display message to a real pkg-message
* Fix pkg-plistskv2003-11-161-1/+0
|
* Add p5-OpenCA-CRL 0.9.17, CRL Management module.skv2003-11-165-0/+48
|
* Add p5-OpenCA-REQ 0.9.52,skv2003-11-165-0/+47
| | | | | perl extension to easily manage Cert REQUESTs.
* Add p5-OpenCA-PKCS7 0.9.13, perl extension for basic handling PKCS.skv2003-11-165-0/+50
|
* Reflect rerolled distfile for new virus definitions. Maintainer-update.linimon2003-11-151-1/+1
| | | | PR: ports/59082.
* *******************IMPORTANT*******************jeh2003-11-142-2/+2
| | | | | | | | 4304 Emergency Dat release due to: W32/MIMAIL.I@MM **********************************************
* switch my ports to my FreeBSD addresseik2003-11-142-2/+2
| | | | Approved by: marcus (mentor)
* Update to 0.73arved2003-11-142-2/+2
| | | | | Submitted by: Martin Matuska <martin@tradex.sk> PR: 59236
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-133-7/+7
|
* Remove my e-mail address from DESCR files of portstrevor2003-11-134-4/+0
| | | | I have contributed, in order to attract less spam.
* Remove my e-mail address from comment blocks of portstrevor2003-11-132-2/+2
| | | | I have contributed, in hopes of attracting less spam.
* Add the virtual category "pear" to the Makefiles of these ports.edwin2003-11-133-3/+3
| | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org
* Update to DAT 4303jeh2003-11-132-2/+2
|
* - update to 20031112dinoex2003-11-134-7/+13
| | | | | PR: 59219 Submitted by: rob@debank.tv
* What users should use is WITH_LDAP and USE_OPENLDAP is for portskuriyama2003-11-122-8/+4
| | | | | | | system. Submitted by: Alex Dupre <sysadmin@alexdupre.com> PR: ports/59151
* - Fix running with perl <5.6, on 4.xkrion2003-11-111-2/+3
| | | | | | | - Bump PORTREVISION PR: 59104 Submitted by: maintainer
* build package again. the problem was fixed by bsd.port.mkume2003-11-111-2/+0
| | | | | | 1.469 (PR 58885). Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add missing slash (/) to the end of MIT MASTER_SITE.cy2003-11-114-4/+4
|
* MIT has removed the web form, downloads of MIT KRB5 can be automated.cy2003-11-114-28/+28
| | | | | | Unfortunately MIT and crypto-publish.org distribute two distinctly different tarballs and the user must select the source/format they wish to fetch. MIT now becomes the default.
* Fix kernel panic when IPSec also in use. Also fix patch permissions problem.archie2003-11-112-1/+10
| | | | | PR: ports/35631 Submitted by: David Hedley <david@inty.net>
* add RUN_DEPENDsanpei2003-11-111-0/+1
| | | | Reviewed by: Maintainer
* - Update to version 2.0.0krion2003-11-115-44/+36
| | | | | PR: 59133 Submitted by: Ports Fury
* wxgtk-devel -> wxgtkfjoe2003-11-101-1/+2
|
* Generate DISTNAME.cy2003-11-101-1/+1
|
* - Mark ONLY_FOR_ARCHS=i386krion2003-11-101-0/+9
| | | | | PR: 59084 Submitted by: maintainer
* - Update to latest patchlevel andkrion2003-11-103-5/+22
| | | | | | | | make it use /dev/urandom - Utilize DOCSDIR PR: 59081 Submitted by: maintainer
* Bump version to 2.00jeh2003-11-102-2/+2
|
* Bump port version to 2.00:jeh2003-11-104-17/+4
| | | | | | | | | - Build again with FreeBSD_version > 501113 (if_xname) - Fix some byte order problems with route-to rules - Stable release PR: 589037 Submitted By: MAINTAINER
* Update main download site in MASTER_SITES to a working URL.anders2003-11-091-1/+1
|
* 1. Fix pkg-plist.cy2003-11-0912-72/+108
| | | | | | 2. Fix build on -STABLE. PR: 57128
* - Update to version 1.0.2krion2003-11-092-2/+2
|
* This software is old and unmaintained. Remove.markm2003-11-0815-252/+0
|
* Upgrade nikto to 1.32. maintainer was also notified but email bounced backfoxfair2003-11-082-4/+2
| | | | to me.
* PR:foxfair2003-11-082-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix checksum mismatch problem: the different is the later tarball adds one more file (LW.pm), and the diff of Makefile.pl is: --- ../libwhisker-1.8/Makefile.pl Thu Dec 19 03:39:24 2002 +++ ./Makefile.pl Wed Oct 8 01:38:16 2003 @@ -9,7 +9,7 @@ $|++; -$VERSION = '1.7'; +$VERSION = '1.8'; $LIB = 'LW.pm'; $COMPONENTS = 'libs'; $PRELIB = 'prelib.wpl'; It seems that this is only an errata of release v1.8. Bump PORTREVISION to aware this. maintainer's email was bounced several times, so commit this change directly.
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-073-6/+6
| | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to 1.04adamw2003-11-072-3/+3
| | | | | PR: ports/59015 Submitted by: maintainer
* Use PORTDOCS, DOCSDIR and USE_MYSQL.anders2003-11-062-17/+19
| | | | | | | | | Use LOCALBASE instad of PREFIX to locate MySQL includes. Use BROKEN_WITH_MYSQL to indicate that pam-mysql does not work with MySQL 4.1. PR: 57439 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update maintainer's email address per his request. While here, attemptlinimon2003-11-061-18/+17
| | | | to pacify portlint a little bit.
* Update to DAT 4302jeh2003-11-062-2/+2
|
* Chase wxgtk library name (and version) change.fjoe2003-11-051-1/+1
|
* Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-055-8/+8
|
* mark NO_PACKAGE instead of BROKEN. Though it fails to buildume2003-11-051-1/+1
| | | | package on bento, at least it can be installed from port.
* Update to 1.2mat2003-11-053-5/+5
| | | | fix install on perl >= 5.8.0
* Add p5-Crypt-OFB 0.01, encrypt Data using OFB Mode.vanilla2003-11-055-0/+38
| | | | | PR: 58825 Submitted by: clsung
* Fix broken (checksum mismatch) by change suffix of distroosa2003-11-052-4/+2
| | | | | | from "-current" to "a37". No changes for MD5.
* - Update to version 0.2.3krion2003-11-044-12/+14
| | | | | PR: 58916 Submitted by: maintainer
* PR: 58388foxfair2003-11-042-2/+2
| | | | | Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org> Update prelude-nids to 0.8.5
* PR: 58388foxfair2003-11-042-2/+2
| | | | | Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org> Update prelude-manager to 0.8.9
* PR: 58388foxfair2003-11-042-2/+2
| | | | | Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org> Update prelude-lml to 0.8.6
* PR: 58388foxfair2003-11-043-2/+36
| | | | | Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org> Upgrade libprelude to 0.8.8
* Fix build on -CURRENT (maintainer informed). Bump PORTREVISION.fjoe2003-11-042-1/+11
|
* upgrade to 1.2.7ijliao2003-11-033-8/+7
| | | | | PR: 58794 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-032-2/+2
|
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-037-8/+14
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* - Update to version 2.06krion2003-11-022-2/+2
| | | | | PR: 58824 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | *** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Per distfile survey, remove mastersite that disappeared in April 2002.linimon2003-11-021-2/+1
|
* Per distfile survey, remove mastersite that disappeared in October 2002.linimon2003-11-022-4/+2
|
* - Update to version 1.8.0krion2003-11-013-24/+30
| | | | | PR: 58790 Submitted by: maintainer
* Retire the following ports; they have been integrated into ruby18 andknu2003-11-015-111/+0
| | | | | | | | | | | | | | ruby16-shim-ruby18: devel/ruby-yaml net/ruby-drb net/ruby-gserver net/ruby-soap net/ruby-xmlrpc security/ruby-openssl sysutils/ruby-devel-logger textproc/ruby-rexml www/ruby-webrick
* *******************IMPORTANT*******************jeh2003-11-012-2/+2
| | | | | | | | 4301 Emergency Dat release due to: W32/MIMAIL.C@MM **********************************************
* Add p5-Crypt-Anubis, a Crypt::CBC-compliant block cipherfoxfair2003-10-315-0/+39
|
* introduce MASTER_SITE_GNU_ALPHAijliao2003-10-312-2/+4
|
* Add USE_GCC=3.3. gcc 2.95 dumps core on some stable systems.arved2003-10-311-0/+1
| | | | Reported by: Forrest Aldrich <forrie@forrie.com> & bento
* - update to 20031030dinoex2003-10-312-2/+2
| | | | | | This snapshot supports cvd database updates PR: 58727 Submitted by: rob@debank.tv
* From the submitter:netchild2003-10-301-0/+13
| | | | | | | | | | | | | | | | | | ---snip--- The security/nmap port (currently at 3.48, but previous versions also had this problem) triggers a bug in GCC 3.3.1 on FreeBSD/sparc64 which causes the compilation of the port to fail. The GCC bug itself is know and AFAIK Thomas Moestl (tmm@freebsd.org) tried to get a fix for it in upstream GCC. However, I didn't see an entry in the release notes of GCC 3.3.2 that would suggest that it has been fixed there. Another port that has a workaround for this particular GCC bug is e.g. x11/XFree86-4-libraries (files/patch-XRes.c). ---snip--- PR: 58698 Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* add gsasl 0.0.8ijliao2003-10-306-0/+85
| | | | GNU SASL Library
* add gss 0.0.6ijliao2003-10-306-0/+61
| | | | GNU Generic Security Service Library
* - Install shared library (mostly for Pike 7.5 crypto toolkit)sergei2003-10-308-12/+108
| | | | | | | | | - Install documentation and examples - Utilize INFO PR: 58338 Submitted by: Xavier Beaudouin <kiwi@plonk.home.oav.net> Approved by: maintainer
* Don't add p5-Digest-MD5 into dependency list if perl 5.8.0 or later is used -sobomax2003-10-301-3/+7
| | | | in those versions that module included into the base distribution.
* Update to DAT 4300jeh2003-10-302-2/+2
|
* Submitted by: Marcus Henschel <mh@myfreebsd.org>foxfair2003-10-281-1/+1
| | | | | Reviewed by: maintainer Use RUN_DEPENDS instead of BUILD_DEPENDS to depend on www/p5-libwww
* Approved by: maintainerfoxfair2003-10-281-0/+3
| | | | Add BUILD_DEPENDS and bump PORTREVISION.
* Per distfile survey, note that the mastersite disappeared in August 2003.linimon2003-10-282-3/+2
|
* Per distfile survey, chase mastersite.linimon2003-10-281-2/+1
|
* Per distfile survey, remove mastersite that disappeared in September 2001.linimon2003-10-281-2/+0
|
* Per distfile survey, remove mastersite that disappeared in December 2001.linimon2003-10-281-1/+2
|
* BROKEN: Broken pkg-plistkris2003-10-284-0/+8
|
* Port is broken on 4.x as well.kris2003-10-281-5/+1
|
* Add to the tcl84 and tk84 virtual categories.petef2003-10-271-1/+1
| | | | Submitted by: kris
* - Fix build on -currentkrion2003-10-274-50/+31
| | | | | | | - Fixes for portlint (DOCSDIR) PR: 58582 Submitted by: elvis@sslab.cs.ccu.edu.tw
* Depend on wish84 instead of wish83.petef2003-10-271-2/+2
| | | | Requested by: kris
* Fix USE_DYNAMIC_LINKING detection.kuriyama2003-10-274-2/+58
| | | | | Submitted by: ls+gnupg.devel.gnupg.org@gambit.com.ru References: http://lists.gnupg.org/pipermail/gnupg-devel/2003-October/020503.html
* The author's domain has changed; reflect that in MASTER_SITES and WWW:.petef2003-10-272-2/+2
| | | | Noticed by: distfiles survey
* Update to 2.30.petef2003-10-272-2/+2
| | | | | PR: 58049 Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
* Fixed broken build under FreeBSD 5.x.markp2003-10-261-4/+0
| | | | Reported by: kris
* Fixed broken build under FreeBSD 5.x.markp2003-10-261-0/+14
| | | | Reported by: kris
* Add missing share/locale/ro/LC_MESSAGES/gnupg.mo and clean upkuriyama2003-10-264-18/+48
| | | | | | | @unexec rmdir's. PR: ports/58212 Submitted by: Dimitry Andric <dimitry@andric.com>
* update to autossh-1.2eleeym2003-10-262-2/+2
|