Commit graph

9070 commits

Author SHA1 Message Date
Andrew Pantyukhin
39f4b9a490 - Fix MASTER_SITES
Pointy hat to:	garga
2006-07-28 13:23:33 +00:00
Ion-Mihai Tetcu
ae62e99ac3 1 - build and install lib/openvpn-down-root.so plugin (see --plugin option in
the man page) and README.openvpn-down-root
2 - match rc.d filename as printed post install in pkg-message to actual file
    name on newer systems (which use openvpn rather than openvpn.sh)
Reported by:	Jean-Baptiste Quenot (Bcc'd)
The maintainer wishes to thank Jean-Baptiste for his report and patience.
3 - add a pkg-req script to prevent installation of 6.1 packages on older
    machines, which is a frequent source of "rc.d script doesn't work"
    complaints.

Added file(s):
- files/pkg-req.in

PR:		ports/100917
Submitted by:	Matthias Andree (maintainer)
2006-07-28 09:56:54 +00:00
Ion-Mihai Tetcu
2649b17831 - Updating the Osiris integrity checking system to 4.2.1. This version includes
the format string exploit fixes that were also in the patch in 4.2.0_1 (hence
removed).
- Also updating master site to the new official one.

PR:		ports/100952
Submitted by:	David Thiel (maintainer)
2006-07-28 07:39:02 +00:00
Michael Haro
79a697ea8a fix option text
Reported by: Nick Fishman <kwlogical@bellsouth.net>
2006-07-28 06:54:29 +00:00
Simon L. B. Nielsen
e75a1a03b9 Fix error in latest mozilla entry which marked all firefox version as
vulnerable.

Reported by:	Craig Leres
2006-07-27 23:51:20 +00:00
Shaun Amott
697c003223 Fix typo in previous commit. 2006-07-27 23:10:45 +00:00
Shaun Amott
c59d563463 - Fix build on 64-bit machines.
- Mark IGNORE on !i386, due to a run-time issue.
- Use DATADIR macro in pkg-plist while here.

PR:		ports/99949
Submitted by:	shaun (me)
Approved by:	Maintainer timeout (19 days)
2006-07-27 23:04:48 +00:00
Simon L. B. Nielsen
401bde9843 Document mozilla -- multiple vulnerabilities.
Note I assume that linux-firefox-devel 3.0.a2006.07.26 is fixed, I
haven't actually checked (way to many issues to check for).
2006-07-27 13:59:07 +00:00
Renato Botelho
19e47befcb Fix build on 4.x
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) by email
2006-07-27 10:56:11 +00:00
Rong-En Fan
0db78c0234 (c) Rong-En Fan's, http://rafan.infor.org/patch/sshit.diff
In the code, the author uses two level hash, and IPC::Shareable
will create a share memory for those anonymouse object (the second
level hash). Those share memory will not be removed when sshit exists
or when the rule is removed. Running sshit for a period of time,
the number of share memory and semaphore will reach the limit for
one process, then sshit.pl can not get more share memory, thus it
quits. The only solution is to manually remove all share memory and
semaphore.

This is somehow the limitation of using IPC::Shareable. To workaround
this problem. The patch will removes associated firewall rules when
syslogd closes the fd [1], and use IPC::Shareable->clean_up
to remove all shm/sem created by this process. I also set 'destroy'
to 1 so the shm tied to %list can be removed.

The second hunk is to fix a typo for ipfw2. Due to this typo,
ip in ipfw2's table cat not be removed. That means once blocked,
the client is blocked until reboot or admin cleanup the table.

[1] if any log files are rotated, newsyslog sends a HUP to syslogd,
    syslogd will close *all* current open fd and reopen them. At
    that time, the sshit.pl's stdin will be closed, thus the main
    program will exit.

PR:		ports/100726
Submitted by:	Alex Samorukov <samm at os2.kiev.ua>
Approved by:	Jui-Nan Eric Lin <jnlin at csie.NCTU.edu.tw> (maintainer)
Obtained from:	rafan
2006-07-27 10:32:56 +00:00
Cheng-Lung Sung
c9c4d0a1c6 Add courieruserinfo 1.1.2, user account information retrieval utility.
PR:		ports/100900
Submitted by:	Andrew St. Jean <andrew at arda.homeunix.net>
2006-07-27 08:07:23 +00:00
Cheng-Lung Sung
c17dc6b441 - Update to release 1.1.2
- Port now installs some extra documentation into ${DOCSDIR}.
- Added pkg-message and pkg-plist to port.

