OpenBSD ports changes summary for 2016-12-11 to 2016-12-18 inclusive
====================================================================

audio/beets                             audio/mpd
comms/gammu                             comms/py-gammu
comms/wammu                             converters/p5-Net-IDN-Encode
databases                               databases/evolution-data-server
databases/openldap                      databases/pg_statsinfo
databases/postgresql                    databases/postgresql-pllua
databases/postgresql-plv8               databases/postgresql-previous
databases/skytools                      databases/xapian-core
devel                                   devel/appstream-glib
devel/doxygen                           devel/ipython
devel/jdk                               devel/p5-Params-Validate
devel/p5-Search-Elasticsearch           devel/py-coveralls
devel/py-ipykernel                      devel/py-jedi
devel/py-jupyter_client                 devel/py-jupyter_core
devel/py-nbconvert                      devel/py-nbformat
devel/py-path.py                        devel/py-sh
devel/py-uncompyle6                     devel/py-xdis
devel/quirks                            devel/ruby-rspec
devel/tig                               emulators/advancemess
geo/qgis                                graphics/evince
graphics/ffmpeg                         graphics/gdk-pixbuf2
graphics/gimp                           graphics/inkscape
graphics/pdf2djvu                       graphics/shotwell
infrastructure/db                       infrastructure/mk
lang/bacon                              lang/chicken
lang/elixir                             lang/erlang
mail/claws-mail                         mail/evolution
mail/evolution-ews                      mail/gmime
mail/offlineimap                        mail/postfix
mail/sendmail                           math/graphviz
math/netcdf                             misc/hwdata
net/apache-activemq                     net/bro
net/ircd-hybrid                         net/libmaxminddb
net/librenms                            net/mosh
net/ntp                                 net/openconnect
net/openvpn                             net/py-boto
net/py-botocore                         net/py-s3transfer
net/seafile                             net/uucp
net/wireshark                           news/leafnode
plan9/drawterm                          print/cups-filters
print/poppler                           print/py-poppler
print/texlive                           productivity/tryton
security                                security/bunny
security/cyrus-sasl2                    security/heimdal
security/l0phtcrack                     security/libgcrypt
security/nss                            security/oledump
security/p5-IO-Socket-SSL               security/pcsc-lite
sysutils                                sysutils/ansible
sysutils/awscli                         sysutils/collectd
sysutils/dtb                            sysutils/google-cloud-sdk
sysutils/login_krb5                     sysutils/psftools
sysutils/py-elasticsearch-curator       sysutils/salt
sysutils/terraform                      sysutils/u-boot
telephony/p5-Net-SIP                    textproc/elasticsearch
textproc/gspell                         textproc/meld
textproc/mupdf                          textproc/py-lxml
textproc/the_silver_searcher            textproc/zathura
www                                     www/chromium
www/firefox-esr                         www/firefox-esr-i18n
www/firefox-i18n                        www/jupyter-notebook
www/kibana                              www/liferea
www/logswan                             www/mozilla-firefox
www/owncloud                            www/phpmyadmin
www/piwik                               www/py-requests
www/py-urllib3                          www/squid
www/tomcat                              www/urlwatch
x11/gnome                               x11/lsw
x11/mplayer                             x11/xfce4

== audio ============================================================= 01/24 ==

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

beets

  ~ Makefile                              ~ distinfo

  > update to beets-1.4.1 (sthen@)

mpd

  - patches/patch-src_LogInit_cxx         
  - patches/patch-src_decoder_plugins_FfmpegDecoderPlugin_cxx
  - patches/patch-src_decoder_plugins_PcmDecoderPlugin_cxx
  ~ Makefile                              ~ distinfo
  ~ patches/patch-doc_mpdconf_example     

  > Update to mpd-0.19.20 (dcoppa@)

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-configure

  > Bugfixing update to mpd-0.19.21 (dcoppa@)

== comms ============================================================= 02/24 ==

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

gammu

  ~ Makefile                              ~ distinfo
  ~ patches/patch-CMakeLists_txt          ~ patches/patch-tests_CMakeLists_txt
  ~ pkg/PLIST                             

  > Update to gammu-1.38.0 (kirby@)

py-gammu

  ~ Makefile                              ~ distinfo

  > Update to python-gammu-2.7 (kirby@)

wammu

  ~ Makefile                              ~ distinfo
  ~ patches/patch-setup_py                

  > Update to wammu-0.43 (kirby@)

== converters ======================================================== 03/24 ==

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

p5-Net-IDN-Encode

  ~ Makefile                              ~ distinfo

  > update p5-Net-IDN-Encode to 2.303 (bluhm@)

== databases ========================================================= 04/24 ==

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

databases

  ~ Makefile                              

  > revert openldap gssapi stuff that doesn't work. pointed out by aja@
  > (sthen@)

  ~ Makefile                              

  > Hookup postgresql-previous (jeremy@)

evolution-data-server

  ~ Makefile                              ~ distinfo

  > Update to evolution-data-server-3.22.3. (ajacoutot@)

openldap

  ~ Makefile                              ~ pkg/DESCR-server

  > revert openldap gssapi stuff that doesn't work. pointed out by aja@
  > (sthen@)

