| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Forgotten by: sergei
Reminded by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
|
| |
|
|
|
|
|
| |
PR: ports/63950
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/63949
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
4335 Emergency Dat release due to:
W32/NETSKY.J@MM
**********************************************
|
|
|
|
|
|
|
|
| |
- Always depend on libtasn1 and opencdk
- Add libgcrypt-devel and libgpg-error dependencies
- Add explicit USE_ICONV and USE_GETTEXT to properly register
shared library dependencies
- Add CONFLICTS to prevent installation over gnutls-devel
|
|
|
|
| |
after repocopy from security/gnutls
|
|
|
|
|
| |
- Switch to my @FreeBSD.org address
- Use experimental USE_GPG feature
|
|
|
|
|
|
|
|
| |
The actual port which was corrected due to IPv6 modifications is
apache+ipv6: remove it.
Reported by: ache
Doofus: nectar
|
|
|
|
|
|
| |
already corrected.
Submitted by: sumikawa
|
| |
|
|
|
|
|
|
|
|
| |
4334 Emergency Dat release due to:
W32/SOBER.D@MM
**********************************************
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
the same thing. My original intention was to work around a build
buglet encountered on some version of FreeBSD. Apparently, no such
work around is necessary.
Reported by: Rolandas Naujikas <rolnas@takas.lt>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
controlling terminal. [1]
- Make the avq script check if it's ran by the avmilter user in addition
to uid == 0. This enables `avq --remove` to be run via a script and the
ExternalProgram option in order to automatically delete the rejected
messages. [2]
- Install a script avqrm which serves this purpose, i.e. executes
`avq --remove` and can be run via ExternalProgram.
- Make the avq script not print the contents of the queue when option
'--remove' is given, this greatly improves speed and otherwise it's not
really suitable to be called on every rejected message. Fix some typos.
- Fix pkg-plist by adding antivirupdater.
Requested by: ache [1], [2]
Submitted by: maintainer
|
|
|
|
| |
Approved by: MAINTAINER timeout
|
|
|
|
|
|
|
|
| |
- Update signatures
- Portlint
PR: ports/63906, ports/63908
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
dependencies to run. Mark it IGNORE and DEPRECATED, and it will be
scheduled for a removal in a future batch of ports.
PR: ports/62516
Submitted by: Dan Mahoney <danm@prime.gushi.org>
|
| |
|
|
|
|
| |
Pointy hat to: me
|
|
|
|
|
|
| |
PR: 63065
Reviewed by: Angelo Turetta <aturetta@commit.it>
Approved by: maintainer timeout (2 weeks)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add SIZE
PR: ports/63849
Submitted by: Toni Viemero <toni.viemero@iki.fi> (maintainer)
|
|
|
|
|
| |
- use PLIST_FILES
- add missing manpage idecrypt.8
|
|
|
|
| |
Add xboing issue.
|
|
|
|
| |
- Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore
|
|
|
|
|
|
|
|
| |
in /etc/rc.conf upon startup.
- Pass maintainership to submitter
PR: 63289
Submitted by: Scot W. Hetzel <freebsd-maintainer@westbend.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after deinstalling the old port:
# rm PREFIX/AntiVir/antivir
# rm PREFIX/AntiVir/antivir.vdf
# chown root:wheel PREFIX/AntiVir
# chown root:smmsp PREFIX/AntiVir/hbedv.key
In your SENDMAIL_MC change
`S=unix:PREFIX/AntiVir/avmilter.sock, F=T, T=S:10m;R:10m;E:5m'
to:
`S=unix:/var/spool/avmilter/avmilter.sock, F=T, T=S:10m;R:10m;E:10m'
and rebuild sendmail.cf.
If /var/spool/avmilter exist you have to:
# chown -R smmsp:smmsp /var/spool/avmilter
If you are using a customized PREFIX/etc/avmilter.conf the port
won't remove it on deinstall and you have to manually change User
and Group to smmsp there.
Afterwards you can install the new version of this port. You then
should run antivirupdater to get a current VDF.
- Change ownership of the socket to user and group smmsp as expected by
sendmail. This involves running the milter as smmsp:smmsp, changing the
ownership of rest of the files and moving the socket to /var/spool/avmilter
but fixes the "local socket unsafe" problem. [1]
- Move the milter into the background when launching, this solves the problem
with disappearing socket on boot. [2]
- Update to 1.1-beta which fixes the "Bad file descriptor" problem. For
a full list of chances see ChangeLog in the DOCSDIR. [3]
Suggested by: ache@ [1], [3]
Suggested by: Martin P. Hellwig <mhellwig@xs4all.nl> [2]
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
W32/Netsky.c@MM and W32/Netsky.d@MM signatures updated
W32/Bagle@MM signature updated to detect
Bagle.c, Bagle.e, Bagle.h, Bagle.
PR: 63762
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/62593
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
|
|
|
|
| |
Add mod_python DoS issue.
|
|
|
|
|
|
| |
NNNN Emergency Dat release due to: W32/BAGLE.J@MM
**********************************************
|
|
|
|
|
|
|
| |
- Fix pkg-plist
PR: ports/63660
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
|
|
|
|
|
|
|
| |
- Fix pkg-plist
PR: ports/63660
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
|
|
|
|
|
|
|
|
| |
4331 Emergency Dat release due to:
W32/BAGLE.H@MM
**********************************************
|
|
|
|
| |
Pointed by: kris
|
|
|
|
|
|
|
| |
- fix install of startscript
Approved by: Christian Lackas <delta@lackas.net> (maintainer)
arved (mentor)
|
|
|
|
|
|
|
|
| |
4330 Emergency Dat release due to:
W32/BAGLE.E@MM
**********************************************
|
|
|
|
| |
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Lockdown is a hardening system written in C++ for FreeBSD
and released under the BSD license.
Lockdown was designed to harden FreeBSD's base system. It does so
by editing the systems configuration files and set permissions,
flags and ownership on SUID, GID and information files.
Lockdown was meant to be run only once, so you can quickly
and without forgetting something, get a secure system running.
WWW: http://lockdown.TruNet.dk/
PR: 62714
Submitted by: Daniel Blankensteiner <db@TruNet.dk>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
1.3.2 yet, when USE_KRB5_TARBALL=CRYPTO-PUBLISH is specified, 1.3.1
will be installed.)
- Add SIZE to distinfo
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I am here,
- make portlint happy,
- use WRKSRC instead hardcode path.
- use SAMBASRC instead wrong path if WRKDIRPREFIX env set.
- remove PORTREVISION on new ports.
PR: ports/63464
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
|
|
|
|
|
|
|
|
|
| |
WITHOUT_AMAVIS_VSCAN
WITHOUT_AMAVIS_X-HEADER
WITHOUT_AMAVIS_WARNSENDER
WITH_AMAVIS_USER
PR: ports/60728
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
Approved by: maintainer timeout (2 months)
|
|
|
|
|
|
| |
Fix build on AMD64
Reported by: bento
|
|
|
|
|
|
| |
PR: ports/58998
Submitted by: Xin LI <delphij at frontfree dot net>
Approved by: maintainer timeout (3 months)
|
|
|
|
| |
because of site redesign.
|
|
|
|
|
| |
PR: ports/55611
Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
4329 Emergency Dat release due to:
W32/BAGLE.C@MM
**********************************************
|
| |
|
|
|
|
|
|
|
|
| |
fails with very long passwords leading to a segfault. It may be exploitable.
FreeBSD is *not* vulnerable.
No thanks to: the jerk who posted on bugtraq w/o mailing me beforehand.
|
|
|
|
|
|
| |
PR: 63424
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Reviewed by: maintainer
|
|
|
|
|
|
|
| |
- Remove patches not needed anymore
PR: ports/63373
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
|
|
|
|
| |
BUILD_DEPEND on qmake now.
|
| |
|
| |
|
|
|
|
| |
Requested by: Colin Percival <colin.percival@wadham.ox.ac.uk>
|
|
|
|
|
|
|
|
|
| |
- Adopt the standard nessus directory structure, reducing the number
of files in ${PREFIX}/etc/nessus. Move existing files to the
right places
PR: ports/62033
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
would work just fine if someone were offering security update bits.
Seconded: marcel
|
|
|
|
|
|
|
| |
Now just invoke `make validate', and a shell script will be run and try
to use xmllint or nsgmls.
Requested by: des
|
|
|
|
| |
phpnuke, mailman, and fetchmail.
|
|
|
|
| |
Submitted by: will, nectar
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
update to fail
- add an install & deinstall message
Submitted by: nectar & Ion-Mihai Tetcu <itetcu@apropo.ro>
|
|
|
|
|
| |
PR: ports/63312
Submitted by: M. Possamai <possamai@xs4all.nl>
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
4327 Emergency Dat release due to:
W32/MYDOOM.F@MM
**********************************************
|
| |
|
|
|
|
|
|
|
| |
- Fix build on 4.x
PR: ports/63269
Submitted by: maintainer
|
|
|
|
| |
Obtained from: kris@ via bento log.
|
|
|
|
|
| |
PR: ports/62934
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
|
|
|
| |
PR: ports/63200
Reported by: Hendrik Scholz <hendrik@scholz.net>
|
| |
|
|
|
|
|
| |
PR: ports/63199
Reported by: Hendrik Scholz <hendrik@scholz.net>
|
| |
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
|
|
|
|
|
|
|
| |
signature definitions). This allows the definitions to be updated
seperately as and when required.
PR: ports/62917, 62918
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/62646
Submitted by: Alex Kapranoff <kappa@web.1tv.ru>
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Suggested by: ume
|
|
|
|
| |
Suggested by: kris
|
|
|
|
|
| |
- use USE_RC_SUBR.
- remove BROKEN.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- new command line tool
- new man page
- reworked database update code, incorporating feedback from
Max Khon <fjoe>, Radim Kolar <hsn@netmag.cz> (PR 63066) and
Ion-Mihai Tetcu <itetcu@apropo.ro> (PR 62655)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://people.freebsd.org/~fenner/portsurvey/security.html#pidentd
pidentd
cvs tree / pkg-descr
File: pidentd-2.8.5.tar.gz has 2 possible URLs: 1 OK, 1 bad, 0 skipped
Port maintainer: dinoex@FreeBSD.org
ftp://ftp.lysator.liu.se/pub/ident/servers/pidentd-2.8.5.tar.gz: looking for file 550 pidentd-2.8.5.tar.gz: No such file or directory. (Last OK result Thu Apr 4 9:05:23 2002 )
ftp://ftp.fu-berlin.de/unix/security/ident/servers/pidentd-2.8.5.tar.gz: ok
File: pidentd-2.8.5-ipv6-1.5.diff.gz has 1 possible URL: OK!
Summary 2 files fetchable out of 2
Master Site # files fetchable
ftp.fu-berlin.de 1
www.imasy.or.jp 1
ftp.lysator.liu.se 0
$ ftp ftp://ftp.lysator.liu.se/pub/ident/servers/
Connected to ftp.lysator.liu.se.
220 Peter's Anonymous FTP server (pftpd 0.41 at Apr 29 2002 22:37:28) ready.
331 Guest login ok; use your e-mail address as password.
230 Login OK.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I.
250 Command successful.
250-This directory is the main distribution point for the pidentd IDENT
250-(RFC1413) protocol server and it originates from the site:
250-
250- ftp://ftp.lysator.liu.se/pub/ident/servers/
250-
250-Please report problems with the files in this directory to:
250-
250- Peter Eriksson <pen@lysator.liu.se>
250 Command successful.
ftp> ls
150 Opening ASCII mode data connection for file listing.
[...]
-rw-r--r-- 1 pen local 121835 Nov 26 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 pen local 366 Nov 26 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ ftp ftp://ftp.fu-berlin.de/unix/security/ident/servers/
Connected to ftp.fu-berlin.de.
220 FTP.FU-Berlin.DE ready.
331 Anonymous login ok, send anything as password.
[...]
230-
Welcome at Freie Universität Berlin, Germany.
Willkommen auf dem FTP-Server der Freien Universität Berlin.
Ein Service der Zentraleinrichtung für Datenverarbeitung (ZEDAT).
230 FTP.FU-Berlin.DE login ok.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
250 CWD command successful.
250 CWD command successful.
ftp> ls
150 Opening ASCII mode data connection for file list
[...]
-rw-r--r-- 1 ZEDAT FU-Berlin 121835 Nov 25 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 ZEDAT FU-Berlin 366 Nov 25 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.gz
Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100%
9635 bytes transferred in 5.5 seconds (1.71 kBps)
|
| |
|
| |
|
| |
|
|
|
|
| |
interpreter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(6.23.0.1 -> 6.24.0.2), current virus definition file (6.23.0.1 -> 6.24.0.6)
and an updated antivir.conf adding the new option "UpdaterKeepsBackups" for
for the current AV engine.
If you are using the auto-update facility you should already have the
updated AV engine binary and VDF.
- Install the original AV engine binary and the VDF from the tarball with
suffix "-dist_avfbmlt" instead of "-dist" so ${PREFIX}/AntiVir/antivir
can be shared between different H+BEDV AntiVir products without conflicts.
- Add another instance to MASTER_SITES.
Submitted by: marius
|
|
|
|
|
|
|
|
|
| |
-added W32/Bagle.B@MM virus signature
-added W32/Netsky@MM virus signature
PR: 63068
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Approved by: maintainer
|
|
|
|
|
| |
Noticed by: bento via kris
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
| |
PR: 45805
Submitted by: Volker Stolz <vs@foldr.org>
Approved by: maintainer timeout
|
|
|
|
| |
it's chronological spot within the file.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
two databases cause more confusion than it is worth.
portaudit uses ports/security/vuxml/vuln.xml in the meantime,
please commit your changes there and send feedback wich format
you prefer.
Currently we have to migrate gnats, mailman, monkey and some
apache versions.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 63022
Submitted by: rob@debank.tv
- Use fixStaleSocket by default
- Add clamav user to mail group (for exim users)
- clean up DOCSDIR variable
PR: 63022
Submitted by: rob@debank.tv
Suggested by: eik
|
|
|
|
|
|
|
|
| |
4325 Emergency Dat release due to:
W32/NETSKY.B@MM
**********************************************
|
|
|
|
| |
Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
4324 Emergency Dat release due to:
W32/BAGLE.B@MM
**********************************************
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.
In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.
If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.
PR: ports/62575
No objection: freebsd-ports, 10 days
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- make portlint happy
- remove BROKEN and DEPRECATED
- Add SIZE
Approved by: nork (mentor/implicitly)
|
|
|
|
| |
removed on April 15 if it is still broken at that time.
|
|
|
|
| |
(but removes the system pam_krb module)
|
|
|
|
| |
Submitted by: fjoe
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- new Option WITHOUT_IPV6
Submitted by: ume
|
|
|
|
|
| |
Reported by: kris
Approved by: kris (wearing his portsmgr hat)
|
|
|
|
|
| |
PR: 62842
Submitted by: MAINTAINER
|
|
|
|
| |
Reported by: eik
|
|
|
|
|
|
|
|
|
| |
These protocols are all used to run a remote session on a computer,
over a network. PuTTY implements the client end of that session:
the end at which the session is displayed, rather than the end
at which it runs.
WWW: http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
|
|
|
|
| |
Thanks to: ume
Reference: http://lists.airs.net/wl/archive/200208/msg00107.html
|
|
|
|
| |
add libtool symlink vulnerability
|
|
|
|
| |
Noticed by: bmah, Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
|
|
|
|
| |
PR: 62747
Submitted by: Radim Kolar <hsn@netmag.cz>
|
| |
|
|
|
|
| |
A set of Python bindings for XML Security Library
|
|
|
|
|
| |
in the accessibility, arabic, archives, astro, audio, benchmarks,
biology, cad, and chinese categories.
|
| |
|
|
|
|
| |
:-)
|
|
|
|
| |
patched.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Next time won't you run sort(1) with me
|
| |
|
|
|
|
| |
from a VuXML document by package name and version.
|
| |
|
|
|
|
|
|
| |
PR: ports/62301
Submitted by: ijliao
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The install doesn't delete the database anymore
- Don't remove the database on deinstall
- Use OPTIONS target
- handle all config install via the port
You have to run freshclam manually once after upgrade to restore the database.
PR: 62653
Submitted by: rob@debank.tv
- Fix deinstall when no database was installed.
Submitted by: dinoex
|
|
|
|
|
| |
PR: 62672
Submitted by: Jim Shewmaker <jims@bluenotch.com>, maintainer
|
|
|
|
|
| |
- www/apache13-ssl<1.3.29.1.53
- www/monkey < 0.8.2
|
|
|
|
|
|
|
| |
See ChangeLog for details.
PR: ports/62580
Submitted by: Yonatan Bokovza <Yonatan@Xpert.com>
|
|
|
|
|
|
|
|
|
|
| |
C++ comments removed from chkproc.c. New rootkits detected: AjaKit
and zaRwT. New CGI backdoors detected. ifpromisc.c: better detection
of promisc mode on newer Linux kernels. New command line option
(-n) to skip NFS mounted dirs. Minor bug corrections.
PR: ports/62577
Submitted by: Luiz E. R. Cordeiro <cordeiro@nic.br> (maintainer)
|
|
|
|
|
| |
PR: 62148
Submitted by: Jim Shewmaker <jims@bluenotch.com>, maintainer
|
|
|
|
|
|
|
| |
add PORTDOCS
PR: 62578
Submitted by: Yonatan Bokovza <Yonatan@Xpert.com>
|
|
|
|
| |
PR: 62586
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix a trivially remote exploitable DOS vulnerability
<http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/62586>
<http://www.securityfocus.com/archive/1/353186>
while I'm here, fix stale socket removal. Perhaps enabling
FixStaleSocket in clamav.conf would be a better idea, but
I don't want to overuse this security related commit.
PR: 62586, 62601
Submitted by: eik, Vivek Khera <vivek@khera.org>
Reviewed by: bugtraq mailing list
Approved by: security-officer
|
| |
|
|
|
|
|
|
| |
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly)
|
|
|
|
| |
ports had been previously reset by someone else).
|
| |
|
|
|
|
|
| |
PR: ports/62475
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/62500
Submitted by: Olivier Tharan <olive@oban.frmug.org> (maintainer)
|
|
|
|
| |
Submitted by: marcus
|
| |
|
| |
|
|
|
|
|
| |
SIZEify distinfo
drop MAINTAINERship
|
|
|
|
|
| |
PR: ports/62469
Submitted by: cperciva (maintainer)
|
|
|
|
|
|
| |
bump PORTREVISION
Noted By: Robin Breathe <robin@isometry.net>
|
|
|
|
|
|
|
| |
* Use *.conf files in PREFIX/etc rather than /etc
* SIZE in distinfo
Submitted By: Robin Breathe <robin@isometry.net>
|
|
|
|
|
|
|
|
|
| |
new option SetBindAddress (--bind-address=...) to force
interface for outgoing connections on multi-interface box
use persistent connection to database by default
PR: ports/62290
Submitted by: David Thiel <lx@redundancy.redundancy.org>
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Reported by: kris
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 61046
Submitted by: Venkata Pingali <pingali@isi.edu>
Approved by: maintainer timeout
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
|
| |
PR: ports/62386
Submitted by: maintainer
|
|
|
|
| |
Submitted by: lioux
|
|
|
|
| |
Submitted by: lioux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
|
| |
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
|
|
|
|
|
|
|
|
| |
updated periodically. Loosely based on the script in the PR.
2. Reorder some operations in the various Makefile targets.
3. Bump PORTREVISION.
PR: 61966 [1]
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
|
|
|
|
| |
clamav user permanently if they wish to.
|
|
|
|
|
|
|
| |
. Indent
. Split into pre-install and post-install stages.
Pre-install: Add the user and group.
Post-install: Create the log and run directories.
|
|
|
|
| |
Noticed by: "Andrey Beresovsky" <and@rsu.ru>
|
|
|
|
|
| |
PR: 62211
Submitted by: Jacques Marneweck <jacques@ataris.co.za>
|
|
|
|
| |
Reminded by: marcus
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Provide style rc.d script.
* Provide sample configuration files (standard + masquerading).
* CONFIGURE_TARGET to remove configure warning.
* Bump PORTREVISION
Submitted By: Robin Breathe <robin@isometry.net>
PR: ports/62010
|
| |
|
|
|
|
|
| |
2. Remove duplicate MASTER_SITE.
3. USE_SIZE.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Get default config files from BUILD_WRKSRC to fix upgrade when config files are untouched
Really use the POST-INSTALL target
PR: 62112
Submitted by: rob@debank.tv
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in rc.conf.
Bumped PORTREVISION as this fix may be important for an user.
Mail is on its way to the maintainer but because of the actual virus
situation I do not wait for maintainer approval and commit the fix
right now (the submitter also submitted the startup-script for a previous
commit, so this is mainly a bugfix for a previously approved commit).
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
| |
|
|
|
|
|
|
|
| |
Depend on new libgcrypt-devel port.
PR: 62111
Submitted by: Christian Lackas <delta@lackas.net>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Noticed by: Alessandro de Manzano
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
|
|
| |
4321 Emergency Dat release due to:
W32/MIMAIL.S@MM Mass Mailer
**********************************************
|
|
|
|
|
|
| |
2. Update master site list
3. As 5.x already ships with it's own pam_krb5, configure the port to
only install on 4.x systems.
|
| |
|
|
|
|
| |
Submitted by: max@love2party.net (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Version 1.1.91 is incompatible with 1.1.12.
The -devel is required by the upcoming GnuTLS version and the new vpnc version.
The Stable version is still required by the Aegypten plugins.
Approved by: portmgr(marcus)
Repocopied by: joe
|
|
|
|
|
|
|
|
| |
reports.
PR: ports/62046
Submitted by: Andrea Venturoli <a.ventu@FreeBSD.org>
Approved by: nork (mentor/implicitly)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This is a package to test FreeBSD port auditing systems, e.g. portaudit
and the upcoming VuXML based system. Even though it installs no files,
it is listed in the portaudit database as vulnerable.
Kind of a EICAR-STANDARD-ANTIVIRUS-TEST-FILE
|
|
|
|
|
|
|
|
| |
Various bugfixes
Added support for OLE2 / VBA streams scanning
PR: 61948
Submitted by: rob@debank.tv
|
|
|
|
|
|
| |
PR: 61999
Submitted by: Jim Shewmaker <jim@mail.trinetcom.com>
Approved by: maintainer
|
|
|
|
| |
(what is the INDEX?)
|
|
|
|
|
|
|
|
| |
of FreeBSD ports and tools to check if installed ports are listed.
Since this is a prerelease version, it is mostly usable for
committers that want to contribute to the project, and can currently
not be relied upon as an extensive security auditing tool.
|
| |
|
| |
|
|
|
|
|
| |
A plugin to provide SSL/TLS capability to programs that utilize the
Qt Cryptographic Architecture (QCA).
|
|
|
|
|
|
| |
NNNN Emergency Dat release due to: W32/MYDOOM@MM
**********************************************
|
|
|
|
|
|
|
| |
- Shut up configure with CONFIGURE_TARGET
PR: 61643
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
4318 Emergency Dat release due to:
W32/DUMARU.Y@MM
**********************************************
|