1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

156290 Commits

Author SHA1 Message Date
Andrey A. Chernov
b2f122946b Use another method to turn off assembler code on non-i386
It should produce correct pngconf.h
2006-07-27 18:21:10 +00:00
Ion-Mihai Tetcu
6f66a17fb3 - Don't make $PREFIX/otrs group writeable to make procmail happy
- give the user an idea of the components of otrs that need manual
configuration after the port/package has been installed.

PR:		ports/100702
Submitted by:	Nick Barkas (maintainer)
2006-07-27 18:20:46 +00:00
Anders Nordby
3ccdb4f05a Update to 1.7.
PR:		95938
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-07-27 17:24:31 +00:00
Anders Nordby
23a2232018 Update to 1.3. 2006-07-27 17:10:02 +00:00
Dirk Meyer
a67dc52df5 - Security patch mod_rewrite
Security: CVE-2006-3747
2006-07-27 17:06:13 +00:00
Rong-En Fan
10fe46491f Add p5-Acme-Steganography-Image-Png 0.05, hide data (badly) in Png
images.

PR:		ports/100721
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2006-07-27 16:28:17 +00:00
Rong-En Fan
338e2198a3 Add dkimproxy 0.13, DKIM filter for Postfix.
PR:		ports/100381
Submitted by:	Yoshisato YANAGISAWA
2006-07-27 16:26:39 +00:00
Xin LI
c6df86859d - Update to 1.3.2 (stable)
- Take maintainership

Submitted by:	Shin CHAO <quakelee cn.freebsd.org>
PR:		ports/100922
2006-07-27 16:24:12 +00:00
Joe Marcus Clarke
7344b58d22 Update to 2.6.6. See http://xchat.org/changelog.txt for a list of changes. 2006-07-27 15:32:21 +00:00
Andrey A. Chernov
81b6c855ff Security fix: off-by-one error in mod_rewrite
Submitted by:   simon
2006-07-27 15:28:20 +00:00
Martin Wilke
2e9a8b00dc - Update MASTER_SITES
NOTE: These commit fix the checksum problem.

Submitted by:	Joel Hatton via ports@ ml
Approved by:	krion (mentor), maintainer timeout
2006-07-27 15:11:51 +00:00
MANTANI Nobutaka
d79d028eaf Link libuim properly to fix breakage of uim plugins. 2006-07-27 15:11:48 +00:00
Andrew Pantyukhin
94c3476358 - Update to 1.0.3 2006-07-27 15:03:45 +00:00
Andrew Pantyukhin
239b1a683a - Support LOCALBASE installations
- Minor fixes
2006-07-27 14:53:32 +00:00
Andrew Pantyukhin
f7a5ba9b67 - Update to 1.5.0.5 2006-07-27 14:40:35 +00:00
Andrew Pantyukhin
2408bdc813 - Update to 1.5.0.5 2006-07-27 14:19:22 +00:00
Simon L. B. Nielsen
9022a3514a Mark firefox 1.0.8 FORBIDDEN and set one month EXPIRATION_DATE due to
several vulnerabilities which allows code execution.

On the mozilla page with known vulnerabilities [1] they state:

	Firefox 1.0 is no longer supported and the last update,
	Firefox 1.0.8, is affected by several vulnerabilities fixed in
	newer versions of the program. All users are urged to upgrade
	to the newest version of Firefox.

[1] http://www.mozilla.org/projects/security/known-vulnerabilities.html

With hat:	security-officer
2006-07-27 14:08:51 +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
Cheng-Lung Sung
9a173bfd27 - update to 1.09 2006-07-27 13:59:06 +00:00
Thierry Thomas
83233cbe71 - Upgrade to 0.6.5 and unbreak;
- Chase a bashism in Makefile.in;

- Lauch pkg-install;

- Add a run_depends.

Changelog available at <http://camomile.sourceforge.net/Changes.txt>.
2006-07-27 13:29:40 +00:00
Thierry Thomas
31ebb4ed64 Add a missing run dependence on ocamlfind. 2006-07-27 13:12:18 +00:00
Andrew Pantyukhin
a8719ebcc4 - Update to latest snapshot 2006-07-27 11:58:24 +00:00
Andrew Pantyukhin
466d8fc218 - Update to latest snapshot 2006-07-27 11:47:39 +00:00
Ion-Mihai Tetcu
760aeb84eb Update to 2.6.3.3
PR:		ports/100882
Submitted by:	Neal Nelson (maintainer)
2006-07-27 11:19:06 +00:00
Ion-Mihai Tetcu
2abba14b1d Update to 0.9.15
PR:	ports/100907
Submitted by:	NIIMI Satoshi (maintainer)
2006-07-27 11:17:34 +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
Lars Thegler
a00e45c4d3 Fixed WWW user uid/gid 2006-07-27 10:55:20 +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
Anton Berezin
56dbe82033 Update to 0.500.
PR:	100144
Submitted by:	tjs <tjs@cdpa.nsysu.edu.tw>
2006-07-27 09:56:56 +00:00
Ollivier Robert
94f1968c79 Update to 0.9.1. Lots of changes, new files and features incl. streaming
clone (for fast LANs).