pg_statsinfo

  ~ Makefile                              
  ~ patches/patch-agent_lib_libstatsinfo_c

  > Update patch to work on PostgreSQL 9.6
  > OK pea@ landry@ (jeremy@)

postgresql

  ~ Makefile                              ~ distinfo
  ~ patch-src_interfaces_ecpg_compatlib_Makefile
  ~ patch-src_interfaces_ecpg_ecpglib_Makefile
  ~ patch-src_interfaces_ecpg_pgtypeslib_Makefile
  ~ patch-src_interfaces_libpq_Makefile   ~ pkg/PLIST-contrib
  ~ pkg/PLIST-docs                        ~ pkg/PLIST-main
  ~ pkg/PLIST-server                      ~ pkg/README-server
  + pkg/DESCR-pg_upgrade                  + pkg/PLIST-pg_upgrade

  > Update to PostgreSQL 9.6.1
  > This moves pg_upgrade to a subpackage, and has that
  > subpackage depend on postgresql-previous.
  > pthread is removed from WANTLIB, as it is no longer
  > needed for suppoting threaded extensions.
  > This adds support for PostgreSQL 9.6's new BSD
  > authentication.
  > OK pea@ landry@ (jeremy@)

postgresql-pllua

  ~ Makefile                              

  > Depend on PostgreSQL 9.6
  > OK pea@ landry@ (jeremy@)

postgresql-plv8

  ~ Makefile                              

  > Depend on PostgreSQL 9.6
  > OK pea@ landry@ (jeremy@)

postgresql-previous

  + Makefile                              + distinfo
  + patches/patch-src_backend_libpq_ip_c
  + patches/patch-src_Makefile_shlib      
  + patches/patch-src_interfaces_ecpg_compatlib_Makefile
  + patches/patch-src_backend_storage_lmgr_s_lock_c
  + patches/patch-src_bin_scripts_vacuumdb_c
  + patches/patch-src_include_storage_s_lock_h
  + patches/patch-src_interfaces_ecpg_pgtypeslib_Makefile
  + patches/patch-src_interfaces_ecpg_ecpglib_Makefile
  + patches/patch-src_interfaces_libpq_Makefile
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     Import postgresql-previous 9.5.5

skytools

  ~ Makefile                              
  + patches/patch-sql_pgq_triggers_stringutil_c

  > Add patch to work on PostgreSQL 9.6
  > OK pea@ landry@ (jeremy@)

xapian-core

  ~ Makefile                              

  > Disable -Wredundant-decls to get useful warnings (jca@)

== devel ============================================================= 05/24 ==

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

devel

  ~ Makefile                              

  > +ipython,python3
  > +py-ipykernel,python3
  > +py-jupyter_client,python3
  > +py-jupyter_core,python3
  > +py-nbconvert,python3
  > +py-nbformat,python3 (shadchin@)

  ~ Makefile                              

  > +py-jedi
  > +py-jedi,python3 (shadchin@)

appstream-glib

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to appstream-glib-0.6.6. (ajacoutot@)

doxygen

  - patches/patch-addon_doxywizard_CMakeLists_txt
  - patches/patch-libmd5_libmd5_pro_in    - patches/patch-qtools_qtools_pro_in
  - patches/patch-src_CMakeLists_txt      

  > Zap empty patches. (jca@)

ipython

  ~ Makefile                              ~ distinfo
  ~ patch-IPython_core_tests_test_interactiveshell_py
  ~ patch-docs_source_conf_py             ~ patch-setupbase_py
  ~ pkg/PLIST                             
  + patches/patch-docs_autogen_shortcuts_py
  + patches/patch-examples_IPython_Kernel_ipython_desktop

  > Update to ipython 5.1.0. Add py3 flavor.
  > ok edd@ (maintainer) (shadchin@)

jdk

  ~ 1.8/Makefile                          ~ 1.8/distinfo

  > Update to u112.
  > Contains many upstream bug fixes and security fixes which
  > can be mined from u72-u112 release notes here:
  > http://www.oracle.com/technetwork/java/javase/8u-relnotes-2225394.html
  > Tested by naddy@ edd@ sthen@. okay sthen@ (kurt@)

p5-Params-Validate

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update devel/p5-Params-Validate to 1.26 (afresh1@)

p5-Search-Elasticsearch

  ~ Makefile                              

  > mark broken after ES update; this port will be updated shortly by giovanni@
  > requested by giovanni@ (MAINTAINER) (jasper@)

py-coveralls

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-coveralls 1.1, from Johan Huldtgren (maintainer) (shadchin@)

py-ipykernel

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-ipykernel 4.5.2. Add py3 flavor and take maintainership.
  > ok edd@ (shadchin@)

py-jedi

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     Import py-jedi 0.9.0, ok edd@

py-jupyter_client

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-jupyter_client 4.4.0. Add py3 flavor and take maintainership.
  > ok edd@ (shadchin@)

py-jupyter_core

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             
  + patches/patch-jupyter_core_command_py
  + patches/patch-jupyter_core_tests_test_command_py
  + patches/patch-setup_py                

  > Update to py-jupyter_core 4.2.1. Add py3 flavor and take maintainership.
  > ok edd@ (shadchin@)

