OpenBSD ports changes summary for 2016-06-28 ============================================
archivers/bzip2 audio/ncmpcpp audio/pulseaudio databases/sqsh devel/appstream-glib devel/git devel/jansson devel/libwnck3 devel/p5-DateTime-Format-Mail devel/py-mock devel/py-parsing devel/subversion editors/emacs21 games/ioquake3 games/minetest games/yquake2 graphics/ImageMagick infrastructure/db infrastructure/lib lang/node mail/libetpan mail/metamail net/arping net/dhcpcd net/dnsmasq net/freeradius3 net/lldpd net/py-botocore security/opensc security/p5-IO-Socket-SSL sysutils/awscli sysutils/salt-testing textproc/mxml textproc/py-jellyfish textproc/xerces-c == archivers ========================================================= 01/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/archivers bzip2 ~ Makefile + patches/patch-bzip2recover_c > Fix for CVE-2016-3189; proposed patch from RH (jasper@) ~ Makefile TAGGED OPENBSD_5_9 > Fix for CVE-2016-3189; proposed patch from RH (jasper@) + patches/patch-bzip2recover_c TAGGED OPENBSD_5_9 > missed in previous (jasper@) == audio ============================================================= 02/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio ncmpcpp ~ Makefile + patches/patch-src_actions_cpp > Merge a fix from the '0.7.x' stable branch: > actions: allow action chains to be used for seeking > (upstream git commit a0b662886555be36037222e541e84c2dc5787658) (dcoppa@) pulseaudio ~ Makefile ~ distinfo ~ patches/patch-configure_ac ~ patches/patch-src_Makefile_am ~ patches/patch-src_modules_module-detect_c > Update to pulseaudio-9.0. > ok robert@ (maintainer) (ajacoutot@) == databases ========================================================= 03/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases sqsh + patches/patch-src_cmd_connect_c > s/CS_TDS_80/CS_TDS_71/. Currently a noop, but newer freetds removes the > #define CS_TDS_80 CS_TDS_71. (sthen@) == devel ============================================================= 04/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel appstream-glib ~ Makefile ~ distinfo ~ pkg/PLIST > Update to appstream-glib-0.5.16. (ajacoutot@) git ~ Makefile ~ distinfo ~ pkg/PLIST-main > Update to git-2.9.0. (benoit@) jansson + patches/patch-cmake_jansson_config_h_cmake + patches/patch-src_jansson_config_h_in + patches/patch-src_load_c > Security fix for CVE-2016-4425 (jasper@) ~ Makefile > missed bump in previous (jasper@) ~ Makefile + patches/patch-cmake_jansson_config_h_cmake + patches/patch-src_jansson_config_h_in + patches/patch-src_load_c TAGGED OPENBSD_5_9 > Security fix for CVE-2016-4425 (jasper@) libwnck3 ~ Makefile ~ distinfo ~ patches/patch-libwnck_tasklist_c > Update to libwnck3-3.20.1. (ajacoutot@) p5-DateTime-Format-Mail ~ Makefile ~ distinfo > 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." (sthen@) py-mock ~ Makefile ~ distinfo > Update to py-mock 2.0.0. > ok danj@ (shadchin@) py-parsing ~ Makefile ~ distinfo ~ pkg/PLIST > Update to py-parsing 2.1.5 (shadchin@) subversion ~ Makefile > add a pseudo flavour to allow building subversion without gnome-keyring, ok > stsp (sthen@) == editors =========================================================== 05/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors emacs21 ~ Makefile ~ patches/patch-src_unexelf_c > Make this build (and work) again on hppa and powerpc. > ok jca@ (kettenis@) ~ Makefile > Drop -Z for hppa to fix the build for real. Also drop -Z for sparc, which > will need it as well. (kettenis@) == games ============================================================= 06/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games ioquake3 ~ Makefile ~ distinfo ~ pkg/PLIST ~ pkg/README ~ pkg/ioq3ded.rc > 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@ (abieber@) minetest ~ patches/patch-src_CMakeLists_txt ~ patches/patch-src_unittest_test_serialization_cpp > Update patches (landry@) yquake2 - files/yquake2 ~ Makefile ~ distinfo ~ pkg/PLIST + pkg/q2ded.rc > 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 (awolk@) == graphics ========================================================== 07/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics ImageMagick ~ Makefile ~ distinfo ~ patches/patch-configure_ac ~ pkg/PLIST TAGGED OPENBSD_5_9 > update to ImageMagick-6.9.4.10 which includes fixes for CVE-2016-584{1,2} > ok sthen@ (jasper@) == infrastructure ==================================================== 08/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure db ~ user.list > Reserve 779 _yquake2 for games/yquake2 > OK abieber@ (awolk@) lib ~ DPB/MiniCurses.pm ~ DPB/Reporter.pm ~ DPB/State.pm ~ DPB/Reporter/Tty.pm > reuse base window detection code and signal handler (requires fairly recent > base code) (espie@) == lang ============================================================== 09/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang node ~ Makefile + patches/patch-deps_v8_include_v8-version_h + patches/patch-deps_v8_src_zone_cc TAGGED OPENBSD_5_9 > Backport fix for CVE-2016-1669: > https://github.com/nodejs/node/commit/134c3b3977 > Fix overflow issue in Zone::New > When requesting a large allocation near the end of the address space, > the computation could overflow and erroneously *not* grow the Zone > as required. > BUG=chromium:606115 > LOG=y > OK awolk@ (abieber@) == mail ============================================================== 10/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail libetpan - patch-src_driver_implementation_mh_mhdriver_cached_message_c - patch-src_low-level_feed_parser_c - patch-src_low-level_mime_mailmime_types_helper_c - patch-tests_mime-create_c ~ Makefile ~ distinfo > update to libetpan-1.7.2 > ok jca@ (danj@) metamail ~ Makefile ~ pkg/PLIST > move mailcap(4) to mailcap(5), prompted by a partially-related > mail from Edgar Pettijohn (sthen@) == net =============================================================== 11/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net arping ~ Makefile ~ distinfo > Update to arping-2.17. (benoit@) dhcpcd ~ Makefile + patches/patch-ipv4ll_c > add dhcpcd patch from upstream: Check we have an assigned address > when an ARP conflict occurs to avoid a NULL pointer deference. (sthen@) dnsmasq ~ Makefile + patches/patch-src_cache_c TAGGED OPENBSD_5_9 > Fix crash when empty address from DNS overlays A record from hosts > (already in -current with 2.76) (jasper@) freeradius3 ~ Makefile > Two BUILD_DEPENDS= change 2nd to += > Ok shen@ (nigel@) ~ Makefile > needs libtool m4 files as well (sthen@) lldpd ~ Makefile ~ pkg/lldpd.rc > process titles now have an extra "." at the end; fix lldpd.rc (sthen@) ~ Makefile ~ pkg/lldpd.rc > rc_ overrides are put after sourcing /etc/rc.d/rc.subr. > ok sthen@ (maintainer) (ajacoutot@) py-botocore ~ Makefile ~ distinfo > Update to py-botocore-1.4.32. (ajacoutot@) == security ========================================================== 12/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security opensc ~ Makefile + patches/patch-src_libopensc_pkcs15_c + patches/patch-src_libopensc_sc_c + patches/patch-src_tools_gids-tool_c > 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) (dcoppa@) ~ Makefile ~ patches/patch-configure_ac > Fix version string (dcoppa@) p5-IO-Socket-SSL ~ Makefile ~ distinfo > update p5-IO-Socket-SSL to 2.029 (bluhm@) == sysutils ========================================================== 13/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils awscli ~ Makefile ~ distinfo ~ pkg/PLIST > Update to awscli-1.10.42. (ajacoutot@) salt-testing ~ Makefile ~ distinfo > Update to salt-testing-2016.6.27. (ajacoutot@) == textproc ========================================================== 14/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc mxml ~ Makefile ~ distinfo ~ patches/patch-configure > security update to 2.10 which also includes various other bugfixes: > http://msweet.org/projects.php?Z3 (jasper@) ~ Makefile ~ distinfo ~ patches/patch-configure TAGGED OPENBSD_5_9 > security update to 2.10 which also includes various other bugfixes: > http://msweet.org/projects.php?Z3 (jasper@) py-jellyfish ~ Makefile ~ distinfo ~ pkg/PLIST > Bugfix update to py-jellyfish 0.5.6 (shadchin@) xerces-c ~ Makefile + patch-src_xercesc_validators_DTD_DTDScanner_cpp > security fix for CVE-2016-2099 (jasper@) ~ Makefile + patches/patch-src_xercesc_validators_DTD_DTDScanner_cpp TAGGED OPENBSD_5_9 > security fix for CVE-2016-2099 (jasper@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
