Commit Graph

51991 Commits

Author SHA1 Message Date
bernd
bfebc89b43 Update to ruby-rest-client-1.0.3. 2009-08-08 21:15:16 +00:00
okan
268e04c05c remove interminable macro recursion error after latest nasm update; resulting
object files verified.  same solution from Sylvestre Gallon.

unbreaks build, so no package bump.

ok naddy@
2009-08-08 17:27:19 +00:00
martynas
c794c3de96 add cacert class 1 & class 3 to ckfw builtins; so the older mozilla
friends could use it too.  bumped minor.  ok naddy@
2009-08-08 12:57:17 +00:00
espie
572738eee7 +compact_forms 2009-08-08 09:38:16 +00:00
espie
865159b6c8 fancy (and more compact) login field 2009-08-08 09:37:41 +00:00
espie
67aa01c221 minor updates 2009-08-08 09:20:12 +00:00
sthen
15da7d3723 Use python.port.mk and MODPY_BIN, fixing build with MODPY_VERSION=2.6.
Bump not needed, this doesn't make it into the package. ok simon@
2009-08-08 08:01:58 +00:00
steven
940c428226 security update to 1.6.4
http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt

from Stefan Sperling (maintainer)
2009-08-07 22:13:36 +00:00
sthen
2197c6ed07 Use python.port.mk; fixes MODPY_VERSION=2.6 build. Doesn't affect
the package -> no bump. ok ajacoutot@
2009-08-07 22:12:44 +00:00
sthen
9f8897667b add xcb support; from Brad. 2009-08-07 22:11:08 +00:00
sthen
0e74cd9ed3 - use external DTS library, bump PKGNAME
- sort CONFIGURE_ARGS

from Brad.
2009-08-07 20:32:28 +00:00
naddy
2c816d096b rewrite a GNU-ism for sed -E and get rid of gsed dependency; ok sthen@ 2009-08-07 19:43:36 +00:00
martynas
d90651532f don't abuse nobody: drop privs to _mt-daapd instead. ok sthen@, okan@ 2009-08-07 19:25:29 +00:00
ajacoutot
84091f0b31 Fix py-psyco support.
Fix path to fonts.

from FreeBSD
2009-08-07 17:19:14 +00:00
sthen
ac5cff493b SECURITY; add a fix for CVE-2009-2288 (statuswml.cgi uses an unchecked
url parameter in the ping/traceroute command line). "go ahead please,
if you think it's correct" sturm@ (maintainer).

Users would have to pass webserver authentication (if configured) to
trigger this.
2009-08-07 17:18:34 +00:00
ajacoutot
59580eb12b +discwrapper 2009-08-07 14:15:51 +00:00
ajacoutot
87a344ec9e Import discwrapper-1.2.2
DiscWrapper is a cover designer for homemade discs. It supports standard
CD-DVD, slim CD-DVD cases and disc designing.
2009-08-07 14:14:59 +00:00
sthen
911bcc2ef9 Add an explicit BUILD_DEPENDS on bzip2; EXTRACT_ONLY is deliberately
blanked, so bsd.port.mk doesn't automatically add the dependency.
ok jasper@
2009-08-07 14:11:35 +00:00
sthen
138e1a9486 there was no path to reach vorbis,vorbisenc (listed in WANTLIB) via
a dependency so building on a clean machine failed; move them to LIB_DEPENDS
and bump PKGNAME. ok jsg@
2009-08-07 13:01:52 +00:00
ajacoutot
98de9dc395 hp-scan needs graphics/py-Imaging. 2009-08-07 12:20:22 +00:00
jasper
1617201d1f - stephan takes maintainership
ok with sam smith (previous maintainer)
2009-08-07 12:07:11 +00:00
jasper
c1fde8ec94 - update iso-codes to 3.10.2 2009-08-07 11:59:13 +00:00
jasper
df1201f1d9 - update py-orbit to 2.24.0
- specify license version
- merge PFRAG.shared into PLIST

