Commit graph

8424 commits

Author SHA1 Message Date
Renato Botelho
c0184bdf7d The Authen::Libwrap module allows you to access the hosts_ctl()
function from the popular TCP Wrappers security package.  This
allows validation of network access from perl programs against
the system-wide hosts.allow file.

WWW: http://search.cpan.org/dist/Authen-Libwrap

PR:		ports/92855
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-02-06 11:37:06 +00:00
Simon Barner
49a2a95b33 - Update to 0.6.5
Submitted by:	VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
PR:		ports/92838
2006-02-06 00:17:05 +00:00
Simon Barner
2c2eba7ce9 - Update to 0.4.6
Submitted by:	ports@c0decafe.net (maintainer)
PR:		ports/92802
2006-02-05 20:50:44 +00:00
Erwin Lansing
cebd576fd6 - Update to 0.04
- Fix dependency
- Unbreak on old perl

PR:		92788
Submitted by:	leeym
Approved by:	gkovesdan@t-hosting.hu (maintainer)
2006-02-04 16:31:26 +00:00
Erwin Lansing
1b5f9ff2f0 Update to 2.01
PR:		92794
Submitted by:	leeym
Approved by:	Jim Geovedi <jim@corebsd.or.id> (maintainer)
2006-02-04 14:38:12 +00:00
James E. Housley
35fd59e93f Update to DAT 4689 2006-02-03 21:12:38 +00:00
Tim Bishop
d266cee74b - Update to 4.6.6 2006-02-03 20:51:47 +00:00
Tim Bishop
ed2853c38a - Update to 20060203 2006-02-03 20:51:18 +00:00
Roman Bogorodskiy
943a7af4e5 Update to 0.5.8. 2006-02-03 10:09:56 +00:00
Joe Marcus Clarke
92cc33210c Remove CONFLICTS with nss. 2006-02-02 23:12:05 +00:00
James E. Housley
cd2753af1f Update to DAT 4688 2006-02-02 21:12:29 +00:00
Kirill Ponomarev
9b18585e48 Update to 4.00
PR:		ports/92684
Submitted by:	krion
Approved by:	maintainer
2006-02-02 08:13:19 +00:00
James E. Housley
33af4d91ed Update to DAT 4687 2006-02-01 19:19:03 +00:00
Michael Nottebrock
79fc2a8db2 Update to KDE 3.5.1. 2006-02-01 09:13:29 +00:00
James E. Housley
e0bf0d79e9 Update to DAT 4686 2006-01-31 21:36:42 +00:00
Cy Schubert
3606ccdfd2 Add Perl5 dependency. 2006-01-31 17:12:06 +00:00
James E. Housley
4557566bea Update to DAT 4685 2006-01-31 11:08:08 +00:00
Renato Botelho
7043ecb0f9 - Add autoconf as a dependency
PR:		ports/92560
Submitted by:	maintainer
Reported by:	krismail
2006-01-31 09:57:08 +00:00
Peter Pentchev
f8e10eeed7 Catch up with stunnel's tools/Makefile to make the port's "make cert"
target actually work again.
Follow the upstream author's idea of keeping all stunnel-related
configuration files into ${PREFIX}/etc/stunnel/ - now "make cert" also
installs the certificate there instead of ${PREFIX}/etc/.
Bump PORTREVISION and add a note to UPDATING for the certificate
location change.

