87665 Commits

Author SHA1 Message Date
ajacoutot
1eff36ecc1 Add editors/abiword to the list, it'll be needed soon. 2013-10-24 16:20:15 +00:00
jca
2f973448f4 Forgotten in previous commit. 2013-10-24 15:43:57 +00:00
jca
3df624f906 Security fix for GNUTLS-SA-2013-3,
GnuTLS Denial of Service vulnerability in DANE records processing.
(no CVE assigned yet)

ok aja@ (MAINTAINER)
2013-10-24 15:42:08 +00:00
ajacoutot
e41ca635ab Update to ots-0.5.0. 2013-10-24 15:32:09 +00:00
benoit
1968a35246 Update to py-pdf 1.13.
ok giovanni@
2013-10-24 15:32:03 +00:00
ajacoutot
9e71e582e0 No need for the libiconv NODULE when we already have the gettext one. 2013-10-24 15:18:00 +00:00
giovanni
4a3f92c19f Update to 0.11
Remove Maintainer per his request
Tested by Ben Lovett (old Maintainer)
2013-10-24 13:03:30 +00:00
bcallah
56770fa019 Update games/easyrpg to 0.1.2
ok benoit@
2013-10-24 12:51:30 +00:00
kirby
82f7295fea portable way to print time_t is to use long long
patch from aja@
ok jung@
Thanks!
2013-10-24 11:48:49 +00:00
jca
5134ca8109 Fix after arc4random removal. Use arc4random_stir only if both it and
arc4random are present.  ok sthen@.
Note: port broken at logout with MALLOC_OPTIONS=S.
2013-10-24 10:52:27 +00:00
zhuk
dbe8021d27 Do not enable Java bindings for OpenCV on i386 until JDK issues are solved.
prodded by sthen@
2013-10-24 08:44:36 +00:00
sthen
7e3095cdd6 Partially revert fix for CVE-2013-0254 which does not work with our
privilege-separated X and caused broken displays for applications using
qt frames, diff from dcoppa, okay espie.

(An alternative fix would be to disable shm support, i.e.
"CONFIGURE_ARGS += -no-mitshm", I'd prefer this but it would need further
testing).
2013-10-24 08:39:14 +00:00
sthen
76e0b9f8a5 disable the java subpackage on i386 until javac is less unreliable.
looks good to espie.
2013-10-24 07:58:05 +00:00
william
3fdc11fd89 link goaccess 2013-10-24 02:00:59 +00:00
william
0de4964354 "GoAccess is an open source real-time web log analyzer and interactive
viewer that runs in a terminal in *nix systems. It provides fast and
valuable HTTP statistics for system administrators that require a visual
server report on the fly."

ok kirby landry jung, thanks!
2013-10-24 01:59:44 +00:00
landry
db6d65b845 +pg_stats{_reporter,info} 2013-10-23 22:06:11 +00:00
landry
fa8f36c4f4 Import pg_stats_reporter 1.0.1.
Pg_stats_reporter can show statistical and graphical reports using
data generated by pg_statsinfo. It doesnt RDEP on it as obviously this
can run on (several|a) different host(s)..

Patch out the dependency on php-intl until we have it enabled in our
php. Tested by Jean-Gerard Pailloncy.

ok ajacoutot@
2013-10-23 22:04:58 +00:00
landry
fe273f85f7 Import pg_statsinfo-2.4.1.
pg_statsinfo is a utility that monitor statistics and the activity of
PostgreSQL(and OS). pg_statsinfo gets some statistics information as
snapshot. We can check the DB activity and bottleneck analysis by using
these snapshot information. This utility provides some function to get
the information acquisition easily.

Low-level os monitoring (cpu/loadavg/memory only for now) tweaked from
a patch in FreeBSD's portstree.
Refer to ${HOMEPAGE} for how to configure it, no need to replicate the
provided extensive doc in a README.

ok ajacoutot@
2013-10-23 22:00:19 +00:00
abieber
ca422d516c Bring node to the latest version which has a fix for this:
http://www.openwall.com/lists/oss-security/2013/10/19/4

