OpenBSD ports changes summary for 2016-05-04
============================================

archivers/libzip                        databases/mariadb
devel/p5-Config-IniFiles                devel/py-ioflo
devel/py-texscythe                      fonts/blockzone
fonts/charis                            fonts/comic-neue
fonts/spranq-ecofont-ttf                lang/elixir
multimedia/mpv                          net/py-botocore
net/samba                               print/texlive
security/clamav                         security/openssl
security/theharvester                   sysutils/awscli
sysutils/gitolite                       sysutils/p5-File-Which
sysutils/upower                         www/owncloud
x11/spectrwm                            x11/vlc

== archivers ========================================================= 01/12 ==

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

libzip

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to libzip-1.1.2 (jasper@)

== databases ========================================================= 02/12 ==

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

mariadb

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

  > update to MariaDB 10.0.25, from Brad.
  > CVE-2016-0643, CVE-2016-0647, CVE-2016-0648, CVE-2016-0655, CVE-2016-0666
  > https://mariadb.com/kb/en/mariadb/mariadb-10025-changelog/ (sthen@)

== devel ============================================================= 03/12 ==

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

p5-Config-IniFiles

  ~ Makefile                              ~ distinfo

  > update to p5-Config-IniFiles-2.89 (jasper@)

py-ioflo

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-ioflo-1.5.2. (ajacoutot@)

py-texscythe

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update py-texscythe to 0.2.0.1.
  > Also install pre-built sqlite databases.
  > OK abieber@, thanks. (edd@)

== fonts ============================================================= 04/12 ==

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

blockzone

  ~ Makefile                              ~ distinfo

  > switch to font.port.mk (jasper@)

charis

  ~ Makefile                              

  > switch to font.port.mk (jasper@)

comic-neue

  ~ Makefile                              

  > switch to font.port.mk (jasper@)

spranq-ecofont-ttf

  ~ Makefile                              

  > switch to font.port.mk (jasper@)

== lang ============================================================== 05/12 ==

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

elixir

  ~ Makefile                              ~ distinfo

  > update to elixir-1.2.5 (jasper@)

== multimedia ======================================================== 06/12 ==

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

mpv

  ~ Makefile                              ~ pkg/PLIST

  > re-enable encoding
  > from Josh Grosse (czarkoff@)

== net =============================================================== 07/12 ==

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

py-botocore

  ~ Makefile                              ~ distinfo

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

samba

  ~ Makefile                              ~ distinfo
  ~ patches/patch-source3_wscript         

  TAGGED OPENBSD_5_9
  > Update to samba-4.3.9, with fixes for the regressions brought by 4.3.8.
  > ok jung@ Ian (jca@)

== print ============================================================= 08/12 ==

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

texlive

  ~ texmf/Makefile                        ~ texmf/files/mk_plists.py

  > TeX Live: Update PLIST generation code in light of new py-texscythe.
  > OK abieber@, thanks. (edd@)

== security ========================================================== 09/12 ==

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

clamav

  ~ Makefile                              ~ distinfo
  ~ patches/patch-clamd_Makefile_in       ~ patches/patch-database_Makefile_in
  ~ patches/patch-libclamav_Makefile_in   
  ~ patches/patch-unit_tests_Makefile_in

  > update to clamav-0.99.2
  > still using the bundled llvm, the one in devel/llvm is too new (sthen@)

openssl

  ~ Makefile                              ~ distinfo
  ~ patches/patch-config                  

  > update to OpenSSL-1.0.2h:
  > *) Prevent padding oracle in AES-NI CBC MAC check
  > *) Fix EVP_EncodeUpdate overflow
  > *) Fix EVP_EncryptUpdate overflow
  > *) Prevent ASN.1 BIO excessive memory allocation
  > *) EBCDIC overread
  > *) Modify behavior of ALPN to invoke callback after SNI/servername
  > callback, such that updates to the SSL_CTX affect ALPN.
  > *) Remove LOW from the DEFAULT cipher list, removing single DES
  > from the default.
  > *) Only remove the SSLv2 methods with the no-ssl2-method option.
  > When the methods are enabled and ssl2 is disabled the methods return
  > NULL.  (i.e. restore ABI compat with pre-1.0.2g cf. SSLv2_*_method)
  > (sthen@)

theharvester

  ~ Makefile                              

  > add BUILD_DEPENDS =        lang/python/${MODPY_VERSION} (from nigel@).
  > thanks. (rpointel@)

== sysutils ========================================================== 10/12 ==

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

awscli

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to awscli-1.10.25. (ajacoutot@)

gitolite

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to gitolite-3.6.5 (jasper@)

p5-File-Which

  ~ Makefile                              ~ distinfo

  > Update to 1.21, versions removed from CPAN dist file missing.
  > Ok sthen@ (nigel@)

upower

  ~ Makefile                              
  ~ patches/patch-src_openbsd_up-backend_c

  > Remove pointless upperbound, SENSOR_MAX_TYPES has no meaning here and we
  > break from the loop anyway when needed (when ENOENT is returned). This
  > makes
  > it in line with other sensor walkers.
  > ok landry@ (MAINTAINER) (jasper@)

== www =============================================================== 11/12 ==

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

owncloud

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

  > Update to owncloud-9.0.2. (ajacoutot@)

== x11 =============================================================== 12/12 ==

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

spectrwm

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                ~ patches/patch-spectrwm_c

  > Update for Spectrwm to 3.0.0:
  > https://github.com/conformal/spectrwm/releases
  > OK rpointel@ (gonzalo@)

vlc

  ~ Makefile                              ~ distinfo

  > Update to vlc-2.2.3.
  > from Brad (maintainer) (ajacoutot@)

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

Reply via email to