Commit Graph

5625 Commits

Author SHA1 Message Date
jasper
90847ee882 - remove USE_GROFF=Yes, manpages checked by brad.
from brad (MAINTAINER)
2011-01-15 10:56:51 +00:00
naddy
4cb3e73f03 bump revision for plist changes 4.8 -> 4.9 2011-01-15 01:09:42 +00:00
naddy
5ba9e6cafd Epoch bump for lang/gcc/3.3 because the version number shouldn't
count as older than one from 2005.

Revision bump for all ports that depend on libstdc++-3 because the
package specs have changed.
2011-01-15 01:07:45 +00:00
landry
f325f438b2 Add same PRAGMA secure_delete patch to seamonkey and ffx35 for the sake
of consistency, and build against systemwide sqlite.
2011-01-14 22:56:11 +00:00
landry
8bcab2e860 Actually depend on sqlite 3.7.4 which is the version where PRAGMA
secure_delete was added, and where FTS3 is enabled for mozilla-firefox.
2011-01-14 22:52:37 +00:00
jasper
23bdc66288 Remove mjc@ as maintainer after several generous time-outs. 2011-01-14 22:50:56 +00:00
landry
b07f44ae2e Add a patch doing PRAGMA secure_delete ON when opening connection to
sqlite database. Allows us to build against system sqlite3 again, and
get rid of the infamous symbol size mismatch warning reported several
times on ports@.
See https://bugzilla.mozilla.org/show_bug.cgi?id=445164 for why mozilla
now hard-requires secure_delete, and
https://bugzilla.mozilla.org/show_bug.cgi?id=546162 for the reasons they
don't want to make that an option and forces us to do such hacks.
ok jasper@
2011-01-14 22:49:47 +00:00
landry
7b2880d114 For all mozilla ports (but ffx4), build against system sqlite.
Trick configure into believing our sqlite has secure_delete enabled by
default.
2011-01-14 22:46:29 +00:00
jasper
00d1353d18 - update linkchecker to 6.2 2011-01-14 19:56:01 +00:00
jasper
a5b4450ad2 - SECURITY UPDATE of mhonarc to 2.6.18
Fixes:
CVE-2010-1677: DoS when processing html messages with deep nesting
CVE-2010-4524: Improper escaping of certain HTML sequences (XSS)
Specially crafted <base href> can lead to XSS exploit (bug id #32080)

From Christian Rueger (MAINTAINER)
2011-01-13 09:53:50 +00:00
stephan
78db77e639 update to 2.10 2011-01-13 08:46:36 +00:00
rpointel
1ad25b4ea2 Update ruby-thin to 1.2.7.
ok jeremy@ landry@
2011-01-12 17:47:38 +00:00
jeremy
0f569324e1 SUBDIR += squid,ntlm
OK jasper@
2011-01-11 18:01:09 +00:00
sthen
d803e5a5f6 update to 2.2 2011-01-11 14:04:30 +00:00
sebastia
0a41f531a0 Add sogo to the build, so that even more people might try it.
OK jasper@, landry@
2011-01-10 18:29:42 +00:00
marco
12e1cb6cd6 Bug fixes
ok stu and ian
2011-01-09 21:28:37 +00:00
stephan
0c4e382bcf update to 1.23 2011-01-08 13:31:15 +00:00
stephan
6b32512eaf update to 1.12 2011-01-08 13:24:28 +00:00
stephan
e296934ac9 update to 2.7 2011-01-08 13:21:17 +00:00
stephan
69f397385a update to 1.2, fix COMMENT 2011-01-08 13:14:26 +00:00
stephan
1689e80d3f update to 2.9 2011-01-08 13:10:54 +00:00
stephan
2cd5bcd3ae update to 3.9 2011-01-08 13:07:12 +00:00
stephan
c0a6e0ebef update to 2.4 2011-01-08 12:54:52 +00:00
stephan
1d028b9c06 update to 1.4 2011-01-08 12:48:46 +00:00
stephan
adc0696ba3 update to 2.2 2011-01-08 12:46:30 +00:00
landry
3eaef10d18 Fix WANTLIB. For some reason this one was not catched in bulks with
openldap 2.4.
2011-01-08 08:47:53 +00:00
laurent
9392b0743f Update xxxterm to 1.221, in in in in marco@, desktop goo by ian@ 2011-01-07 22:40:52 +00:00
jasper
d24d786d45 - zap defunt master site that's timing out
ok sthen@
2011-01-07 15:32:41 +00:00
benoit
f7fc26dafe - update p5-XML-Atom to 0.37 2011-01-07 14:51:41 +00:00
jasper
e240391264 - sync 2011-01-07 13:47:19 +00:00
jasper
89964f5c6c import p5-Starman 0.2007
from Abel Abraham Camarillo Ojeda with cleanups by me
	ok landry@
2011-01-07 13:45:39 +00:00
jasper
4ccecad9dc import p5-HTTP-Parser-XS 0.13
from Abel Abraham Camarillo Ojeda with cleanups by me
ok landry@
2011-01-07 13:45:11 +00:00
benoit
f5956858ba - update p5-CSS-Squish to 0.10 2011-01-07 11:46:58 +00:00
rpointel
8f0662bf7f Update CherryPy to 3.1.2.
ok Joerg Zinke (MAINTAINER).
2011-01-06 17:28:43 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
jeremy
ae3933e98f REVISION bump for rbx FLAVOR PLIST change.
While here, fix the depends so it works for multiple FLAVORS.

OK landry@
2011-01-06 04:22:17 +00:00
dhill
a0455266a4 update to 1.45
take maintainership

ok jasper@
2011-01-05 17:43:48 +00:00
ajacoutot
ae70c849c2 Make use of rcexec.
While here, force postgresql to quit in rc_stop, ok pea@
2011-01-05 16:05:54 +00:00
jasper
1545bba4f5 - SECURITY fixes for SA42810
MediaWiki "Clickjacking" Security Bypass Vulnerability

Patches from upstream svn

ok stephan@ (MAINTAINER)
2011-01-05 11:51:57 +00:00
jasper
4e213d3d7b - SECURITY update phpmyadmin to 3.3.9
fixes Spoofing Weakness and Information Disclosure
CVE-2010-4480 and CVE-2010-4481

ok kevlo@ (MAINTAINER)
2011-01-05 11:48:01 +00:00
giovanni
54f30a4320 Update to release 1.1.1 2011-01-05 11:17:17 +00:00
dcoppa
8ae916b6af Update to predis-0.6.3 2011-01-05 11:03:31 +00:00
dcoppa
729f3f4f79 Apply the cups fix to the rest of Mozilla apps (mozilla-thunderbird,
sunbird, firefox35, seamonkey).

Ok & tested by landry@
2011-01-05 08:22:30 +00:00
giovanni
8f6ed5b4c9 Update to 2.23.03.28 and take maintainership
ok benoit@
2011-01-05 08:19:18 +00:00
sthen
7910273066 update horde apps to the latest version; tested by myself and
Johan Huldtgren, thanks!
2011-01-04 09:46:51 +00:00
benoit
dc6901323e - update wbox to 5
- change license
- update email of maintainer
- regen PLIST

ok laurent@
2011-01-03 20:46:02 +00:00
robert
fd4c5155c2 Update to 5.2.16 2011-01-03 15:03:03 +00:00
jasper
50f9688070 - and another chunk bites the dust 2011-01-03 10:50:51 +00:00
jasper
19860cb9ec - update node.js to 0.2.6 2011-01-03 10:22:29 +00:00
jasper
c3a30cbb2d - this port doesn't only have build dependencies...they ought to be run_depends
instead. and a missing one from maintainer
2011-01-03 09:30:33 +00:00