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

audio/mpg123                            devel/atk
devel/glib2                             devel/py-gobject3
devel/py-parsedatetime                  geo/openbsd-developers
graphics/png                            infrastructure/bin
infrastructure/man                      infrastructure/mk
mail/dovecot                            mail/p5-MIME-tools
misc/memcached                          net/icbd
textproc                                textproc/agrep
textproc/glimpse                        textproc/tre
www/icedtea-web                         www/sblg
www/varnish                             x11/gnome
x11/gnustep                             

== audio ============================================================= 01/11 ==

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

mpg123

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

  > Update to 1.24.0:
  > * miscellaneous bug fixes
  > * use plain dlopen() for opening modules instead of libltdl
  > * the out123 tool now features tone generation
  > * enable aarch64 optimizations (naddy@)

== devel ============================================================= 02/11 ==

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

atk

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to atk-2.24.0. (ajacoutot@)

glib2

  ~ Makefile                              ~ distinfo
  ~ patches/patch-gio_glib-compile-schemas_c
  ~ pkg/PLIST                             

  > Update to glib2-2.52.1.
  > - survived a bulk
  > - this officially starts the work on updating GNOME to 3.24.1 (ajacoutot@)

py-gobject3

  ~ Makefile                              ~ distinfo

  > Update to py-gobject3-3.24.0. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to py-gobject3-3.24.1. (ajacoutot@)

py-parsedatetime

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update py-parsedatetime to 2.3.
  > ok sthen@ (maintainer). (rpointel@)

== geo =============================================================== 03/11 ==

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

openbsd-developers

  ~ Makefile                              ~ files/OpenBSD

  > Add myself to geo/openbsd-developers.
  > ok jca@ landry@ (rsadowski@)

== graphics ========================================================== 04/11 ==

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

png

  ~ Makefile                              ~ distinfo

  > maintenance update to 1.6.29 (naddy@)

== infrastructure ==================================================== 05/11 ==

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

bin

  ~ check-lib-depends                     

  > forgot synopsis (espie@)

man

  ~ man1/check-lib-depends.1              

  > explain the -S option and how it's currently used (espie@)

mk

  ~ bsd.port.mk                           

  > add cached packages to the list of cleaned packages when make
  > clean=packages
  > I agree with rpe@, this was odd.
  > Also remove an extra / in constructed package names. (espie@)

== mail ============================================================== 06/11 ==

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

dovecot

  - patches/patch-src_lib-dcrypt_dcrypt-openssl_c
  - patches/patch-src_plugins_trash_trash-plugin_c
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-server                      

  > update to Dovecot 2.2.29, from Brad.
  > * passdb/userdb dict: Don't double-expand %variables in keys. If dict
  > was used as the authentication passdb, using specially crafted
  > %variables in the username could be used to cause DoS (CVE-2017-2669)
  > (sthen@)

p5-MIME-tools

  ~ Makefile                              ~ distinfo

  > update to 5.509 (giovanni@)

== misc ============================================================== 07/11 ==

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

memcached

  ~ Makefile                              ~ distinfo

  > Important bugfix update to 1.4.36
  > Full Changelog at https://github.com/memcached/memcached/wiki/ReleaseNotes
  > (giovanni@)

== net =============================================================== 08/11 ==

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

icbd

  ~ Makefile                              + patches/patch-icb_c
  + patches/patch-icb_h                   

  > Don't inline icb_lsmod, fixes with clang (which has c99 inline by default).
  > Committed upstream. (sthen@)

== textproc ========================================================== 09/11 ==

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

textproc

  ~ Makefile                              

  > remove the port for agrep-2.04.tar.Z, doesn't build with clang, and we
  > can't redistribute binaries anyway -
  > PERMIT_PACKAGE_FTP=     may not modify
  > PERMIT_PACKAGE_CDROM=   no fee
  > ok landry (sthen@)

agrep

  - Makefile                              - distinfo
  - patches/patch-agrep_h                 - patches/patch-compat_c
  - patches/patch-follow_c                - patches/patch-mgrep_c
  - patches/patch-parse_c                 - patches/patch-sgrep_c
  - patches/patch-utilities_c             - pkg/DESCR
  - pkg/PLIST                             

  > remove the port for agrep-2.04.tar.Z, doesn't build with clang, and we
  > can't redistribute binaries anyway -
  > PERMIT_PACKAGE_FTP=     may not modify
  > PERMIT_PACKAGE_CDROM=   no fee
  > ok landry (sthen@)