PR:		91991
Reported by:	Jiri Pridal <jiri.pridal@firebrno.cz>
2006-01-31 09:11:38 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Marcus Alves Grando
674b84bcd9 Mar as BROKEN (unfetchable). Maintainer fix that shortly.
Notified by:	kris
2006-01-29 23:14:27 +00:00
Pav Lucistnik
afb292b091 - Update MASTER_SITES, WWW
PR:		ports/92506
Submitted by:	Hubert Tournier <hubert@frbsd.org> (maintainer)
2006-01-29 16:27:27 +00:00
Pav Lucistnik
04af659fb5 - Chase net-ssh update 2006-01-29 12:05:34 +00:00
Pav Lucistnik
7aa5528243 - Update to 1.0.7
PR:		ports/92428
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
2006-01-29 12:05:22 +00:00
Mark Linimon
24db567a8b Mark as not for 4.X and old 5.X (requires pf library).
PR:		ports/92483
Submitted by:	maintainer
2006-01-29 03:59:52 +00:00
Marcus Alves Grando
aefbbfa193 Update to 0.2.1
PR:		92453
Submitted by:	Robert Archer <freebsd@deathbeforedecaf.net> (maintainer)
2006-01-28 20:45:49 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
James E. Housley
95d43ffe28 Update to DAT 4684 2006-01-27 23:32:47 +00:00
Remko Lodder
fd5ec1d397 Oops. Forgot to modify the discovery date.
Spotted by:	simon (again)
2006-01-27 19:07:32 +00:00
Remko Lodder
14168109d9 Add 4 FreeBSD advisories to the VuXML database.
The other recently released advisories will be
added later today.

o SA-06:03.cpio
o SA-06:02.ee
o SA-06:01.texindex
o SA-05:20.cvsbug
2006-01-27 12:20:06 +00:00
James E. Housley
06ced23470 Update to DAT 4683 2006-01-26 18:48:47 +00:00
Pav Lucistnik
07b0c3b1ad - Update to 3.0.0
PR:		ports/92328
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
2006-01-26 13:58:25 +00:00
Marcus Alves Grando
fc4bf01a85 Update to 3.0.0
PR:		92357
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
2006-01-26 12:09:39 +00:00
Pav Lucistnik
587c8499aa New slave port to security/barnyard - adds patches for sguil6
PR:		ports/92241
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2006-01-26 10:56:46 +00:00
Pav Lucistnik
0f8cd626f7 - Modernize and prepare for slave port
PR:		ports/92239
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2006-01-26 10:17:08 +00:00
Kris Kennaway
85ee1836e1 BROKEN: Incomplete pkg-plist 2006-01-25 23:02:22 +00:00
Mikhail Teterin
14b6a4bd1e Update from 1.2.4 to 1.2.9. Switch to using OPTIONS and add nss as
one of the optional back-ends.

Approved by:	maintainer
2006-01-25 19:17:14 +00:00
James E. Housley
73bde0c651 Update to DAT 4682 2006-01-25 19:09:13 +00:00
Tim Bishop
c9c2b079af - Update to 20060125. 2006-01-25 18:41:57 +00:00
Renato Botelho
9c7149acd3 - Update to 1.1.0
PR:		ports/92271
Submitted by:	maintainer
2006-01-25 10:25:35 +00:00
James E. Housley
d1948c155a Update to DAT 4681 2006-01-25 02:38:40 +00:00
Joe Marcus Clarke
3d818d82d3 Update to 3.11.
PR:		92017
Submitted by:	mi
2006-01-24 23:37:03 +00:00
Andrey Slusar
d23f8cac31 Update to 1.5.6 and unbreak port.
PR:		ports/91532
Submitted by:	Meno Abels (maintainer)
2006-01-24 19:56:02 +00:00
Renato Botelho
774d0244c1 We all know that you should always check input variables, but PHP does not
offer really good functionality for doing this in a safe way.
The Input Filter extension is meant to address this issue by implementing
a set of filters and mechanisms that users can use to safely access their
input data.

WWW: http://pecl.php.net/package/filter

PR:		ports/92198
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-01-24 17:09:46 +00:00
Pav Lucistnik
a2fe269aad - Unbreak
PR:		ports/92224
Submitted by:	Johan van Selst <johans@stack.nl>
2006-01-24 12:26:47 +00:00
Vasil Dimov
8a8114f0c1 Change facility from daemon to security, because daemon.info goes to
devnull by default

PR:		ports/91047
Submitted by:	PR: Brian Candler <B.Candler@pobox.com>, patch: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Approved by:	garga (mentor)
2006-01-24 09:18:44 +00:00
Edwin Groothuis
41ce2d5cf9 SHA256ify
Approved by: krion@
2006-01-24 06:38:31 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Brooks Davis
a558911631 Document local root exploit in SGE. 2006-01-23 21:29:46 +00:00
Pav Lucistnik
120d63cacb - Drop maintainership. ENOTIME for ports, so let someone else take better care
of them.

