OpenBSD ports changes summary for 2017-08-11
============================================

audio/hs-libmpd                         audio/libmpdclient
audio/ncmpcpp                           audio/pianobar
databases/mariadb                       devel/apr
devel/git                               devel/mercurial
devel/tortoisehg                        emulators/advancemame
emulators/advancemess                   games/numptyphysics
games/prboom                            graphics/lensfun
graphics/orthanc                        mail/fetchmail
net/amule                               net/curl
net/openafs                             security/botan2
security/pcsc-lite                      shells/ksh93
sysutils/memtest86+                     www/firefox-i18n
www/mozilla-firefox                     www/py-flask
www/racktables                          www/tomcat
www/youtube-dl                          x11/smplayer

== audio ============================================================= 01/13 ==

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

hs-libmpd

  ~ Makefile                              ~ distinfo

  > Update to hs-libmpd-0.9.0.7 (dcoppa@)

libmpdclient

  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_sync_c              ~ pkg/PLIST
  + patches/patch-meson_build             

  > Update to libmpdclient-2.13 (dcoppa@)

ncmpcpp

  ~ Makefile                              + patches/patch-doc_config
  + patches/patch-src_curses_window_cpp   

  > Bugfixes from the '0.8.x' stable branch:
  > Fix crash when colors are disabled
  > (upstream git commit a22cd2c68c71481c653d9f6547f2e7b46ce57106)
  > config: change default value of show_duplicate_tags from 'true' to 'yes'
  > (upstream git commit 4f72330bb8d04aa14fa380f969013675882b7c1b) (dcoppa@)

pianobar

  ~ Makefile                              + patches/patch-src_ui_act_c

  > Fix use-after-free when deleting station
  > (upstream git commit 2a8865ad0d7c4976f43d99ed258c84ae4f95b0ce) (dcoppa@)

== databases ========================================================= 02/13 ==

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

mariadb

  ~ Makefile                              ~ distinfo
  ~ patches/patch-scripts_CMakeLists_txt
  ~ patches/patch-sql_CMakeLists_txt      
  ~ patches/patch-storage_connect_reldef_cpp
  ~ pkg/PLIST-server                      ~ pkg/PLIST-tests

  > update to mariadb-10.0.32, from Brad (maintainer) (sthen@)

== devel ============================================================= 03/13 ==

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

apr

  ~ patches/patch-configure               
  ~ patches/patch-network_io_unix_sockets_c

  > regen patches, noticed while building git TDEP
  > ok stsp@ (maintainer) (danj@)

