OpenBSD ports changes summary for 2015-10-21
============================================

archivers/p7zip                         benchmarks/netperf
benchmarks/netperf-wrapper              converters/dos2unix
databases/hs-postgresql-simple          devel/hs-fgl
devel/pudb                              games/wtf
graphics/darktable                      graphics/dcraw
infrastructure/db                       mail/roundcubemail
net/fping                               net/icinga
net/iodine                              net/scamper
net/synergy                             security/burpsuite
security/sslscan                        sysutils/freeipmi
www/owncloud                            www/rt

== archivers ========================================================= 01/13 ==

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

p7zip

  ~ Makefile                              ~ distinfo
  ~ patches/patch-install_sh              ~ pkg/PLIST-main
  ~ pkg/PLIST-rar                         

  > update to p7zip-15.09, from maintainer Josh Grosse (sthen@)

== benchmarks ======================================================== 02/13 ==

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

netperf

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure_ac            ~ patches/patch-src_dscp_c

  > update to netperf-2.7.0 (sthen@)

netperf-wrapper

  - pkg/patch-netperf_wrapper_settings_py
  ~ Makefile                              ~ distinfo
  ~ patch-netperf_wrapper_build_info_py   ~ pkg/PLIST

  > update to netperf-wrapper-0.9.1 (sthen@)

== converters ======================================================== 03/13 ==

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

dos2unix

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to dos2unix-7.3.1 (sthen@)

== databases ========================================================= 04/13 ==

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

hs-postgresql-simple

  ~ Makefile                              

  > Mark as broken on i386. (kili@)

== devel ============================================================= 05/13 ==

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

hs-fgl

  ~ Makefile                              

  > Mark as broken on i386. (kili@)

pudb

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to pudb-2015.4.1
  > This update includes experimental remote debug support. (jca@)

== games ============================================================= 06/13 ==

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

wtf

  ~ Makefile                              ~ distinfo

  > update to wtf-20151011 (sthen@)

== graphics ========================================================== 07/13 ==

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

darktable

  ~ Makefile                              ~ distinfo

  > update to darktable 1.6.9 (sthen@)

dcraw

  - patches/patch-dcraw_c                 ~ Makefile
  ~ distinfo                              

  > update to dcraw-9.26.0 (sthen@)

== infrastructure ==================================================== 08/13 ==

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

db

  ~ user.list                             

  > comment-out group which is no longer used (sthen@)

== mail ============================================================== 09/13 ==

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

roundcubemail

  ~ Makefile                              ~ pkg/README
  + pkg/patch-program_lib_Roundcube_rcube_imap_generic_php

  > Patch roundcubemail to use STREAM_CRYPTO_METHOD_SSLv23_CLIENT when making
  > an
  > imap connection.
  > PHP's STREAM_CRYPTO_METHOD_TLS_CLIENT is TLSv1.0 only "for BC with
  > pre-5.6".
  > There's a STREAM_CRYPTO_METHOD_TLS_ANY_CLIENT but it doesn't seem to
  > actually
  > work, so use STREAM_CRYPTO_METHOD_SSLv23_CLIENT which (at least with
  > libressl)
  > is TLS-only anyway.
  > Thanks PHP.
  > While there, add an explicit note to the README about the requirement to
  > disable suhosin session encryption now that we're using the extension in
  > the
  > standard PHP packages. (sthen@)

== net =============================================================== 10/13 ==

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

fping

  ~ Makefile                              

  > tidy fping Makefile (sthen@)

icinga

  - core2/patches/patch-lib_base_application_hpp
  - core2/patches/patch-lib_base_timer_hpp
  - core2/patches/patch-test_test_cpp     ~ core2/Makefile
  ~ core2/patches/patch-lib_base_application_cpp
  + core2/patches/patch-lib_base_threadpool_cpp
  + core2/patches/patch-lib_cli_daemoncommand_cpp

  > Adjust the icinga2 port:
  > - Replace previous backout with fixes from Gunnar Beutner (upstream):
  > . Make sure the timer thread is gone when calling fork()
  > . Ensure that the main thread pool gets re-initialized properly after
  > fork()
  > - Add a check so that 'make test' fails early with a useful error if the
  > libconfig package is installed; the objects in the build directory don't
  > have a finalized rpath and they are looking in /usr/local/lib before the
  > build directory, so the wrong libconfig so is picked up.
  > I think this port should now be in good shape, please let me know if you're
  > using it and run into problems with forking etc. (sthen@)

  ~ core2/Makefile                        ~ core2/pkg/PLIST-main

  > clean up Makefile, install editor syntax files in the right place (sthen@)

  ~ core2/Makefile                        

  > trimmed a bit too much in previous, reinstate SYSCONFDIR subst. (sthen@)

iodine

  ~ Makefile                              ~ pkg/PLIST
  + pkg/README                            + pkg/iodined.rc

  > Add an rc.d script and pkg-readme.
  > from "Alex" (ajacoutot@)

scamper

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to scamper-20141211b (sthen@)

synergy

  - patches/patch-src_lib_io_CryptoMode_cryptopp_h
  - patches/patch-src_lib_io_CryptoStream_cryptopp_h
  - patches/patch-src_lib_server_ClientProxy1_4_cpp
  ~ Makefile                              ~ distinfo
  ~ patches/patch-CMakeLists_txt          ~ patches/patch-src_CMakeLists_txt
  + patches/patch-src_lib_arch_CMakeLists_txt

  > Update synergy to 1.7.4.
  > Tested by Michael Lesniewski <lesniewskister at gmail dot com>. ok abieber@
  > (jturner@)

== security ========================================================== 11/13 ==

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

burpsuite

  ~ Makefile                              ~ distinfo

  > bugfix update to 1.6.30.
  > http://releases.portswigger.net/2015/10/1630.html (rpointel@)

sslscan

  - patches/patch-sslscan_c               ~ Makefile
  ~ distinfo                              

  > update to sslscan-1.11.0-rbsec, take MAINTAINER (sthen@)

== sysutils ========================================================== 12/13 ==

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

freeipmi

  ~ Makefile                              ~ distinfo

  > update to freeipmi-1.4.10, take MAINTAINER (sthen@)

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

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

owncloud

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to owncloud-8.2.0. (ajacoutot@)

rt

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_5_8
  > security update to 4.0.24; fixes CVE-2015-5475
  > ok jasper@ (robert@)

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

Reply via email to