107977 Commits

Author SHA1 Message Date
landry
eab25dd5e1 Update to josm r9329 and switch MODJAVA_VER to 1.7+.
From maintainer Holger Mikolon.
2016-01-11 22:18:33 +00:00
espie
9c02c5b064 yet another maintainer bump, sloppy antoine week 2016-01-11 21:32:37 +00:00
espie
0ee7f20c64 MAINTAINER change -> bump. Come on antoine... 2016-01-11 21:31:35 +00:00
espie
9add99b304 sloppy, antoine 2016-01-11 21:29:50 +00:00
sthen
45320683cc Fix what looks like a typo (BUFSIZ/LBUFSIZ) in squidclamav with safebrowsing
checks enabled. Triggers the "backwards memcpy" checks but it's really an
overrun.

Found with this, it's not perfect but useful nonetheless.

#include <syslog.h>
#define memcpy(dst0, src0, length0) do {                                \
        char *dst = (char *)dst0;                                       \
        const char *src = (char *)src0;                                 \
        size_t length = (size_t) length0;                               \
                                                                        \
        if ((dst < src && dst + length > src) ||                        \
            (src < dst && src + length > dst))                          \
                syslog(LOG_CRIT, "backwards memcpy %s:%u len=%llu",     \
                    __FILE__, __LINE__, (uint64_t) length);             \
                memmove (dst, src, length); } while (0)
2016-01-11 17:53:05 +00:00
jasper
c26f56355a - sync to what's merged upstream
- the xdr_uint64_t parts are merged upstream, but leaving it out of CVS
  for it's a new file, automake, etc.

thanks to Roman Bogorodskiy for submitting/reviewing our patches

no pkg change
2016-01-11 17:47:33 +00:00
sthen
78d271183e fix a couple of time_t format string issues in www/c-icap, spotted while
trying to track down a backwards memcpy
2016-01-11 17:05:46 +00:00
robert
1f64da10f5 security update to 7.0.2 2016-01-11 16:55:35 +00:00
robert
cc7be5a974 security update to 5.6.17 2016-01-11 16:52:18 +00:00
robert
866392c3e9 security update to 5.5.31 2016-01-11 16:46:38 +00:00
naddy
3e5d64ee2b update to 0.7.81 for miscellaneous obscure fixes 2016-01-11 16:22:12 +00:00
kili
055a3699d2 Register removed hs-ports. 2016-01-11 15:51:18 +00:00
abieber
ad6992ae4d Update from MAINTAINER Eric Lalonde <eric.c.lalonde@gmail.com>.
Changes include fixes for memleaks, better tmux support, character
set decoding, improved UTF-8 support.

Additionally, new features are listed at
https://weechat.org/files/changelog/ChangeLog-1.4.html

OK sthen@
2016-01-11 15:11:31 +00:00
shadchin
a2684ab3e2 +py-ipython_genutils,python3
+py-simplegeneric,python3
+py-traitlets,python3
2016-01-11 14:30:23 +00:00
shadchin
9ee956bee9 Add python3 flavor and take maintainer.
ok ajacoutot@
2016-01-11 14:28:52 +00:00
shadchin
0dfaf1b10d Add python3 flavor and enable test.
ok ajacoutot@
2016-01-11 14:26:52 +00:00
dcoppa
3010708f94 Update to ccid-1.4.22 2016-01-11 14:24:03 +00:00
shadchin
a3a0466ac2 Add python3 flavor and enable doctest.
ok ajacoutot@
2016-01-11 14:22:59 +00:00
shadchin
79d9081335 +py-pickleshare,python3 2016-01-11 14:21:20 +00:00
shadchin
50a3a7698c Add python3 flavor and take maintainer.
ok ajacoutot@
2016-01-11 14:20:06 +00:00
ajacoutot
524291cfcd Consistency in email address.
ok maintainer
2016-01-11 14:11:08 +00:00
jasper
5f9c483063 move GH_* to the top of Makefile; ok maintainer 2016-01-11 13:56:28 +00:00
jasper
50346b8ade update to p5-Apache-Reload-0.13 2016-01-11 12:49:28 +00:00
jasper
5e479fe1fe unify maintainer address 2016-01-11 12:38:05 +00:00
jasper
20b3f2a0c2 - update to homebank-5.0.6
from Micah Muer, ok pea@