OK bcallah@
2013-10-23 22:00:17 +00:00
landry
bb5a09a2c9 @comment mozilla/throw_gcc.h, it is apparently present only on amd64
(because WRAP_STL_INCLUDES is 1 there), it apparently added to fix a
windows build issue (bug #557060), make absolutely no sense to me, and
nothing in the mozilla tree includes it.
Should fix packaging issue as seen on i386 by nigel@ & sthen@ (and
probably other archs)
2013-10-23 20:25:30 +00:00
naddy
c47abb3669 Update to 3.4.1: fix Winamp-style interface after GTK+3 update. 2013-10-23 19:15:15 +00:00
sthen
82b8ebc4e0 add a comment about use of gnu libtool
prompted (indirectly ;) by a mail from aja@
2013-10-23 17:50:38 +00:00
fgsch
0539e80e0f Simplify. No functional change. 2013-10-23 17:46:01 +00:00
zhuk
283e8889c8 Missing BDEP on apache-ant, revealed by rpe@. 2013-10-23 17:06:51 +00:00
jca
938750fe15 Fix a segfault in the dkim-filter key parsing code. Reported by David
Hill, thanks!  While here, fix a potential double free.
Maintainer timeout.
2013-10-23 16:33:20 +00:00
benoit
dacd4b8271 Update to py-vatnumber 1.1.
ok Christian Rueger (maintainer)
2013-10-23 15:31:08 +00:00
jca
a0871f735f Fix after arc4random_addrandom removal. Hack needed to patch a file
inside the nested bind.tar.gz archive.  Discussed with sthen@
2013-10-23 13:44:11 +00:00
sthen
fc1cab1dc1 switch to upstream's code for arc4random_addrandom removal, suggested by
Pablo Méndez Hernández
2013-10-23 13:14:07 +00:00
sthen
31a110625f update to dnscrypt-proxy 1.3.3 2013-10-23 12:42:20 +00:00
sthen
1dc37895d7 +libsodium 2013-10-23 12:08:08 +00:00
sthen
7ae527c412 import security/libsodium, ok benoit@
NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc.
NaCl's goal is to provide all of the core operations needed to build
higher-level cryptographic tools.

Sodium is a fork of NaCl with a compatible API. Unlike NaCl, Sodium
performs checks for hardware features at runtime instead of compile time,
making it suitable for packaging.
2013-10-23 12:07:52 +00:00
fgsch
dad43e63c5 Fix libffi on arm. Change the code to work with our current ABI (APCS) as
much as possible until we switch to ATPCS or AAPCS.
jasper@ (maintainer) ok.
2013-10-23 10:32:01 +00:00
sthen
c4d9d2b279 Update to scanlogd 2.2.7, fixing an off-by-one bug in a safety check (only a
minor impact in scanlogd), and cutting down the license a bit further,
see http://www.openwall.com/lists/announce/2013/10/21/1 for more.

While there, drop USE_GROFF and rearrange port into Makefile.template order.
2013-10-23 10:10:56 +00:00
bentley
fb5318232e Update to pdftk-2.02. Set HOMEPAGE/NO_TEST. Clarify license marker.
Maintainer timed out.

ok benoit@ landry@ sthen@

License bit from sthen@
2013-10-23 08:25:56 +00:00
sthen
7cbdf093de SECURITY update to Django 1.5.4, fixes DoS via passing large passwords,
directory traversal, code execution in django.contrib.sessions, and XSS.
For more info, see
https://docs.djangoproject.com/en/1.5/releases/1.5.4/
https://docs.djangoproject.com/en/1.5/releases/1.5.3/
https://docs.djangoproject.com/en/1.5/releases/1.5.2/

From maintainer Ryan Boggs, ok armani@
2013-10-23 08:19:52 +00:00
jasper
c1a5392dac update to gitolite-3.5.3.1
(while the .1 release contains a security fix, the security issue was only
introduced with 3.5.3 release which we didn't have in ports.)
2013-10-23 08:15:17 +00:00
ajacoutot
5b33c71da1 Tweak comments, no pkg change. 2013-10-23 05:41:18 +00:00
sebastia
52268a2b67 gnustep-base is needed for building and running, so make
MODGNUSTEP_NEEDS_BASE set to yes, to add it to link
depends, even if it not directly links against -base,
gnustep libraries/frameworks assume that applications
link against -base when using those libs/frameworks.

build problems pointed out by rpe@
2013-10-23 05:25:12 +00:00
lteo
82b72dc5f9 Update to picocom 1.7, from Kyle Isom (maintainer).
The picocom.8 patch is from schwarze@; it fixes the man page to show
content that was completely lost during formatting due to badly broken
syntax.

Tested by Kyle on amd64 and sgi, and myself on i386.

feedback bcallah@ brad@ schwarze@
OK abieber@
2013-10-23 03:22:02 +00:00
schwarze
9735b208ab Drop USE_GROFF, no PLIST change, no bump.
Manuals are relatively clean hand-written man(7) code, render identically
with groff and mandoc, and now that we parse and ignore .hw, do not throw
mandoc errors any longer.
Candidate for USE_GROFF removal found by naddy@ in a bulk build.
2013-10-22 20:47:21 +00:00
jca
9f9d398a1f Bugfix update to mawk-1.3.4.20130803. ok jturner@ 2013-10-22 20:27:52 +00:00
kili
6440285682 Bump because of library signature change in hs-postgresql-libpq.
From maintainer David Schaefer.
2013-10-22 20:15:32 +00:00
kili
67fc2395cc Update to hs-postgresql-libpq-0.8.2.4.
From David Schaefer (maintainer).
2013-10-22 20:14:18 +00:00
kili
48a59515ed Adjust MASTER_SITES to follow the new layout of hackage.haskell.org, which switched
to hackage 2.
2013-10-22 20:03:21 +00:00
jca
62b678fc7a Fixup after arc4random_addrandom/arc4random_stir removal.
If we can detect arc4random but not mentioned functions, then we don't
need to use them.  ok naddy@
2013-10-22 19:55:11 +00:00
jca
3e57cee7ab Fixup after arc4random_addrandom/arc4random_stir removal.
(__OpenBSD__ #ifdef'ed code).  ok naddy@
2013-10-22 19:53:35 +00:00
jeremy
3038ab1aa0 Build a ruby 1.8 FLAVOR of rcov by default since it works best on ruby
1.8, and support a ruby19 FLAVOR (since it sorta works on ruby 1.9),
but don't support other FLAVORs as they don't work.
2013-10-22 19:52:52 +00:00
jca
c348e7b9d4 Fixup after arc4random_addrandom/arc4random_stir removal.
This is an embedded copy of libevent2, so don't bother with compat
patches for upstream.  ok naddy@
2013-10-22 19:51:59 +00:00
jca
7b25c18035 Fixup after arc4random_addrandom/arc4random_stir removal.
If we can detect arc4random but not mentioned functions, then we don't
need to use them.  ok naddy@
2013-10-22 19:48:49 +00:00
jca
4f8cbf71ee Update to sbcl-1.1.12, regress tests ok. The struct timeval patch for
sb-posix will be removed when tv_usec will be a suseconds_t.  ok krw@
2013-10-22 19:44:15 +00:00