Submitted by:	Brad Davis <so14k@so14k.com>
2006-01-23 20:27:33 +00:00
James E. Housley
2f6a61b6ea Udate to DAT 4680 2006-01-23 19:21:36 +00:00
Simon Barner
d9e48a62d0 Document "fetchmail -- crash when bouncing a message" DOS vulnerability.
Reviewed by:	secteam (simon)
2006-01-23 15:35:22 +00:00
Kris Kennaway
2d487379c6 BROKEN when WITHOUT_NLS: compile fails without gettext 2006-01-22 23:03:15 +00:00
Kris Kennaway
ba58922067 BROKEN: Hard-codes libc_r linkage 2006-01-22 21:21:45 +00:00
Tilman Keskinoz
d56cd11d20 Update to 0.6
PR:		92120
Submitted by:	Cristiano Deana <cris@gufi.org>
2006-01-22 15:45:25 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Brooks Davis
5314674453 Drupal appears to re-roll modules from cvs on a nightly basis in such
a way that the file changes every time so distribute a stable copy via
MASTER_SITE_LOCAL.  Since the file version doesn't change even when the
contents change (for instance a recent set of commits resulting in no
changes except an edition of a blank line and a new cvs Id), store the
date of the snapsnot in PORTREVISION.

Reported by:	kris
2006-01-22 00:11:39 +00:00
Pav Lucistnik
2fa3f60be3 - Populate newly created rubygems category 2006-01-21 20:25:07 +00:00
Kirill Ponomarev
01c588a635 - Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
2006-01-21 17:37:14 +00:00
Pav Lucistnik
da123327c8 - Fix OPTIONS
- Fix prompt passphrase dependency

PR:		ports/92073
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
2006-01-21 09:11:30 +00:00
James E. Housley
7d2dfeb52d Update to DAT 4679 2006-01-20 21:19:32 +00:00
Pav Lucistnik
73af28354d - Update net-ssh to 1.0.6
PR:		ports/92047
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
2006-01-20 14:08:45 +00:00
Kris Kennaway
08d73690c2 BROKEN: Unfetchable 2006-01-19 23:50:30 +00:00
Kris Kennaway
cd67e670f7 BROKEN: Unfetchable 2006-01-19 23:43:07 +00:00
Brooks Davis
b193515014 Remove an accidently added copy of the sources.
Pointy hat:	brooks
2006-01-19 22:02:42 +00:00
Brooks Davis
ffea49b926 Chase the distfile checksums. diff -ruN reports no changes. 2006-01-19 17:15:53 +00:00
Tim Bishop
e2cc164218 - Update to 0.2
PR:		91998
Submitted by:	Robert Archer <freebsd@deathbeforedecaf.net> (maintainer)
2006-01-19 14:58:56 +00:00
Erwin Lansing
300d0c4c10 Update to 2.11
PR:		91985
Submitted by:	leeym
2006-01-19 14:34:54 +00:00
Erwin Lansing
52f6695212 Pass correct OpenSSL base directory to Makefile.PL
PR:		91958
Submitted by:	skv
2006-01-19 14:32:06 +00:00
Cheng-Lung Sung
d36965f0ff - update to 0.52 2006-01-19 03:55:20 +00:00
James E. Housley
ecb49bb42a Update to DAT 4677 2006-01-18 23:17:28 +00:00
Pav Lucistnik
0fd18fb816 Net::SFTP is a pure Ruby implementation of the SFTP client protocol
(versions 1 through 5).

PR:		ports/91829
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:27:09 +00:00
Pav Lucistnik
e1638b45c7 Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It
supports the following features:

 - User authentication via explicit username/password, or using a
public-key/private-key pair.
 - Port forwarding, both from the local host to a remote computer via
the remote host, and from the remote host to the local host.
 - Execute processes on the remote machine, both interactively and
non-interactively ("batch").

