Commit Graph

9969 Commits

Author SHA1 Message Date
mmcc
3789d6ebe3 remove www/weblint, which has been replaced with www/p5-HTML-Lint
ok sthen@
2016-01-19 23:31:51 +00:00
mmcc
167d6717b3 replace the dead www/weblint with www/p5-HTML-Lint
ok sthen@
2016-01-19 23:19:12 +00:00
sthen
71764ad3d2 WANTLIB+=pthread 2016-01-19 15:17:15 +00:00
naddy
face9a9b77 fix intermittent mp4h segfault: use libc realloc() instead of a broken
replacement function
ok sthen@
2016-01-19 11:58:19 +00:00
nigel
df10331718 Maintainer update p5-Plack to 1.0039
Ok sthen@
2016-01-18 22:48:06 +00:00
nigel
e6f97608fc link in p5-Cookie-Baker 2016-01-18 22:42:12 +00:00
nigel
08ab582dbc New port required by p5-Plack update.
ok sthen@
2016-01-18 22:37:16 +00:00
czarkoff
f6315ca216 update to surf2 as of 2015-12-01
* use my own github mirror instead of spacehopper.org
* download to ${XDG_DOWNLOAD_DIR} instead of current directory
* some minor fixes

OK sthen@
2016-01-18 22:32:12 +00:00
mmcc
b8af833f1b add myself as maintainer
ok sthen@
2016-01-18 17:03:39 +00:00
sthen
d8cd4ca56d properly bump 2016-01-18 11:41:50 +00:00
sthen
2db6ae1aa6 update to squidclamav-6.15 2016-01-18 10:47:52 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
sthen
4eabcc3d3d update to libwebsockets-1.6, from maintainer Adam Wolk 2016-01-17 11:31:55 +00:00
shadchin
2d1a3716c6 +py-tornado,python3x 2016-01-17 06:39:55 +00:00
shadchin
ac74c679ec Add python3 flavor. 2016-01-17 06:38:33 +00:00
mmcc
a64403015b add an rc.d script
with help from and ok sthen@, ajacoutot@
2016-01-16 20:05:35 +00:00
bentley
5837865d94 Update to netsurf-buildsystem-1.4. 2016-01-16 09:04:13 +00:00
sthen
3e6f016f25 Disable Apache httpd's mod_http2.so for now, as reported by
Pedro de Oliveira it isn't working on OpenBSD yet.
2016-01-15 23:40:02 +00:00
naddy
07fefc84da Fix build of updated libnsgif/libnsbmp: forgotten bump.
ok bentley@
2016-01-15 20:09:12 +00:00
sthen
c3bd7f9864 add an easily-greppable marker for ports known to use pledge().
it's not so important while they're only in patches in the ports tree,
but for any which get upstreamed it saves a ~100GB grep to find them.
2016-01-15 19:57:23 +00:00
bentley
da6d24ef6d Fix build of updated libnsgif/libnsbmp.
Failing build pointed out by nigel@.
2016-01-15 08:56:26 +00:00
sthen
dddbc050a2 update to cgit-0.12, ok landry
Fixes some XSS and header injection problems and an int overflow in
CONTENT_LENGTH resulting in buffer overflow
2016-01-14 22:09:15 +00:00
bentley
a418863d13 Security update to libnsbmp-0.1.3 and libnsgif-0.1.3.
No changes since the last release, except the following CVE fixes:
CVE-2015-7505 (stack overflow)
CVE-2015-7506 (out-of-bounds read)
CVE-2015-7507 (out-of-bounds read)
CVE-2015-7508 (heap overflow)
2016-01-14 20:00:15 +00:00
robert
5f39e677ec update to 47.0.2526.111 2016-01-14 13:21:06 +00:00
dcoppa
1ce1462ced Tweak COMMENT
Suggested by naddy@
From maintainer Frederic Cambus
2016-01-14 10:45:07 +00:00
sthen
dd94ef5c11 bump 2016-01-12 22:19:57 +00:00
sebastia
2dcb5219df Update to 2.3.5 2016-01-12 17:29:58 +00:00
sebastia
e48be17969 Update to 2.3.5 2016-01-12 17:29:34 +00:00
dcoppa
05af2ab2d5 Add trailing slash to ${HOMEPAGE}
pointed out by sthen@
2016-01-12 16:46:29 +00:00
dcoppa
4b4b44dc90 Update to lynx-2.8.9pl8
From new maintainer Frederic Cambus
2016-01-12 16:05:54 +00:00
ajacoutot
1ef81463b6 Consistent email address. 2016-01-12 13:19:37 +00:00
sthen
ecc8b871f8 committed upstream 2016-01-12 13:13:43 +00:00
ajacoutot
bd5dcf8602 Bump.
I really fucked this up... sorry about that, I will triple check
portbump bext time.
2016-01-12 12:55:51 +00:00
espie
c6051a4486 more missed bumps, committing them as I run into them 2016-01-11 23:41:34 +00:00
espie
9c02c5b064 yet another maintainer bump, sloppy antoine week 2016-01-11 21:32:37 +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
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
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
ajacoutot
05039e94de Use consistent email address for the MAINTAINER line.
ok bentley@ (maintainer)
2016-01-11 09:35:44 +00:00
jasper
705c2fc4eb - update to logswan-1.04
from maintainer Frederic Cambus
2016-01-11 08:31:27 +00:00
bluhm
ad18febdff update p5-Starman to 0.4014
from Abel Abraham Camarillo Ojeda (maintainer)
2016-01-10 22:49:37 +00:00
jasper
3e4e60a0d1 update to wasabi-3.5.0 2016-01-10 20:40:09 +00:00
jasper
ba8a5cf7a1 update to savon-2.11.1 2016-01-10 20:39:37 +00:00
jasper
8fb1d42b81 update to httpi-2.4.1 2016-01-10 20:39:03 +00:00
sthen
eeede057c8 update to squid-3.5.13, a couple of fixes, mostly TLS-intercept-related 2016-01-10 20:09:58 +00:00
jasper
9e1f4ae5b7 update to httpclient-2.7.1 2016-01-10 19:41:38 +00:00
sebastia
4dac336f43 Update to 2.3.4 2016-01-10 18:45:10 +00:00
sebastia
053b44ad5d Update to 2.3.4
getting rid of lots of patches
2016-01-10 18:44:29 +00:00