1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

4378 Commits

Author SHA1 Message Date
James E. Housley
f5b99de2db Update to DAT 4308 2003-12-10 21:02:48 +00:00
Alexander Leidinger
16eda7f1f8 - H+BEDV GmbH released a new tarball shipping an updated anti-virus engine
(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>
2003-12-10 17:57:57 +00:00
Dmitry Sivachenko
ff97a7adbb Update to version 2.33.
Approved by:	maintainer
2003-12-10 15:35:25 +00:00
Bruce M Simpson
163ab603ee Maintenance update of OpenSC to 0.8.1. USB token support is not yet enabled
for FreeBSD; patches for this will be graciously accepted.

Sponsored by:	Weyland-Yutani Corporation
2003-12-10 12:55:36 +00:00
Alexander Leidinger
b83a30e56f Fix some bugs in the previous commit...
- 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)
2003-12-09 17:07:26 +00:00
Alexander Leidinger
71b93e612e BEWARE: As rcoder(8) isn't present on FreeBSD 4 but clamd must be
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
2003-12-08 14:06:49 +00:00
Erwin Lansing
782384f5c5 Update to 2.07 2003-12-08 12:23:51 +00:00
Sergey Skvortsov
e0c4385e9d Updated to 1.05
Pointed by:	erwin
2003-12-08 12:20:51 +00:00
Kirill Ponomarev
6183ae201f - Update to 0.20
PR:		60040
Submitted by:	maintainer
2003-12-08 09:39:22 +00:00
Kirill Ponomarev
8983eac82c - Add new MASTER_SITES
- Developers updated their virus definition table
  and rerolled the tarball

Submitted by:	maintainer
2003-12-06 20:40:39 +00:00
Sergei Kolobov
c5b6fe346c Add xca 0.4.5, graphical certification authority.
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>
2003-12-05 23:19:05 +00:00
Sergei Kolobov
01b0f639df - Update to 1.24
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
2003-12-05 14:27:03 +00:00
Kirill Ponomarev
2efa76954b - Update to version 0.0.10
PR:		59758
Submitted by:	Ports Fury
2003-12-05 14:22:50 +00:00
Kirill Ponomarev
ae4f8c3a11 - Update to version 4.3.1
PR:		59949
Submitted by:	maintainer
2003-12-05 08:54:08 +00:00
Sergei Kolobov
7230b77ccb - Reset maintainership to ports@FreeBSD.org
Requested by:	Mark Hannon <markhannon@optusnet.com.au> (maintainer)
		in follow-up to ports/58613
2003-12-04 21:03:58 +00:00
Tilman Keskinoz
6968457d07 Update to 1.5
PR:		59901
Submitted by:	Colin Percival <cperciva@daemonology.net>
2003-12-04 17:02:28 +00:00
Kirill Ponomarev
26758d8fa1 - Change maintainer email
Submitted by:	den
2003-12-04 15:09:46 +00:00
James E. Housley
bbf79b8c43 Update to DAT 4307 2003-12-04 14:36:34 +00:00
Sergei Kolobov
df9dca4616 - Update to 2.0.9
PR:		59020
Submitted by:	maintainer
2003-12-04 14:33:59 +00:00
Sergei Kolobov
4142d32ab2 - Update to 2.0.9
PR:		59019
Submitted by:	maintainer
2003-12-04 14:32:33 +00:00
Sergei Kolobov
485872dc63 - Update to 1.1.3
- 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
2003-12-04 14:27:49 +00:00
Mathieu Arnold
2cff160842 Update to 1.3 2003-12-04 13:42:12 +00:00
Hajimu UMEMOTO
8d4df4b343 Update to 2.1.17. 2003-12-04 08:06:03 +00:00
Hajimu UMEMOTO
fa1dd0fe6c add WITH_ALWAYSTRUE option.
Requested by:	Ted Cabeen <secabeen@pobox.com>
2003-12-04 06:33:54 +00:00
Mark Linimon
5520199588 Per distfile survey, remove dead mastersite.
Approved by: Justin Stanford <jus@zion.4dds.co.za> (maintainer)
2003-12-04 03:55:16 +00:00
Dirk Meyer
12fc4ace75 - fix Usage 2003-12-04 03:24:09 +00:00
Mike Silbersack
cf5ee3d9c9 Correct the OSVERSION check for the libgmp depedency; libgmp was removed
waaaay earlier than I had previously thought.  Also bump portrevision
since this is an important change for 5.x users.