- regen WANTLIB while here
2016-01-11 12:22:14 +00:00
sthen
1df77c4ac7 security update to Prosody 0.9.9, from maintainer Henrik Friedrichsen
(plus, compared to Henrik's diff, reinstate some make/MAKE_PROGRAM patches)

- mod_http_files could serve requests outside of the configured public root
- server-to-server dialback authentication (mod_dialback) weak RNG
2016-01-11 12:11:36 +00:00
shadchin
faa9a2ac78 +py-simplejson,python3
+py-testpath,python3
2016-01-11 11:58:52 +00:00
shadchin
a3d1c1a099 Update to py-simplejson 3.8.1.
Add python3 flavor. Take maintainer.

ok and tweak sthen@
2016-01-11 11:54:28 +00:00
shadchin
6031d6ae43 Add python3 flavor and take maintainer.
ok sthen@
2016-01-11 11:50:58 +00:00
dcoppa
5f368c628b Update to hedis-0.6.10 2016-01-11 11:47:49 +00:00
sthen
f74997f3ce reorder Makefile a bit, and take MAINTAINER so that portroach reminds me
to update it.
2016-01-11 11:26:19 +00:00
czarkoff
b1777cceb2 change my email address 2016-01-11 11:04:21 +00:00
sthen
1ff49d2042 Add test dependency on p5-Clone, identified by bluhm@, thanks! 2016-01-11 10:34:21 +00:00
sthen
ddeca9b68c +devel/p5-Glib-Object-Introspection
+print/p5-Poppler
2016-01-11 10:27:54 +00:00
sthen
11929a1c83 @comment the wrong .typelib file that comes from the cpan distribution to
avoid confusion; I am already patching to use the right one from usr/local/lib.
Not linked yet -> no bump.
2016-01-11 10:27:30 +00:00
sthen
4ded9dc29a import print/p5-Poppler, tweaks/ok landry@
Perl bindings to the poppler-glib PDF rendering library.
2016-01-11 10:22:48 +00:00
sthen
7b1c7161a7 import devel/p5-Glib-Object-Introspection, ok landry@
Glib::Object::Introspection uses the gobject-introspection and libffi projects
to dynamically create Perl bindings for a wide variety of libraries.  Examples
include gtk+, webkit, libsoup and many more.
2016-01-11 10:22:39 +00:00
landry
c71a27a935 Update to siege 3.1.3.
Note that due to a mishap in Makefile/patches the config dif was
previously /etc/siege/siege/* - this has been fixed to be /etc/siege/*
as expected, so you might have to adapt your install.

ok sthen@
2016-01-11 10:22:05 +00:00
sthen
96c6097062 +p5-Geo-UK-Postcode-Regex 2016-01-11 10:19:36 +00:00
sthen
f31a891446 import geo/p5-Geo-UK-Postcode-Regex, ok landry@
Parse UK postcodes with regular expressions. Handles partial postcodes
(just the outcode or sector), and can test against valid characters and
currently valid outcodes, and determine posttown(s) from a postcode.
2016-01-11 10:14:43 +00:00
ajacoutot
f7097e5084 Make it support XML key file.
ok landry@
2016-01-11 10:04:51 +00:00
kirby
90ee4919e9 +ansilove 2016-01-11 09:37:08 +00:00
ajacoutot
05039e94de Use consistent email address for the MAINTAINER line.
ok bentley@ (maintainer)
2016-01-11 09:35:44 +00:00
kirby
bdb2d8f2b4 Import ansilove, an ANSI and ASCII art to PNG converter, allowing to convert
ANSI and artscene-related file formats into PNG images, supporting ANSI
(.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF),
Tundra (.TND) and XBin (.XB) formats.
from Frederic Cambus, thanks!
comments and ok from sthen@
2016-01-11 09:35:00 +00:00
dcoppa
71b4d62cea Update to impacket-0.9.14 2016-01-11 09:28:16 +00:00
bentley
5f66bc15d4 Update to nestopia-1.47.
from Ryan Freeman; thanks!
2016-01-11 09:19:39 +00:00
sthen
29acea459a Makefile.template tweaks, ok ajacoutot jasper espie:
- move GH_* up alongside DISTNAME and adjust text
- suggest use of portcheck
- add a 60-column ruler for COMMENT
- expand USE_LIBTOOL comment, "don't use if you just need the m4 files" etc
- some other small wording/whitespace tweaks
2016-01-11 09:17:22 +00:00
jasper
ea96e12349 remove unneeded DISTNAME 2016-01-11 08:36:26 +00:00
jasper
705c2fc4eb - update to logswan-1.04
from maintainer Frederic Cambus
2016-01-11 08:31:27 +00:00
jasper
7d99f46b6b update to rspec-mocks-3.4.1 2016-01-11 07:36:09 +00:00