PR:		ports/91828
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:20:26 +00:00
Brooks Davis
b9d80214a0 Add drupal-ldap_integration.
The ldap_integration Drupal module allows users to authenticate against
a LDAP directory.  Additionally, users can read and modify their data in
the LDAP directory subject to administrative restrictions.
2006-01-17 23:19:55 +00:00
James E. Housley
bfbfa0aa1b Update to DAT 4676 2006-01-17 21:23:08 +00:00
Tim Bishop
a4335ae0c0 - Fix cutlass after security/botan update (see ports/91072)
PR:		91912
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
2006-01-17 19:51:02 +00:00
Pav Lucistnik
747364a3d8 - Fix build on recent 64bit CURRENT
Reported by:	krismail
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
2006-01-17 18:11:46 +00:00
Roman Bogorodskiy
d71d17e033 Update to 1.3.3. 2006-01-16 15:53:26 +00:00
Norikatsu Shigemura
8cad87f26a Add installed signature. 2006-01-16 15:28:31 +00:00
Cy Schubert
50b5beb419 Tripwire fails to build under the latest checkout of 6.0-STABLE. 2006-01-16 12:32:32 +00:00
Pav Lucistnik
434f90e65c - Update to 0.1.1.12
- Provide rc_subr script

PR:		ports/91778
Submitted by:	Peter Thoenen <eol1@yahoo.com> (maintainer)
2006-01-16 00:13:31 +00:00
Simon L. B. Nielsen
31a56de815 - Fix MASTER_SITE (distfile has moved).
- Grab this port since I recently started using opensc, and I'm
  currently working on upgrading the port to the latest version.
2006-01-15 20:51:06 +00:00
James E. Housley
ffd6d3a59f Update to DAT 4674 2006-01-15 19:33:29 +00:00
Pav Lucistnik
9669e20176 ClamCour is a filter for courier MTA using ClamAV for scanning mails for
viruses.

PR:		ports/91740
Submitted by:	Milan Obuch <bsd@dino.sk>
2006-01-15 15:24:16 +00:00
Pav Lucistnik
f55d4d1c11 The (BSD) BioAPI service module for PAM provides authentication management
through BioAPI BSPs.

PR:		ports/91750
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 10:12:34 +00:00
Pav Lucistnik
7f980746a6 bioapitool is a small BioAPI management utility which allows enrollment and
verification of BIR entries.  It only implements a subset of the BioAPI
specification but should provide enough functionallity for basic account
management.

PR:		ports/91749
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 10:11:40 +00:00
Pav Lucistnik
747ecf19ad - Circumvent INSTALLS_SHLIB's tendency to ldconfig last @cwd'ed directory.
This makes package ldconfig correct directory.
2006-01-15 10:10:36 +00:00
Pav Lucistnik
15284a2fe6 BioAPI (Biometric Application Programming Interface) brings platform and device
independence to application programmers and biometric service providers.

PR:		ports/91734
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 09:29:14 +00:00
Simon L. B. Nielsen
7e58b30f65 - Update description and references for "clamav -- possible heap
overflow in the UPX code" now that more information is available.
- Remove some EOL whitespace.
2006-01-14 23:36:11 +00:00
Tim Bishop
e2261b7ffc - Update to 1.0.4
- Properly use pidfile variable in rc.d script

PR:		91770
Submitted by:	Petr Rehor <prehor@gmail.com> (maintainer)
2006-01-14 11:39:52 +00:00
Kris Kennaway
46f8d711e0 BROKEN: Checksum mismatch 2006-01-14 09:16:14 +00:00
Pav Lucistnik
e1a049eeef - Move databases/pecl-hash to security/pecl-hash
PR:		ports/91680
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Repocopies by:	marcus
2006-01-13 08:31:43 +00:00
Cheng-Lung Sung
401856a261 - Update to 1.6
- Use USE_RC_SUBR=clamsmtpd.sh instead =YES
- Use PORTDOCS=* not need test NOPORTDOCS
- Only depend of security/clamav if already installed.
  clamsmtp can run in another machine then clamav.