PR:		ports/100897
Submitted by:	maintainer (andrew_AT_arda dot homeunix)
2006-07-27 07:03:34 +00:00
Renato Botelho
283a3e0fcf - Update to 0.9.10.1
- Mark it as BROKEN on 4.x. Maintainer will alert authors to fix it.

PR:		ports/100854
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-07-26 13:01:11 +00:00
Ion-Mihai Tetcu
42cd1740e9 Patching osiris in response to CVE-2006-3120.
"Ulf Harnhammar and Max Vozeler from the Debian Security Audit Project
have found several format string security bugs in osiris, a network-wide
system integrity monitor control interface. A remote attacker could
exploit them and cause a denial of service or execute arbitrary code."

PR:		ports/100793
Submitted by:	David Thiel (maintainer)
Security:	CVE-2006-3120
2006-07-26 07:51:52 +00:00
Renato Botelho
9564645b97 * Update to 0.7.5
CHANGES:
- Added parsing for multiple route-to's
- Added parsing of "set skip" statements
- Added Optionsclass unit test script
- Fixed the natedit page so that is reloads automatically when it should.
- Fixed a small XHTML compliance problem which sometimes would generate &
  instead of &amp;
- Moved the stylesheet fromt the body to the header on a lot of web scripts
  for xhtml compliance reasons
- Changed from statically defining font size on the screen to a relative
  measurement. This allows changing of font size on IE
2006-07-25 10:07:52 +00:00
Renato Botelho
3cd15db070 Update to 20060724 2006-07-24 15:20:02 +00:00
Cheng-Lung Sung
75e0dc5bb4 - update to 5.42 2006-07-24 12:44:06 +00:00
Jean Milanez Melo
c49ad1acca - Update mastersite.
- Update pkg-descr.

PR:		ports/100715
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-07-24 12:12:42 +00:00
Jose Alonso Cardenas Marquez
995ae8b1bd - The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils

Approved by:	garga (mentor)
2006-07-24 11:21:27 +00:00
Renato Botelho
6b09dd2e2c - Respect CC and CFLAGS
- Unquote RESTRICTED
2006-07-23 14:46:08 +00:00
Andrew Pantyukhin
649d67b8b5 - Update to 0.3.4 2006-07-23 11:24:31 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Martin Wilke
bd33ab22e7 - Update to 0.1.0
PR:		ports/100717
Submitted by:	Fabian Keil <fk@fabiankeil.de>
Approved by:	krion (mentor)
2006-07-22 19:17:00 +00:00
Martin Wilke
f9643893c6 - Update to 0.1.0
PR:		ports/100716
Submitted by:	Fabian Keil <fk@fabiankeil.de>
Approved by:	krion (mentor)
2006-07-22 19:14:57 +00:00
Martin Wilke
3a02664880 Add trans-proxy-tor, transparent proxy used to redirect TCP
connections into Tor.

