OpenBSD ports changes summary for 2017-09-04
============================================

archivers/unrar                         audio/ncmpc
comms/fldigi                            databases/mariadb
devel/glib2mm                           devel/gsettings-desktop-schemas
devel/jdk                               devel/lua-penlight
devel/mpfr                              education/anki
graphics/feh                            graphics/ffmpeg
graphics/py-cairo                       mail/cyrus-imapd
mail/mutt                               mail/roundcubemail
net/isc-dhcp                            net/py-libcloud
sysutils/ansible-lint                   sysutils/borgmatic
sysutils/dtb                            sysutils/terraform
textproc/libebml                        www/epiphany
www/kcgi                                x11/i3

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

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

unrar

  ~ Makefile                              ~ distinfo

  > Security update to 5.50 for directory traversal and memory safety bugs.
  > Prodded by Bryan Linton (naddy@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_6_1
  > Security update to 5.50 for directory traversal and memory safety bugs.
  > (naddy@)

== audio ============================================================= 02/13 ==

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

ncmpc

  ~ Makefile                              + patches/patch-src_plugin_c
  + patches/patch-src_screen_song_c       

  > fix crash on lyrics screen
  > (upstream git commit 36e3f4589afc5bf3d17c0584719a86a577340fa0)
  > fix memory leak
  > (upstream git commit c4aca0137a7a819270eabb3092e655ccaa721065) (dcoppa@)

== comms ============================================================= 03/13 ==

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

fldigi

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > update to fldigi-4.0.9 (sthen@)

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

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

mariadb

  + patches/patch-storage_innobase_include_srv0mon_h

  TAGGED OPENBSD_6_1
  > Backport upstream patch to fix build on arches without 64-bit atomic ops.
  > From Brad. (sthen@)

  + patches/patch-storage_innobase_include_srv0mon_h

  TAGGED OPENBSD_6_0
  > Backport upstream patch to fix build on arches without 64-bit atomic ops.
  > From Brad. (sthen@)

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

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

glib2mm

  ~ Makefile                              ~ distinfo

  > Update to glib2mm-2.52.1. (ajacoutot@)

gsettings-desktop-schemas

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to gsettings-desktop-schemas-3.24.1. (ajacoutot@)

jdk

  ~ 1.8/Makefile                          

  > point LD_LIBRARY_PATH at the bootstrap libs for configure, too (naddy@)

lua-penlight

  ~ Makefile                              ~ distinfo

  > Update to Penlight-1.5.4 (dcoppa@)

mpfr

  ~ Makefile                              

  > Keep TLS support disabled.  With the pthread bits in libc, libcompiler_rt's
  > emutls no longer requires libpthread and mpfr configures to use TLS and
  > thus
  > requires the new libc, breaking the lang/gcc bootstrap.
  > Analyzed by guenther@ (naddy@)

== education ========================================================= 06/13 ==

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

anki

  ~ Makefile                              ~ distinfo
  ~ patches/patch-anki_anki               

  > update to anki-2.0.48
  > based on a diff by Derek Sivers (jasper@)

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

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

feh

  ~ Makefile                              ~ patches/patch-src_keyevents_c
  ~ patches/patch-src_options_c           

  > Respect -N / --no-menus option (broken in 2.17)
  > (upstream git commit 8ad7d16318975a46aaada5c2b4ecf22c089b88f5)
  > Silence -Wimplicit-fallthrough= warning (missing break)
  > (upstream git commit a0e2ed52478480513dc1f6963f3114c7841a0d87) (dcoppa@)

ffmpeg

  ~ Makefile                              

  > Use ports clang to build ffmpeg on amd64. The AAC encoder hangs on amd64
  > when
  > compiled with clang 4.0.x (either 4.0.0 in base or the older ports 4.0.1).
  > Based on a diff from Brad.
  > Add a comment explaining this and note that there is another issue where
  > the
  > H264 decoder segfaults in ff_deblock_v_luma_8_sse2 on i386, but this isn't
  > helped by the newer ports clang. (sthen@)

py-cairo

  ~ Makefile                              ~ distinfo

  > Update to py-cairo-1.15.2. (ajacoutot@)

== mail ============================================================== 08/13 ==

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

cyrus-imapd

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

  > Update to cyrus-imapd-3.0.4. (ajacoutot@)

mutt

  ~ Makefile                              ~ distinfo
  ~ patches/patch-main_c                  

  > update to mutt-1.9.0 (sthen@)

roundcubemail

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to roundcubemail-1.3.1 (sthen@)

== net =============================================================== 09/13 ==

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

isc-dhcp

  - patches/patch-bind_bind-9_9_9-P3_lib_isc_backtrace_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-common_socket_c         
  + patches/patch-bind_bind-9_9_11_lib_isc_backtrace_c

  > update to isc-dhcp-4.3.6, from Brad (sthen@)

py-libcloud

  ~ Makefile                              ~ distinfo

  > Update to py-libcloud-2.2.0. (ajacoutot@)

== sysutils ========================================================== 10/13 ==

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

ansible-lint

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to ansible-lint-3.4.15 (jasper@)

borgmatic

  ~ Makefile                              ~ distinfo

  > update to borgmatic-1.1.7 (jasper@)

dtb

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update dtb to linux 4.13 (jsg@)

terraform

  ~ terraform/Makefile                    ~ terraform/distinfo

  > Update to terraform-0.10.3. (ajacoutot@)

  ~ provider-vsphere/Makefile             ~ provider-vsphere/distinfo

  > Update to terraform-provider-vsphere-0.2.1. (ajacoutot@)

== textproc ========================================================== 11/13 ==

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

libebml

  ~ Makefile                              ~ distinfo

  > Update to libebml-1.3.5.
  > from Brad (maintainer) (ajacoutot@)

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

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

epiphany

  ~ Makefile                              ~ distinfo

  > update to epiphany-3.24.4 (jasper@)

kcgi

  ~ Makefile                              ~ distinfo

  > Update kcgi to 0.9.6 (jturner@)

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

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

i3

  - patches/patch-libi3_get_config_path_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-configure
  ~ patches/patch-i3-dmenu-desktop        ~ patches/patch-i3-nagbar_main_c
  ~ patches/patch-man_i3_man              ~ patches/patch-src_bindings_c
  ~ patches/patch-src_manage_c            + patches/patch-libi3_dpi_c
  + patches/patch-testcases_inject_randr1_5_c

  > Update to i3-4.14
  > Tested by Josh Grosse
  > Tests, feedback and ok tb@ (dcoppa@)

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

Reply via email to