Approved by:	portmgr (marcus)
2003-11-30 07:19:15 +00:00
Mike Silbersack
f6e9200724 Clamav 0.65 uses libgmp for digital signature calculations;
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.)
2003-11-28 05:58:48 +00:00
Jun Kuriyama
660205cc0e *** Security Update (not fix, only workaround) ***
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)
2003-11-28 00:05:27 +00:00
Tilman Keskinoz
d1868e9f76 - AMD64 has no APM
- Revert logic, i386 seems to be the only ARCH with APM

Submitted by:	Adriaan de Groot
Approved by:	portmgr (marcus)
2003-11-25 18:57:36 +00:00
Bruce M Simpson
2830eb5a46 Supersedes ports/59442 and previous hasty-fix, and fixes the following:
- 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
2003-11-25 14:08:02 +00:00
Joe Marcus Clarke
b8fc347cb4 Fix build on -CURRENT.
Reported by:	bento via kris
Approved by:	portmgr (implicit)
2003-11-24 22:57:48 +00:00
Cy Schubert
d00d6645f8 Fix crypto-publish extract. 2003-11-23 21:48:54 +00:00
Dag-Erling Smørgrav
f6664145ae Upgrade to 0.8.2 (and unbreak, as the old distfile is long gone)
Approved by:	portmgr (marcus)
2003-11-23 18:18:31 +00:00
Kirill Ponomarev
6707b59090 - Update to version 0.75
PR:		59572
Submitted by:	Jim Shewmaker <jims@bluenotch.com>
Approved by:	maintainer
2003-11-22 10:02:39 +00:00
James E. Housley
0be98345cb Update f-prot to 4.3.0.
PR:		59562
Submitted by:	MAINTAINER
2003-11-22 02:17:46 +00:00
Sergey A. Osokin
6e7e548327 Update to 2.0.5 [1]
Use %%DOCSDIR%% and %%DATADIR%% macros [2]

Submitted by:	Linh Pham <question@closedsrc.org> [1], osa [2]
PR:		59510
2003-11-21 16:33:27 +00:00
Sergey A. Osokin
048d009f72 Fix incorrect argument order for kill(2) [1]
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
2003-11-21 14:59:27 +00:00
Tilman Keskinoz
2b1fd9e6fe Fix build on alpha 2003-11-21 13:59:03 +00:00
Kirill Ponomarev
d470a37d9d - Support for TCP as the tunnel transport was added
- Change maintainer email

PR:		59543
Submitted by:	maintainer
2003-11-21 12:19:01 +00:00
James E. Housley
9697bab063 Update security/snort from 2.0.2 to 2.0.4
PR:		59148
Submitted by:	Linh Pham
2003-11-21 11:39:27 +00:00
Yen-Ming Lee
f84705ee58 Use uvscan as default virus scanner and unbreak amavisd 2003-11-21 09:39:40 +00:00
Pav Lucistnik
54d0bfa3e3 Include support for all possible antivirus in a package
- Makes package actually useful
- Fixes build on Bento

PR:		ports/59531
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by:	adamw (mentor)
2003-11-21 00:18:31 +00:00
Pav Lucistnik
cf07471739 - Update to 0.7
- Unmark BROKEN
- Use PORTDOCS macro

PR:		ports/59528
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by:	adamw (mentor)
2003-11-20 23:29:11 +00:00
Mark Linimon
2c90683550 Retire security/whisker. Author says to use nikto instead.
PR: ports/58606.
2003-11-20 23:17:31 +00:00
Mark Linimon
c0b032326b Per Bill Fenner's distfile survey, the main web site for this source code
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.
2003-11-20 23:16:26 +00:00
Pav Lucistnik
22f9406fd1 - Author included object files in distfile. Get rid of them otherwise
build fails on non-i386 platforms.
- Respect CFLAGS

Submitted by:	Koop Mast
Approved by:	adamw (mentor)
2003-11-20 23:06:45 +00:00
Dirk Meyer
b29f1b75d8 - take maintainership 2003-11-20 19:24:21 +00:00
Trevor Johnson
5f9c6cf81a Chase master site and home page.
detected by:	fenner's survey
2003-11-20 16:21:48 +00:00
Trevor Johnson
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00