OpenBSD ports changes summary for 2015-12-08
============================================

databases/mariadb                       devel/cmake
devel/tig                               emulators/qemu
games/abuse                             games/atomix
games/hypatia                           graphics/gegl03
infrastructure/db                       math/libqalculate
net/arping                              net/icinga
net/net-snmp                            net/owncloudclient
net/scamper                             net/znc
plan9/plan9port                         security/clamav-unofficial-sigs
security/openssl                        shells/bash
sysutils/logstash                       www/lighttpd
www/otter-browser                       www/phpvirtualbox
www/varnish                             x11/menu-cache

== databases ========================================================= 01/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases

mariadb

  ~ Makefile                              ~ distinfo
  ~ patches/patch-client_CMakeLists_txt   
  ~ patches/patch-scripts_mysql_install_db_sh
  ~ pkg/PLIST-tests                       
  + pkg/patch-storage_innobase_include_os0sync_h

  > update to MariaDB-10.0.22, from Brad (sorry for the belated commit).
  > https://mariadb.com/kb/en/mariadb/mariadb-10022-release-notes/
  > CVE-2015-4802   CVE-2015-4807   CVE-2015-4815
  > CVE-2015-4826   CVE-2015-4830   CVE-2015-4836
  > CVE-2015-4858   CVE-2015-4861   CVE-2015-4870
  > CVE-2015-4913   CVE-2015-4792 (sthen@)

== devel ============================================================= 02/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel

cmake

  ~ Makefile                              ~ distinfo
  ~ patches/patch-CMakeLists_txt          
  ~ patches/patch-Modules_CMakeCInformation_cmake
  ~ patches/patch-Modules_CMakeCXXInformation_cmake
  ~ patches/patch-Modules_CMakeFortranInformation_cmake
  ~ patches/patch-Modules_Compiler_GNU_cmake
  ~ patches/patch-Modules_FindBoost_cmake
  ~ patches/patch-Modules_FindJNI_cmake   
  ~ patches/patch-Modules_FindJava_cmake
  ~ patches/patch-Modules_FindPythonLibs_cmake
  ~ patches/patch-Source_cmComputeLinkInformation_cxx
  ~ patches/patch-Source_cmInstallCommand_cxx
  ~ patches/patch-Source_cmTarget_cxx     
  ~ patches/patch-Source_kwsys_SystemTools_cxx
  ~ patches/patch-Tests_CMakeLists_txt    
  ~ patches/patch-Tests_RunCMake_CMakeLists_txt
  ~ patches/patch-bootstrap               ~ pkg/PLIST
  + patches/patch-Source_cmGeneratorTarget_cxx
  + patches/patch-Source_cmake_cxx        

  > Update to cmake-3.4.0
  > tested in a bulk build by naddy@
  > kde4-related failures proactively fixed by zhuk@ (dcoppa@)

tig

  ~ Makefile                              

  > Michael Reed volunteered to maintain tig, thanks (tobiasu@)

== emulators ========================================================= 03/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/emulators

qemu

  ~ Makefile                              ~ patches/patch-hw_net_pcnet_c
  + patches/patch-hw_net_eepro100_c       

  > SECURITY fixes for CVE-2015-7504, CVE-2015-7512, CVE-2015-8345.
  > from Brad (maintainer) (ajacoutot@)

== games ============================================================= 04/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games

abuse

  ~ Makefile                              

  > Remove abuse's rundep on timidity; our package has no music anyway.
  > ok sthen@ (bentley@)

atomix

  ~ Makefile                              

  > Update homepage, license marker, master_sites. (bentley@)

hypatia

  ~ Makefile                              

  > Update homepage. (bentley@)

== graphics ========================================================== 05/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics

gegl03

  ~ Makefile                              ~ pkg/PLIST

  > libraw gets picked up if present at configure time; add support for it
  > (spotted by naddy@)
  > While here, add libwebp support. (ajacoutot@)

== infrastructure ==================================================== 06/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure

db

  ~ user.list                             

  > reserve 763 for kea (sthen@)

== math ============================================================== 07/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math

libqalculate

  ~ Makefile                              

  > BROKEN-macppc: reliably fails to build because of an ICE on
  > libqalculate/Calculator.cc:7030 (landry@)

== net =============================================================== 08/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net

arping

  ~ Makefile                              ~ distinfo

  > Update to arping-2.16. (benoit@)

