aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Chase gtk20's shared lib version.marcus2003-02-081-1/+2
|
* Maintainer update for security/gpasman:edwin2003-02-062-23/+1
| | | | | | | core dump fix for files larger than 2048 bytes PR: ports/46673 Submitted by: Dominik Brettnacher <domi@saargate.de>
* Homepage updates.naddy2003-02-061-1/+1
| | | | | PR: 47914, 47915, 47916, 47938, 47941 Submitted by: tadalunch@s5.xrea.com
* Remove this port. The pam_krb5 in the base system should be utilized.nectar2003-02-067-77/+0
|
* maintainer-update: security/clamav to 0.54edwin2003-02-0512-12/+112
| | | | | PR: ports/47291 Submitted by: TERAMOTO Masahiro <markun@onohara.to>
* Update to 1.1skv2003-02-052-2/+3
|
* p5-Crypt-DSA is more happy when p5-Data-Buffer is available:edwin2003-02-051-1/+2
| | | | | | Data::Buffer .................ok Noticed while checking out the p5-Net-SSH-Perl problem.
* New Port: security/p5-SHAedwin2003-02-057-0/+52
| | | | | | | | | | | | | | | The SHA module allows you to use the NIST SHA message digest algorithm from within Perl programs. The final message digest value is returned by the digest operation as a 20-byte binary string. This operation delivers the result of operations since the last new or reset operation. Once the operation has been performed, the context must be reset before being used to calculate another digest value. PR: ports/43799 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
* New Port: security/p5-Crypt-Blowfish_PPedwin2003-02-056-0/+41
| | | | | | | | | | | | | | | | | Blowfish is a published algorithm written by Bruce Schneier Unlike IDEA or DES etc. there are no patent implications in using this algorithm. It uses anywhere between a 64 bit and a 448 bit key. The transform itself is fast and operates on a 64 bit block, and most of the calculation time is in initialising the context with the key data. The _PP name comes from the fact that this implementation is Pure Perl, and will not have any compatibility problems. PR: ports/43794 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
* update security/p5-Crypt-IDEA to 1.02edwin2003-02-045-21/+7
| | | | | | | | | - update to 1.02 - add WWW - take maintainership PR: ports/47210 Submitted by: Erwin Lansing <erwin@lansing.dk>
* maintainer-update crypt/p5-Crypt-SSLeay to 0.49edwin2003-02-042-2/+2
| | | | | | | - update to 0.49 including fix for possible memory leak PR: ports/47687 Submitted by: Erwin Lansing <erwin@lansing.dk
* Notify users of security/cfs that rpcbind may need -L to acceptgreen2003-02-031-0/+2
| | | | | | connections to register cfs with it. Determined by: Brad Forschinger <freebsd@bnjf.id.au>
* Update to 0.39a.nork2003-02-023-5/+6
| | | | | | PR: ports/47735 Submitted by: Luiz Eduardo Roncato Cordeiro <cordeiro@luinil.nic.br> (maintainer)
* Add a missing file to pkg-plistarved2003-02-022-0/+2
| | | | Submitted by: bento
* Update to 2.1.11.ume2003-02-022-3/+4
|
* * Upgrade to 1.3.3.obraun2003-02-0110-19/+35
| | | | | | | * Update the pkg-descr as requested by the nessus developer. PR: ports/47709 Submitted by: maintainer
* Update the outdated pkg-descr as requested by the nessus developer.obraun2003-02-011-10/+7
| | | | | PR: ports/47708 Submitted by: maintainer
* - Fix CURRENT version bump in openssl, so ports link as expected.dinoex2003-02-013-2/+18
|
* - break build, when port try to pick up the wrong shared lib.dinoex2003-01-311-0/+8
|
* Add cryptplug 0.3.15, a collection of plug-ins to cryptographicwill2003-01-316-0/+42
| | | | engines.
* Add newpg 0.9.4, a prerelease package of GnuPG extensions for GnuPG 2.0.will2003-01-3131-0/+365
|
* Add pinentry 0.6.7, a collection of simple PIN or passphrase entrywill2003-01-3120-0/+293
| | | | dialogs.
* Update to 0.3.14arved2003-01-314-8/+10
| | | | | | | | PR: 46836 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> & Michael Nottebrock <michaelnottebrock@gmx.net> Reviewed by: Oliver Lehmann <lehmann@ans-netz.de> Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
* upgrade to 1.0.2ijliao2003-01-302-3/+3
|
* Add CYRUS_USER and CYRUS_GROUP options to be able to configureume2003-01-303-10/+23
| | | | | | psuedo user for cyrus. Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
* Add security/pear-Crypt_CBC:dirk2003-01-307-0/+332
| | | | | | | PEAR class to emulate Perl's Crypt::CBC module PR: ports/47418 Submitted by: Thierry Thomas <thierry@pompo.net>
* Use the full path to /sbin/sysctlkris2003-01-301-1/+1
| | | | Noticed by: 'make index' in crontab
* Maintainer update:edwin2003-01-302-2/+37
| | | | | | | Updated Port: security/fakeident - rc.d script and localbase fix PR: ports/47390 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
* Upgrade to 4245jeh2003-01-302-2/+2
|
* - Update to 0.9.7dinoex2003-01-3011-614/+848
| | | | | | | - rnd_keys.c now in distribution - drop lib/libRSAglue.a - build on i386, alpha, sparc64, ia64 - build on 2.2.8 with the gas-patch as noted in FAQ
* - Re-sort MASTER_SITES (primary site is temporarily unavailable)nork2003-01-295-40/+14
| | | | | | | | | - Use REINPLACE instead of 3 individual patches - Allow user to specify their own CPPFLAGS and LDFLAGS - Remove useless .la files PR: ports/47522 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
* - Make portlint happy (remove space at EOL)nork2003-01-292-4/+5
| | | | | | | | - Remove useless .la files - Make REINPLACE_CMD invocation a bit more readable (at least IMO) PR: ports/47524 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
* - Add a knob for OpenCDK support (WITH_OPENCDK=yes), disabled by defaultnork2003-01-294-20/+50
| | | | | | | | | | | | - Bump PORTREVISION - although there are no changes with the default options, hint users to upgrade to take advantage of OpenCDK support - Re-sort MASTER_SITES (ftp.gnutls.org is temporarily unavailable) - Allow user to specify their own CPPFLAGS and LDFLAGS - Remove useless .la files - Re-sort pkg-plist PR: ports/47525 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
* update to 3.1 official releasealane2003-01-2916-592/+764
|
* add oinkmaster 0.6ijliao2003-01-297-0/+57
| | | | Help you update your snort rules after each update
* security/strobe : incorrect MASTER_SITESedwin2003-01-282-3/+2
| | | | | | | Noticed on: bento PR: ports/47592 Submitted by: Nicolas Jombart <ecu@ipv42.net>
* Fix mindterm-ssh.html checksum.alex2003-01-281-1/+1
| | | | Submitted by: evenson@panix.com
* - add MASTER_SITE_GNUPGdinoex2003-01-282-2/+4
| | | | Suggested by: arved
* - Update to 1.5dinoex2003-01-273-58/+2
|
* Update to 0.43.tobez2003-01-273-2/+36
| | | | | Submitted by: maintainer PR: 47521
* Unbreak on CURRENT. Re-sort MASTER_SITESarved2003-01-252-7/+21
| | | | | PR: 47439 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Upgrade to 1.3.2.obraun2003-01-2411-27/+18
| | | | | PR: ports/47415 Submitted by: maintainer
* Update to 0.4. Licence was changed frm GPL to BSDL.knu2003-01-243-14/+2
|
* Correct typo from my last commit to this file.anders2003-01-241-1/+1
|
* Use USE_REINPLACE & REINPLACE_CMD instead of PERL.anders2003-01-241-1/+2
| | | | Requested by: Ulrich Spoerlein <q@uni.de>
* Unbreak for ruby 1.8.knu2003-01-241-0/+11
|
* Update to 4244jeh2003-01-232-2/+2
|
* - make portlint happierdinoex2003-01-233-5/+3
|
* The OpenPAM headers have been changed to #include <sys/types.h>, so thisdes2003-01-232-727/+0
| | | | is no longer necessary.
* Recent versions of OpenPAM require <sys/types.h> to be included beforedes2003-01-223-0/+728
| | | | <security/pam_appl.h>. Make configure{,.in} do so.
* Upgrade to 2.3.10, and enable ipv6 by default.vanilla2003-01-212-4/+4
|
* Add py-pycrypto 1.9alpha4, the Python Cryptography Toolkit.nbm2003-01-206-0/+113
|
* Upgrade to 1.3.1.obraun2003-01-2010-8/+22
| | | | | PR: ports/47244 Submitted by: maintainer
* Add USE_AUTOCONF_VER instead of BUILD_DEPENDSarved2003-01-201-6/+2
| | | | | | | Add USE_PERL5_BUILD. That hopefully fixes the problems with autom4te Reported by: bento (via kris)
* fix package building.ume2003-01-201-1/+0
| | | | Reported by: bento via kris
* New Port: security/fakeidentedwin2003-01-206-0/+45
| | | | | | | | | Fake Identd is a tool that replies with a standard answer to all incoming identd requests on a host, making it nearly perfect for a masquerading router. PR: ports/46090 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
* New port: security/ifd-gpr400: PC/SC Lite IFD for Gemplus GPR400edwin2003-01-2010-0/+158
| | | | | | | | This is the user-space IFD driver to support the Gemplus GPR400 PCMCIA Smart Card Reader under PC/SC Lite. PR: ports/42697 Submitted by: Bruce M Simpson <bms@spc.org>
* New port: devel/ifd-devkit: PC/SC Lite IFD Driver Kitedwin2003-01-207-0/+107
| | | | | | | Smart card intermediate driver development kit for PC/SC Lite. PR: ports/42694 Submitted by: Bruce M Simpson <bms@spc.org>
* new port: security/clamavedwin2003-01-2013-0/+147
| | | | | | | | Clam Antivirus is command line virus scanner using database from OpenAntiVirus. PR: ports/40602 Submitted by: TERAMOTO Masahiro <markun@onohara.to>
* Man-pages are already compressed when installed.edwin2003-01-191-0/+1
| | | | Submitted by: Yonatan Bokovza <Yonatan@xpert.com>
* Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.seanc2003-01-191-2/+4
| | | | | | | This should be the last of the PostgreSQL updates and everything should support the POSTGRESQL_PORT tunable. Submitted by: kris/bento[1]
* Email address update for Nicolas Jombartedwin2003-01-194-4/+4
| | | | | | | | | From: Nicolas Jombart <ecu@ipv42.net> To: Edwin Groothuis <edwin@FreeBSD.org> Cc: Nicolas.Jombart@hsc-labs.com Thank you for commiting my last PR this week. Can you, if you have time, change my e-mail address in all of my ports ? (see diff attached).
* Add opencdk, Open Crypto Development Kit, libary for basic parts of the ↵arved2003-01-197-0/+90
| | | | | | | OpenPGP message format PR: 47103 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Update to 0.6.0arved2003-01-196-12/+44
| | | | | PR: 47102 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Add a working MASTER_SITE.arved2003-01-191-1/+2
|
* Update to 4.17.0arved2003-01-192-2/+2
| | | | | PR: 47160 Submitted by: Jose Rey <king@main.v2project.com>
* Update to 4.17arved2003-01-192-2/+2
| | | | | PR: 47159 Submitted by: Jose Rey <king@main.v2project.com>
* New port: security/hackbotedwin2003-01-176-0/+50
| | | | | | | | Hackbot is a host exploration tool and bannergrabber. It scans numerous services and vulnerabilities. PR: ports/47021 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
* Add WITH_MYSQL option.ume2003-01-173-7/+40
| | | | Requested by: Przemyslaw Ciesielski <pck@blue.pl>
* upgrade to 20021227 p2ijliao2003-01-173-4/+18
| | | | | | allow build without sendmail milter Submitted by: maintainer
* New port: drweb-postfix antivirus checking backendedwin2003-01-169-0/+297
| | | | | PR: ports/46496 Submitted by: zhuravlev alexander <zaa@ulstu.ru>
* security/john 1.6 -> 1.6.32edwin2003-01-168-100/+129
| | | | | PR: ports/47124 Submitted by: Dominic Marks <dom@cus.org.uk>
* Update to 4243jeh2003-01-162-2/+2
|
* - merge and sort manpages, reduce number of lines neededdinoex2003-01-161-797/+785
|
* - use NOPRECIOUSMAKEVARS, to fix bento problemdinoex2003-01-161-2/+1
| | | | - remove BROKEN_MLINKS
* Correct typo in previouskris2003-01-152-2/+2
| | | | Pointy hat to: kris
* - Fix Gnu-Info on deinstalldinoex2003-01-141-0/+2
|
* add more MLINKSdinoex2003-01-141-0/+36
|
* Add a missing @dirrm.knu2003-01-141-0/+1
|
* Add two missing fileskris2003-01-141-0/+2
|
* Add missing @dirrmkris2003-01-142-0/+2
|
* Add two missing symlinkskris2003-01-141-0/+2
|
* Unbreak on CURRENT.arved2003-01-137-7/+100
| | | | | PR: 46989 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Update to stunnel-4.04.roam2003-01-132-2/+2
| | | | Independently submitted by: Dan Langille <dan@langille.org>
* - cleanup patchdinoex2003-01-131-9/+0
|
* Add some files missed by the plist.marcus2003-01-132-0/+4
| | | | Reported by: bento
* Update to 4242jeh2003-01-132-2/+2
|
* Explicit link with -lmcrypt.arved2003-01-131-1/+1
| | | | Noticed by: bento
* Mark NO_PACKAGE: something causes the package builds to go haywire andkris2003-01-121-0/+2
| | | | spit out an infinite amount of text (this is bad for disk space)
* - add flag BROKEN_MLINKS for problems with bsd.port.mkdinoex2003-01-122-2/+10
| | | | | - sync with openssl - verfied for ia64
* Bump PORTREVISION because of lib-dep change (see below).netchild2003-01-111-11/+6
| | | | | | | | | | | From submitter: - Remove an outdated comment in the Makefile. - Fix MASTER_SITES. - Switch from ancient math/libgmp-freebsd to math/libgmp4, the former hardly compiles on architectures other/newer than i386 and alpha. Tested on i386 and sparc64. Submitted by: marius@alchemy.franken.de
* - Support build on ia64dinoex2003-01-114-6/+11
|
* - Clean up FLAGS for sparc64, verfied build and regressiondinoex2003-01-112-9/+12
| | | | - Prepare entries for ia64
* Update to 0.38pat2003-01-114-7/+11
| | | | | PR: ports/46952 Submitted by: maintainer
* Add p5-Authen-Smb 0.91, perl extension to authenticate against anpetef2003-01-107-0/+58
| | | | | | | SMB server. PR: 46740 Submitted by: Mustafa Arif <ma499@doc.ic.ac.uk>
* Add kgpgapplet 0.1.3, kgpg's kicker applet is a simple icon thatpetef2003-01-106-0/+47
| | | | | | | integrates into your kicker. PR: 46897 Submitted by: Rick Fournier <rick@help-desk.ca>
* Upgrade to 1.3.0.obraun2003-01-0911-62/+225
| | | | | PR: ports/46823 Submitted by: maintainer
* Update kgpg to 0.9.4.seanc2003-01-092-2/+2
| | | | | PR: ports/46882 Submitted by: maintainer
* Update to 4.03.roam2003-01-093-8/+8
| | | | 'make cert' fix submitted by: Krzysztof Stryjek <wtp@mud.pl>
* Update to 0.0.11.petef2003-01-093-2/+3
| | | | | PR: 46003 Submitted by: maintainer
* New port ocaml-cryptokit version 1.1: A variety of cryptographiclioux2003-01-096-0/+166
| | | | primitives for Objective Caml
* Update 0.6.1 -> 0.6.2cy2003-01-092-2/+2
|
* - Correctly order KERBEROS_LIBS so that the build doesn't try tomdodd2003-01-092-17/+42
| | | | | link against system krb5 libs. - Specify a runtime linker path option.
* Update to version 4241jeh2003-01-092-2/+2
|
* Add libksba, an X.509 libraryarved2003-01-099-0/+108
| | | | PR: 43895
* Add opensc 0.7.0, ISO 7816 Smartcard API Library (OpenSSH Compatible).perky2003-01-087-0/+128
| | | | | PR: 42698 Submitted by: Bruce M Simpson <bms@spc.org>
* GnuTLS is a portable ANSI C based library which implements the TLS 1.0 andedwin2003-01-0711-0/+169
| | | | | | | | | | | | | | | | | | | | | | SSL 3.0 protocols. The library does not include any patented algorithms and is available under the GNU Lesser GPL license. Important features of the GnuTLS library include: - Thread safety - Support for both TLS 1.0 and SSL 3.0 protocols - Support for both X.509 and OpenPGP certificates - Support for basic parsing and verification of certificates - Support for SRP for TLS authentication - Support for TLS Extension mechanism - Support for TLS Compression Methods Additionaly GnuTLS provides an emulation API for the widely used OpenSSL library, to ease integration with existing applications. WWW: http://www.gnutls.org/ PR: ports/45348 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* [NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLSedwin2003-01-079-0/+101
| | | | | | | XASN.1 structure parser library PR: ports/45347 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Fix build on !i386arved2003-01-071-7/+11
| | | | | PR: 46801 Submitted by: Dominic Marks <dom@cus.org.uk>
* Update to 2.22.petef2003-01-062-2/+2
|
* Update to 2.01.petef2003-01-062-2/+2
|
* Fix a typo (forgot a '%' on a PLIST_SUB variable).petef2003-01-062-2/+2
|
* Install lanman.chr.anders2003-01-052-1/+4
| | | | | PR: 45803 Submitted by: Ulrich Spoerlein <q@uni.de>
* 2.5.4 isn't fetchable - update to 2.5.5.anders2003-01-052-2/+2
|
* Update to 1.2.2.anders2003-01-055-48/+55
| | | | Fix plist.
* Chase libpq version bump.seanc2003-01-042-2/+4
|
* Fix broken files (duplicate contents).demon2003-01-045-166/+2
| | | | | Noticed by: Blaz Zupan <blaz@si.FreeBSD.org> Pointy hat to: /me
* Update to version 20021227.p1.demon2003-01-0412-196/+405
| | | | | | Pass maintainership to submitter (approved by former maintainer). Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
* New port: p5-Authen-SASL.demon2003-01-046-0/+46
| | | | | | | | | SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
* chase mcrypt lib versionijliao2003-01-044-4/+4
|
* upgrade to 2.5.4ijliao2003-01-044-88/+22
| | | | | PR: 46432 Submitted by: Ports Fury
* fix hardcoded pathijliao2003-01-031-0/+6
| | | | | PR: 43933 Submitted by: Daniel C. Sobral <dcs@tcoip.com.br>
* upgrade to 20021118ijliao2003-01-033-8/+17
| | | | | PR: 45752 Submitted by: Mathieu Arnold <m@absolight.fr>
* Upgrade to 1.2.7.obraun2003-01-039-9/+54
| | | | | PR: ports/46333 Submitted by: maintainer
* fix missing : for sparc64 onlydinoex2003-01-031-1/+1
|
* Finally update to 4240jeh2003-01-032-2/+2
|
* 1.) If WITH_STATIC_SFTP is defined, ssh-chrootmgr works.ijliao2003-01-032-7/+13
| | | | | | | | | | 2.) If libX11.a exists and xauth not, the build of ssh2 fails. This patch fix this. 3.) ssh2/files/sshd.sh looks for the wrong pid file in /var/run. This patch fix this and adds 2> /dev/null to the sshd2 startup PR: 46012 Submitted by: maintainer
* Update to 0.3.12arved2003-01-036-26/+4
| | | | | | PR: 46566 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
* upgrade to 3.2.2ijliao2003-01-032-2/+2
| | | | | PR: 45876 Submitted by: maintainer
* Update to 0.9.7 releasedinoex2003-01-034-13/+11
|
* Update to 0.38.petef2003-01-032-2/+2
| | | | | PR: 45726 Submitted by: maintainer
* - add new checksum, only "OPENSSL_VERSION_NUMBER" has been changeddinoex2003-01-031-0/+1
| | | | | | in the distribution after 6th December. 2178290 6 Dez 00:25 /usr/ports/distfiles/openssl-0.9.6h.tar.gz 2178314 8 Dez 21:43 /usr/ports/distfiles/openssl-0.9.6h.tar.gz
* Update to 1.1.11arved2003-01-026-16/+12
|
* Add py-posix1e 0.2.1, Python module for manipulating POSIX.1e ACLsperky2003-01-026-0/+47
|
* Fix build on alpha (don't include the klaptop files when we are on alpha,petef2003-01-022-46/+46
| | | | | | we explicitly disable the build there). Prodded by: kris
* Update to 0.7.2.petef2003-01-0214-313/+293
| | | | | PR: 46148 Submitted by: maintainer
* - openssh-3.5p1 doesn't log utmp for IPv6 connection correctlydinoex2003-01-024-0/+24
| | | | Submitted by: ume
* - Update to 0.9.7-beta5dinoex2003-01-025-9/+719
| | | | | | - add test target - make build on sparc64 - fix a make problem in crypto/bf
* - Update to 0.9.6hdinoex2003-01-024-8/+31
| | | | | | - md5 verified - add test target - make build on sparc64
* Update to 2.00.nork2003-01-022-2/+2
|
* Update to 0.1.3.knu2003-01-022-2/+3
|
* Add WITHOUT_CRAM and WITHOUT_DIGEST to don't build cram and digestume2003-01-022-6/+18
| | | | | | authentication. Submitted by: Dan Larsson <dl@tyfon.net>
* * Honor CC and CFLAGS. This also fixes building on !i386.naddy2002-12-311-6/+2
| | | | * Remove some cruft.
* sweep an empty directry on deinstalldinoex2002-12-281-0/+1
|
* Fix installation: MANCOMPRESSED=yeslioux2002-12-271-0/+1
| | | | Prompted by: Paulo Rodrigo <rodrigo_paulo@yahoo.com.br>
* - change order to make this commit possibledinoex2002-12-262-2/+2
| | | | | | | - reflect small changes in distfile: * 2002-08-07 wk Removed unused macros and types etc. * 2002-09-20 wk Made the DLL relocatable * 2002-12-11 wk __ppc__ is used on Darwin instead of __powerpc__.
* - Fix for newer distfiledinoex2002-12-262-1/+2
|
* - Fix build with threadsdinoex2002-12-249-49/+215
| | | | | - Fix build under current - Fix build with krb5
* fix build with new bisonijliao2002-12-233-1/+80
| | | | | PR: 45900 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* - Fix MASTER_SITESijliao2002-12-232-9/+10
| | | | | | | - Support LOCALBASE properly PR: 45862 Submitted by: Ports Fury
* Give a warning regarding the fact that the source can't be fetchededwin2002-12-201-1/+7
| | | | | | | anymore. PR: ports/45509 Submitted by: Mark Linimon <linimon@lonesome.com>
* - Fix some of the build problems on CURRENT, not all.dinoex2002-12-183-6/+31
| | | | | | - make PREFIX aware - mark BROKEN for conflicts with getopt.h - take maintainership
* Correct email addresspat2002-12-161-2/+2
| | | | Submitted by: maintainer
* security/liedentd: tarball rerolled without code-changes.edwin2002-12-141-1/+1
| | | | noticed on: bento
* Fix on -STABLE which only has _BSD_VA_LIST_pat2002-12-142-1/+8
| | | | | PR: ports/44985 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Fix email addresses and WWW siteedwin2002-12-124-6/+6
| | | | | PR: ports/46111 Submitted by: TERAMOTO Masahiro <TERAMOTO@nanase.comm.eng.osaka-u.ac.jp>
* fix fetch for security/aafid2edwin2002-12-122-2/+2
| | | | | PR: ports/45776 Submitted by: Mark Linimon <linimon@lonesome.com>
* Remove a stale master site.petef2002-12-121-2/+1
| | | | | PR: 45779 Submitted by: Mark Linimon <linimon@lonesome.com>
* Update WWW.petef2002-12-121-1/+1
| | | | | PR: 45778 Submitted by: Mark Linimon <linimon@lonesome.com>
* Private request to drop maintainer-ship for:edwin2002-12-113-3/+3
| | | | | | | | audio/musicbrainz multimedia/xmms-avi security/fwbuilder Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* Update to 2.1.10.ume2002-12-104-23/+19
| | | | | | | | | This version corrects a number of DIGEST-MD5 interoperability issues, as well as corrects some potential buffer overflows. It is recommended that all sites using a 2.x release upgrade to 2.1.10. Approved by: portmgr
* Move source to MASTER_SITE_LOCAL, since ftp.softweyr.com is gone.wes2002-12-091-1/+4
|
* - regression test on panther successfulldinoex2002-12-095-3/+60
|
* remerge patch, define was lost.dinoex2002-12-091-4/+5
|
* Fix build on sparc64dinoex2002-12-091-5/+11
|
* ONLY_FOR_ARCHS=i386 alphakris2002-12-081-0/+1
|
* Catch up with the Ruby Application Archive's URL scheme change.knu2002-12-082-2/+2
|
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-072-21/+19
| | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris
* ONLY_FOR_ARCHS=i386 alphakris2002-12-061-0/+1
|
* Use NO_CHECKSUM instead of overriding checksum: target. This port shouldkris2002-12-011-5/+3
| | | | be reworked to be a slave port of the drweb port.
* Remove an illegal optimization that breaks on all platforms wherenaddy2002-11-301-0/+23
| | | | | | | va_list is not a pointer (e.g. alpha). Notified by: beta Obtained from: NetBSD
* This software is no longer supported by Mindbright and availablealex2002-11-303-10/+9
| | | | | | | | from their site, since they want to sell their SSH-2 version for profite. However, this version is GPL, so we are able to distribute it on MASTER_SITE_LOCAL and use it as we did before. Approved by: portmgr (kris)
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingsobomax2002-11-291-0/+1
| | | | | | | ${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr
* Make this build again by adding the correct configuration incantations.des2002-11-281-0/+1
| | | | Approved by: portmgr (kris)
* Sort entries.knu2002-11-281-2/+1
|
* Fix MASTER_SITES and WWW.knu2002-11-262-2/+2
| | | | Submitted by: fenner's portsurvey
* Maitainer update: Fix security/pam-pgsql on -currentedwin2002-11-242-5/+18
| | | | | | | Noticed on: bento PR: ports/45652 Submitted by: Mathieu Arnold <m@absolight.fr>
* Make security/audit compiling on -current againedwin2002-11-245-1/+52
| | | | | | | Noticed by: bento PR: ports/45667 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Update to 1.10markp2002-11-242-2/+2
|
* Fix compile problem under FreeBSD currentedwin2002-11-241-0/+28
| | | | | PR: ports/45662 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* security/lsh wants gmp.h, security/lsh gets gmp.hedwin2002-11-241-0/+3
| | | | Noticed on: bento
* Update to 1.2.1.anders2002-11-247-60/+65
|
* Add libgringotts, a library for encapsulating/safekeeping data inanders2002-11-246-0/+61
| | | | encrypted/compressed form.
* Add kgpg. Another Frontend for gnupg.arved2002-11-246-0/+64
| | | | | PR: 45573, 44840 Submitted by: Rick Fournier <rick@help-desk.ca>, Arjan van Leeuwen <avleeuwen@piwebs.com>
* Bring back the geheimnis port. This is a snapshot from CVS that works witharved2002-11-237-0/+107
| | | | | | KDE3 PR: 40660
* Maintainer update to version 2.0.0rc2edwin2002-11-232-4/+4
| | | | | PR: ports/45533 Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
* Maintainer update to version 0.0.10edwin2002-11-232-2/+2
| | | | | PR: ports/45393 Submitted by: Jim Geovedi <negative@magnesium.net
* Grab maintainer-shoip and update to version 1.21edwin2002-11-233-3/+17
| | | | | PR: ports/45395 Submitted by: Jim Geovedi <negative@magnesium.net>
* Update MASTER_SITES.olgeni2002-11-234-16/+4
| | | | | PR: 45591 Submitted by: maintainer
* Upgrade to 20021120.sumikawa2002-11-226-16/+14
|
* openssh-gssapi-3.5p1 is marked as brokendinoex2002-11-222-2/+4
|
* Update to 4234jeh2002-11-212-2/+2
|
* add bubblegum 1.12ijliao2002-11-207-0/+44
| | | | | | | Watch a file for changes PR: 44956 Submitted by: Ben Kibbey <bjk@m-net.arbornet.org>
* upgrade to 1.2.1ijliao2002-11-193-8/+16
| | | | | PR: 45262 Submitted by: maintainer
* Use the new USE_PERL5_BUILD when adding the build dependency on Perl.marcus2002-11-181-3/+2
|
* hand over to ports@freebsd.orgmharo2002-11-181-1/+1
|
* Add missing dependenciesedwin2002-11-181-0/+1
| | | | Noticed by: bento
* unbreak on -currentedwin2002-11-185-6/+30
| | | | | PR: 45374 Submitted by: maintainer
* Update 1.2.6 --> 1.2.7cy2002-11-1612-128/+36
| | | | | Note: Since crypto-publish.org does not yet have krb5-1.2.7 up on their website, fetch from their site has been temporarily disabled.
* disable pth detect when configureijliao2002-11-162-0/+2
| | | | | PR: 43624 Submitted by: maintainer
* Update to DAT 4233jeh2002-11-142-2/+2
|
* Don't remove system directories share/java, share/java/classes, andkris2002-11-111-2/+0
| | | | share/doc
* update to 0.5leeym2002-11-113-3/+4
| | | | | Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-11142-143/+71
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Update 1.2.7-beta1 --> 1.2.7-beta2cy2002-11-102-3/+3
|
* Maintainer update to version 0.61edwin2002-11-092-5/+5
| | | | | PR: ports/43507 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
* Add NO_CDROMarved2002-11-091-0/+1
| | | | | PR: 44822 Submitted by: brooks
* Spell PORTREVISION correctly.ru2002-11-081-1/+1
|
* openlog(3) and closelog(3) are unsafe in PAM modules.ru2002-11-082-2/+18
|
* 1. fix messagesijliao2002-11-082-6/+7
| | | | | | | | 2. use DATADIR and DOCSDIR 3. show messages when install PR: 31013 (1) Submitted by: Joseph Mallett <jmallett@xMach.org>, maintainer (1)
* PERL -> REINPLACE_CMDedwin2002-11-071-1/+1
| | | | | PR: 44881 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Upgrade to 4.29.2ache2002-11-072-3/+3
|
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-073-0/+3
| | | | | | and french/cups-base) Noticed on: bento
* Don't strip Linux binariesarved2002-11-071-2/+2
| | | | | Reported by: Dustin <dustin@arctichost.com>, kris PR: 30562
* Use PORTCOMMENT.cy2002-11-0718-9/+18
|
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-078-8/+4
| | | | | 105 pointy hats to: me Approved by: pat
* Bison 1.75 fix.cy2002-11-071-3/+59
|
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07132-66/+132
| | | | Approved by: pat
* Upgrade to 4232jeh2002-11-072-2/+2
|
* Remove redundant current features and planned features sections, they'recy2002-11-051-17/+1
| | | | | | | | already in the README in the distribution tarball. Correct an incorrect statement about tripwire. Generally simpilfy the statement made in this file.
* Update 0.7 --> 0.9cy2002-11-058-45/+53
| | | | | The aide database was in /var/adm/aide and is now in /var/db/aide. /var/adm is a SYSV directory that does not exist on FreeBSD.
* New MIT Kerberos V beta, version 1.2.7-beta1.cy2002-11-0525-0/+917
|
* port needs pod2man -> USE_PERL5=yesedwin2002-11-051-0/+1
| | | | Noticed on: bento
* vlog requires pod2man -> USE_PERL5=yesedwin2002-11-051-0/+1
| | | | Noticed on: bento
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-052-0/+2
| | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-)
* Update version to 1.2.6 and update MAINTAINER's email addresstom2002-11-053-5/+5
| | | | | PR: ports/44882 Submitted by: MAINTAINER
* PERL -> REINPLACEedwin2002-11-042-2/+4
| | | | And some ports have USE_PERL5=yes now.
* PERL -> REINPLACEedwin2002-11-043-2/+6
| | | | | | and USE_PERL5 in some places Noticed by: bento
* PERL -> REINPLACEedwin2002-11-042-2/+4
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Ports didn't build without USE_PERL5=yesedwin2002-11-041-0/+1
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-044-6/+13
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-041-1/+3
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-041-4/+6
| | | | Noticed by: bento
* USE_REINPLACE conversion to get rid of Perledwin2002-11-041-1/+2
| | | | See http://bento.freebsd.org/errorlogs/5-latest/pam_smb-1.9.9_1.log
* Port needs perl to build -> USE_PERL5=yesedwin2002-11-041-0/+1
| | | | See http://bento.freebsd.org/errorlogs/5-latest/botan-1.0.1_1.log
* fix ${PERL} on -current.vanilla2002-11-041-1/+2
| | | | Submitted by: bento
* Add startup script.sumikawa2002-11-034-0/+42
| | | | Submitted by: Sam Pikesley <samdavidpikesley@yahoo.co.uk>
* Add a missing BUILD_DEPENDS on perl5.marcus2002-11-031-1/+2
| | | | Submitted by: bento
* Fix typoes on MAINTAINER address.perky2002-11-023-4/+4
| | | | Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
* Catch up to repo copy of SWIG-devel to swig13kris2002-11-021-1/+1
| | | | Forgotten by: knu
* Delete needless *_DEPENDS.nork2002-11-011-3/+0
| | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 2.0.4pat2002-11-012-2/+2
| | | | | PR: ports/44798 Submitted by: maintainer
* Upgrade to V1.4.eivind2002-11-014-118/+200
| | | | | This includes a series of usability fixes, including making safesh easy to use with CVS, with scp, and to make installation on other hosts trivial.
* Update to 0.10nork2002-10-314-3/+13
| | | | | PR: ports/44777 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Upgrade to 4.29ache2002-10-314-148/+7
|
* Upgrade to 4.29ache2002-10-313-4/+5
|
* Update to 4231jeh2002-10-312-2/+2
|
* Only use File-Spec if perl < 5.8.alane2002-10-301-3/+12
| | | | PR: 44724
* add libecc 0.3.0ijliao2002-10-307-0/+50
| | | | C++ Elliptic Curve Library
* Patch to build with new bison 1.75.cy2002-10-291-0/+11
| | | | Submitted by: Stephen Hilton