ok ajacoutot@
2009-08-07 11:53:40 +00:00
jasper
a58a5ee58f - switch to gnome.port.mk
ok ajacoutot@
2009-08-07 11:25:58 +00:00
jasper
4022cb43fb - switch to gnome.port.mk
ok ajacoutot@
2009-08-07 11:20:10 +00:00
jasper
4c60f3ab4b - update memcached to 1.4.0 ("many improvements have been made, upgrading is
recommended")

from Scott Vokes (MAINTAINER), thanks
2009-08-07 10:46:41 +00:00
jasper
3bd2392a6b - add _memcached/_memcached 2009-08-07 10:45:35 +00:00
sthen
ae67102472 Update to p5-Template 2.22, from Stephan Rickauer. 2009-08-07 10:35:37 +00:00
ajacoutot
62f3624f77 Update to p5-Email-MIME-Encodings-1.313.
from Stephan A. Rickauer
2009-08-07 10:18:48 +00:00
ajacoutot
720df6bf9d Fix for unmounting webdav shares.
GNOME Bug #567664.
2009-08-07 08:40:07 +00:00
fgsch
1f86089ac1 Use MASTE_SITE_PYPI 2009-08-07 08:36:52 +00:00
steven
542e4c2d64 security fix for CVE-2009-2412
https://svn.apache.org/viewvc?view=rev&revision=800732

from Stefan Sperling
2009-08-07 04:49:38 +00:00
steven
f84330e752 fix patch description; no change
from Stefan Sperling
2009-08-07 04:28:28 +00:00
martynas
486604ee9a - don't abuse nobody: drop privs to _ettercap instead
- add missing man page correction patch of that uid will used
ok naddy@
2009-08-06 23:44:07 +00:00
martynas
cae7248923 don't abuse nobody: drop privs to _solid-pop3d instead. regen patches
ok naddy@
2009-08-06 23:40:47 +00:00
martynas
1ffe7c1642 reserve user ids for _mt-daapd, _solid-pop3d & _ettercap. 2009-08-06 23:38:48 +00:00
martynas
bdcef3b25b as is a special keyword in python2.6. rename it to dispatch_as;
unbreaking build for MODPY_VERSION=2.6.  noticed by sthen@ in a bulk build
fgs@ ok
2009-08-06 23:36:44 +00:00
steven
d54e3414ed security fix for CVE-2009-2412
https://svn.apache.org/viewvc?view=rev&revision=800732

from Stefan Sperling
2009-08-06 22:20:21 +00:00
naddy
e3ee4ee9fc switch to .bz2 tarballs; old versions are still available in this format 2009-08-06 20:18:55 +00:00
giovanni
c86518fafe Update to 0.12.4
Help and ok ajacoutot@ (maintainer)
2009-08-06 13:23:34 +00:00
benoit
a30bcda536 - change MASTER_SITES
- change email maintainer
- bump

ok ajacoutot@
2009-08-06 12:48:18 +00:00
jasper
c0350ee068 - install examples
- fix wantlib

from Kirill Bychkov, thanks
2009-08-06 10:59:21 +00:00
mglocker
085e406ec1 Update to rtunes-0.8.
OK jasper@
2009-08-06 10:46:42 +00:00
eric
3f53f2da17 update to 1.4.0
For upgrading a postgis-enabled db, refer to
/usr/local/share/doc/postgresql/postgis/README.postgis
Try using new_postgis_restore.pl instead of postgis_restore.pl
if it doesn't work.

feedback and ok kili@ landry@
2009-08-06 10:30:20 +00:00
sthen
064b2da669 Build depends on doxygen; no pkg bump necessary. 2009-08-06 10:13:41 +00:00
ajacoutot
9b574a793c Unbreak.
noticed by naddy@
2009-08-06 10:02:21 +00:00
landry
205086ef87 Whoops, re-backport some fixes for xfterm4 from trunk, and re-add a line
that accidentally went away in last commit - breaking the intended
functionality. bump PKGNAME.
2009-08-06 09:32:50 +00:00
steven
4669430264 drop maintainership for this stuff 2009-08-05 20:40:46 +00:00
giovanni
1d4d881c99 Update to 2.27
ok merdely@ (maintainer)
2009-08-05 15:04:03 +00:00
sthen
4e8294791c Update to 5.1.37 from Brad (maintainer); fixes crashes. 2009-08-05 14:24:33 +00:00