Tinderbox test:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/clamsmtp-1.6.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/clamsmtp-1.6.log

PR:		91713
Submitted by:	mnag
2006-01-13 07:24:34 +00:00
Cheng-Lung Sung
73947ac3da - Update security/base to 1.2.2, which includes several fixes and updates,
including: adding Turkish as a language, a final version of the SQL
  injection fix included in 1.2.1, and Portscan information.

PR:		91738
Submitted by:	Linh Pham (maintainer)
2006-01-13 06:13:43 +00:00
James E. Housley
7f7e019703 Update to Date 4673 2006-01-12 22:32:04 +00:00
Oliver Lehmann
15e58934ab remove ldconfig_compat
Requested by:	flz
2006-01-12 20:09:53 +00:00
Oliver Lehmann
3bee7bd71a make courier-authdaemon work if it's build with MySQL support by changing
the rcNg startscript.
2006-01-12 18:56:04 +00:00
Tim Bishop
e22d43152c - Update to 0.04
PR:		91690
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> (maintainer)
2006-01-12 00:23:17 +00:00
Tim Bishop
b7244a587b - Update to 1.2.3
PR:		91676
Submitted by:	Matt <matt@xtaz.co.uk>
2006-01-11 20:00:31 +00:00
Pav Lucistnik
a7f09e2f9d - Update to 1.1.6
PR:		ports/91652
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:56:14 +00:00
James E. Housley
079d114082 Update to DAT 4672 2006-01-11 18:02:26 +00:00
Emanuel Haupt
b132d882d5 Update to 0.88, a possible heap overflow in the UPX code has been fixed
PR:		91593
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
Approved by:	simon (secteam)
Security:	612a34ec-81dc-11da-a043-0002a5c3d308 (VuXML)
2006-01-11 10:27:29 +00:00
Sergei Kolobov
47d941ecfa - Chase libprelude version bump (.2 -> .4)
- Remove extra file from pkg-plist
- Bump PORTREVISION
2006-01-10 17:10:13 +00:00
Sergei Kolobov
353ea8f3bd - Chase libprelude version bump (.2 -> .4)
- Bump PORTREVISION
2006-01-10 17:09:32 +00:00
Sergei Kolobov
1c46b937bd - Update to 0.9.3 (unbreaks fetching) 2006-01-10 17:07:27 +00:00
Emanuel Haupt
0b2183233e Add an entry for clamav/clamav-devel
Reviewed by:	simon (secteam)
2006-01-10 14:02:52 +00:00
Anton Berezin
9b9ef97040 Use OPENSSLBASE instead of hardcoded path. Bump portrevision.
PR:		91562
Submitted by:	oliver
2006-01-10 08:40:12 +00:00
James E. Housley
d57ad7a668 Update to DAT 4670 2006-01-10 02:39:38 +00:00
Simon L. B. Nielsen
e255ffdee3 Document milter-bogom -- headerless message crash.
Reported by:	Victor Balada Diaz <victor@bsdes.net>
2006-01-09 21:47:29 +00:00
Simon L. B. Nielsen
e67f22fd29 Mark latest bnc version as fixed wrt. to "fd_set -- bitmap index
overflow in multiple applications".

Reported by:	Christian Elmerot <Chreo At chreo , net>
2006-01-09 20:49:54 +00:00
Roman Bogorodskiy
17b54d4ed8 Chase gnutls update. 2006-01-09 16:34:19 +00:00
Roman Bogorodskiy
327db67bb5 Update to 1.2.9. 2006-01-09 16:33:15 +00:00
Tim Bishop
f56ed2b636 - Update f-prot to 4.6.5 2006-01-09 13:01:16 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Edwin Groothuis
0f76ae3ac3 New port: security/expiretable Utility used to remove entries from the pf(4) table based on their age
Expiretable is a utility used to remove entries from the pf(4) table
	based on their age.

	The age in question being the amount of time that has passed since
	the statistics for each entry in the target table was last cleared.

	WWW: http://expiretable.fnord.se/

