| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 56578
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: 60148
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 60147
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/59935
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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>
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
for FreeBSD; patches for this will be graciously accepted.
Sponsored by: Weyland-Yutani Corporation
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Pointed by: erwin
|
|
|
|
|
| |
PR: 60040
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Developers updated their virus definition table
and rerolled the tarball
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 59758
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 59949
Submitted by: maintainer
|
|
|
|
|
| |
Requested by: Mark Hannon <markhannon@optusnet.com.au> (maintainer)
in follow-up to ports/58613
|
|
|
|
|
| |
PR: 59901
Submitted by: Colin Percival <cperciva@daemonology.net>
|
|
|
|
| |
Submitted by: den
|
| |
|
|
|
|
|
| |
PR: 59020
Submitted by: maintainer
|
|
|
|
|
| |
PR: 59019
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
Requested by: Ted Cabeen <secabeen@pobox.com>
|
|
|
|
| |
Approved by: Justin Stanford <jus@zion.4dds.co.za> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
waaaay earlier than I had previously thought. Also bump portrevision
since this is an important change for 5.x users.
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- Revert logic, i386 seems to be the only ARCH with APM
Submitted by: Adriaan de Groot
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Reported by: bento via kris
Approved by: portmgr (implicit)
|
| |
|
|
|
|
| |
Approved by: portmgr (marcus)
|
|
|
|
|
|
| |
PR: 59572
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: 59562
Submitted by: MAINTAINER
|
|
|
|
|
|
|
| |
Use %%DOCSDIR%% and %%DATADIR%% macros [2]
Submitted by: Linh Pham <question@closedsrc.org> [1], osa [2]
PR: 59510
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
- Change maintainer email
PR: 59543
Submitted by: maintainer
|
|
|
|
|
| |
PR: 59148
Submitted by: Linh Pham
|
| |
|
|
|
|
|
|
|
|
|
| |
- Makes package actually useful
- Fixes build on Bento
PR: ports/59531
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: adamw (mentor)
|
|
|
|
|
|
|
|
|
| |
- Unmark BROKEN
- Use PORTDOCS macro
PR: ports/59528
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: adamw (mentor)
|
|
|
|
| |
PR: ports/58606.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
build fails on non-i386 platforms.
- Respect CFLAGS
Submitted by: Koop Mast
Approved by: adamw (mentor)
|
| |
|
|
|
|
| |
detected by: fenner's survey
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
|
|
|
| |
"perl -pi -e" construction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
* Create /var/run/clamav with 750 permissions
PR: 59458
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer
|
|
|
|
|
| |
- Fix manpage with option WITH_MILTER
Submitted by: rob@debank.tv
|
|
|
|
| |
tcp hostcache changes took place.
|
|
|
|
|
|
| |
- Switch to wxgtk2, provide WITH_GTK1 knob to build with wxgtk.
Submitted by: MAINTAINER
|
|
|
|
|
|
| |
PR: ports/59437
Submitted by: maintainer
Approved by: marcus (backup mentor)
|
|
|
|
| |
- make portlint happy
|
| |
|
|
|
|
|
|
|
|
|
| |
cryptopp
- Update to version 1.1
- Give maintainership to submitter
PR: 59377
Submitted by: Jesse Lovelace <jllovela@ncsu.edu>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* Use USE_OPENLDAP
* Remove ability to build with openldap12
* Convert display message to a real pkg-message
|
| |
|
| |
|
|
|
|
|
| |
perl extension to easily manage Cert
REQUESTs.
|
| |
|
|
|
|
| |
PR: ports/59082.
|
|
|
|
|
|
|
|
| |
4304 Emergency Dat release due to:
W32/MIMAIL.I@MM
**********************************************
|
|
|
|
| |
Approved by: marcus (mentor)
|
|
|
|
|
| |
Submitted by: Martin Matuska <martin@tradex.sk>
PR: 59236
|
| |
|
|
|
|
| |
I have contributed, in order to attract less spam.
|
|
|
|
| |
I have contributed, in hopes of attracting less spam.
|
|
|
|
|
|
| |
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org
|
| |
|
|
|
|
|
| |
PR: 59219
Submitted by: rob@debank.tv
|
|
|
|
|
|
|
| |
system.
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
PR: ports/59151
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 59104
Submitted by: maintainer
|
|
|
|
|
|
| |
1.469 (PR 58885).
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/35631
Submitted by: David Hedley <david@inty.net>
|
|
|
|
| |
Reviewed by: Maintainer
|
|
|
|
|
| |
PR: 59133
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
| |
PR: 59084
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
make it use /dev/urandom
- Utilize DOCSDIR
PR: 59081
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
- Build again with FreeBSD_version > 501113 (if_xname)
- Fix some byte order problems with route-to rules
- Stable release
PR: 589037
Submitted By: MAINTAINER
|
| |
|
|
|
|
|
|
| |
2. Fix build on -STABLE.
PR: 57128
|
| |
|
| |
|
|
|
|
| |
to me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
bsd.port.mk macro.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
| |
PR: ports/59015
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
to pacify portlint a little bit.
|
| |
|
| |
|
| |
|
|
|
|
| |
package on bento, at least it can be installed from port.
|
|
|
|
| |
fix install on perl >= 5.8.0
|
|
|
|
|
| |
PR: 58825
Submitted by: clsung
|
|
|
|
|
|
| |
from "-current" to "a37".
No changes for MD5.
|
|
|
|
|
| |
PR: 58916
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-nids to 0.8.5
|
|
|
|
|
| |
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-manager to 0.8.9
|
|
|
|
|
| |
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-lml to 0.8.6
|
|
|
|
|
| |
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Upgrade libprelude to 0.8.8
|
| |
|
|
|
|
|
| |
PR: 58794
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
|
|
|
|
| |
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
|
|
|
|
| |
PR: 58824
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
|
|
|
| |
*** addresses that seem to be dead:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: 58790
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
4301 Emergency Dat release due to:
W32/MIMAIL.C@MM
**********************************************
|
| |
|
| |
|
|
|
|
| |
Reported by: Forrest Aldrich <forrie@forrie.com> & bento
|
|
|
|
|
|
| |
This snapshot supports cvd database updates
PR: 58727
Submitted by: rob@debank.tv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
---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
|
|
|
|
| |
GNU SASL Library
|
|
|
|
| |
GNU Generic Security Service Library
|
|
|
|
|
|
|
|
|
| |
- Install documentation and examples
- Utilize INFO
PR: 58338
Submitted by: Xavier Beaudouin <kiwi@plonk.home.oav.net>
Approved by: maintainer
|
|
|
|
| |
in those versions that module included into the base distribution.
|
| |
|
|
|
|
|
| |
Reviewed by: maintainer
Use RUN_DEPENDS instead of BUILD_DEPENDS to depend on www/p5-libwww
|
|
|
|
| |
Add BUILD_DEPENDS and bump PORTREVISION.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
|
|
| |
- Fixes for portlint (DOCSDIR)
PR: 58582
Submitted by: elvis@sslab.cs.ccu.edu.tw
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
| |
Submitted by: ls+gnupg.devel.gnupg.org@gambit.com.ru
References: http://lists.gnupg.org/pipermail/gnupg-devel/2003-October/020503.html
|
|
|
|
| |
Noticed by: distfiles survey
|
|
|
|
|
| |
PR: 58049
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
|
|
| |
@unexec rmdir's.
PR: ports/58212
Submitted by: Dimitry Andric <dimitry@andric.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add conflict with clamav-devel port [2]
- fix milter on STABLE [3]
no response from maintainer
PR: 57379, 58037
Submitted by: martin@mail.tradex.sk [1], rob@debank.tv [2], dinoex [3]
|
|
|
|
| |
in the last commit.
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
|
|
|
| |
Fix a broken URL in pkg-descr.
|
| |
|
|
|
|
| |
Approved by: krion
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
get rid of 2nd half of the patch, fix was intended for
cosmetical reasons, but broke portscanner
- bumped port revision
This error is now fixed:
portscanner -vv -v -v -b 1 -e 6 xx.xxx.xxx.xx
xx.xxx.xx.xx
Error assigning master socket: Too many open files
Exit 255
Submitted by: Peter Edwards <peter.edwards@openet-telecom.com>
Approved by: portmgr@ (Joe Marcus Clarke <marcus@marcuscom.com>)
|
|
|
|
| |
Correct the pathname of WRKSRC.
|
| |
|
|
|
|
| |
function change in this commit.
|
|
|
|
|
| |
PR: 52923
Submitted by: Tim Bishop <tim@bishnet.net>
|
|
|
|
|
|
| |
PR: 58354
Submitted by: maintainer
No cookie for: edwin
|
|
|
|
|
|
| |
PR: 58325
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: krion (mentor)
|
|
|
|
|
|
|
| |
- Added LIB_DEPENDS libgmp (for signed virus signatures)
- sigtool: receive digital signature from remote ClamAV Signing Service
PR: 58274
Submitted by: rob@debank.tv
|
|
|
|
| |
2001.
|
|
|
|
|
|
|
|
|
|
| |
Respect CC/CFLAGS, fix installation path [2]
Bump PORTREVISION.
PR: ports/58164
Submitted by: Samy Al Bahra <samy@kerneled.com> [1],
osa [2]
Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer)
|
| |
|
|
|
|
| |
A free implementation of the Kerberos 5 network security system
|
|
|
|
| |
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
| |
|
|
|
|
| |
A library that implement Microsoft's NTLM authentication
|
|
|
|
|
| |
PR: 58156
Submitted by: matt@peterson.org
|
| |
|
| |
|
|
|
|
| |
Easy things make really easy with Crypt::CBC.
|
|
|
|
| |
Informed maintainer.
|
|
|
|
|
|
| |
<satbran@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
<satbran@web.de> Benutzer nicht bekannt/User unknown (in reply to RCPT TO
command)
|
|
|
|
| |
Informed maintainer.
|
|
|
|
|
|
|
|
|
| |
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/57586
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
http://www.lammah.com/ has been unresponsive long enough, point
to working sites
PR: ports/58087
Submitted by: Jason Harris <jharris@widomaker.com>
|
| |
|
| |
|
|
|
|
| |
informed maintainer.
|
|
|
|
| |
Informed maintainer.
|
|
|
|
| |
informed maintainer.
|
|
|
|
| |
noticed by: bento/kris
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Much cleaner code (FreeBSD Update is now a shell script, rather than a
huge ugly makefile),
- Better performance,
- Reduced bandwidth usage when no updates are available,
- Warnings about files which have been affected by security updates, but
cannot be updated because they have been modified locally,
- An "intrusion detection" mode which compares every file which can be
installed as part of a RELEASE against a (signed) database of known good
hashes.
PR: 58028
Submitted by: Colin Percival <cperciva@daemonology.net> (maintainer)
|
|
|
|
| |
Upgrade nikto to 1.31.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 58036
Submitted by: rob@debank.tv
|
|
|
|
| |
the previous version does.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(6.21.0.1 -> 6.22.0.1) and a current virus definition file (6.22.0.0).
If you are using the auto-update functionality you should already have
these updated versions.
- Mention the AntiVir Bulletin Board (support) in the DESCR.
- Make the antivirupdater script behave like described in the documentation
(pass command line arguments to antivir).
- Make the avq script check for uid == 0, the avmilter spool directory can't
be read without sufficient permissions.
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
|
| |
|
|
|
|
|
| |
PR: 57917
Submitted by: Dan Pelleg <daniel+hunch@pelleg.org> (maintainer)
|
|
|
|
| |
Pointed out by: lofi
|
|
|
|
|
|
|
|
| |
- Updating Samhain to 1.7.12, which contains fixes for a heap overflow
in e-mail parsing.
PR: 57965
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Spotted by: kris
|
|
|
|
| |
Spotted by: kris
|
|
|
|
| |
- get rid of autoconf dependency
|
| |
|
|
|
|
| |
Submitted by: eikemeier@fillmore-labs.com
|
|
|
|
| |
patch properly without root permissions.
|
| |
|
|
|
|
| |
Noticed by: kris
|
|
|
|
|
| |
PR: 57903
Submitted by: maintainer
|
|
|
|
|
| |
PR: 57894
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: eikemeier@fillmore-labs.com
|
|
|
|
|
|
|
| |
- cleanup
- use DOCSDIR
Submitted by: eikemeier@fillmore-labs.com [CONFLICTS]
|
|
|
|
|
| |
PR: 57867
Submitted by: rob@debank.tv
|
| |
|
|
|
|
|
|
|
|
| |
HLFL 0.60.1 new port (update of mainstream code)
(Hifh Level Firewall Language)
PR: ports/57862
Submitted by: Fraise Root <alaunay@hlfl.org>
|
|
|
|
|
| |
PR: 57866
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
|
|
| |
Bump PORTREVISION accordingly.
PR: ports/55569
Submitted by: Andrew Thompson <andy@fud.org.nz>
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 57812
Submitted by: maintainer
|
|
|
|
|
| |
PR: 57813
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
While pam(8) refers Linux-PAM Guides at ``SEE ALSO'' section,
it seems no documentation is in ports/ tree.
I think reading those docs takes good understanding of PAM
in RELENG_4, and also OpenPAM in HEAD.
PR: ports/53490
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
|
|
|
|
|
|
|
| |
New port, the gnome based askpass from the openssh contrib.
PR: ports/53247
Submitted by: Mark Hannon <markhannon@optusnet.com.au>
|
|
|
|
| |
Submitted by: bg@sics.se
|
|
|
|
|
| |
PR: 57756
Submitted by: maintainer
|
|
|
|
|
| |
PR: 57755
Submitted by: maintainer
|
|
|
|
|
| |
PR: 57749
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
|
|
|
|
|
| |
PR: ports/57646
Submitted by: Marius Strobls
Approved by: liver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|