OpenBSD ports changes summary for 2017-09-08 ============================================
archivers/libzip audio/audacious audio/audacious-plugins audio/deadbeef benchmarks/netperf devel devel/cmake devel/go-sys devel/go-tools devel/include-what-you-use devel/leatherman devel/llvm devel/py-dulwich devel/py-hg-git devel/quirks games/0ad graphics/feh graphics/ffmpeg lang/clang math/calc multimedia/get_iplayer net/go-net net/py-botocore print/cups-filters security/go-crypto sysutils sysutils/awscli sysutils/facter sysutils/gource sysutils/ruby-puppet sysutils/toad textproc/go-text www/uget x11/gnome x11/windowmaker == archivers ========================================================= 01/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/archivers libzip ~ Makefile ~ distinfo + patches/patch-src_ziptool_c > Update libzip to 1.3.0 > Security: > * CVE-2017-12858: Fix double free(). > * CVE-2017-14107: Improve EOCD64 parsing. > Other fixes: > * Improve file progress callback code > * Fix zip_fdopen() > ok sthen@ (bcallah@) == audio ============================================================= 02/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio audacious ~ Makefile ~ distinfo ~ patches/patch-src_libaudcore_Makefile ~ patches/patch-src_libaudgui_Makefile ~ patches/patch-src_libaudtag_Makefile ~ pkg/PLIST > Update to audacious and audacious-plugins 3.9 > From Timo Myyra, thanks! (dcoppa@) ~ Makefile > Add missing COMPILER vars > spotted by Brad > looks right to sthen@ (dcoppa@) audacious-plugins - patches/patch-src_psf_psx_hw_c ~ Makefile ~ distinfo ~ patches/patch-configure ~ pkg/PLIST + patches/patch-src_psf_psx_hw_cc > Update to audacious and audacious-plugins 3.9 > From Timo Myyra, thanks! (dcoppa@) ~ Makefile > Add missing COMPILER vars > spotted by Brad > looks right to sthen@ (dcoppa@) deadbeef ~ Makefile ~ patches/patch-junklib_c + patches/patch-plugins_ffmpeg_ffmpeg_c > Merge fixes from the '0.7' stable branch: > junklib: fix pointer going out of scope bug > (upstream git commit d97d5490e45462b8b4135a3745e56b003ef494cf) > ffmpeg: increase the supported file extension limit to 1024 > (upstream git commit 67f6568151248965dd89ef3304464a50e9982a20) > ffmpeg: buffer overflow fix when there are >= 256 extensions supported > by ffmpeg > (upstream git commit f6646210f643e4fb75f352cfb021dcfc0ed0b628) (dcoppa@) == benchmarks ======================================================== 03/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/benchmarks netperf ~ Makefile > unbreak, silly github tarballs. reported by aja (sthen@) == devel ============================================================= 04/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel devel ~ Makefile > Hook devel/go-sys to build. (jsing@) cmake - patches/patch-Source_cmakemain_cxx ~ Makefile ~ distinfo ~ patches/patch-Source_cmArchiveWrite_cxx ~ patches/patch-Source_cmGlobalGenerator_cxx ~ patches/patch-Source_cmSystemTools_cxx > Bugfixing update to cmake-3.9.2 (dcoppa@) go-sys + Makefile + distinfo + pkg/PLIST + pkg/DESCR > New import: > Add devel/go-sys which provides the golang.org/x/sys package. go-tools ~ Makefile ~ distinfo ~ pkg/PLIST > Update devel/go-tools to a version around the Go 1.9 release. > Feedback and ok ajacoutot@ jasper@ (jsing@) include-what-you-use ~ Makefile > Bump after llvm update (static libs linked into the binary). > from Brad (ajacoutot@) leatherman ~ Makefile ~ distinfo ~ patches/patch-cmake_cflags_cmake ~ pkg/PLIST > Update to 1.2.1, fix MODPY_ADJ_FILES (sebastia@) llvm ~ Makefile ~ distinfo ~ patch-tools_clang_include_clang_Driver_Options_td ~ patch-tools_clang_lib_Driver_ToolChains_Clang_cpp ~ pkg/PLIST-main > Update to llvm-5.0.0. > from Brad (maintainer) (ajacoutot@) py-dulwich ~ Makefile ~ distinfo ~ pkg/PLIST > Update to dulwich 0.18.2. Maintainer timeout. (juanfra@) py-hg-git ~ Makefile ~ distinfo > Update to hg-git 0.8.9. Maintainer timeout. (juanfra@) quirks ~ Makefile ~ files/Quirks.pm > Register toad's removal. (ajacoutot@) == games ============================================================= 05/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games 0ad ~ Makefile.inc ~ base/Makefile ~ base/distinfo ~ base/pkg/PLIST ~ data/distinfo ~ data/pkg/PLIST > Update to 0ad-0.0.22. > Release notes: > https://play0ad.com/new-release-0-a-d-alpha-22-venustas/ > ok danj@ kirby@ (bentley@) == graphics ========================================================== 06/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics feh ~ Makefile ~ distinfo ~ patches/patch-man_feh_pre ~ patches/patch-src_Makefile ~ patches/patch-src_keyevents_c ~ patches/patch-src_options_c > Update to feh-2.20 (dcoppa@) ffmpeg ~ Makefile ~ patches/patch-configure > Try "-mstack-alignment=16" with clang; fixes a segfault in (at least) h264 > decoding. Upstream bug/patch suggested by Jan Beich (jbeich@freebsd), tweak > from Brad to keep it as close as possible to the upstream commit. > AAC encode still hangs on i386. (sthen@) == lang ============================================================== 07/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang clang ~ clang.port.mk > Update to llvm-5.0.0. > from Brad (maintainer) (ajacoutot@) == math ============================================================== 08/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math calc ~ Makefile ~ distinfo > update to calc-2.12.6.3 (sthen@) == multimedia ======================================================== 09/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia get_iplayer ~ Makefile > Move the non-perl deps (ffmpeg, atomicparsley) to RUN_DEPENDS only, > they're not needed for build and it's nice to avoid ffmpeg's relatively > large set of deps where not needed (less pkg_add/delete churn in dpb). > Keep the p5-* ones and adjust do-build slightly; they're not strictly > required for packaging, but it's easier to pick up dependency changes > if build can be made to fail. Discussed with/ok nigel@ (sthen@) == net =============================================================== 10/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net go-net ~ Makefile ~ distinfo ~ pkg/PLIST > Update net/go-net to a version around the Go 1.9 release. > ok ajacoutot@ jasper@ (jsing@) py-botocore ~ Makefile ~ distinfo > Update to py-botocore-1.7.6. (ajacoutot@) == print ============================================================= 11/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print cups-filters ~ Makefile ~ distinfo > Update to cups-filters-1.17.3. (ajacoutot@) == security ========================================================== 12/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security go-crypto ~ Makefile ~ distinfo ~ pkg/PLIST > Update security/go-crypto to a version around the Go 1.9 release. > ok ajacoutot@ jasper@ (jsing@) == sysutils ========================================================== 13/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils sysutils ~ Makefile > Remove toad, it requires kern.usermount -like functionality which is not > on the radar. (ajacoutot@) awscli ~ Makefile ~ distinfo > Update to awscli-1.11.148. (ajacoutot@) facter - patches/patch-lib_inc_facter_facts_vm_hpp - patches/patch-lib_src_facts_openbsd_dmi_resolver_cc - patches/patch-lib_src_facts_resolvers_virtualization_resolver_cc ~ Makefile ~ distinfo ~ patches/patch-lib_CMakeLists_txt ~ pkg/PLIST > Update to 3.8.0, patches to detect running OpenBSD vm within vmm > got merged upstream, renaming of facter binary not necessary anmore > (sebastia@) gource ~ Makefile ~ distinfo > Small update for Gource to 0.46: > * Added --screen option. > * Added --window-position XxY option. > * Added --frameless option. > * Added --file-show-filter REGEX option (swoogles). > * Added --filename-time and filename-colour options (gh2k). > * Improved handling of very low seconds-per-day values (malengrin). > * Fixed crash when SVN log lacks author information (obarthel). > * Additional git log command validation (cym13). > * Allow lower case hex colours in custom logs (HSorensen). > * Now requires SDL 2 to build (deprecated SDL 1.2 support removed). > OK benoit@ (thanks!) (gonzalo@) ruby-puppet ~ 4/Makefile ~ 4/distinfo > minor bugfix update to 4.10.7 (sebastia@) toad - Makefile - distinfo - pkg/DESCR - pkg/PLIST - pkg/toadd.rc > Remove toad, it requires kern.usermount -like functionality which is not > on the radar. (ajacoutot@) == textproc ========================================================== 14/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc go-text ~ Makefile ~ distinfo ~ pkg/PLIST > Update textproc/go-text to a version around the Go 1.9 release. > ok ajacoutot@ jasper@ (jsing@) == www =============================================================== 15/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www uget ~ Makefile ~ distinfo ~ patches/patch-ui-gtk_UgtkSetting_c ~ pkg/PLIST > Minor update to 2.0.10 (swap to OpenBSD.org email while here). > ok benoit@ (bcallah@) == x11 =============================================================== 16/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 gnome ~ gjs/Makefile ~ gjs/distinfo > update to gjs-1.48.7 (jasper@) windowmaker ~ Makefile + patches/patch-WindowMaker_background_menu > menu: Include all aspect ratio options for background pixmap. > The background menu was missing "centered", "maximized", and "filled". > upstream git commit 273d17a0be1a00435e3b98791359b47908dab443 (dcoppa@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
