OpenBSD ports changes summary for 2016-11-02
============================================

archivers/p5-Archive-Extract            archivers/p5-Archive-Zip
audio/gradio                            converters
converters/lua-iconv                    databases
databases/ruby-jdbc-h2                  databases/ruby-jdbc-mysql
databases/ruby-jdbc-postgres            databases/ruby-jdbc-sqlite3
devel                                   devel/bpython
devel/cbmc                              devel/flake8
devel/llvm                              devel/pcre2
devel/py-curtsies                       devel/py-entrypoints
devel/py-simplejson                     editors/libreoffice
editors/moe                             geo/libchamplain
geo/py-shapely                          infrastructure/man
lang                                    lang/sbcl
mail                                    mail/dovecot
mail/ruby-mail                          mail/ruby-mailfactory
mail/ruby-mime-types                    mail/ruby-mime-types-data
misc/mc                                 multimedia/gstreamer1
net/gnugk                               net/py-botocore
net/py-ipaddress                        net/syncthing
plan9/drawterm                          productivity/grisbi
productivity/osmo                       security
security/py-gnupg                       sysutils/ansible
sysutils/awscli                         sysutils/bacula
sysutils/py-ghmi                        sysutils/salt
sysutils/salt-testing                   sysutils/supervisor
textproc                                textproc/asciinema
www/chromium                            www/puppetboard
www/py-django                           www/py-flask
www/py-urllib3                          www/ruby-wasabi
www/sass                                www/sogo
www/sope                                x11
x11/gnome                               x11/ruby-profligacy

== archivers ========================================================= 01/20 ==

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

p5-Archive-Extract

  ~ Makefile                              ~ distinfo

  > update to p5-Archive-Extract-0.78 (jasper@)

p5-Archive-Zip

  ~ Makefile                              ~ distinfo
  ~ patch-lib_Archive_Zip_Member_pm       ~ pkg/PLIST

  > update to p5-Archive-Zip-1.59 (jasper@)

== audio ============================================================= 02/20 ==

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

gradio

  ~ Makefile                              

  > add missing BDEP on vala, noticed by naddy@ (landry@)

== converters ======================================================== 03/20 ==

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

converters

  ~ Makefile                              

  > Add lua-iconv. (fcambus@)

lua-iconv

  + Makefile                              + distinfo
  + patches/patch-test_iconv_lua          + pkg/PLIST
  + pkg/DESCR                             

  > New import:
  >     Import converters/lua-iconv.

== databases ========================================================= 04/20 ==

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

databases

  ~ Makefile                              

  > Unhook ruby-jdbc-{h2,mysql,postgres,sqlite3} (jeremy@)

ruby-jdbc-h2

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove ruby-jdbc-{h2,mysql,postgres,sqlite3}
  > These are pure ruby/java ports, haven't been updated in 4 years, and are
  > out of date.  jruby -S gem install if you need them.
  > OK jasper@ (jeremy@)

ruby-jdbc-mysql

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove ruby-jdbc-{h2,mysql,postgres,sqlite3}
  > These are pure ruby/java ports, haven't been updated in 4 years, and are
  > out of date.  jruby -S gem install if you need them.
  > OK jasper@ (jeremy@)

ruby-jdbc-postgres

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove ruby-jdbc-{h2,mysql,postgres,sqlite3}
  > These are pure ruby/java ports, haven't been updated in 4 years, and are
  > out of date.  jruby -S gem install if you need them.
  > OK jasper@ (jeremy@)

ruby-jdbc-sqlite3

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove ruby-jdbc-{h2,mysql,postgres,sqlite3}
  > These are pure ruby/java ports, haven't been updated in 4 years, and are
  > out of date.  jruby -S gem install if you need them.
  > OK jasper@ (jeremy@)

== devel ============================================================= 05/20 ==

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

devel

  ~ Makefile                              

  > +py-entrypoints
  > +py-entrypoints,python3 (shadchin@)

bpython

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to bpython-0.15 and lift restriction on py-curtsies<2.0 (jasper@)

cbmc

  ~ Makefile                              

  > fix WANTLIB, it was totally missing (sthen@)

flake8

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

  > Update to flake8 3.0.4, from frantisek holop (shadchin@)

llvm

  ~ Makefile                              
  ~ patches/patch-include_llvm_Support_Threading_h

  > Sync with what was committed upstream (Disable the use of std::call_once
  > on OpenBSD with libstdc++).
  > from Brad (maintainer) (ajacoutot@)

pcre2

  ~ Makefile                              

  > disable the jit bits; it's optional, disabled by default and required us to
  > mark pcre2 with USE_WXNEEDED
  > prompted by sthen@ (jasper@)

py-curtsies

  ~ Makefile                              ~ distinfo

  > update to py-curtsies-0.2.11 (jasper@)

py-entrypoints

  + Makefile                              + distinfo
  + patches/patch-setup_py                + pkg/PLIST
  + pkg/DESCR                             

  > New import:
  >     Import py-entrypoints 0.2.2, ok danj@

py-simplejson

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-simplejson 3.10.0 (shadchin@)

== editors =========================================================== 06/20 ==

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