PR:		ports/91481
Submitted by:	cris <cris@gufi.org>
2006-01-08 12:33:41 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Simon L. B. Nielsen
44c850656f Document two bogofilter vulnerabilities.
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2006-01-07 14:56:01 +00:00
Edwin Groothuis
dde12a2e74 Update: security/samhain 2.0.10 -> 2.1.0
Updating the Samhain integrity checking system to 2.1.0, a
        bugfix release.

        It's been requested by several people to break Samhain out
        into separate client and server ports. This PR does that,
        with a samhain-client and samhain-server port, as slave
        ports off of samhain. I'm not sure the best way to submit
        a PR to do this kind of action, but here is a shar of all
        three ports. If another format is desired, please let me
        know.  I'm also interested in feedback on the approach used
        for splitting these out.

PR:             ports/90305
Submitted by:   David Thiel <lx@redundancy.redundancy.org>
2006-01-07 07:57:51 +00:00
Edwin Groothuis
3b0c1b16dd Update: security/samhain 2.0.10 -> 2.1.0
Updating the Samhain integrity checking system to 2.1.0, a
        bugfix release.

        It's been requested by several people to break Samhain out
        into separate client and server ports. This PR does that,
        with a samhain-client and samhain-server port, as slave
        ports off of samhain. I'm not sure the best way to submit
        a PR to do this kind of action, but here is a shar of all
        three ports. If another format is desired, please let me
        know.  I'm also interested in feedback on the approach used
        for splitting these out.

PR:             ports/90305
Submitted by:   David Thiel <lx@redundancy.redundancy.org>
2006-01-07 07:56:46 +00:00
Edwin Groothuis
881216b3bd Update: security/samhain 2.0.10 -> 2.1.0
Updating the Samhain integrity checking system to 2.1.0, a
	bugfix release.

	It's been requested by several people to break Samhain out
	into separate client and server ports. This PR does that,
	with a samhain-client and samhain-server port, as slave
	ports off of samhain. I'm not sure the best way to submit
	a PR to do this kind of action, but here is a shar of all
	three ports. If another format is desired, please let me
	know.  I'm also interested in feedback on the approach used
	for splitting these out.

PR:		ports/90305
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2006-01-07 07:56:03 +00:00
Edwin Groothuis
fdf72c020e New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL module)
PR contains new port security/pecl-hash which provides
	possibility to install PHP PECL extension:

	pHASH Message Digest Framework

PR:		ports/90087
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-01-07 07:52:57 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Emanuel Haupt
fd16af0908 Update to 1.3.8 2006-01-06 13:13:04 +00:00
Cheng-Lung Sung
dc3c10d3c1 - update to 1.4.11 2006-01-06 08:28:22 +00:00
Edwin Groothuis
5af9ba8e2f [UPDATE]: security/md5deep: Update to version 1.9.3
This patch will update security/md5deep to version 1.9.3.
	This version fixes the following bugs:

	- Fixed expert mode to remove a number of logical errors
	  that prevented the program from correctly identifying which
	  files should be hashed. Symbolic links, in particular, were not
	  being chosen or excluded correctly.
	- Added quiet mode, -q, filename is omitted from the output.
	- Added Makefile directive macg5 to compile OS X G5 specific code
	- Fixed comparisons between signed and unsigned variables in helpers.c
	  and dig.c

PR:		ports/91367
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-01-06 05:59:11 +00:00
James E. Housley
a9bdec9a47 UPdate to DAT 4668 2006-01-05 18:53:34 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
James E. Housley
a3ce3ce177 Update to DAT 4667 2006-01-04 23:12:48 +00:00
Thierry Thomas
fbe708601a Add an entry for rxvt-unicode < 6.3: root privileges were not restored
before the call to openpty(), so the permissions on the pty device node
remain root:wheel 666 after opening a new terminal.

Discovered by:	Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk>
2006-01-04 23:00:38 +00:00
Edwin Groothuis
2490b762f7 ports/security/ipsec-tools enables itself at startup
ports/security/ipsec-tools rc.d script defaults to 'enabled'

	It also installs its own versions of setkey and libipsec.so
	which seems redundant as they are part of the base system
	and should be used in preference.