icinga

  ~ core2/Makefile                        

  > mark as broken on sparc64, toolchain issues (errors out with gcc 4.2,
  > hangs with gcc 4.9). (sthen@)

net-snmp

  ~ Makefile                              
  ~ patches/patch-agent_mibgroup_mibII_ipv6_c

  > Unbreak: stop using if_var.h/struct ifnet to retrieve ipv6 data.
  > "looks fine to me" jasper@, ok sthen@ (jca@)

owncloudclient

  - patches/patch-csync_src_httpbf_src_httpbf_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-CMakeLists_txt          
  ~ patches/patch-src_gui_application_cpp
  ~ patches/patch-src_libsync_utility_cpp
  ~ pkg/PLIST                             

  > update to owncloudclient-2.1.0 (kirby@)

scamper

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to scamper-20141211c (sthen@)

znc

  ~ patches/patch-src_Csocket_cpp         

  > Add comments to the patch.
  > from Brad (maintainer) (ajacoutot@)

== plan9 ============================================================= 09/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/plan9

plan9port

  ~ Makefile                              
  + patches/patch-src_cmd_auxstats_OpenBSD_c
  + patches/patch-src_cmd_auxstats_mkfile

  > - use getifaddrs(3) instead of kvm(3)
  > - stop linking with kvm(3). OpenBSD's p9p/auxstats no longer uses libkvm.
  > (reminded by jasper@)
  > OK mpi@ jasper@ (gsoares@)

  ~ patches/patch-src_cmd_auxstats_OpenBSD_c
  ~ patches/patch-src_cmd_auxstats_mkfile

  > patches already sent upstream
  > https://plan9port-review.googlesource.com/1410 (gsoares@)

  - patches/patch-src_cmd_auxstats_OpenBSD_c
  - patches/patch-src_cmd_auxstats_mkfile
  ~ Makefile                              ~ distinfo

  > update plan9/plan9port to current upstream version
  > (GH_COMMIT 009b0cb5eb340b8bc3268bfaeb86abfeffdc1b1c).
  > auxstats(getifaddrs(3)) patches have already been accepted and committed
  > upstream (gsoares@)

== security ========================================================== 10/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security

clamav-unofficial-sigs

  ~ Makefile                              ~ patch-clamav-unofficial-sigs_conf

  > tweak sample config (sthen@)

  ~ Makefile                              ~ patch-clamav-unofficial-sigs_sh

  > add various fixes to clamav-unofficial-sigs (sthen@)

openssl

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Configure               ~ pkg/PLIST

  TAGGED OPENBSD_5_8
  > update OpenSSL in 5.8-stable to 1.0.1q (sthen@)

== shells ============================================================ 11/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/shells

bash

  ~ distinfo                              

  > unbreak bash. upstream re-roll the 042 patch.
  > OK naddy@ (gsoares@)

== sysutils ========================================================== 12/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils

logstash

  ~ logstash/Makefile                     ~ logstash/distinfo
  ~ logstash/patches/patch-bin_logstash_lib_sh
  ~ logstash/pkg/PLIST                    

  > - update to logstash-2.1.1 (jasper@)

== www =============================================================== 13/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www

lighttpd

  - patches/patch-src_connections_c       ~ Makefile
  ~ distinfo                              

  > Update to lighttpd-1.4.38.
  > from Brad (maintainer) (ajacoutot@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_5_8
  > - update to lighttpd-1.4.38
  > * various reliability fixes for header parsing as well as an upload fix
  > http://www.lighttpd.net/2015/12/5/1.4.38/
  > from brad (jasper@)

otter-browser

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             
  + patches/patch-3rdparty_libmimeapps_Index_cpp
  + patches/patch-3rdparty_libmimeapps_Index_h

  > update to otter-browser-0.9.08, from maintainer Adam Wolk (sthen@)

phpvirtualbox

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to phpvirtualbox-5.0.4. (ajacoutot@)

varnish

  ~ Makefile                              ~ distinfo

  > Update for Varnish to 4.1.0:
  > https://www.varnish-cache.org/content/varnish-cache-410
  > OK benoit@ (gonzalo@)

== x11 =============================================================== 14/14 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11

menu-cache

  ~ Makefile                              ~ distinfo

  > Update to menu-cache-1.0.1. (ajacoutot@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to