Commit Graph

99015 Commits

Author SHA1 Message Date
jca
39b50d922e Fix hba "samehost"/"samenet" support.
On OpenBSD, the sa_family field in netmask sockaddrs can be zero and
thus different from the sa_family of the address sockaddr.
Until this glitch gets corrected, fix postgresql.

ok sthen@ pea@ (MAINTAINER)
2015-02-18 17:49:56 +00:00
naddy
dd9aa3bac5 escape backslashes for roff 2015-02-18 16:15:37 +00:00
sthen
864bbedd53 Fix directory-traversal vulnerability involving long UTF-8 encodings.
Nice write-up at http://www.openwall.com/lists/oss-security/2015/02/18/3
2015-02-18 13:04:09 +00:00
sthen
7d91c091ac drop Roman Kravchuk as maintainer per his request. 2015-02-18 12:51:31 +00:00
espie
700c0e0171 drupal views CVE 2015-02-18 12:21:37 +00:00
dcoppa
4682a5d4cd zap useless lines 2015-02-18 11:08:35 +00:00
jasper
c5d00036a8 update to gnome-font-viewer-3.14.1 2015-02-18 11:04:58 +00:00
espie
66e1bde3c0 security update to 6.2.18
SA-CONTRIB-2015-039 - Views - Multiple vulnerabilities

okay aja, jasper.
2015-02-18 10:09:02 +00:00
rpe
5d58d381c0 Update www/sarg to 2.3.10
OK sthen@ aja@
2015-02-18 08:41:27 +00:00
ajacoutot
2fa2050883 Update to trytond-module-stock_split-3.2.2. 2015-02-18 08:29:33 +00:00
ajacoutot
195d1e54f5 Update to trytond-module-stock_supply-3.2.3. 2015-02-18 08:29:08 +00:00
ajacoutot
1ff1756db5 Update to trytond-module-stock_supply_production-3.2.2. 2015-02-18 08:28:51 +00:00
ajacoutot
6e7135574d Update to trytond-module-timesheet_cost-3.2.1. 2015-02-18 08:05:34 +00:00
ajacoutot
15076ace85 Update to trytond-module-timesheet-3.2.1. 2015-02-18 08:05:19 +00:00
ajacoutot
964b33984b Update to trytond-module-stock_supply_day-3.2.1. 2015-02-18 08:05:05 +00:00
brad
4bd57bada4 Hook up the tests.
ok sthen@
2015-02-18 03:59:26 +00:00
naddy
931eabb4bc properly escape backslash in csh alias definition and drop USE_GROFF 2015-02-17 22:56:48 +00:00
naddy
c0e30f6638 regen patches 2015-02-17 22:52:51 +00:00
naddy
5ea7187659 properly escape Perl-compatible regex for roff and drop USE_GROFF 2015-02-17 22:39:31 +00:00
naddy
31a372e74b properly escape backslash and drop USE_GROFF 2015-02-17 22:11:41 +00:00
sthen
e56d2db445 Adjust the "meta" rc-scripts (these are used in ports with multiple daemons
which should all be started/stopped together), previously "restart" would
restart each sub-daemon in turn, but actually it should stop all daemons
and only then start them again. Additionally, as suggested by ajacoutot,
stop the procedure and return an error if stopping one of the rc scripts
failed.  ok ajacoutot@ rpe@
2015-02-17 22:08:36 +00:00
naddy
a1abf31a65 regen patches 2015-02-17 22:03:25 +00:00
landry
8d374a70f0 Bugfix update to gdal 1.11.2.
See http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
Do a better job at detecting the correct version of openjpeg 2..
2015-02-17 21:47:43 +00:00
naddy
a40246921f Use arc4random() instead of something weirdly biased that is cobbled
together from two rand() calls.  From Jan Stary.
2015-02-17 21:40:43 +00:00
naddy
b8fc669809 fix roff syntax and drop USE_GROFF 2015-02-17 21:19:34 +00:00
naddy
86d47396a2 Fix the contributors section in the man page; from Debian.
Drop USE_GROFF.
2015-02-17 20:56:34 +00:00
naddy
3e4099f64f Drop USE_GROFF: mandoc produces the intended output. 2015-02-17 20:41:08 +00:00
naddy
d71221286a don't preformat man pages and drop USE_GROFF 2015-02-17 20:19:05 +00:00
naddy
15f8863012 A dot or a single quote introduces a roff(7) macro; fix text lines
beginning with such a character.  Drop USE_GROFF.
ok and delousing schwarze@
2015-02-17 19:47:01 +00:00
zhuk
a04fecb631 Otter Browser has changed GitHub repo. This made the root source directory
name change, which in turn resulted in distfile change. No actual changes
in package, therefore, no bump - just unbreaking the build.

