Commit Graph

112258 Commits

Author SHA1 Message Date
dcoppa
ee1b77d2f7 Update to jsoncpp-1.7.3 2016-06-29 10:10:48 +00:00
sthen
03ba333556 update to FreeTDS 0.95.95, and switch back to using GnuTLS as the
SSL/TLS library (as we used to do by default) - fixes a segfault
that now occurs when making a TLS connection to a database from
a program that is also using poppler-glib. (specifically I see
an insane value for c->num in MD5_Final/HASH_FINAL resulting in
a write past the end of an array when doing "use DBI; use Poppler;
$dbh = DBI->connect('dbi:Sybase:server=server'" in perl).

We used to do this (with an optional openssl flavour) but switched
away previously because gnutls started needing pthread and we wanted
to avoid the need to preload libpthread.so for various programs
(especially DBD::Sybase), but that is no longer a problem.

ok ajacoutot@
2016-06-29 09:17:41 +00:00
landry
998c1c412e Complete test_serialization.cpp patch to hopefully fix i386 build
ok sthen@
2016-06-29 08:15:31 +00:00
ajacoutot
9234db5a9a Missing dependency on devel/py-stdnum.
reported by Anton Kasimov
2016-06-29 08:11:28 +00:00
ajacoutot
baf22dece4 +py-stdnum
+py-stdnum,python3
2016-06-29 08:10:49 +00:00
ajacoutot
b525c22be0 Import py-stdnum-1.3.
This library offers functions for parsing, validating and reformatting standard
numbers and codes in various formats.

ok robert@
2016-06-29 08:10:00 +00:00
ajacoutot
763eacf911 Update to gnucash-2.6.13. 2016-06-29 08:08:35 +00:00
ajacoutot
42eb4e0b6c Update to awscli-1.10.43. 2016-06-29 07:18:51 +00:00
ajacoutot
fbb9c3b18d Update to py-botocore-1.4.33. 2016-06-29 07:18:35 +00:00
sthen
b9a0d068ee move mailcap(4) to mailcap(5), prompted by a partially-related
mail from Edgar Pettijohn
2016-06-28 23:05:39 +00:00
bluhm
26cfd20163 update p5-IO-Socket-SSL to 2.029 2016-06-28 22:46:01 +00:00
sthen
4d33eee970 s/CS_TDS_80/CS_TDS_71/. Currently a noop, but newer freetds removes the
#define CS_TDS_80 CS_TDS_71.
2016-06-28 21:11:10 +00:00
kettenis
b8cf07e4c0 Drop -Z for hppa to fix the build for real. Also drop -Z for sparc, which
will need it as well.
2016-06-28 21:00:25 +00:00
awolk
bb5b6ae012 Update games/yquake2 5.32 => 5.34
OK abieber@

Changes in the port:
 - taking MAINTAINER, agreed with bmercer@ who provided the initial port
 - added a q2ded rc script in a similar fashion as the games/ioquake3
   port does
 - the existing /usr/local/share/yquake2/q2ded binary from previous
   port did not work as it was searching for games.so from a relative
   path. I found a way to make both quake2 and q2ded work with an
   upstream supported MAKE variable to provide the system wide quake
   data directory. Thanks to this change we can drop the wrapper script
   and use the binaries directly.
 - adding a new _yquake2 user/group plus /var/yquake2 for the dedicated server
   binary
 - updated the port to version 5.34

Additional notes:
 - make port-lib-depends-check complains on:
   Extra:  openal.2 pthread.22

   ktrace tells me that the check is wrong. Openal and pthreads are both
   used.
 - upstream said in their changelog that they are changing their
   platform policy 'Switch from an arch whitelist to an "all archs are
   supported" approach.'. I saw in our tree a change by landry@
   specifically limiting the supported platform to the upstream
   supported versions
   (http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games/yquake2/Makefile?rev=1.2&content-type=text/x-cvsweb-markup).
   I am not removing this restriction until I get some feedback from
   people able to test other platforms than currently
   listed in ONLY_FOR_ARCHS.

Upstream changelog:

Quake II 5.33 to 5.34:
- Add support for stereo 3D (by Valery Guskov)
- Make gibt solid so they move with conveyor belts.
- Disable gl_ext_multitexturing by default.
- Switch from an arch whitelist to an "all archs are supported"
  approach.
- Add a new README.

Quake II 5.32 to 5.33:
- Add OGG volume slider in settings menu
- Fixed some bugs in volume settings
- Replaced HUD scale option in video menu with generic UI scale
- General UI upscaling improvements
- Better support for keyboards with AZERTY layout
2016-06-28 20:50:22 +00:00
awolk
89fa4c4716 Reserve 779 _yquake2 for games/yquake2
OK abieber@
2016-06-28 20:32:14 +00:00
sthen
19f3ce5dca add dhcpcd patch from upstream: Check we have an assigned address
when an ARP conflict occurs to avoid a NULL pointer deference.
2016-06-28 20:09:28 +00:00
sthen
3e9b4665e2 add a pseudo flavour to allow building subversion without gnome-keyring, ok stsp 2016-06-28 19:46:02 +00:00
shadchin
04cb024b8a Bugfix update to py-jellyfish 0.5.6 2016-06-28 17:07:35 +00:00
ajacoutot
cef41bd272 rc_ overrides are put after sourcing /etc/rc.d/rc.subr.
ok sthen@ (maintainer)
2016-06-28 17:03:27 +00:00
shadchin
3decd5fa22 Update to py-parsing 2.1.5 2016-06-28 17:03:09 +00:00
shadchin
b383b0ca74 Update to py-mock 2.0.0.
ok danj@
2016-06-28 16:34:10 +00:00
danj
b0d91e4054 update to libetpan-1.7.2
ok jca@
2016-06-28 16:28:13 +00:00
sthen
0b79d923fb process titles now have an extra "." at the end; fix lldpd.rc 2016-06-28 15:50:27 +00:00
espie
1e2d2100ea reuse base window detection code and signal handler (requires fairly recent
base code)
2016-06-28 15:28:20 +00:00
sthen
944ddd86cc update to p5-DateTime-Format-Mail-0.403
"Use DateTime->set_locale instead of ->set to set the locale. Using ->set may
actually change the local time unintentionally."
2016-06-28 14:34:17 +00:00
abieber
5744231c25 Update ioquake3 to latest
- Set default map for proper startup (users can't connect without one
specified).
- Use libogg from ports (fixes bulk).
- Update readme to give more info on pk3 locations.

OK awolk@, ajacoutot@ and a "look good" from espie@
2016-06-28 14:22:51 +00:00
kettenis
782bb99e83 Make this build (and work) again on hppa and powerpc.
ok jca@
2016-06-28 14:06:59 +00:00
landry
ab72ea3c58 Update patches 2016-06-28 13:56:58 +00:00
dcoppa
9afdc271a0 Fix version string 2016-06-28 12:56:34 +00:00
jasper
b019f4ceb7 missed bump in previous 2016-06-28 12:50:36 +00:00
jasper
ad16d7f305 Security fix for CVE-2016-4425 2016-06-28 12:48:30 +00:00
jasper
b5a9921d52 security update to 2.10 which also includes various other bugfixes:
http://msweet.org/projects.php?Z3
2016-06-28 12:26:38 +00:00
sthen
1640f5d491 needs libtool m4 files as well 2016-06-28 12:24:38 +00:00
dcoppa
a70a92355f Merge fixes from upstream's GH repo:
fix possible loss of data
(git commit 72dda66be8c3261aae5af54807afdedfa94f4c67)

add parameter checking to `sc_right_trim`
fix conversion from 'size_t' to 'long', possible loss of data
(git commit 050c62f7dfa0b6d76c0c57fbc0e41efba5864079)

gids bux fixing
fix the problem if the serial number is entered in the command line
(git commit 0ae4b4ac0d13e596dd4fbf1a9f35c6a5f3a45726)
2016-06-28 11:39:13 +00:00
ajacoutot
19a7d5f420 Update to libwnck3-3.20.1. 2016-06-28 11:33:28 +00:00
nigel
bb7f3b1bbb Two BUILD_DEPENDS= change 2nd to +=
Ok shen@
2016-06-28 10:39:36 +00:00
jasper
c119dbd446 Fix for CVE-2016-3189; proposed patch from RH 2016-06-28 09:56:23 +00:00
jasper
edf995e3ee security fix for CVE-2016-2099 2016-06-28 09:34:08 +00:00
dcoppa
8f2d955bf9 Merge a fix from the '0.7.x' stable branch:
actions: allow action chains to be used for seeking
(upstream git commit a0b662886555be36037222e541e84c2dc5787658)
2016-06-28 09:17:05 +00:00
ajacoutot
bd8b809162 Update to pulseaudio-9.0.
ok robert@ (maintainer)
2016-06-28 08:47:18 +00:00
ajacoutot
ea7937dd95 Update to appstream-glib-0.5.16. 2016-06-28 08:46:58 +00:00
benoit
305f769c88 Update to git-2.9.0. 2016-06-28 07:27:14 +00:00
ajacoutot
66cc8c9fa0 Update to salt-testing-2016.6.27. 2016-06-28 07:14:10 +00:00
ajacoutot
aff1ad12c2 Update to awscli-1.10.42. 2016-06-28 07:11:12 +00:00
ajacoutot
3e18f40a70 Update to py-botocore-1.4.32. 2016-06-28 07:10:07 +00:00
benoit
4714ec514c Update to arping-2.17. 2016-06-28 06:44:59 +00:00
sthen
4cf3c30061 update to ImageMagick-6.9.4.10 2016-06-27 23:10:47 +00:00
sthen
3b6509e1e0 update to calibre-2.60.0 2016-06-27 23:05:11 +00:00
sthen
b38dcc320b switch to a 3.0.x snapshot of freeradius, it's fairly low risk and fixes
a few problems with 3.0.11 that are worth getting in before 6.0.
2016-06-27 20:35:31 +00:00
landry
61d4f60bd5 Update to geary 0.11.1, reminded by ajacoutot@ 2016-06-27 19:56:15 +00:00