sthen
760b0ffcc2
Update to postfix/snapshot 20111219, from Brad (maintainer)
2011-12-20 22:41:16 +00:00
sthen
cbe6df0aac
update to lighttpd 1.4.30, from Brad (maintainer).
2011-12-20 22:27:28 +00:00
ajacoutot
afd57cac30
Sanitize get_kinfo_proc().
...
Fix a warning while here.
2011-12-20 19:24:38 +00:00
jasper
f1d966bdec
- moar REVISION bumps after several python modules had their flavor dropped.
2011-12-20 19:07:07 +00:00
jasper
9c62d3985b
- bump REVISION after several python modules had their flavor dropped.
2011-12-20 18:55:08 +00:00
jasper
6f097398a4
add missing dependency
2011-12-20 18:34:42 +00:00
shadchin
6339e90132
Update cmus to 2.4.3, from maintainer Donovan Watteau.
2011-12-20 16:00:26 +00:00
giovanni
b3b3786168
Update to 1.2.1, tested by Wen Heping, thanks
2011-12-20 15:25:11 +00:00
giovanni
dab7fe6e64
Let pear install modules even with USE_SYSTRACE=Yes
...
spotted an ok sthen@
2011-12-20 15:21:30 +00:00
ajacoutot
f92e2558cc
/dev/dri/card0 -> /dev/drm0
...
thank you oga@ :)
2011-12-20 15:00:56 +00:00
sthen
30956f5d8b
add Aaron Bieber as MAINTAINER.
2011-12-20 14:50:54 +00:00
ajacoutot
07987391dd
Add --system to daemon instead of daemon_flags to make it mandatory.
...
While here make sure the pid file is not around anymore on startup
(which can happen after a crash and prevent DBus from starting again).
2011-12-20 14:27:46 +00:00
ajacoutot
0032b749a1
Add cogl to the build; not used by anything yet but it makes it easier for
...
us to work on the clutter update.
2011-12-20 14:01:59 +00:00
ajacoutot
6ba5a9c92e
Use GNOME_PROJECT/GNOME_VERSION for cogl and inherit MASTER_SITES.
...
Regen WANTLIB while here.
2011-12-20 14:01:18 +00:00
fgsch
7cf02618d6
RIP python2.4.
...
jasper@ ok
2011-12-20 13:08:06 +00:00
sthen
bfca2e14c5
remove py-ElementTree, it was for python 2.4 and no longer needed.
...
ok jasper@ fgsch@
2011-12-20 13:04:07 +00:00
sthen
b885864169
sync; 7311
2011-12-20 12:07:53 +00:00
sthen
9c4d7365a0
more @pkgpaths
2011-12-20 11:39:23 +00:00
sthen
7a3f922c6c
more @pkgpath
2011-12-20 11:37:10 +00:00
sthen
1daf4b249f
Add an @pkgpath on [,python2.4] as well
2011-12-20 11:33:56 +00:00
sthen
e74887cc94
zap useless PY_FLAVOR
2011-12-20 11:26:24 +00:00
sthen
7171bf39e3
fix; py-Imaging is now flavourless
2011-12-20 11:25:44 +00:00
sthen
ec248e221e
remove useless PY_FLAVOR
2011-12-20 11:25:35 +00:00
jasper
1bf5439e52
unbreak; py-Imaging is now flavourless
2011-12-20 11:25:06 +00:00
sthen
a3df91bf98
unbreak; py-mxDateTime is now flavourless
2011-12-20 11:20:41 +00:00
sthen
6f4f49965f
unbreak; py-ldap is now flavourless
2011-12-20 11:18:42 +00:00
sthen
297da55e34
update to 3.17.17 and switch to using python.port.mk (using the default
...
python version, this was previously using 2.4)
2011-12-20 11:14:40 +00:00
sthen
fcb33424c5
SECURITY update to Unbound 1.4.14, incorporating various diffs from Brad,
...
jakob@ and myself. See http://www.unbound.net/downloads/CVE-2011-4528.txt
for more details, summary from the above is below:
--
Unbound crashes when confronted with a non-standard response from a
server for a domain. This domain produces duplicate RRs from a certain
type and is DNSSEC signed.Unbound also crashes when confronted with a
query that eventually, and under specific circumstances, resolves to a
domain that misses expected NSEC3 records.
These two problems were discovered within 24 hours, hence a combined
vulnerability disclosure.
By constructing the non standard responses an attacker can use these
vulnerabilities for a DOS attack.
To our knowledge 'denial of service' is the only type of exploit possible.
--
2011-12-20 10:49:19 +00:00
jasper
06e2ffb601
- missing module
2011-12-20 09:32:44 +00:00
fgsch
50c8b4e058
kill python2.4 flavour. this was previously used for zope.
2011-12-20 07:00:18 +00:00
fgsch
a713f22baf
Update to sdlmame 0.144u3.
2011-12-20 06:56:12 +00:00
ajacoutot
cf49db16a1
Bugfix update to gnote-0.8.2.
2011-12-19 23:08:52 +00:00
jeremy
65c428a6de
sync
2011-12-19 22:37:49 +00:00
sthen
2311980f29
tweaks taken from Antti Harri's diff:
...
- correct GPL version number
- drop maintainer, Antti discussed this with jsyn@ some time ago
- no need for groff
- mention Ruby in DESCR, reformat
2011-12-19 22:35:34 +00:00
rpointel
4a86b02949
Update rats to 2.3.
...
From Jan Klemkow (thanks) with few tweaks by me, maintainer timeout.
2011-12-19 22:28:59 +00:00
jeremy
077a4f1628
Import coffeescript 1.2.0
...
CoffeeScript is a little language that compiles into JavaScript.
Underneath all those awkward braces and semicolons, JavaScript has
always had a gorgeous object model at its heart. CoffeeScript is an
attempt to expose the good parts of JavaScript in a simple way.
The golden rule of CoffeeScript is: "It's just JavaScript". The code
compiles one-to-one into the equivalent JS, and there is no
interpretation at runtime. You can use any existing JavaScript library
seamlessly from CoffeeScript (and vice-versa). The compiled output is
readable and pretty-printed, passes through JavaScript Lint without
warnings, will work in every JavaScript implementation, and tends to run
as fast or faster than the equivalent handwritten JavaScript.
Feedback and OK jasper@
2011-12-19 22:21:47 +00:00
sthen
719b3e2527
update to chive 1.0.0
2011-12-19 22:18:59 +00:00
sthen
550fffc1a1
update getmail to 4.24.0, from maintainer Tim van der Molen
2011-12-19 21:36:27 +00:00
sthen
e7aa12abb6
Actually check for and use mkstemps() rather than use a broken check
...
for glibc version and some hand-rolled alternative. From Brad.
2011-12-19 21:23:24 +00:00
giovanni
e91010beae
Update to 1.3.4 from Wen Heping
2011-12-19 14:52:21 +00:00
dcoppa
f162a1b58a
Fix genre selection segfault
...
(upstream git commit d20878bce0c0d84e5b49d1b9642e71bb0d18341a)
2011-12-19 12:44:37 +00:00
mpi
fdcaa42737
+py-setproctitle
...
+py-xmlrunner
2011-12-19 10:42:39 +00:00
mpi
8257de2f58
Import py-xmlrunner 1.3.1
...
PyUnit-based test runner with JUnit like XML reporting.
ok benoit@
2011-12-19 10:39:20 +00:00
mpi
e1506e0835
Import py-setproctitle 1.1.3
...
setproctitle allows a process to change its title (as displayed by
system tools such as ps and top).
ok benoit@
2011-12-19 10:37:41 +00:00
ajacoutot
6f195d47cd
Update to dia-0.97.2.
...
* lots of bugfixes, see here for details:
http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.2
2011-12-18 19:18:39 +00:00
ajacoutot
021115b214
Sync patch, no change.
2011-12-18 13:54:29 +00:00
mpi
530992c16f
+py-country
2011-12-18 13:44:59 +00:00
mpi
cccdaecdab
Import py-country 0.14.1
...
pycountry provides ISO country, subdivision, language, currency and
script definitions and their translations, taken from the iso-codes
package.
ok benoit@
2011-12-18 13:42:31 +00:00
sthen
56ff6b4040
update to node 0.6.5, from Aaron Bieber, discussed with jasper@ and schwarze@
...
- also sync WANTLIB (now pulls in libz)
2011-12-18 13:37:35 +00:00
stsp
20151d85e8
Package xpm icons referenced from .desktop files.
...
ok aja, Kirill Bychkov (maintainer)
2011-12-18 11:36:49 +00:00