Noticed/prodded by espie@ and jasper@.

GH_ACCOUNT tweak suggested by Adam Wolk (MAINTAINER).
2015-02-17 18:02:42 +00:00
jeremy
a76531637c Add --with-mantype=doc to CONFIGURE_ARGS, to install mdoc manuals
instead of man manuals.  Fixes man rake22, which was broken before.
Remove USE_GROFF as mandoc formats the manuals properly.

While here, fix the xargs usage in pre-install to handle cases
where fake is run after being cleaned.

Issue with rake22 man page reported by naddy@
Detailed analysis and --with-mantype=doc change from schwarze@
xargs fix from me
2015-02-17 17:18:21 +00:00
ajacoutot
a817a53a92 Update to totem-pl-parser-3.10.4. 2015-02-17 14:54:24 +00:00
jca
eacaf6c8d1 Fix hba with IPv6 connections.
The incorrect code was generating memcpy calls with src and dest
overlapping, which raises SIGABRT, making the server unreachable
using IPv6.  The fix consists in passing the right parameters to
memcpy, including sizeof(struct sockaddr_in) as len, since
sizeof(struct sockaddr_storage) would be too much, and sa_len
is unusable in netmask sockaddrs.  Debugged with sthen@ and lteo@

Problem reported by Hugo Osvaldo Barrera.

ok sthen@
2015-02-17 12:43:08 +00:00
sthen
5d96081a97 Add a patch from OpenConnect upstream; "If we get an AC_PKT_DISCONN
message with no payload, just skip printing the disconnect reason."
Fixes printing junk and possibly crashing if the server goes away.

Tweak DESCR, mention the open-source server ocserv (port for this is
ready but holding in openbsd-wip until we're done with 5.7).

(Readers might be interested to note that 7.04 is probably the last
version of OpenConnect to only support Cisco's SSL-VPN protocol; the
next version will almost certainly add client support for Juniper's
protocol).
2015-02-17 12:13:57 +00:00
tobiasu
834e10de3f Add memcpy() workaround and reenable Ada support
Rename all egnat* binaries back to gnat*, sync with 4.8
Add hppa Ada support
Delete debug patch for a linker issue solved some time ago

funktioniert pascal@
2015-02-17 12:04:44 +00:00
jasper
90bf827441 regen distinfo for upstream re-rolled distfile (only change is in .hg_archival.txt) 2015-02-17 09:54:51 +00:00
ajacoutot
fec6ea8813 Update to proteus-3.2.3. 2015-02-17 07:33:09 +00:00
ajacoutot
38d211b6c6 Update to tryton-3.2.7. 2015-02-17 07:32:55 +00:00
ajacoutot
19d8411295 Update to trytond-3.2.5. 2015-02-17 07:32:39 +00:00
bcallah
b1a0fe2747 Update to 20150216. 2015-02-17 07:09:47 +00:00
brad
ae778acd10 Enable x265 on PowerPC since as of 1.5 it now works.
ok sthen@
2015-02-17 01:28:52 +00:00
brad
4a898cb399 Update to x265 1.5.
ok sthen@
2015-02-17 01:28:01 +00:00
brad
c1cd550c43 Use the correct default devices for CDROM / DVD playback on OpenBSD; copied
over from MPlayer.

ok sthen@
2015-02-17 01:27:11 +00:00
brad
b53d2bea6e Fix the example of using a different DVD drive other than the
default for OpenBSD.
2015-02-17 01:23:11 +00:00
naddy
6bb8d0674b Drop USE_GROFF from ports where the formatting differences are acceptable
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
sthen
be1a24796d igmpproxy has an rc script; change the "add to rc.local" doco, spotted by weerd@ 2015-02-16 22:53:55 +00:00
sthen
ad43ce3371 regen 2015-02-16 21:40:38 +00:00
landry
6c5e39ccb2 bugfix update to xfce4-whiskermenu 1.4.3 2015-02-16 20:43:47 +00:00
ajacoutot
368f706629 Update to gtk+2-2.24.26. 2015-02-16 20:27:55 +00:00
jasper
4aee9cac9f hookup dkimproxy which seems to have been forgotten when originally imported
ok sthen@
2015-02-16 18:10:21 +00:00