Commit Graph

83310 Commits

Author SHA1 Message Date
jasper
18e07a1f0f security fix for CVE-2013-1980, libxmp MASI Parsing Buffer Overflow Vulnerability
note that this port could use an update by someone who cares..
2013-04-23 13:10:46 +00:00
gonzalo
32d2409494 Update for Aria2 to 1.17.0:
* Save options directly specified for download in --save-session
* Save URI returned only from FileEntry::getRemainingUris()
* Use info level log for system trusted ca imports failure
* Implement simple Happy Eyeballs for HTTP/FTP downloads

Ok benoit@
2013-04-23 12:00:21 +00:00
landry
55dd5addd8 Add a patch to fix stack bounds computation, from David Hill (also
pushed upstream as https://bugs.webkit.org/show_bug.cgi?id=114978)

Seems to fix xombrero/surf crashes on amd64, and seems to magically make
webkit sort-of usable (ie dead-slow, but js seems to work) on powerpc.
(symptom : ** Message: console message: undefined @0: RangeError: Maximum
call stack size exceeded.)

Note : webkit still fails to build on mips64* and hppa. sigh.

ok jasper@
2013-04-23 09:40:58 +00:00
sthen
2058adb213 remove the (minimal) rtable support; shortly after it was added to the
OpenVPN port, "exec" was added to route(8) which provides the same support
in a more general way. use a command like this instead:

"route -T <table#> exec openvpn -daemon ..."
2013-04-23 09:31:33 +00:00
giovanni
7db859f78a Update to 1.35, some compatibility fixes with newer Perl 2013-04-23 09:22:46 +00:00
dcoppa
5c8e71f3c8 Update to tomcat-7.0.39 2013-04-23 07:59:31 +00:00
jasper
2de9850ab0 wow, this was a useful HOMEPAGE, still, let's fix it. 2013-04-23 07:44:43 +00:00
jasper
b3acba33e0 - update to rspec-2.13.0
- tighten dependencies while here
2013-04-23 07:41:17 +00:00
jasper
e14130c965 update to rspec-mocks-2.13.1 2013-04-23 07:40:50 +00:00
jasper
f8bc20309f update to rspec-expectations-2.13.0 2013-04-23 07:40:42 +00:00
jasper
3ed3d0887f update to rspec-core-2.13.1 2013-04-23 07:40:33 +00:00
jasper
11b06358fa remove unneeded patch since we can just use json_pure now that it's around 2013-04-23 07:38:16 +00:00
jasper
d9889a73fa - update to extlib-0.9.16 2013-04-23 07:31:17 +00:00
jasper
b1861a2296 - update to jeweler-1.8.4 2013-04-23 07:31:07 +00:00
jasper
8807f3b278 point this HOMEPAGE to the "old" rspec-1 pages. 2013-04-23 07:22:57 +00:00
jasper
b85e669ae8 - update to diff-lcs-1.2.4 2013-04-23 07:17:08 +00:00
jasper
7bcd252d32 - remove unneeded PERMIT_* lines
- update HOMEPAGE
2013-04-23 06:52:59 +00:00
lteo
63a5e53699 Update to Snort 2.9.4.5, from Markus Lude (maintainer).
Tested by Markus on sparc64, and by myself on amd64 and i386.

OK sthen@
2013-04-23 02:04:13 +00:00
bentley
bb86ebc474 Update to fceux-2.2.1.
ok rfreeman@
2013-04-22 23:28:07 +00:00
ratchov
ac16f2a798 in the sndio backend, assume 16-bit samples are signed and 8-bit
unsigned. Found by rfreeman

ok landry
2013-04-22 21:14:34 +00:00
espie
f44e3e9279 forgotten commit, during debug, show more info about what's running on the
core (e.g., job contents)
2013-04-22 20:56:53 +00:00
dcoppa
475bb06275 Fix -F --zoom 100 not working when compiling feh with gcc and enabled
optimizations (git commit cc7cb9f381e2687933b960da3599097beb727554)
2013-04-22 20:38:43 +00:00
landry
e2399fe013 Update to p5-ack 2.02, add a HOMEPAGE.
ok pyr@ (MAINTAINER) - this port is also up for adoption if someone wants it.
2013-04-22 19:38:40 +00:00
landry
f1c58c53fd Update to p5-File-Next 1.12, needed by upcoming ack update.
ok pyr@ (MAINTAINER) - note, if someone wants to claim ownership, this
port is up for adoption.
2013-04-22 19:37:48 +00:00
espie
33fbbc6945 make sure things end up in a sane state. In particular, we may add the
same path several times (which is fine for hashes), but we should deal
with RDEPENDS in a consistent way...

problem "noticed" by landry.
2013-04-22 19:34:10 +00:00
landry
fdf6b26fc1 Mark as BROKEN-sparc64, segfaults during build
generating constant definitions
../.././ext/socket/mkconstants.rb: [BUG] Segmentation fault
*** Signal SIGABRT in ext/socket
2013-04-22 19:18:16 +00:00
landry
c048f76975 Mark as BROKEN-hppa, no atomic ops on this arch like mips64*. 2013-04-22 19:13:40 +00:00
benoit
9195a3f3de remove fkr@ as maintainer per his request 2013-04-22 18:39:34 +00:00
jasper
d1eb8349a0 update gjs to 1.36.1 2013-04-22 17:52:42 +00:00
zhuk
e8f82589e1 Hook up virtuoso. 2013-04-22 17:46:55 +00:00
zhuk
ebb3091571 Import Virtuoso. Needed by Soprano (for tests) and for KDE 4 (Nepomuk).
Virtuoso is a high-performance object-relational SQL database. As
a database, it provides transactions, a smart SQL compiler, powerful
stored-procedure language with optional Java and .Net server-side
hosting, hot backup, SQL-99 support and more. It has all major
data-access interfaces, such as ODBC, JDBC, ADO .Net and OLE/DB.

"I looked at virtuoso and it gave me too much headaches.
Import it then (and polish in-tree)" landry@
2013-04-22 17:32:31 +00:00
krw
503f0857b8 Add rsyncd script for /etc/rc.d, now that inetd is no longer on by
default.

Tweaks and feedback from ian@ sthen@ ajacoutot@. ok sthen@ ajacoutot@
2013-04-22 16:00:11 +00:00
benoit
894e8cddc5 - update pgpool to 3.2.3
from David Hill, ok pea@ (maintainer)
2013-04-22 15:53:37 +00:00
gonzalo
d370c067a2 Update for Gajim to 0.15.3:
* Better handling of SSL errors
* Better handling of canceling file transfer
* Improve farstream calls

And more.

Ok pea@ (maintainer)
2013-04-22 15:48:54 +00:00
dcoppa
6c2b704763 Bugfix update to redis-2.6.12 2013-04-22 14:55:10 +00:00
sthen
95ebeeaa78 switch from @unexec to @unexec-delete for update-desktop-database, as done
for most other ports. ok bcallah@
2013-04-22 14:42:45 +00:00
landry
d61638ec4f Remove build dependency on gtar now that our tar handles PaxHeaders
fine. Regen patches while here.
reminded by fgsch@
2013-04-22 14:17:10 +00:00
sthen
69acda4c73 update to php-weathermap 0.97c; various fixes including SECURITY fixes
to improve input validation in the editor (which is not enabled by default)
2013-04-22 14:05:07 +00:00
dcoppa
540ce7f871 Bugfixing update to rxvt-unicode-9.18
- fix regression that caused artifacts on resize.

While here, regen WANTLIB.
2013-04-22 14:04:29 +00:00
zhuk
a575bb848f Add support for rubyarchhdrdir and rubyarchlibdir, with fallback to "defaults"
on systems that have such directories but RbConfig doesn't have such options.

Needed for some minor KDE SC parts.

ok dcoppa@
2013-04-22 13:13:56 +00:00
naddy
bed43c628e Update to 0.1.36.
- fixed: querir, amuir, secher/assecher/dessecher
- added: referencier
2013-04-22 11:48:26 +00:00
sthen
37ec1f236f - add Foxhole filename databases to the list in sample config.
- add a HOMEPAGE (it's not really for the clamav-unofficial-sigs script,
but is fairly relevant as it explains the database choices).
2013-04-22 11:32:29 +00:00
espie
c08aae7a35 only show "real bugs". The ones that come from old paths don't count. 2013-04-22 11:14:17 +00:00
espie
d339778a36 dump all the paths with fishy behavior at end of equiv.
this is a bit too much, but this catches:
SUBDIR=devel/py-gobject3,python3 make dump-vars DPB=Yes
devel/py-gobject3,python.BUILD_DEPENDS=graphics/py3-cairo STEM->=0.10.38:devel/gettext lang/python/3.2 STEM->=0.41.1p0:textproc/intltool devel/gmake archivers/xz
devel/py-gobject3,python.IS_INTERACTIVE=No
devel/py-gobject3,python.SUBPACKAGE=-main
devel/py-gobject3,python.FLAVOR=python3
devel/py-gobject3,python.BUILD_PACKAGES= -main -common
devel/py-gobject3,python.FULLPKGNAME=py3-gobject3-3.8.1p0
devel/py-gobject3,python.RUN_DEPENDS=STEM->=0.10.38:devel/gettext lang/python/3.2 devel/py-gobject3,-common graphics/py3-cairo
devel/py-gobject3,python.LIB_DEPENDS=STEM->=0.10.38:devel/gettext converters/libiconv devel/gobject-introspection
devel/py-gobject3,-common.BUILD_DEPENDS=graphics/py3-cairo STEM->=0.10.38:devel/gettext lang/python/3.2 STEM->=0.41.1p0:textproc/intltool devel/gmake archivers/xz
devel/py-gobject3,-common.IS_INTERACTIVE=No
devel/py-gobject3,-common.SUBPACKAGE=-main
devel/py-gobject3,-common.FLAVOR=python3
devel/py-gobject3,-common.BUILD_PACKAGES= -main -common
devel/py-gobject3,-common.FULLPKGNAME=py-gobject3-common-3.8.1
devel/py-gobject3,-common.RUN_DEPENDS=STEM->=0.10.38:devel/gettext lang/python/3.2

(note the "wrong" flavor, which means that
devel/py-gobject3,python3,-main ends up without an associated fullpkgname)
2013-04-22 10:06:12 +00:00
espie
9b6c92b10d okay, if we're missing info, assume it's not really important, as it is
in an extra package we don't really care about.
2013-04-22 10:02:22 +00:00
mpi
7e22724d8f Instead of generating I/O to get the active configuration number, just read
it from the cached descriptor.
2013-04-22 08:37:20 +00:00
jasper
4ed05e17e2 - update to grap-1.44
maintainer timed-out
2013-04-22 06:49:19 +00:00
jasper
da5c2a3d92 sync 2013-04-22 06:48:58 +00:00
jasper
d7c210b6e8 import gitolite 3.5.1
Gitolite is an access control layer on top of git.
Here are the features that most people see:

* Use a single unix user ("real" user) on the server.
* Provide access to many gitolite users.
* Control access to many git repositories.

ok aja@
2013-04-22 06:48:25 +00:00
jasper
765eea3860 - enable regress tests in py-git2
- patch in libgit2 has been merged upstream
2013-04-22 06:39:53 +00:00