Commit Graph

76497 Commits

Author SHA1 Message Date
sthen
6db243c9c0 update to a newer git checkout, various updates to sites and notably a fix
for Vimeo. ok phessler@ (who reported the Vimeo problem and pulled a diff from
upstream, but there are enough other fixes to warrant a full update).
2012-07-16 10:14:28 +00:00
edd
31c92c1baa TeXworks 0.4.4. Fixes the annoying disappearing selected text bug.
OK jasper@
2012-07-16 10:13:59 +00:00
giovanni
e3bd3ae709 reenable mng plugin
disable exif to xmp conversion to fix loading of some jpeg images
2012-07-16 09:42:24 +00:00
edd
9f2d3a75c2 link ocaml-net 2012-07-16 09:28:32 +00:00
edd
d5f4b79a61 Import Ocamlnet as ocaml-net. A networking library for Ocaml.
From Chris Zimmermann. OK dcoppa@
2012-07-16 09:27:31 +00:00
landry
3c6705d52c Update to iftop 1.0pre2.
Better than what we have in tree, and upstream is practically dead.
Tested on amd64/ppc/sparc64.
From Brad, MAINTAINER timeout.
2012-07-16 08:49:38 +00:00
jasper
cbcacca97f do not show --ssl2 commandline option if built with an OpenSSL without SSLv2 support.
from brad
2012-07-16 08:49:31 +00:00
jasper
ca77bb0507 - update to 3.4.3 2012-07-16 08:27:48 +00:00
jasper
331b0ff461 add a homepage 2012-07-16 08:26:24 +00:00
jasper
b02265d8b7 adjust libchamplain dependencies 2012-07-16 08:13:45 +00:00
jasper
00fd421c92 switch to use the gnome module 2012-07-16 08:11:10 +00:00
giovanni
7cc1504616 Major update to 6.01
tests & ok benoit@, thanks
2012-07-16 07:39:31 +00:00
giovanni
9738a9a376 Update to 0.6.21,
fixes CVE-2012-2812, CVE-2012-2813, CVE-2012-2814, CVE-2012-2836,
CVE-2012-2837, CVE-2012-2840, CVE-2012-2841 & CVE-2012-2845
ok sthen@ (Maintainer)
2012-07-16 07:23:50 +00:00
robert
c7f15289d7 unbreak build with java 2012-07-16 07:23:03 +00:00
ajacoutot
d7cc47da1e Regen WANTLIB to unbreak.
spotted by naddy@
2012-07-16 07:19:25 +00:00
jasper
b0a740d28f missed in previous 2012-07-16 07:11:46 +00:00
jasper
e562136268 drop this structure since we're not going to ship separate python plugins as
the library is introspected anyway. so remove the confusing dir 'core'.
2012-07-16 07:11:28 +00:00
ajacoutot
c8fd52c995 Bugfix update to gtk+2-2.24.11. 2012-07-16 07:11:01 +00:00
ajacoutot
6569228df9 Update to gtk+3-3.4.4. 2012-07-16 06:36:01 +00:00
dcoppa
5a72116b35 Back out the update to 0.13.2/0.9.2; too much problems to make
release.

OK sthen@, naddy@
2012-07-15 10:20:07 +00:00
pascal
002cee8638 Enable gcc 4.7 for release.
ok espie@
2012-07-15 08:56:55 +00:00
pascal
f2e4c82f69 Disable -java until I get around to fixing it.
ok espie@
2012-07-15 08:56:26 +00:00
ajacoutot
65e25c1817 Committed upstream. 2012-07-15 08:18:53 +00:00
ajacoutot
f6c4c2aeb4 Update to Botan 1.10.3.
A change in 1.10.2 accidentally broke ABI compatibility with
1.10.1 and earlier versions, causing programs compiled against
1.10.1 to crash if linked with 1.10.2 at runtime.

Recent versions of OpenSSL include extra information in ECC
private keys, the presence of which caused an exception when
such a key was loaded by botan. The decoding of ECC private
keys has been changed to ignore these fields if they are set.

from Brad
2012-07-15 08:12:13 +00:00
ajacoutot
6d059a1b96 Bugfix update to glib2-2.32.4. 2012-07-15 08:10:41 +00:00
jasper
dc46058de9 - update to 0.12.3 2012-07-15 08:07:55 +00:00
ajacoutot
ce608d99f7 Committed upstream. 2012-07-15 08:03:33 +00:00
edd
0d3be367d3 Update to extsmail-1.5.
From maintainer and upstream -- Laurie Tratt.
2012-07-14 12:41:49 +00:00
naddy
9aae5b7b2b mark conflict between nvi and nvi-m17n 2012-07-14 10:19:14 +00:00
jasper
ecc4994a68 post g2k12 sync:
561 insertions(+), 547 deletions(-)
2012-07-14 10:18:17 +00:00
naddy
e8e3f40182 +nvi 2012-07-14 10:01:14 +00:00
naddy
5695591f5f Import nvi 2.1.0, a version of the base system vi/ex editor with wide
character (UTF-8) support.

Requested by yasuoka@ and pirofti@
2012-07-14 09:59:30 +00:00
ajacoutot
df05ce5271 Update to foomatic-filters-4.0.17. 2012-07-14 08:04:27 +00:00
ajacoutot
b6adb579c0 Update to libsecret-0.6. 2012-07-14 07:51:47 +00:00
naddy
b14487677b replace stpcpy() calls to silence ld warnings; ok sthen@ 2012-07-13 19:43:18 +00:00
naddy
4b01c3d5eb bump after lua changes 2012-07-13 19:16:04 +00:00
sebastia
3c297fc58b hook up p5-Proc-PID-File 2012-07-13 18:21:58 +00:00
sebastia
ff3cfe6484 import p5-Proc-PID-File
s module is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent
multiple process instances. The module accomplishes this via *nix-style
pidfiles, which are files that store a process identifier.

tested on i386 and macppc, merdely on amd64

OK merdely
2012-07-13 18:18:30 +00:00
espie
ffcdf26940 fix typo.
reported to Niels Provos, in case he still cares...
2012-07-13 17:51:42 +00:00
ajacoutot
42b587edf7 Bump to force rebuild so that a new package will be ready for 08/25.
requested by mlarkin@
2012-07-13 17:15:09 +00:00
ajacoutot
864915bb2e Update to libcanberra-0.29. 2012-07-13 17:03:32 +00:00
jasper
802663255c Security fix for CVE-2012-3382, Mono "ProcessRequest()" Cross-Site Scripting Vulnerability
ok robert@ (MAINTAINER)
2012-07-13 16:59:15 +00:00
jasper
afe54d5764 regen 2012-07-13 16:59:01 +00:00
ajacoutot
1b5dc4a595 --enable-*=no => --disable 2012-07-13 16:57:39 +00:00
ajacoutot
afa6611b95 --disable-static 2012-07-13 16:56:55 +00:00
phessler
95d0ad8df1 Update to a re-rolled zip file that includes all of the updated graphics
and hi-res information.

@pkgpath and @conflicts hints and reminders from espie@ and jasper@
2012-07-13 16:54:33 +00:00
ajacoutot
7105611795 --disable-static 2012-07-13 16:35:26 +00:00
espie
be8b205130 plain forgot, synch with src 2012-07-13 16:16:18 +00:00
espie
e975a5ee97 fix libtool1 stupidity. also provide an m4 patch if we ever need to autoconf. 2012-07-13 16:13:21 +00:00
sebastia
60b2386adb Make the GNUstep GUI builder Gorm usable again.
OK aja@
2012-07-13 15:40:43 +00:00