git

  ~ Makefile                              ~ distinfo

  > Update git to fix CVE-2017-1000117.
  > From Daniel Jakots, thanks!
  > OK benoit@, sthen@ (pirofti@)

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                
  ~ patches/patch-t_t9200-git-cvsexportcommit_sh
  ~ patches/patch-t_test-lib_sh           

  TAGGED OPENBSD_6_1
  > Backport git CVE-2017-1000117 fix.
  > From Daniel Jakots, thanks!
  > OK sthen@ (pirofti@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_6_0
  > Update to git-2.9.5, fix CVE-2017-1000117
  > ok pirofti (danj@)

mercurial

  ~ Makefile                              ~ distinfo
  ~ patches/patch-tests_test-clonebundles_t
  ~ pkg/PLIST-main                        

  > Update to mercurial 4.3.1. (juanfra@)

tortoisehg

  ~ Makefile                              ~ distinfo

  > Update to tortoisehg 4.3.1. (juanfra@)

== emulators ========================================================= 04/13 ==

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

advancemame

  ~ Makefile                              

  > add -fomit-frame-pointer for i386 to unbreak, clang builds use an extra
  > register compared to the gcc build and we run out. (sthen@)

advancemess

  ~ Makefile                              

  > add -fomit-frame-pointer for i386 to unbreak, clang builds use an extra
  > register compared to the gcc build and we run out. (sthen@)

== games ============================================================= 05/13 ==

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

numptyphysics

  ~ Makefile                              

  > drop maintainer (dcoppa@)

prboom

  ~ Makefile                              + patches/patch-src_m_fixed_h

  > %cc -> cc in asm; unbreak on i386+clang (sthen@)

== graphics ========================================================== 06/13 ==

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

lensfun

  + patches/patch-tests_CMakeLists_txt    

  > Bugfix: ${OpenMP_CXX_FLAGS} was used unconditionally
  > Fix building lensfun with CMake-3.9 (dcoppa@)

orthanc

  ~ Makefile.inc                          ~ server/Makefile

  > move BDEP on unzip to Makefile.inc for it's common
  > spotted by naddy@ (jasper@)

== mail ============================================================== 07/13 ==

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

fetchmail

  ~ Makefile                              ~ patches/patch-socket_c

  > Do not overrun plugin string when copying it.  Prevents sporadic
  > segmentation fault in fetchmail.  Fix reported to upstream.
  > OK jca@ (bluhm@)

== net =============================================================== 08/13 ==

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

amule

  ~ Makefile                              + patches/patch-src_TextClient_cpp

  > Fix display of search results in amulecmd
  > Uses correct integer conversion identifiers in Printf
  > (upstream svn revision r10987) (dcoppa@)

curl

  ~ Makefile                              + patches/patch-lib_tftp_c
  + patches/patch-src_tool_urlglob_c      

  TAGGED OPENBSD_6_1
  > Security fixes:
  > * tftp: reject file name lengths that don't fit (CVE-2017-1000100)
  > * glob: do not parse after a strtoul() overflow range (CVE-2017-1000101)
  > (naddy@)

  ~ Makefile                              + patches/patch-lib_tftp_c
  + patches/patch-src_tool_urlglob_c      

  TAGGED OPENBSD_6_0
  > Security fixes:
  > * tftp: reject file name lengths that don't fit (CVE-2017-1000100)
  > * glob: do not parse after a strtoul() overflow range (CVE-2017-1000101)
  > (naddy@)

openafs

  ~ Makefile                              
  + patches/patch-src_ubik_utst_client_c
  + patches/patch-src_ubik_utst_server_c

  > Fix a couple of C problems in security/openafs that clang doesn't like.
  > Still doesn't build ("./kauth.rg, line 141: expected '*' or 'identifier'")
  > so mark as BROKEN. (OpenAFS is i386-only). (sthen@)

== security ========================================================== 09/13 ==

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

botan2

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

  > update botan2 to 2.2.0 (bluhm@)

pcsc-lite

  ~ Makefile                              + patches/patch-src_simclist_c

  > simclist: fix memory leak
  > (upstream commit 8946edadaca353d65112664a5fcd7bbe1be54ed5) (dcoppa@)

== shells ============================================================ 10/13 ==

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

ksh93

  + patches/patch-src_lib_libast_hash_hashalloc_c
  + patches/patch-src_lib_libast_string_tokscan_c

  > unbreak with clang 32-bit arches, from libast upstream via freebsd (sthen@)

== sysutils ========================================================== 11/13 ==

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

memtest86+

  ~ Makefile                              

  > Respect CC (jca@)

  ~ Makefile                              ~ patches/patch-Makefile

  > Also respect CFLAGS
  > grrrrrr... (jca@)

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

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

firefox-i18n

  ~ Makefile.inc                          ~ distinfo

  > Bugfix update to 55.0.1.
  > See https://www.mozilla.org/en-US/firefox/55.0.1/releasenotes/
  > * Fix a regression the tab restoration process (bug 1388160)
  > * Fix a problem causing What's new pages not to be displayed (bug 1386224)
  > * Fix a rendering issue with some PKCS#11 libraries (bug 1388370)
  > * Disable the predictor prefetch (bug 1388160)
  > -stable commit awaiting packages... (landry@)

mozilla-firefox

  ~ Makefile                              ~ distinfo

  > Bugfix update to 55.0.1.
  > See https://www.mozilla.org/en-US/firefox/55.0.1/releasenotes/
  > * Fix a regression the tab restoration process (bug 1388160)
  > * Fix a problem causing What's new pages not to be displayed (bug 1386224)
  > * Fix a rendering issue with some PKCS#11 libraries (bug 1388370)
  > * Disable the predictor prefetch (bug 1388160)
  > -stable commit awaiting packages... (landry@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_6_1
  > MFC: Bugfix update to 55.0.1.
  > See https://www.mozilla.org/en-US/firefox/55.0.1/releasenotes/
  > * Fix a regression the tab restoration process (bug 1388160)
  > * Fix a problem causing What's new pages not to be displayed (bug 1386224)
  > * Fix a rendering issue with some PKCS#11 libraries (bug 1388370)
  > * Disable the predictor prefetch (bug 1388160)
  > "Stable" packages for i386 and amd64 available at
  > https://packages.rhaalovely.net/
  > signed with https://packages.rhaalovely.net/landry-mozilla-pkg.pub
  > (landry@)

py-flask

  ~ Makefile                              ~ distinfo

  > Update to py-flask-0.12.2 (danj@)

racktables

  ~ Makefile                              ~ distinfo

  > update to racktables-0.20.14 (sthen@)

tomcat

  ~ v8/Makefile                           ~ v8/distinfo
  ~ v8/pkg/PLIST-examples                 

  > Update to Tomcat 8.5.20 (dcoppa@)

youtube-dl

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update youtube-dl to 2017.08.09
  > ok pirofti@ (rsadowski@)

== x11 =============================================================== 13/13 ==

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

smplayer

  ~ Makefile                              ~ distinfo

  > Update for SMPlayer to 17.8.0
  > Tested by Josh as always (thanks!) (gonzalo@)

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

Reply via email to