glimpse

  ~ Makefile                              ~ pkg/PLIST

  > remove @conflict agrep, textproc/glimpse has its own version too. (sthen@)

tre

  ~ Makefile                              ~ pkg/PLIST

  > textproc/tre no longer needs @conflict agrep. (this has its own version of
  > the agrep tool). (sthen@)

== www =============================================================== 10/11 ==

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

icedtea-web

  ~ Makefile                              

  > Switch to jdk-1.8+ to unbreak javaws(1) and take maintainership
  > ok landry@ (giovanni@)

sblg

  ~ Makefile                              ~ distinfo

  > Update to sblg-0.4.1.
  > Changelog:
  > "Enpower -l (tag-listing mode). This is now able to emit all tags in JSON
  > formatted output via -j, which makes it easy for dynamic sites to play with
  > tag listings in any way they choose. (See sblg(1) for an explanation of the
  > output format.) Also add -r, which stipulates that -l will print tag-first.
  > This is most useful for -j, as it allows for easy browsing by tag name."
  > (bentley@)

varnish

  ~ Makefile                              ~ distinfo

  > Update for Varnish to 5.1.2.
  > OK benoit@ (gonzalo@)

== x11 =============================================================== 11/11 ==

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

gnome

  ~ at-spi2-core/Makefile                 ~ at-spi2-core/distinfo
  ~ at-spi2-core/pkg/PLIST                

  > Update to at-spi2-core-2.24.0. (ajacoutot@)

  ~ at-spi2-atk/Makefile                  ~ at-spi2-atk/distinfo

  > Update to at-spi2-atk-2.24.0. (ajacoutot@)

  ~ py-atspi/Makefile                     ~ py-atspi/distinfo

  > Update to py3-atspi-2.24.0. (ajacoutot@)

  ~ dictionary/Makefile                   
  + dictionary/patch-libgdict_gdict-client-context_h
  + dictionary/patch-src_gdict-app_c      
  + dictionary/patch-src_gdict-sidebar_c
  + dictionary/patch-src_gdict-source-dialog_c

  > Unbreak with newer GLib. (ajacoutot@)

  - dictionary/pkg/patch-libgdict_gdict-client-context_h
  - dictionary/pkg/patch-src_gdict-app_c
  - dictionary/pkg/patch-src_gdict-sidebar_c
  - dictionary/pkg/patch-src_gdict-source-dialog_c
  ~ dictionary/Makefile                   ~ dictionary/distinfo
  ~ dictionary/pkg/PLIST                  

  > Update to gnome-dictionary-3.24.0. (ajacoutot@)

  ~ adwaita-icon-theme/Makefile           ~ adwaita-icon-theme/distinfo
  ~ adwaita-icon-theme/pkg/PLIST          

  > Update to adwaita-icon-theme-3.24.0. (ajacoutot@)

  ~ backgrounds/Makefile                  ~ backgrounds/distinfo

  > Update to gnome-backgrounds-3.24.0. (ajacoutot@)

  ~ devhelp/Makefile                      ~ devhelp/distinfo
  ~ devhelp/pkg/PLIST                     

  > Update to devhelp-3.24.0. (ajacoutot@)

  ~ eog-plugins/Makefile                  ~ eog-plugins/distinfo
  ~ eog-plugins/pkg/PLIST                 

  > update to eog-plugins-3.16.6 (jasper@)

gnustep

  ~ pdfkit/Makefile                       ~ pdfkit/distinfo
  ~ pdfkit/pkg/PLIST                      

  > Update to 1.0.1, and remove BROKEN marker again (sebastia@)

  ~ gworkspace/Makefile                   ~ gworkspace/pkg/PLIST

  > readd dependency to pdfkit, and bump revision (sebastia@)

  ~ gui/Makefile                          ~ gui/distinfo
  ~ gui/pkg/PLIST                         

  > Update to 0.25.1, minor shlib bump due to addition of class (sebastia@)

  ~ back/Makefile                         ~ back/distinfo

  > minor update to 0.25.1 following the gui update (sebastia@)

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

Reply via email to