libreoffice

  ~ patches/patch-configure               

  > add missing patch (robert@)

moe

  ~ Makefile                              ~ distinfo

  > update to moe-1.8 (jasper@)

== geo =============================================================== 07/20 ==

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

libchamplain

  ~ Makefile                              

  > sync WANTLIB (jasper@)

py-shapely

  ~ Makefile                              ~ distinfo

  > Update to py-shapely-1.5.17 (danj@)

== infrastructure ==================================================== 08/20 ==

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

man

  ~ man1/portbump.1                       

  > fix typo (sthen@)

== lang ============================================================== 09/20 ==

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

lang

  ~ Makefile                              

  > Hook up sbcl,threads (jca@)

sbcl

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to sbcl-1.3.0, and add a 'threads' FLAVOR.
  > This is a FLAVOR for now since the code is still not enabled by default
  > upstream.  Threads are not supported on powerpc yet.
  > Diff from Solene Rapenne, maintainer timeout. (jca@)

== mail ============================================================== 10/20 ==

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

mail

  ~ Makefile                              

  > Unhook ruby-mailfactory (jeremy@)

  ~ Makefile                              

  > Hook up ruby-mime-types-data (jeremy@)

dovecot

  ~ Makefile                              
  + patches/patch-src_lib-dcrypt_dcrypt-openssl_c
  + patches/patch-src_lib-ssl-iostream_dovecot-openssl-common_c

  > Patch Dovecot to handle openssl 1.1 api #ifdefs, e.g.
  > -+#elif OPENSSL_VERSION_NUMBER < 0x10100000L
  > ++#elif OPENSSL_VERSION_NUMBER < 0x10100000L ||
  > defined(LIBRESSL_VERSION_NUMBER)
  > Looks good to jca. (sthen@)

ruby-mail

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to mail-2.6.4 (jeremy@)

ruby-mailfactory

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove ruby-mailfactory
  > Pure ruby gem, last updated January 2009, last release in August 2008,
  > in the way of a ruby-mime-types update.
  > OK jasper@ (jeremy@)

ruby-mime-types

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to mime-types 3.1 (jeremy@)

ruby-mime-types-data

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     Import ruby-mime-types-data

== misc ============================================================== 11/20 ==

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

mc

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

  > update to mc-4.8.18
  > ok robert@ (maintainer) (kirby@)

== multimedia ======================================================== 12/20 ==

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

gstreamer1

  ~ Makefile.inc                          

  > Bump to 1.10.0. (ajacoutot@)

  ~ core/Makefile                         ~ core/distinfo
  ~ core/pkg/PLIST                        

  > Update to gstreamer1-1.10.0. (ajacoutot@)

  ~ plugins-base/Makefile                 ~ plugins-base/distinfo
  ~ plugins-base/patches/patch-configure_ac
  ~ plugins-base/pkg/PLIST                

  > Update to gstreamer1-plugins-base-1.10.0. (ajacoutot@)

  ~ plugins-good/Makefile                 ~ plugins-good/distinfo
  ~ plugins-good/patch-sys_oss_Makefile_in
  ~ plugins-good/pkg/PLIST-main           

  > Update to gstreamer1-plugins-good-1.10.0. (ajacoutot@)

  ~ plugins-ugly/Makefile                 ~ plugins-ugly/distinfo

  > Update to gstreamer1-plugins-ugly-1.10.0. (ajacoutot@)

  ~ plugins-bad/Makefile                  ~ plugins-bad/distinfo
  ~ plugins-bad/patches/patch-configure_ac
  ~ plugins-bad/pkg/PLIST                 

  > Update to gstreamer1-plugins-bad-1.10.0. (ajacoutot@)

  ~ py-gstreamer/Makefile                 ~ py-gstreamer/distinfo

  > Update to py3-gstreamer1-1.10.0. (ajacoutot@)

  ~ plugins-libav/Makefile                ~ plugins-libav/distinfo
  ~ plugins-libav/patch-ext_libav_Makefile_in
  ~ plugins-libav/patch-gst-libs_ext_libav_configure

  > Update to gstreamer1-plugins-libav-1.10.0. (ajacoutot@)

  ~ mm/Makefile                           

  > Bump after using the clang MODULE. (ajacoutot@)

== net =============================================================== 13/20 ==

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

gnugk

  ~ Makefile                              

  > Drop PORTROACH marker. (ajacoutot@)

py-botocore

  ~ Makefile                              ~ distinfo

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

py-ipaddress

  ~ Makefile                              ~ distinfo

  > Update to py-ipaddress-1.0.17 (danj@)

syncthing

  ~ Makefile                              ~ distinfo

  > Update to Syncthing 0.14.10
  > OK edd@ (feinerer@)

== plan9 ============================================================= 14/20 ==

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

drawterm

  - patches/patch-posix-mips_Makefile     - patches/patch-posix-mips_tas_s
  - patches/patch-posix-power_Makefile    ~ Makefile
  ~ distinfo                              ~ patches/patch-Make_openbsd

  > Update to drawterm-20161101
  > Switch from hg tarballs to proper releases, and remove a few patches
  > merged upstream.
  > From Stanley Lieber (maintainer) (jca@)

  ~ Makefile                              

  > No need to set WRKDIST any more. (jca@)