Submitted by:	Vivek Khera <vivek@khera.org>
PR:		ports/91317
2006-01-04 20:48:49 +00:00
Tim Bishop
762d2c1002 - Update to 4.6.4
Approved by:	clement (mentor, implicitly)
2006-01-04 16:41:20 +00:00
Don Lewis
66eb0768cc Add SHA256. 2006-01-04 13:56:09 +00:00
James E. Housley
43b352545c Update to DAT 4666 2006-01-04 01:09:19 +00:00
Yen-Ming Lee
22f4b38078 - Update to 2.10
- Add WWW in pkg-descr
- Assign maintainership to perl@

PR:		91107
Submitted by:	leeym
Approved by:	maintainer
2006-01-03 22:14:35 +00:00
Lev A. Serebryakov
473045a644 ru-apache' and ru-apache+mod_ssl' was patchet against CAN-2005-3352
(http://www.FreeBSD.org/ports/portaudit/9fff8dc8-7aa7-11da-bf72-00123f589060.html)

  Yes, changes are validated with xmllint at this time.
2006-01-03 18:40:54 +00:00
Edwin Groothuis
69fbe04866 update port security/rkhunter
- Removed an obselete patch
	- Add pkg-message to show database update notice

PR:		ports/90737
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-01-02 23:19:50 +00:00
Remko Lodder
7f39f465ee Correct a little typo. 2006-01-02 18:32:19 +00:00
Cheng-Lung Sung
8403bccbdf - update to 1.4.10
PR:		91035
Submitted by:	Wesley Shields <wxs_AT_csh dot rit dot edu>
2006-01-02 04:14:21 +00:00
Cheng-Lung Sung
d098d8c01c - update to 0.51 2006-01-02 03:00:27 +00:00
Remko Lodder
ba2e705394 Document apache -- mod_imap cross-site scripting flaw.
I expanded the diff from the PR a bit to denote other
affected apache ports as well.  Therefor mistakes in
that should be redirected to me.

Also bump the copyright year for the vuxml file.

PR:			ports/91157 (based on)
Submitted by:		KOMATSU Shinichiro <koma2 at lovepeers dot org>
2006-01-01 21:40:15 +00:00
Pav Lucistnik
0b5d465e8c - Update to 1.2.1
PR:		ports/91167
Submitted by:	Daniel Gerzo <danger@rulez.sk> (maintainer)
2006-01-01 19:30:59 +00:00
Hiroki Sato
ed868573b5 Fix the affected versions of 9b4facec-6761-11da-99f6-00123ffe8333.
PR:		ports/91156
Submitted by:	KOMATSU Shinichiro (koma2 at lovepeers dot org)
2006-01-01 09:03:31 +00:00
Yen-Ming Lee
6e38d834c8 - update to Net-SSLeay-1.30
- assign to perl@
2005-12-31 10:00:16 +00:00
Emanuel Haupt
92eaeee9b4 - Update to 1.6.40
- Be more picky about whats PORTDOCS and what not
- Moved john.conf from ${DATADIR} to ${PREFIX}/etc
- Preserve existing/changed config file on install/deinstall
- Remove files/patch-john.conf
2005-12-31 04:28:08 +00:00
Pav Lucistnik
47a39af0bb - Add SHA256
PR:		ports/91094
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2005-12-30 21:36:38 +00:00
Yen-Ming Lee
ac458da3bb - remove IGNORE on old perl 2005-12-30 20:39:06 +00:00
Yen-Ming Lee
c06da79cfb - remove IGNORE on old perl
Submitted by:	leeym
Approved by:	maintainer via email
2005-12-30 20:38:46 +00:00
Yen-Ming Lee
29e56c9935 - remove IGNORE on old perl
- update dependency
- bump PORTREVISION

Submitted by:	leeym
Approved by:	maintainer via email
2005-12-30 20:38:08 +00:00
Norikatsu Shigemura
75b5c37f49 Fix IGNORE condition.
Noticed by:	pointyhat
2005-12-30 16:46:45 +00:00