Thanks to Habbie on #mercurial/freenode for tests.
2006-07-27 09:52:24 +00:00
Anton Berezin
f815109fea Update to 0.06. 2006-07-27 09:51:57 +00:00
Masafumi Max NAKANE
ac457041b4 Upgrade to 2.8.8 after maintainer's review. 2006-07-27 09:50:26 +00:00
Anton Berezin
278797da10 Update to 0.45. 2006-07-27 09:50:22 +00:00
Anton Berezin
8fa43191d4 Update to 1.01. 2006-07-27 09:48:52 +00:00
Vanilla I. Shu
867bb65a86 Upgrade to 0.7.1. 2006-07-27 09:40:30 +00:00
Erwin Lansing
43e1d676f4 There hasn't been a release of pointless in over two and a half years and the
development mailing list has been dead for some time too. Furthermore local
pacthes have been needed since python 2.4 was added to the ports tree.
Schedule for removal in 2 months.

PR:		100910
Submitted by:	Christian Laursen <xi@borderworlds.dk> (maintainer)
2006-07-27 09:14:26 +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
Thierry Thomas
4adef23672 Unbreak by s/'/"/ in sed commands list. 2006-07-27 07:55:12 +00:00
Cheng-Lung Sung
7e583b11b0 Add p5-XML-Flow 0.81, store (restore) perl data structures in XML
stream.

PR:		ports/100906
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-27 07:29:15 +00:00
Andrew Pantyukhin
be0d7bf26e - Update to 1.5.0.5 2006-07-27 07:23:46 +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
Edwin Groothuis
50ac299ff8 fix portlint issues 2006-07-27 06:33:44 +00:00
Alex Dupre
65037f1515 Fix installing PHP extensions as non-root user.
PR:		ports/100541
Submitted by:	Steffen M. Boelaars <boelaars@flatrock.eu>
2006-07-27 06:21:15 +00:00
Ion-Mihai Tetcu
1e4ef04d57 Update to 1.3.40
Changes in this release:
- Make bad password-IDs in /var/dcc/flod a serious error that is reported even
when tracing is off.
-  Fix missing ';;' in libexec/logger.
-  Restore `start-dccm -c` that was removed from version 1.3.39 with the
mistaken idea that -c was not in use.
- Fix bug counting clients of public DCC servers introduced in 1.3.39.
- Adding -d to DCCD_ARGS or GREY_DCCD_ARGS causes dccd to say how it determines
the size of available memory.
- Deal with sysctl(HW_PHYSMEM) on amd64 FreeBSD 6.* need for an 8-byte value
without breaking sysctl(HW_PHYSMEM) on FreeBSD 5.* that demands a 4-byte value.
- Allow databases larger than 3 GBytes on 64-bit systems.

PR:		ports/100880
Submitted by:	Dean Hollister (maintainer)
2006-07-27 05:58:48 +00:00
Alex Dupre
0a7ad47758 Set correct maintainer. 2006-07-27 05:50:33 +00:00
Cheng-Lung Sung
0e07c2291d Add p5-Fuse 0.07, write filesystems in Perl using FUSE.
PR:		ports/100415
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-27 04:56:21 +00:00
Cheng-Lung Sung
9d3c591e21 - Update to 0.4.3
PR:		ports/100902
Submitted by:	maintainer (Dmitry Marakasov)
2006-07-27 04:46:07 +00:00
Cheng-Lung Sung
9158ea8e76 - Update to 0.6.8
PR:		ports/100905
Submitted by:	maintainer (Soeren Straarup)
2006-07-27 04:39:50 +00:00
Joe Marcus Clarke
4dc92334e4 Update to 0.6.12. 2006-07-27 04:24:03 +00:00
Michael Johnson
3a0380b562 - Update to 1.3.4 2006-07-27 02:03:48 +00:00