== productivity ====================================================== 15/20 ==

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

grisbi

  ~ Makefile                              

  > add libtool to BDEP, autogen.sh uses libtoolize. Noticed by naddy@ again..
  > (landry@)

osmo

  ~ Makefile                              

  > regen WANTLIB (jca@)

== security ========================================================== 16/20 ==

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

security

  ~ Makefile                              

  > + py-gnupg,python3 (danj@)

py-gnupg

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-gnupg-0.3.9 and add a py3 flavor (danj@)

== sysutils ========================================================== 17/20 ==

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

ansible

  - pkg/patch-lib_ansible_modules_extras_packaging_os_openbsd_pkg_py
  ~ Makefile                              ~ distinfo
  ~ patch-lib_ansible_module_utils_facts_py
  ~ pkg/PLIST                             

  > update to ansible 2.2.0.0
  > - https://groups.google.com/forum/#!topic/ansible-announce/cLN64qQ_yoo
  > - https://www.ansible.com/blog/ansible-network-updates (jasper@)

awscli

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to awscli-1.11.11. (ajacoutot@)

bacula

  ~ Makefile                              

  > fix WANTLIB-sqlite3, missing pthread (sthen@)

py-ghmi

  ~ Makefile                              ~ distinfo

  > update to py-ghmi-1.0.12 (jasper@)

salt

  ~ Makefile                              

  > Set TEST_IS_INTERACTIVE. (ajacoutot@)

salt-testing

  ~ Makefile                              

  > Needs sysutils/py-psutil. (ajacoutot@)

supervisor

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to supervisor-3.3.1 (danj@)

== textproc ========================================================== 18/20 ==

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

textproc

  ~ Makefile                              

  > +asciinema (ajacoutot@)

asciinema

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     Import asciinema-1.3.0.

== www =============================================================== 19/20 ==

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

chromium

  ~ Makefile                              ~ distinfo

  > update to 54.0.2840.87 (robert@)

puppetboard

  ~ Makefile                              ~ pkg/PLIST
  ~ pkg/puppetboard.rc                    

  > Remove py3 flavor but make it default. For the rationale, see
  > https://marc.info/?l=openbsd-ports-cvs&m=147393010423200&w=2
  > While there, fix wrong substitution in the PLIST
  > test and OK sebastia@ (who noticed the rc script needed to be updated)
  > (danj@)

py-django

  ~ lts/Makefile                          ~ lts/distinfo
  ~ lts/pkg/PLIST                         ~ stable/Makefile
  ~ stable/distinfo                       ~ stable/pkg/PLIST

  > update to 1.9.11 and 1.10.3.
  > More information:
  > https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
  > ok danj@ (rpointel@)

py-flask

  - patches/patch-flask_testsuite_signals_py
  ~ Makefile                              ~ distinfo
  ~ patches/patch-docs_conf_py            ~ pkg/PLIST

  > Update to py-flask-0.11.1 and take maintainership
  > ok landry@ rpointel@ (danj@)

py-urllib3

  ~ Makefile                              

  > Update to 1.18.1, fixing CVE-2016-9015, not sure if it also affects
  > us with libressl, but better on the safe side.
  > 6.0 is not affected, since there urllib3 version < 1.17 (sebastia@)

ruby-wasabi

  ~ Makefile                              

  > Fix RDEPs and bump (jeremy@)

sass

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     Import sass, a CSS extension language

sogo

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             ~ pkg/sogod.rc

  > Update to 2.3.17
  > similar diff and ok sebastia@ (Maintainer) (giovanni@)

  ~ Makefile                              

  > Fix crasher rendering the calendar web interface, as pointed out
  > by giovanni@ seems NSNull doesn't like to receive messages it doesn't
  > understand (sebastia@)

sope

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > Update to 2.3.17
  > similar diff and ok sebastia@ (Maintainer) (giovanni@)

== x11 =============================================================== 20/20 ==

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

x11

  ~ Makefile                              

  > Unhook ruby-profligacy (jeremy@)

gnome

  ~ builder/Makefile                      
  + builder/patch-plugins_terminal_gb-terminal-view_c

  > We don't have ptsname_r. (ajacoutot@)

  ~ builder/Makefile                      ~ builder/distinfo
  ~ builder/patches/patch-contrib_gstyle_Makefile_in
  ~ builder/patches/patch-plugins_terminal_gb-terminal-view_c
  ~ builder/pkg/PLIST                     

  > Update to gnome-builder-3.22.2. (ajacoutot@)

  ~ photos/Makefile                       

  > build x11/gnome/photos with -march=i686 on i386; requires 64-bit atomics
  > (__sync_add_and_fetch_8).  ok ajacoutot@ (sthen@)

ruby-profligacy

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove ruby-profligacy
  > This is a pure ruby/java port.  Untouched basically since being
  > imported in 2011, and apparently upstream development stopped in 2007.
  > jruby -S gem install if you need it.
  > OK jasper@ (jeremy@)

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

Reply via email to