py-nbconvert

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-nbconvert 4.2.0. Add py3 flavor and take maintainership.
  > ok edd@ (shadchin@)

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Minor update to py-nbconvert 4.3.0 (shadchin@)

py-nbformat

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-nbformat 4.2.0. Add py3 flavor and take maintainership.
  > ok edd@ (shadchin@)

py-path.py

  - patches/patch-pytest_ini              ~ Makefile
  ~ distinfo                              

  > Update to py-path.py 9.0.1 (shadchin@)

py-sh

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-sh 1.12.7, from Johan Huldtgren (maintainer) (shadchin@)

py-uncompyle6

  ~ Makefile                              ~ distinfo

  > Update to py-uncompyle6 2.9.8 (shadchin@)

py-xdis

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-xdis 3.2.4 (shadchin@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > u-boot -> u-boot-arm
  > ok bmercer@ (patrick@)

  ~ Makefile                              ~ files/Quirks.pm

  > Remove security/l0phtcrack
  > Reasons include:
  > - i386 only
  > - full of scary patches and build warnings, embeds old libcrypto code,
  > readsmb is a pcap listener that needs to run as root...
  > - no licensing information for l0phtcrack itself
  > - LANMAN and NTLMv1 auth are so old and braindead it's not even funny.
  > Yes, they are still used out there, no, they really shouldn't be.
  > ok mestre@ sthen@ ajacoutot@ (jca@)

  ~ Makefile                              ~ files/Quirks.pm

  > Remove security/bunny
  > Unmaintained upstream, superseded by devel/afl.
  > ok Peter Valchev (maintainer) fcambus@ ajacoutot@ sthen@ (jca@)

ruby-rspec

  ~ specinfra/Makefile                    ~ specinfra/distinfo
  ~ specinfra/pkg/PLIST                   

  > update to specinfra-2.66.3 (jasper@)

tig

  ~ Makefile                              ~ distinfo

  > Update tig to 2.2.1. (fcambus@)

== emulators ========================================================= 06/24 ==

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

advancemess

  ~ Makefile                              ~ distinfo

  > Update advancemess to 3.0.
  > Both AdvanceMAME and AdvanceMESS are now distributed in one unique
  > tarball, and a configure switch has been introduced to choose which
  > emulator to build.
  > OK sthen@ (fcambus@)

== geo =============================================================== 07/24 ==

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

qgis

  + patches/patch-src_providers_wms_CMakeLists_txt

  > Another dependency fix.
  > Reported by ajacoutot@, ok landry@ (maintainer) (jca@)

== graphics ========================================================== 08/24 ==

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

evince

  ~ Makefile                              

  > Tweak WANTLIB after poppler switch from openjpeg to openjp2. (zhuk@)

ffmpeg

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > Update to ffmpeg-20161210.
  > from Brad (maintainer) (ajacoutot@)

gdk-pixbuf2

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > SECURITY update to gdk-pixbuf-2.36.1. (ajacoutot@)

  ~ Makefile                              + patches/patch-gdk-pixbuf_io-jpeg_c

  TAGGED OPENBSD_6_0
  > Check for integer overflows in app1 EXIF tags. (ajacoutot@)

gimp

  ~ stable/Makefile                       

  > The graphics/openjpeg wasn't the LIB_DEPENDS of gimp, it came through
  > the poppler. So zap the LIB_DEPENDS line and change openjpeg to openjp2
  > in WANTLIB. The "make lib-depends-check" agrees. (zhuk@)

inkscape

  ~ Makefile                              

  > Unbreak after poppler switch from openjpeg to openjp2. (zhuk@)

pdf2djvu

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

  > Update to pdf2djvu 0.9.5. (juanfra@)

shotwell

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to shotwell-0.25.2. (ajacoutot@)

== infrastructure ==================================================== 09/24 ==

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

db

  ~ user.list                             

  > leafnode shall move to group _news (jca@)

  ~ user.list                             

  > net/uucp will switch to _uucp:_uucp (jca@)

mk

  ~ bsd.port.mk                           

  > Add support for MODFOO_post-extract so that modules can hook up commands
  > after post-extract.
  > From semarie@, ok espie@ (landry@)

== lang ============================================================== 10/24 ==

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

bacon

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             

  > Update to BaCon 3.5. (juanfra@)

chicken

  ~ Makefile.inc                          ~ core/Makefile
  + core/patches/patch-irregex-core_scm   

  > Update chicken's irregex to 0.9.6 in order to fix CVE-2016-9954.
  > http://lists.gnu.org/archive/html/chicken-hackers/2016-12/msg00010.html
  > From Timo Myyra (MAINTAINER). (juanfra@)

  ~ Makefile.inc                          ~ core/Makefile
  + core/patches/patch-irregex-core_scm   

  TAGGED OPENBSD_6_0
  > Update chicken's irregex to 0.9.6 in order to fix CVE-2016-9954.
  > http://lists.gnu.org/archive/html/chicken-hackers/2016-12/msg00010.html
  > From Timo Myyra (MAINTAINER). (juanfra@)

elixir

  ~ Makefile                              ~ distinfo

  > update to elixir-1.3.4 (jasper@)

erlang

  ~ 19/Makefile                           ~ 19/distinfo
  ~ 19/pkg/PLIST-main                     ~ 19/pkg/PLIST-wx

  > update to erlang-19.2 (jasper@)

== mail ============================================================== 11/24 ==

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

claws-mail

  ~ Makefile                              

  > Unbreak after poppler switch from openjpeg to openjp2. (zhuk@)

evolution

  ~ Makefile                              ~ distinfo

  > Update to evolution-3.22.3. (ajacoutot@)

evolution-ews

  ~ Makefile                              ~ distinfo

  > Update to evolution-ews-3.22.3. (ajacoutot@)

gmime

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to gmime-2.6.21. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to gmime-2.6.22. (ajacoutot@)

offlineimap

  ~ Makefile                              ~ distinfo

  > Update to offlineimap-7.0.12
  > From Remi Locherer (maintainer) (danj@)

postfix

  ~ snapshot/Makefile                     
  ~ snapshot/patches/patch-conf_master_cf
  ~ stable/Makefile                       ~ stable/patches/patch-conf_master_cf

  > Tweak uucp transport example; ok sthen@ (jca@)

sendmail

  ~ Makefile                              + patches/patch-cf_m4_proto_m4

  > Also add user _uucp to trusted users.
  > This avoids useless Auth warnings with the upcoming changes in net/uucp.
  > ok sthen@ (jca@)

== math ============================================================== 12/24 ==

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

graphviz

  ~ Makefile                              

  > Unbreak after poppler switch to openjp2. (zhuk@)

netcdf

  ~ Makefile                              

  > Update homepage and remove trailing whitespace while here. (kirby@)

== misc ============================================================== 13/24 ==

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

hwdata

  ~ Makefile                              ~ distinfo

  > Update to hwdata-0.295. (ajacoutot@)

== net =============================================================== 14/24 ==

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

apache-activemq

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to apache-activemq-5.14.2 (jasper@)

bro

  ~ Makefile                              ~ pkg/README

  > Tweak. (ajacoutot@)

  - patches/patch-aux_broctl_cmake_OSSpecific_cmake
  + patches/patch-cmake_OSSpecific_cmake

  > Rename patch, from Daniel Thayer. (ajacoutot@)

ircd-hybrid

  ~ Makefile                              ~ distinfo
  ~ patches/patch-doc_reference_conf      ~ patches/patch-src_ircd_c

  > Update to ircd-hybrid-8.2.21.
  > from Brad (ajacoutot@)

libmaxminddb

  ~ Makefile                              ~ distinfo

  > Update GeoLite2 databases to latest version. (fcambus@)

librenms

  - patches/patch-alerts_php              ~ Makefile
  ~ distinfo                              ~ patches/patch-config_php_default
  ~ patches/patch-daily_sh                ~ patches/patch-html_install_php
  ~ patches/patch-html_pages_about_inc_php
  ~ patches/patch-includes_common_php     
  ~ patches/patch-includes_defaults_inc_php
  ~ patches/patch-includes_functions_php
  ~ patches/patch-validate_php            ~ pkg/PLIST

  > update to librenms-1.22.01 (sthen@)

mosh

  - patches/patch-src_crypto_ocb_cc       ~ Makefile

  > No need to disable inline asm on arm any more. (jca@)

ntp

  ~ Makefile                              ~ distinfo
  + patches/patch-include_libssl_compat_h
  + patches/patch-libntp_libssl_compat_c

  > Security update to 4.2.8p9:
  > CVE-2016-9311: Trap crash
  > CVE-2016-9310: Mode 6 unauthenticated trap information disclosure and DDoS
  > vector
  > CVE-2016-7427: Broadcast Mode Replay Prevention DoS
  > CVE-2016-7428: Broadcast Mode Poll Interval Enforcement DoS
  > CVE-2016-9312: Windows: ntpd DoS by oversized UDP packet
  > CVE-2016-7431: Regression: 010-origin: Zero Origin Timestamp Bypass
  > CVE-2016-7434: Null pointer dereference in _IO_str_init_static_internal()
  > CVE-2016-7429: Interface selection attack
  > CVE-2016-7426: Client rate limiting and server responses
  > CVE-2016-7433: Reboot sync calculation problem (naddy@)

  ~ Makefile                              ~ distinfo
  + patches/patch-include_libssl_compat_h
  + patches/patch-libntp_libssl_compat_c

  TAGGED OPENBSD_6_0
  > Security update to 4.2.8p9:
  > CVE-2016-9311: Trap crash
  > CVE-2016-9310: Mode 6 unauthenticated trap information disclosure and DDoS
  > vector
  > CVE-2016-7427: Broadcast Mode Replay Prevention DoS
  > CVE-2016-7428: Broadcast Mode Poll Interval Enforcement DoS
  > CVE-2016-9312: Windows: ntpd DoS by oversized UDP packet
  > CVE-2016-7431: Regression: 010-origin: Zero Origin Timestamp Bypass
  > CVE-2016-7434: Null pointer dereference in _IO_str_init_static_internal()
  > CVE-2016-7429: Interface selection attack
  > CVE-2016-7426: Client rate limiting and server responses
  > CVE-2016-7433: Reboot sync calculation problem (naddy@)

openconnect

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to openconnect-7.08 (sthen@)

openvpn

  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_openvpn_route_c     ~ patches/patch-src_openvpn_tun_c

  > Update to openvpn-2.3.14
  > Kill most of our tun patches go away in the process. (jca@)

py-boto

  ~ Makefile                              ~ distinfo

  > Update to py-boto-2.45.0. (ajacoutot@)

py-botocore

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-botocore-1.4.86. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to py-botocore-1.4.87. (ajacoutot@)

py-s3transfer

  ~ Makefile                              ~ distinfo

  > Update to py-s3transfer-0.1.10. (ajacoutot@)

seafile

  ~ Makefile.inc                          ~ ccnet/Makefile
  ~ ccnet/distinfo                        ~ client/Makefile
  ~ client/distinfo                       ~ seafile/Makefile
  ~ seafile/distinfo                      

  > Bugfix update to seafile-6.0.1 (kirby@)

uucp

  ~ Makefile                              ~ patches/patch-policy_h
  ~ pkg/PLIST                             

  > Run as _uucp, who takes ownership of /var/spool/uucp*
  > Previous diff looked good to sthen@.  This updated diff stops putting
  > lock files in /var/spool/locks.  This means that one should avoir
  > running uucp and pppd/whatever uses uu_lock(3) on the same tty.
  > Hopefully nobody actually does that... (jca@)

wireshark

  ~ Makefile                              ~ distinfo

  > update to wireshark-2.2.3 (sthen@)

== news ============================================================== 15/24 ==

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

leafnode

  ~ Makefile                              ~ pkg/PLIST

  > Run as group `_news'.
  > ok sthen@ (jca@)

== plan9 ============================================================= 16/24 ==

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

drawterm

  ~ Makefile                              ~ patches/patch-Make_openbsd

  > Add arm to ONLY_FOR_ARCHS, give a chance to mips64* while here. (jca@)

== print ============================================================= 17/24 ==

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

cups-filters

  ~ Makefile                              

  > Unbreak after poppler switch from openjpeg to openjp2. (zhuk@)

  ~ Makefile                              ~ distinfo

  > Update to cups-filters-1.13.1. (ajacoutot@)

poppler

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure_ac            ~ patches/patch-poppler_XRef_cc
  ~ patches/patch-qt5_src_Makefile_in     ~ pkg/PLIST-qt4
  ~ pkg/PLIST-qt5                         

  > aja@ wants a new poppler, so update to 0.50.0. (kili@)

  ~ Makefile                              

  > poppler 0.50 picks up openjp2 by default, unlike previous versions, which
  > preferred openjpeg due to some bugs in openjp2.
  > Tweaking LIB_DEPENDS and WANTLIB entries. More stuff to come with Qt
  > update.
  > Comitting now to avoid bulk builds breakage. (zhuk@)

py-poppler

  ~ Makefile                              

  > Unbreak after poppler switch from openjpeg to openjp2. (zhuk@)

texlive

  ~ base/Makefile                         

  > Unbreak after poppler switch from openjpeg to openjp2. (zhuk@)

  - base/patches/patch-texk_kpathsea_Makefile_in
  - base/patches/patch-texk_ptexenc_Makefile_in

  > Zap patches not needed anymore, since our libtool "supports" -bindir.
  > In some cases there still happen -bindir-related failure, but I failed
  > to reproduce, and noone else sees them for now. Even more, those two
  > patches do not cover all -bindir cases in sources, so if/when libtool
  > will fail, you'd need two more patches anyway.
  > okay aja@ (zhuk@)

== productivity ====================================================== 18/24 ==

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

tryton

  ~ account_dunning/Makefile              ~ account_dunning/distinfo
  ~ account_invoice/Makefile              ~ account_invoice/distinfo
  ~ sale_shipment_cost/Makefile           ~ sale_shipment_cost/distinfo

  > Update a few tryton modules to the latest stable release in their branch.
  > (ajacoutot@)

  ~ trytond/Makefile                      ~ trytond/distinfo

  > Update to trytond-3.2.18. (ajacoutot@)

== security ========================================================== 19/24 ==

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

security

  ~ Makefile                              

  > Remove security/l0phtcrack
  > Reasons include:
  > - i386 only
  > - full of scary patches and build warnings, embeds old libcrypto code,
  > readsmb is a pcap listener that needs to run as root...
  > - no licensing information for l0phtcrack itself
  > - LANMAN and NTLMv1 auth are so old and braindead it's not even funny.
  > Yes, they are still used out there, no, they really shouldn't be.
  > ok mestre@ sthen@ ajacoutot@ (jca@)

  ~ Makefile                              

  > Remove security/bunny
  > Unmaintained upstream, superseded by devel/afl.
  > ok Peter Valchev (maintainer) fcambus@ ajacoutot@ sthen@ (jca@)

bunny

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove security/bunny
  > Unmaintained upstream, superseded by devel/afl.
  > ok Peter Valchev (maintainer) fcambus@ ajacoutot@ sthen@ (jca@)

cyrus-sasl2

  ~ Makefile                              

  > Sync WANTLIB after heimdal update. (ajacoutot@)

heimdal

  - patches/patch-appl_Makefile_in        - patches/patch-appl_xnlock_xnlock_c
  - patches/patch-kuser_kswitch_1         
  - patches/patch-lib_com_err_com_right_h
  - patches/patch-lib_gssapi_spnego_external_c
  - patches/patch-lib_hcrypto_rand_h      - patches/patch-lib_hcrypto_randi_h
  - patches/patch-lib_hx509_ref_pkcs11_h
  - patches/patch-lib_ipc_server_c        
  - patches/patch-lib_libedit_src_unvis_c
  - patches/patch-lib_libedit_src_vis_c   ~ Makefile
  ~ distinfo                              ~ heimdal.port.mk
  ~ patches/patch-kadmin_add-random-users_c
  ~ patches/patch-kpasswd_kpasswd-generator_c
  ~ patches/patch-kuser_generate-requests_c
  ~ patches/patch-lib_hcrypto_test_rsa_c
  ~ patches/patch-lib_hx509_softp11_c     
  ~ patches/patch-lib_krb5_crypto-rand_c
  ~ patches/patch-lib_krb5_krb5_h         ~ patches/patch-lib_roken_rand_c
  ~ patches/patch-lib_sqlite_sqlite3_c    ~ patches/patch-tools_krb5-config_in
  ~ pkg/PLIST-devel-docs                  ~ pkg/PLIST-libs
  ~ pkg/PLIST-main                        
  + patches/patch-lib_hcrypto_evp-openssl_c
  + patches/patch-lib_krb5_send_to_kdc_c
  + patches/patch-lib_roken_Makefile_in   + patches/patch-lib_roken_roken_h_in

  > Update to heimdal-7.0.3.
  > This is still an RC but the final version is supposed to come out in a
  > couple of days. Committing early to catch regressions and all.
  > Not much depends on this in ports anyway... (ajacoutot@)

  ~ patches/patch-lib_hcrypto_evp-openssl_c

  > Pushed upstream. (ajacoutot@)

l0phtcrack

  - Makefile                              - distinfo
  - patches/patch-Makefile                - patches/patch-chal_resp_c
  - patches/patch-includes_h              - patches/patch-readsmb_c
  - patches/patch-util_c                  - patches/patch-ztest_c
  - pkg/DESCR                             - pkg/PLIST

  > Remove security/l0phtcrack
  > Reasons include:
  > - i386 only
  > - full of scary patches and build warnings, embeds old libcrypto code,
  > readsmb is a pcap listener that needs to run as root...
  > - no licensing information for l0phtcrack itself
  > - LANMAN and NTLMv1 auth are so old and braindead it's not even funny.
  > Yes, they are still used out there, no, they really shouldn't be.
  > ok mestre@ sthen@ ajacoutot@ (jca@)

libgcrypt

  ~ Makefile                              ~ distinfo

  > Update to libgcrypt-1.7.5. (ajacoutot@)

nss

  ~ Makefile                              ~ distinfo

  > Update to nss 3.27.2.
  > See
  > https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.27.2_re
  > lease_notes (landry@)

oledump

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update oledump to 0.0.26.
  > ok shadchin@ benoit@ (rpointel@)

p5-IO-Socket-SSL

  ~ Makefile                              ~ distinfo

  > update p5-IO-Socket-SSL to 2.040 (bluhm@)

pcsc-lite

  ~ Makefile                              ~ distinfo

  > Update to pcsc-lite-1.8.19 (dcoppa@)

== sysutils ========================================================== 20/24 ==

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

sysutils

  ~ Makefile                              

  > +sysutils/u-boot,aarch64 (patrick@)

  ~ Makefile                              

  > Add psftools. (fcambus@)

ansible

  ~ Makefile                              ~ pkg/README

  > re-add paramiko dep; ansible doesn't start ("Unexpected Exception: The
  > 'paramiko' distribution was not found") if it's missing. discussed with
  > landry, ok jasper (maintainer) (sthen@)

awscli

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to awscli-1.11.29. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.30. (ajacoutot@)

collectd

  ~ Makefile                              ~ patches/patch-src_processes_c

  > Ugly bandaid: bump CMDLINE_BUFFER_SIZE to 16k instead of defaulting to
  > 4k, i'm hitting "processes plugin: Command line did not fit into
  > buffer." warning way too much and this spams logs. Better solution would
  > be to dynamically alloc the array on the fly as-needed like top/ps
  > does.. (landry@)

dtb

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update dtb to linux 4.9 (jsg@)

google-cloud-sdk

  - pkg/patch-lib_googlecloudsdk_core_config_py
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to google-cloud-sdk-138.0.0. (ajacoutot@)

login_krb5

  ~ Makefile                              ~ distinfo

  > Update to login_krb5-6.1.2. (ajacoutot@)

psftools

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >     Import sysutils/psftools.

py-elasticsearch-curator

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to 4.2.4
  > new RDEP to py-certifi
  > OK jasper@ (sebastia@)

salt

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to salt-2016.11.1. (ajacoutot@)

terraform

  ~ Makefile                              ~ distinfo

  > Update to terraform-0.8.1. (ajacoutot@)

u-boot

  ~ Makefile                              ~ pkg/PLIST
  + patches/patch-tools_relocate-rela_c   + pkg/PFRAG.aarch64
  + pkg/PFRAG.arm                         

  > Split sysutils/u-boot into two FLAVORs so that we can use the same
  > port to compile 32- and 64-bit ARM u-boots.
  > ok and with help from jsg@ (patrick@)

== telephony ========================================================= 21/24 ==

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

p5-Net-SIP

  ~ Makefile                              ~ distinfo

  > update p5-Net-SIP to 0.808 (bluhm@)

== textproc ========================================================== 22/24 ==

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

elasticsearch

  ~ Makefile                              ~ distinfo
  ~ patches/patch-config_elasticsearch_yml
  ~ pkg/PLIST                             ~ pkg/README
  ~ pkg/elasticsearch.rc                  

  > - update to elasticsearch-5.1.1
  > please refer to the changelog [1] and list of breaking changes between 2
  > and 5 [2]
  > before upgrading (requires a cluster restart)
  > 1: https://www.elastic.co/blog/elasticsearch-5-1-1-released
  > 2:
  > https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-ch
  > anges.html
  > from Pavel Korovin
  > additional testing by sebastia@ (jasper@)

  + patches/patch-bin_elasticsearch       
  + patches/patch-bin_elasticsearch-plugin
  + patches/patch-bin_elasticsearch-translog

  > missed in previous (jasper@)

  - patches/patch-bin_plugin              

  > this patch should've been removed in previous commit (jasper@)

gspell

  ~ Makefile                              ~ distinfo

  > Update to gspell-1.2.2. (ajacoutot@)

meld

  ~ Makefile                              ~ distinfo

  > Update to meld-3.16.4. (ajacoutot@)

mupdf

  - patches/patch-source_pdf_pdf-shade_c
  - patches/patch-source_pdf_pdf-xref_c   - patches/patch-source_tools_mutool_c
  - patches/patch-thirdparty_mujs_jslex_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                ~ patches/patch-Makerules
  ~ patches/patch-Makethird               ~ patches/patch-platform_gl_gl-main_c
  ~ patches/patch-platform_x11_jstest_main_c
  ~ patches/patch-platform_x11_pdfapp_c   
  ~ patches/patch-platform_x11_x11_main_c
  ~ patches/patch-source_fitz_load-jpx_c
  ~ patches/patch-source_tools_mudraw_c   ~ patches/patch-source_tools_murun_c
  ~ patches/patch-source_tools_pdfclean_c
  ~ patches/patch-source_tools_pdfextract_c
  ~ patches/patch-source_tools_pdfinfo_c
  ~ patches/patch-source_tools_pdfpages_c
  ~ patches/patch-source_tools_pdfshow_c
  ~ pkg/PLIST                             

  > update to mupdf-1.10a (sthen@)

py-lxml

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-lxml-3.7.0. (ajacoutot@)

the_silver_searcher

  ~ Makefile                              ~ distinfo

  > Update the_silver_searcher to 1.0.2, from maintainer Florian Stinglmayr.
  > (fcambus@)

zathura

  ~ plugins/mupdf/Makefile                
  ~ plugins/mupdf/patches/patch-document_c
  ~ plugins/mupdf/patches/patch-image_c   ~ plugins/mupdf/patches/patch-page_c
  ~ plugins/mupdf/patches/patch-utils_c   + plugins/mupdf/patches/patch-index_c
  + plugins/mupdf/patches/patch-links_c   
  + plugins/mupdf/patches/patch-render_c

  > chase mupdf 1.10 api changes; breakage reported by naddy (sthen@)

== www =============================================================== 23/24 ==

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

www

  ~ Makefile                              

  > +jupyter-notebook,python3 (shadchin@)

chromium

  ~ patches/patch-media_media_options_gni

  > unbreak build (robert@)

  ~ Makefile                              ~ distinfo

  > update to 55.0.2883.87 (robert@)

firefox-esr

  ~ Makefile                              ~ distinfo

  > Update to firefox-esr 45.6.0.
  > See https://www.mozilla.org/en-US/firefox/45.6.0/releasenotes/ and
  > https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ (landry@)

firefox-esr-i18n

  ~ Makefile.inc                          ~ distinfo

  > Update to firefox-esr 45.6.0.
  > See https://www.mozilla.org/en-US/firefox/45.6.0/releasenotes/ and
  > https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ (landry@)

firefox-i18n

  ~ Makefile.inc                          ~ distinfo

  > Bugfix update to firefox 50.1.0.
  > See https://www.mozilla.org/en-US/firefox/50.1.0/releasenotes/ and
  > https://www.mozilla.org/en-US/security/advisories/mfsa2016-94/. (landry@)

jupyter-notebook

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to jupyter-notebook 4.2.3. Add py3 flavor and take maintainership.
  > ok edd@ (shadchin@)

kibana

  ~ Makefile                              ~ distinfo
  ~ patches/patch-config_kibana_yml       ~ pkg/PLIST
  ~ pkg/README                            ~ pkg/kibana.rc

  > update to kibana-5.1.1
  > please refer to the release notes [1] and list of breaking changes between
  > kibana 4 and 5 [2]
  > 1: https://www.elastic.co/blog/kibana-5-1-1-released
  > 2: https://www.elastic.co/guide/en/kibana/current/breaking-changes-5.0.html
  > from Pavel Korovin (MAINTAINER)
  > additional testing by sebastia@ (jasper@)

  + patches/patch-bin_kibana              + patches/patch-bin_kibana-plugin

  > lalala (jasper@)

liferea

  ~ Makefile                              

  > Drop the devel/gettext MODULE.
  > Regen WANTLIB.
  > No need for GNU libtool.
  > Drop MODGCONF2_SCHEMAS_DIR, this port is using dconf. (ajacoutot@)

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

  > Update to liferea-1.12rc1 (release candidate); it will hopefully fix mpi
  > multiple crashes with the current (old) stable version.
  > "can't be worse, OK" mpi@ (ajacoutot@)

logswan

  ~ Makefile                              ~ distinfo

  > Update logswan to 1.06. (fcambus@)

mozilla-firefox

  ~ Makefile                              ~ distinfo

  > Bugfix update to firefox 50.1.0.
  > See https://www.mozilla.org/en-US/firefox/50.1.0/releasenotes/ and
  > https://www.mozilla.org/en-US/security/advisories/mfsa2016-94/. (landry@)

owncloud

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

  > Update to owncloud-9.1.3. (ajacoutot@)

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

  TAGGED OPENBSD_6_0
  > Maintenance update to owncloud-9.0.7; keeping up-to-date on the previous
  > release to ease upgrade to 9.1.X for 6.1. (ajacoutot@)

phpmyadmin

  ~ Makefile                              ~ distinfo

  > bugfix update to 4.6.5.2 (giovanni@)

piwik

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to 2.17.1 (giovanni@)

py-requests

  ~ Makefile                              ~ distinfo

  > Bugfix update to py-requests 2.12.4 (shadchin@)

py-urllib3

  ~ Makefile                              

  > Update to 1.19.1
  > OK jasper@ (sebastia@)

  ~ distinfo                              

  > update distinfo after the update to unbreak (danj@)

squid

  ~ Makefile                              ~ distinfo

  > update to squid-3.5.23
  > <http://www.squid-cache.org/Advisories/SQUID-2016_10.txt>
  > Incorrect HTTP Request header comparison results in Collapsed
  > Forwarding feature mistakenly identifying some private responses as
  > being suitable for delivery to multiple clients.
  > <http://www.squid-cache.org/Advisories/SQUID-2016_11.txt>
  > Incorrect processing of responses to If-None-Modified HTTP conditional
  > requests leads to client-specific Cookie data being leaked to other
  > clients. Attack requests can easily be crafted by a client to probe a
  > cache for this information. (sthen@)

tomcat

  ~ v8/Makefile                           ~ v8/distinfo
  ~ v8/patches/patch-conf_server_xml      ~ v8/pkg/PLIST-examples

  > Update to tomcat-8.5.9 (dcoppa@)

urlwatch

  - patches/patch-urlwatch                ~ Makefile
  ~ distinfo                              ~ pkg/PLIST
  + patches/patch-lib_urlwatch_config_py

  > update to urlwatch-2.6 (sthen@)

== x11 =============================================================== 24/24 ==

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

gnome

  ~ libgepub/Makefile                     

  > REVIVISON -> REVISION (ajacoutot@)

  - session/patches/patch-gnome-session_main_c
  ~ session/Makefile                      

  > Remove uneeded patch. (ajacoutot@)

  + session/patches/patch-gnome-session_main_c

  > I am stupid; while hunting for some other issue, I misread my own patch.
  > Bring it back, it _is_ needed. (ajacoutot@)

  ~ online-accounts/Makefile              ~ online-accounts/distinfo
  ~ online-accounts/pkg/PLIST             

  > update to gnome-online-accounts-3.22.3 (jasper@)

  ~ gvfs/Makefile                         ~ gvfs/distinfo

  > Update to gvfs-1.30.3. (ajacoutot@)

  ~ tracker/Makefile                      ~ tracker/distinfo

  > Update to meta-tracker-1.10.3. (ajacoutot@)

  ~ builder/Makefile                      

  > Add dependency on py3-jedi and py3-lxml for Python auto-completion.
  > (ajacoutot@)

  ~ initial-setup/Makefile                ~ control-center/Makefile

  > Sync WANTLIB after heimdal update. (ajacoutot@)

  ~ tracker/Makefile                      

  > Unbreak after poppler switch from openjpeg to openjp2. (zhuk@)

lsw

  ~ Makefile                              

  > Fix typo in COMMENT: runnnig -> running. (bentley@)

mplayer

  ~ Makefile                              

  > Sync FFMPEG_V.
  > from Brad (maintainer) (ajacoutot@)

xfce4

  ~ tumbler/Makefile                      

  > Unbreak after poppler switch from openjpeg to openjp2. (zhuk@)

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

Reply via email to