trans-proxy-tor is a transparent proxy
that uses PF to redirect TCP connections
through Tor (http://tor.eff.org/).

Programs that aren't aware of Tor
will use it without their knowledge,
and their traffic no longer leaves the
system unencrypted.

PR:		ports/99034
Submitted by:	Fabian Keil <fk at fabiankeil.de>
2006-07-22 09:56:26 +00:00
Martin Wilke
4fb2a83de5 Add dns-proxy-tor, resolves DNS requests through Tor.
dns-proxy-tor is a DNS server that stops
DNS leaks with applications that don't support
or aren't configured to use socks4a or Tor's DNS
resolution.

WWW: http://http://p56soo2ibjkx23xo.onion/

PR:		ports/99033
Submitted by:	Fabian Keil <fk at fabiankeil.de>
2006-07-22 09:47:54 +00:00
Rong-En Fan
23b2b8752c - Update to 0.9.402
PR:		ports/100612
Submitted by:	maintainer
2006-07-21 03:46:36 +00:00
Rong-En Fan
2433d72d69 - Update to 0.9.8.1
- OPTIONS'ify
  Note that now MySQL is the default backend, which is also recommended
  by Prelude team.

PR:		ports/100530
Submitted by:	maintainer
2006-07-20 21:10:21 +00:00
Jean Milanez Melo
d6baa025bd - Update mastersite.
PR:		ports/99783
Submitted by:	tjs <tjs@cdpa.nsysu.edu.tw>
Approved by:	maintainer (timeout 15 days)
2006-07-20 21:09:35 +00:00
Cheng-Lung Sung
20937d1b03 Add p5-Data-Entropy 0.000, entropy (randomness) management.
PR:		ports/100547
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-20 01:21:50 +00:00
Doug Barton
53c3693939 Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default.
2006-07-19 16:18:41 +00:00
Rong-En Fan
eb9a506739 - Update to 0.9.10
Note that though shlib version bumped, no ports need to be changed.
- OPTIONS'ify

PR:		ports/100490
Submitted by:	maintainer
2006-07-19 15:04:25 +00:00
Cheng-Lung Sung
55638af93c - update to 3.7.0
PR:		ports/100517
Submitted by:	maintainer
2006-07-19 07:12:08 +00:00
Martin Wilke
b55c37b71d - Update to 1.2.20
PR:		ports/99269
Submitted by:	miwi
Approved by:	markus (co mentor), maintainer timeout
2006-07-19 06:47:45 +00:00
Martin Wilke
df090aae62 Update to 1.5.8
PR:	        ports/99271
Submitted by:	miwi
Approved by:	markus (co mentor), maintainer timeout
2006-07-19 06:42:29 +00:00
Munechika SUMIKAWA
fa1c301ccd Upgrade to 20060712a. 2006-07-17 17:01:21 +00:00
Cheng-Lung Sung
36a3856a80 - update to 2.0.3
- adopt maintainership

PR:		ports/100386
Submitted by:	maintainer (Babak Farrokhi)
2006-07-17 00:47:21 +00:00
Mark Linimon
a93f5df22b Mark broken as appropriate: does not compile on 4.X, does not package on 5.X. 2006-07-16 21:36:46 +00:00
Cy Schubert
b6bd339351 Cause the KDC to also listen on the loopback interface. This is useful
for situations when the database is replicated to a secure environment
that does not have network access, by hand.
2006-07-16 17:49:46 +00:00
Cy Schubert
1dd3375131 Fix plugin loader. This fixes krb5kdc and kdb5_util. 2006-07-16 16:15:08 +00:00
Cheng-Lung Sung
24fef6a5e0 - update to 3.26.1
- take maintainership
- pet portlint

PR:		ports/100387
Submitted by:	maintainer (Babak Farrokhi)
2006-07-16 15:18:24 +00:00
Renato Botelho
ef4980db1e Fix WWW
PR:		ports/100354
Submitted by:	maintainer
2006-07-16 12:36:18 +00:00
Mark Linimon
92b1f449f1 Use PLIST_FILES instead of PLIST.
Pointy hat to:		miwi
2006-07-15 22:34:38 +00:00
James E. Housley
be6403e7ec Update the portrevision that wasn't part of the patch 2006-07-14 19:39:43 +00:00
James E. Housley
2081a1ab3f Add support for amd64
PR:		100263
Submitted by:	swhetzel@gmail.com
2006-07-14 19:39:12 +00:00
Cy Schubert
1a977f5454 Update 1.4.3 --> 1.5 2006-07-14 18:37:11 +00:00
Roman Bogorodskiy
ac8676f4f6 - Update to 1.4.1
- Remove --with-included-libtasn1 from CONFIGURE_ARGS (should have
  been done that earlier actually)
2006-07-14 16:54:42 +00:00
Erwin Lansing
63b87c5058 This is a pure perl implementation of the new AES Rijndael. You want
to use Crypt::Rijndael where available. This implementation is really
slow, but I am working on it.

WWW:	http://search.cpan.org/dist/Crypt-Rijndael_PP/

PR:		ports/100262
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-14 15:45:24 +00:00
Renato Botelho
0c855f3a69 Add "zope -- information disclosure vulnerability" entry
Reviewed by:	simon
2006-07-14 11:03:58 +00:00
Simon L. B. Nielsen
e5cbabe759 For latest drupal entry:
- Unbreak vuln.xml format by adding content to the references section.
 - Remove vulnerabilities already documented in
   40a0185f-ec32-11da-be02-000c6ec775d9.
2006-07-14 10:57:17 +00:00