Commit graph

266257 commits

Author SHA1 Message Date
wiz
a97e8a60ca Updated security/gnutls to 3.5.13 2017-06-30 06:15:55 +00:00
wiz
e41d4ca947 Updated gnutls to 3.5.13.
While here, remove empty line from PLIST.

* Version 3.5.13 (released 2017-06-07)

** libgnutls: fixed issue with AES-GCM in-place encryption and decryption in
   aarch64. Resolves gitlab issue #204.

** libgnutls: no longer parse the ResponseID field of the status response
   TLS extension. The field is not used by GnuTLS nor is made available to
   calling applications. That addresses a null pointer dereference on server
   side caused by packets containing the ResponseID field. Reported
   by Hubert Kario. [GNUTLS-SA-2017-4]

** libgnutls: tolerate certificates which do not have strict DER time encoding.
   It is possible using 3rd party tools to generate certificates with time fields
   that do not conform to DER requirements. Since 3.4.x these certificates were rejected
   and cannot be used with GnuTLS, however that caused problems with existing private
   certificate infrastructures, which were relying on such certificates (see gitlab
   issue #196). Tolerate reading and using these certificates.

** minitasn1: updated to libtasn1 4.11.

** certtool: allow multiple certificates to be used in --p7-sign with
   the --load-certificate option. Patch by Karl Tarbe.
2017-06-30 06:15:44 +00:00
kamil
44f2db758e Correct ganglia-monitor-core build failure on NetBSD 8.99.1
Address <sys/user.h> removal fallout
2017-06-30 00:52:44 +00:00
kamil
d95c27ad81 Correct LLDB build on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-30 00:38:11 +00:00
kamil
89b210101e Correct build of pscpug on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-30 00:31:45 +00:00
kamil
89c629cc4f Adapt fscd for <sys/user.h> removal from NetBSD 8.99.1 2017-06-30 00:25:34 +00:00
kamil
ddd12b55f7 Fix build of conky on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-30 00:23:03 +00:00
jperkin
2fd5f069fd Explicitly disable ldap programs to avoid failures if ldap headers are
found on the build host.
2017-06-29 20:28:55 +00:00
jperkin
9b13def986 Override INSTALL_UNSTRIPPED after including bsd.prefs.mk. 2017-06-29 20:11:17 +00:00
joerg
ea405c704e Deal with API breakage in py-Pillow. Bump revision. 2017-06-29 20:02:02 +00:00
jperkin
ce7001696a Use REPLACE_PYTHON for an installed script. 2017-06-29 19:54:40 +00:00
jperkin
409fea8f0d More python fallout, we need to specifically override PYTHONBIN and
ensure python2.7 is used during the build process, even though it is
incompatible, because the scripts are not python3 compatible.
2017-06-29 19:37:26 +00:00
christos
43456d0b56 fix root device for pmax. 2017-06-29 17:51:46 +00:00
schmonz
1f3b2bc4d4 Updated sysutils/etckeeper to 1.18.5.1nb2 2017-06-29 17:19:20 +00:00
schmonz
7c3ecff865 Revert patch to "be silent if there's nothing to commit." Upstream
recommends using `etckeeper unclean` to determine if there are any
changes in need of committing, which works with every VCS that
etckeeper supports. Bump PKGREVISION.
2017-06-29 17:19:13 +00:00
jperkin
ca65a641f6 Remove merged and obsolete patch. 2017-06-29 16:23:27 +00:00
leot
89d0b0b055 regen 2017-06-29 14:23:43 +00:00
leot
f4cf116559 Delete reference to x11/openmotif, it was retired in 2015, superseded by
x11/motif.
2017-06-29 14:22:49 +00:00
fhajny
c601565228 Install processed rather than template nginx man page. PKGREVISION++
Fixes joyent/pkgsrc/issues/515
2017-06-29 12:20:05 +00:00
jperkin
0aabc27fb1 Work around include ordering issues with meta-pkgs/mate/Makefile.common
to ensure a valid python is chosen.  This should be fixed properly after
the branch.
2017-06-29 11:10:18 +00:00
jperkin
77eb964fb1 Requires PERL_USE_UNSAFE_INC hack. 2017-06-29 09:01:10 +00:00
leot
0add944150 devel/zlib is also needed.
Pointed out by Joyent's SmartOS bulk builds.

Thanks to and ok by <jperkin> during freeze.
2017-06-29 08:58:53 +00:00
jperkin
cc6c41e1b1 Requires PERL_USE_UNSAFE_INC hack. 2017-06-29 08:39:13 +00:00
martin
cfc02050a2 Updated www/firefox to 54.0nb1 2017-06-29 08:08:20 +00:00
martin
773202caa4 Add patch from PR 51966. 2017-06-29 08:07:59 +00:00
wiz
eed12a7f43 Remove another RCS Id from patch. 2017-06-29 06:33:29 +00:00
wiz
f0365f9261 Remove RCS Id from patch context. 2017-06-29 06:32:41 +00:00
adam
524dca33f6 Updated games/openttd to 1.7.1 2017-06-28 18:19:35 +00:00
adam
ca9caff220 1.7.1:
- Fix: Add missing game script event for ships arriving at a station [FS-6560] (r27859, r27858)
- Fix: StringID truncation to 16 bits broke string remapping test [FS-6555] (r27851)
- Fix: Infinite loop in pathfinder when checking safe waiting position from a waypoint [FS-5926] (r27846)
- Fix: [YAPF] Consider depot as destination before reversing path and applying penalty (r27843)
- Fix: Don't consider locks or ship depots as clear water when placing industries (r27841)
- Fix: Small news window's fake caption was not sized to fit its text (r27838)
- Fix: Black remap did nothing in 8bpp-simple blitter (r27837)
- Fix: Misaligned resize icon due to widget bounds being inclusive (r27831)
- Fix: Update viewport sign dimensions when changing GUI zoom level (r27827, r27819)
- Fix: Vehicle viewport is not user scrollable so flag window as such (r27823)
- Fix: Allow dropdown to be drawn above origin widget even with scrollbar (r27820)
- Fix: 32bpp-anim blitters assumed that pitch and width of the screen were equal [FS-6545] (r27796)
- Fix: Chat text background overflowed due to missing padding [FS-6526] (r27794)
- Fix: Failed to load lzo compressed savegames sometimes [FS-6450] (r27793)
- Fix: [Win32] Mark OpenTTD as DPI-aware to avoid OS window scaling that breaks mouse input [FS-6366] (r27791, r27790)
- Fix: [NewGRF] Get vehicle load amount after executing new cargo trigger [FS-6536] (r27788)
- Fix: AI configuration changed incorrect parameter when some parameters are hidden [FS-6479] (r27787, r27786)
- Fix: Buoys not always drawn after being placed depending on zoom level [FS-6508] (r27785)
- Fix: Allow rail conversion even if ship is on tile [FS-6505] (r27784)
2017-06-28 18:18:36 +00:00
jperkin
eff649f26c Restore PLIST.batt support. 2017-06-28 16:17:17 +00:00
jperkin
dab6d07309 Restore PLIST.pam support. 2017-06-28 16:12:53 +00:00
jperkin
d506b8ae35 Requires libXScrnSaver. 2017-06-28 16:12:09 +00:00
jperkin
d357018dbf Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.
2017-06-28 16:06:30 +00:00
jperkin
cddb4e9093 Requires libSM and xtrans. 2017-06-28 16:05:43 +00:00
jperkin
aea02e4681 Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.
2017-06-28 15:56:22 +00:00
jperkin
1bcdbfa068 Remove obsolete patch (already removed from distinfo). 2017-06-28 15:44:53 +00:00
jperkin
0ec992e069 Requires gtk2. 2017-06-28 15:41:48 +00:00
he
db2fdb0523 Note update of multimedia/libvpx to 1.6.1nb1. 2017-06-28 15:36:26 +00:00
he
5d747473b5 Recognize powerpc as an ISA, and add powerpc-linux-gnu, so that ...
NetBSD/macppc can build this, and get a proper dependence on -lm,
contrary to when configured as generic--gnu.
Bump PKGREVISION, OK from jperkin@
2017-06-28 15:35:48 +00:00
jperkin
46887bed28 Set _XOPEN_SOURCE to 600 to avoid conflict with C99. 2017-06-28 15:35:11 +00:00
jperkin
e0d56ed6ff Requires msgfmt. 2017-06-28 15:22:59 +00:00
jperkin
d7f784c470 Match vte version upper limit. 2017-06-28 15:19:29 +00:00
wiedi
512d6c9445 everybody wants string.h 2017-06-28 13:47:42 +00:00
jperkin
2b48a20358 These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 13:24:28 +00:00
wiedi
17697dade5 add include on SunOS for memset 2017-06-28 11:07:20 +00:00
wiedi
e970bfe12d add support for PKGMANDIR 2017-06-28 09:44:43 +00:00
wiedi
9486b85e0c fix build on SunOS 2017-06-28 09:36:20 +00:00
jperkin
cacdbd1f11 SunOS requires -D_POSIX_PTHREAD_SEMANTICS for sigwait() 2017-06-28 09:11:39 +00:00
jperkin
501ca1937d These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
joerg
3b823a66bb Fix patch. 2017-06-28 08:27:00 +00:00