OpenBSD ports changes summary for 2015-07-19 to 2015-07-26 inclusive ====================================================================
archivers/lzip audio/aqualung audio/hs-libmpd audio/ruby-taglib audio/umurmur comms/hylafax converters/xmltoman databases databases/freetds databases/hs-hedis databases/mariadb databases/p5-Class-DBI-mysql databases/p5-DBIx-Class databases/p5-SQL-Statement databases/postgresql databases/py-ldap databases/py-mysql databases/py-mysqlclient databases/py-sqlalchemy-migrate databases/ruby-amalgalite databases/ruby-ldap databases/ruby-pg databases/ruby-sqlite3 databases/ruby-swift-db-mysql databases/ruby-swift-db-postgres databases/ruby-swift-db-sqlite3 databases/skytools databases/tdb devel devel/appstream-glib devel/capstone devel/gettext devel/gettext-tools devel/git devel/harfbuzz devel/hs-aeson devel/hs-configurator devel/ipython devel/iso-codes devel/jsoncpp devel/libivykis devel/libvirt-glib devel/libvmime devel/msp430 devel/p5-AnyEvent devel/p5-Devel-CheckBin devel/p5-Glib2 devel/p5-Math-Base-Convert devel/p5-Moo devel/p5-Role-Tiny devel/p5-Variable-Magic devel/p5-strictures devel/py-buildbot devel/py-pip devel/py-serial devel/quirks devel/ruby-arrayfields devel/ruby-atomic devel/ruby-ffi devel/ruby-gem_plugin devel/ruby-gir_ffi devel/ruby-hoe devel/ruby-indentation devel/ruby-jeweler devel/ruby-mocha devel/ruby-ncurses devel/ruby-rake-compiler devel/ruby-rake-remote_task devel/ruby-rb-gsl devel/ruby-rubyinline devel/swig devel/ti-msp430gcc editors/libreoffice emulators emulators/mednafen emulators/mgba emulators/redhat games/hypatia games/tuxpaint-config games/wizznic geo/gdal geo/merkaartor geo/postgis geo/qgis geo/spatialite graphics/ffmpeg graphics/gdk-pixbuf2 graphics/pstoedit infrastructure/bin infrastructure/lib infrastructure/man infrastructure/mk infrastructure/templates japanese/Wnn lang/ecl lang/gambit lang/gcc lang/jruby lang/node-typescript lang/parrot lang/php lang/ruby lang/spidermonkey mail/claws-mail mail/courier-imap mail/mozilla-thunderbird mail/sendmail mail/thunderbird-i18n math math/SuiteSparse_config math/amd math/camd math/ccolamd math/colamd math/eigen3 math/freemat math/ntl math/octave math/py-scipy math/suitesparse math/ufconfig math/umfpack meta/xfce misc/hwdata misc/portroach misc/ytree multimedia/devede multimedia/kdenlive multimedia/mediainfo multimedia/minidlna multimedia/mkvtoolnix multimedia/mlt multimedia/regionset net net/argus net/bitlbee net/bro net/dhcpcd net/freeradius net/libbgpdump net/libupnp net/openvmps net/p5-Net-Inspect net/p5-Net-TCLink net/pen net/ruby-msgpack net/socat net/tor net/vsftpd net/websocketd net/whatweb net/yersinia print/enscript print/ghostscript print/hplip print/libpaper print/pdfshuffler security security/clusterssh security/cracklib security/hs-asn1-data security/hs-certificate security/hs-tls security/kpcli security/libotr security/libpwquality security/lynis security/openssl security/p0f3 security/py-openssl security/py-secretstorage security/ruby-bcrypt security/sslscan security/sudo security/wpa_supplicant security/xca shells/nsh sysutils/collectd sysutils/facter sysutils/monit sysutils/p5-Sys-Virt sysutils/polkit sysutils/ruby-puppet sysutils/ruby-vlad sysutils/syslog-ng sysutils/toad telephony/fobbit telephony/kamailio textproc textproc/gtranslator textproc/hs-attoparsec textproc/hs-attoparsec-enumerator textproc/hs-attoparsec-iteratee textproc/hs-heist textproc/intltool textproc/meld textproc/rarian textproc/ruby-hpricot textproc/ruby-nokogiri textproc/ruby-rdiscount textproc/ruby-redcarpet textproc/txt2tags www www/chromium www/firefox-esr www/hs-http-attoparsec www/hs-warp www/kcgi www/llgal www/mozilla-firefox www/nginx www/opera www/p5-Mojo www/p5-URI www/py-django www/py-werkzeug www/rawdog www/ruby-capybara-webkit www/ruby-fcgi www/ruby-mechanize www/ruby-passenger www/seamonkey www/surf www/surf2 www/vimb www/weboob www/youtube-dl x11/dbus x11/gnome x11/gtk+3 x11/human-icon-theme x11/kde4 x11/mplayer x11/ratpoison x11/st x11/tangerine-icon-theme x11/worker x11/xfce4 x11/xscreensaver == archivers ========================================================= 01/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/archivers lzip ~ lzlib/Makefile ~ lzlib/distinfo ~ lzlib/patches/patch-Makefile_in > Update to lzlib 1.7. (juanfra@) ~ plzip/Makefile ~ plzip/distinfo > Update to plzip 1.4. (juanfra@) == audio ============================================================= 02/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio aqualung - patches/patch-src_decoder_Makefile_am - patches/patch-src_decoder_dec_lavc_c - patches/patch-src_decoder_dec_lavc_h - patches/patch-src_ext_title_format_c - patches/patch-src_plugin_c ~ pkg/PLIST + patches/patch-src_core_c + patches/patch-src_ext_lua_c + patches/patch-src_gui_main_c > Update to aqualung 1.0-rc1 (jeremy@) hs-libmpd ~ Makefile > Bump after update of hs-attoparsec. (kili@) ruby-taglib ~ Makefile ~ distinfo ~ pkg/PLIST > Update to taglib 0.7.0 (jeremy@) umurmur ~ Makefile ~ patches/patch-src_server_c > More fixes for null pointer references into server.c > (upstream git commit 71893121fbce7762f5cd9e6a98c4ead7e5cd6211) (dcoppa@) == comms ============================================================= 03/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/comms hylafax ~ Makefile > Unbreak; I don't see why this port needs groff and gmake to run. > Triggered by a PLIST mismatch registering gettext-tools as a new > RUN_DEPENDS. > hint from naddy@ > RUN_DEPENDS = ${BUILD_DEPENDS} is bad! bad! bad! Do *not* use that > construct. (ajacoutot@) == converters ======================================================== 04/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/converters xmltoman ~ Makefile > no need for do-install, we can just use post-install now that we have > install -D (jasper@) == databases ========================================================= 05/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases databases ~ Makefile > + SUBDIR += py-mysqlclient > + SUBDIR += py-mysqlclient,python3 (rpointel@) freetds ~ Makefile ~ distinfo > Update to freetds-0.95.18. (ajacoutot@) hs-hedis ~ Makefile ~ distinfo ~ patches/patch-hedis_cabal > Update to hedis-0.6.9 (dcoppa@) ~ Makefile ~ patches/patch-hedis_cabal > Fix patch after the update to attoparsec-0.11.* (dcoppa@) mariadb ~ mariadb.port.mk > Don't use same directory for both mariadb.port.mk and postgresql.port.mk: > they could be used at the same time, and each of them wipes the database > directory before running server. (zhuk@) ~ mariadb.port.mk > Run test commands in a subshell to avoid potential clutter of variables > coming from those modules. (zhuk@) p5-Class-DBI-mysql ~ Makefile > Switch p5-Class-DBI-mysql to mariadb.port.mk. > okay Sam Smith (MAINTAINER). (zhuk@) p5-DBIx-Class ~ Makefile ~ distinfo > Update databases/p5-DBIx-Class to 0.082820 > and switch to mariadb.port.mk, many thanks to zhuk@ (afresh1@) p5-SQL-Statement ~ Makefile ~ distinfo > Update databases/p5-SQL-Statement to 1.407 > ok benoit@ (afresh1@) postgresql ~ postgresql.port.mk > Don't use same directory for both mariadb.port.mk and postgresql.port.mk: > they could be used at the same time, and each of them wipes the database > directory before running server. (zhuk@) ~ postgresql.port.mk > Run test commands in a subshell to avoid potential clutter of variables > coming from those modules. (zhuk@) py-ldap ~ Makefile > fix sed -i line (sthen@) py-mysql ~ Makefile ~ pkg/PLIST > add the conflict with upcoming py-mysqlclient port. > ok benoit@ (thanks). (rpointel@) py-mysqlclient + Makefile + distinfo + pkg/PLIST + pkg/DESCR + pkg/PFRAG.no-python3 > New import: > import py-mysqlclient, an interface to the popular mysql database > server. ~ Makefile > No need for that BUILD_DEPENDS. > Fix FLAVORS. (ajacoutot@) py-sqlalchemy-migrate ~ Makefile ~ distinfo ~ pkg/PLIST > Update to py-sqlalchemy-migrate 0.7.2, required by current py-buildbot, > but it seems i missed that dependency change last i updated it. > Note that development moved to github under the openstack umbrella, but > there are way too many versions there, and too many dragons to fight. > Stay with a version that pleases buildbot (its only user) for now. > (landry@) ruby-amalgalite - patches/patch-_metadata ~ Makefile ~ distinfo > Update to amalgalite 1.4.0 (jeremy@) ruby-ldap ~ Makefile ~ distinfo ~ pkg/PLIST > Update to ldap 0.9.17 (jeremy@) ruby-pg ~ Makefile ~ distinfo > Update to pg 0.18.2 (jeremy@) ruby-sqlite3 ~ Makefile ~ distinfo > Update to sqlite3 1.3.10 (jeremy@) ruby-swift-db-mysql - patch-ext_swift_db_mysql_extconf_rb ~ Makefile ~ distinfo > Update to swift-db-mysql 0.3.2 (jeremy@) ruby-swift-db-postgres ~ Makefile ~ distinfo > Update to swift-db-postgres 0.3.1 (jeremy@) ruby-swift-db-sqlite3 ~ Makefile ~ distinfo > Update to swift-db-sqlite3 0.1.5 (jeremy@) skytools ~ Makefile > remove sed -i, the file it relates to doesn't actually exist (perl -pi -e > doesn't return with an error code in this place) (sthen@) tdb ~ Makefile > bump, net/samba4,-tdb had the same version/REVISION (sthen@) == devel ============================================================= 06/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel devel ~ Makefile > Split gettext into a small runtime component and a separate large > set of development tools as recommended by upstream. > Ports will continue to depend on devel/gettext for libintl. The > gettext module also provides an automatic build dependency on > devel/gettext-tools for msgfmt etc. > A few ports that require a library provided by gettext-tools get a > corresponding dependency. > Also update gettext to 0.19.5.1. > COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@. > ok sthen@ (naddy@) ~ Makefile > +p5-Math-Base-Convert (afresh1@) ~ Makefile > +ti-msp430gcc (jasper@) appstream-glib ~ Makefile ~ distinfo > Update to appstream-glib-0.4.1. (ajacoutot@) capstone ~ Makefile ~ distinfo > Update to capstone-3.0.4. (benoit@) gettext ~ Makefile ~ distinfo ~ gettext.port.mk ~ patches/patch-gettext-runtime_intl_l10nflist_c ~ patches/patch-gettext-runtime_intl_relocatable_c ~ pkg/DESCR ~ pkg/PLIST > Split gettext into a small runtime component and a separate large > set of development tools as recommended by upstream. > Ports will continue to depend on devel/gettext for libintl. The > gettext module also provides an automatic build dependency on > devel/gettext-tools for msgfmt etc. > A few ports that require a library provided by gettext-tools get a > corresponding dependency. > Also update gettext to 0.19.5.1. > COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@. > ok sthen@ (naddy@) gettext-tools - pkg/patch-gettext-tools_gnulib-lib_Makefile_in - pkg/patch-gettext-tools_src_Makefile_in + Makefile + distinfo + patches/patch-gettext-tools_configure + patches/patch-gettext-tools_gnulib-lib_Makefile_in + patches/patch-gettext-tools_src_Makefile_in + patches/patch-gettext-tools_tests_lang-c++ + pkg/DESCR + pkg/PLIST > Split gettext into a small runtime component and a separate large > set of development tools as recommended by upstream. > Ports will continue to depend on devel/gettext for libintl. The > gettext module also provides an automatic build dependency on > devel/gettext-tools for msgfmt etc. > A few ports that require a library provided by gettext-tools get a > corresponding dependency. > Also update gettext to 0.19.5.1. > COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@. > ok sthen@ (naddy@) git ~ Makefile ~ distinfo > Update to git-2.4.6. (benoit@) harfbuzz ~ Makefile > BROKEN-hppa: no atomic primitives (and takes out a whole part of the tree) > (landry@) ~ Makefile > Tweak previous. (ajacoutot@) hs-aeson ~ Makefile ~ distinfo ~ pkg/PLIST > Update to hs-aeson-0.7.0.6. > (Initial diff probably from ian@ last year) (kili@) hs-configurator ~ Makefile > Bump after update of hs-attoparsec. (kili@) ipython ~ Makefile ~ patches/patch-IPython_html_base_handlers_py > Security fix for CVE-2015-5607 (jasper@) ~ Makefile ~ patches/patch-IPython_html_base_handlers_py TAGGED OPENBSD_5_7 > Security fix for CVE-2015-5607 (jasper@) iso-codes ~ Makefile > Needs msgmerge -> fix BDEP on gettext-tools > ok ajacoutot@ (landry@) jsoncpp ~ Makefile ~ distinfo > Maintenance update to jsoncpp-0.10.5 (dcoppa@) libivykis ~ Makefile ~ distinfo > minor update to 0.36.3 > take maintainer while here (steven@) libvirt-glib ~ Makefile ~ distinfo ~ pkg/PLIST > update to libvirt-glib-0.2.2 (jasper@) libvmime ~ Makefile > Enable tls, it seems to work fine now. (ajacoutot@) msp430 ~ binutils/Makefile ~ binutils/pkg/PLIST ~ gcc/Makefile ~ gcc/pkg/PLIST ~ gdb/Makefile ~ gdb/pkg/PLIST > add conflict marker with new ti-msp430gcc (jasper@) p5-AnyEvent ~ Makefile ~ distinfo ~ pkg/PLIST > update p5-AnyEvent to 7.11 > add p5-EV as run dependency, it is a recommended backend (bluhm@) p5-Devel-CheckBin ~ Makefile ~ distinfo > update p5-Devel-CheckBin to 0.04 (bluhm@) p5-Glib2 ~ Makefile ~ distinfo > Update to p5-Glib2-1.311. (ajacoutot@) p5-Math-Base-Convert + Makefile + distinfo + pkg/DESCR + pkg/PLIST > New import: > Add devel/p5-Math-Base-Convert 0.08 p5-Moo ~ Makefile ~ distinfo ~ pkg/PLIST > Update devel/p5-Moo to 2.000001 > OK estetus AT gmail (maintainer) (afresh1@) p5-Role-Tiny ~ Makefile ~ distinfo > Update devel/p5-Role-Tiny to 2.000001 > OK estetus AT gmail (maintainer) (afresh1@) p5-Variable-Magic ~ Makefile ~ distinfo > Update to p5-Variable-Magic-0.58. (benoit@) p5-strictures ~ Makefile ~ distinfo ~ pkg/PLIST > Update devel/p5-strictures to 2.000001 > OK estetus AT gmail (maintainer) (afresh1@) py-buildbot ~ Makefile > Enforce dependency on newer sqlalchemy-migrate, as spotted by ajacoutot@ > (landry@) py-pip ~ Makefile ~ distinfo ~ pkg/PLIST > update to py-pip 7.1.0, from frantisek holop (sthen@) py-serial - patches/patch-serialposix_py ~ Makefile ~ distinfo ~ pkg/PLIST > Update to pyserial-2.7, from "Fred" on ports@ > python3 flavor by me, improvements from Daniel Winters (maintainer) (jca@) quirks ~ Makefile ~ files/Quirks.pm > register removal of some more hs-* ports. (kili@) ~ Makefile ~ files/Quirks.pm > hs-certificate and hs-tls are gone, too. (kili@) ~ Makefile ~ files/Quirks.pm > Register redhat_libc5 and opera removal. (ajacoutot@) ~ Makefile ~ files/Quirks.pm > Register p5-Net-TCLink removal. (jca@) ~ Makefile ~ files/Quirks.pm > Add quirks to update ruby*-passenger-standalone to ruby*-passenger > (jeremy@) ruby-arrayfields ~ Makefile ~ distinfo ~ pkg/PLIST > Update to arrayfields 4.9.2 (jeremy@) ruby-atomic - patches/patch-test_test_atomic_rb ~ Makefile ~ distinfo ~ pkg/PLIST > Update to atomic 1.1.99 (jeremy@) ruby-ffi ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ~ Makefile ~ distinfo ~ pkg/PLIST > Update to ffi 1.9.10 (jeremy@) ruby-gem_plugin ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-gir_ffi ~ Makefile ~ distinfo ~ pkg/PLIST > Update to gir_ffi 0.7.9 (jeremy@) ruby-hoe ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-indentation ~ Makefile ~ distinfo ~ pkg/PLIST > Update to indentation 0.1.1 (jeremy@) ruby-jeweler ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-mocha ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-ncurses ~ Makefile ~ distinfo ~ pkg/PLIST > Update to ncurses 1.2.4 (jeremy@) ruby-rake-compiler ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-rake-remote_task ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-rb-gsl ~ Makefile ~ distinfo ~ patches/patch-ext_gsl_matrix_complex_c ~ patches/patch-ext_gsl_vector_complex_c ~ pkg/PLIST > Update to gsl 1.16.0.6 (jeremy@) ruby-rubyinline ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) swig ~ Makefile > Does not seem to need boost. (ajacoutot@) ti-msp430gcc + Makefile + distinfo + pkg/PLIST + pkg/DESCR + patches/patch-sources_tools_Makefile_def + patches/patch-sources_tools_gcc_Makefile_in + patches/patch-sources_tools_libgloss_msp430_Makefile_in > New import: > import ti-msp430gcc, TI's open source compiler for MSP430 > microcontrollers ~ Makefile ~ pkg/PLIST > install headers (jasper@) == editors =========================================================== 07/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors libreoffice ~ Makefile > no need anymore for gsed; confirmed by/ok aja@ (jasper@) == emulators ========================================================= 08/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/emulators emulators ~ Makefile > +mgba (bentley@) ~ Makefile > -redhat (ajacoutot@) mednafen ~ Makefile ~ distinfo > Update to mednafen 0.9.38.5 > OK jca@ (jeremy@) mgba + Makefile + distinfo + pkg/DESCR-main + pkg/DESCR-qt + pkg/PLIST-main + pkg/PLIST-qt + patches/patch-src_platform_sdl_CMakeLists_txt > New import: > Import mgba-0.2.1. ~ patches/patch-src_platform_sdl_CMakeLists_txt > Add a comment to the patch. (bentley@) redhat - Makefile - Makefile.inc - libc5/Makefile - libc5/distinfo - libc5/pkg/DESCR - libc5/pkg/PLIST > Remove emulators/redhat/libc5; nothing in tree uses it, it's time to go. > ok jasper@ sthen@ pirofti@ (ajacoutot@) == games ============================================================= 09/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games hypatia ~ Makefile ~ distinfo ~ pkg/PLIST > Update to 0.2.29 (bcallah@) tuxpaint-config ~ patches/patch-Makefile > use install -D and drop ginstall dependency where applicable (jasper@) wizznic ~ patches/patch-Makefile > use install -D and drop ginstall dependency where applicable (jasper@) == geo =============================================================== 10/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/geo gdal ~ Makefile ~ pkg/PLIST-main ~ pkg/PLIST-python > Install the damn manpages provided in the tarball, with a hint from > upstream.. there's some rendering issues with .TH but at least it's > better than no manpage for now. (landry@) ~ Makefile > Remove the duplicated .TH section using sed -i. Reported upstream as > http://trac.osgeo.org/gdal/ticket/6048. With hints from schwarze@ & > bentley@ (landry@) merkaartor - pkg/patch-src_ImportExport_ImportExportGdal_cpp ~ Makefile ~ distinfo ~ patches/patch-src_src_pro ~ pkg/PLIST > Update to merkaartor 0.18.2. (landry@) postgis ~ Makefile ~ distinfo ~ pkg/PLIST > Bugfix update to postgis 2.1.8 (landry@) qgis ~ Makefile ~ distinfo ~ patches/patch-CMakeLists_txt ~ patches/patch-doc_CMakeLists_txt ~ patches/patch-src_app_qgisapp_cpp ~ patches/patch-src_app_qgsabout_cpp ~ patches/patch-src_core_CMakeLists_txt ~ patches/patch-src_core_qgsapplication_cpp ~ patches/patch-src_providers_delimitedtext_CMakeLists_txt ~ patches/patch-src_server_CMakeLists_txt ~ pkg/PLIST + pkg/patch-src_analysis_vector_qgszonalstatistics_cpp + pkg/patch-src_core_qgshistogram_cpp + pkg/patch-src_plugins_zonal_statistics_qgszonalstatisticsdialog_h > Update to QGIS 2.10.1. > See https://github.com/qgis/QGIS/blob/master/NEWS for ...news... (landry@) spatialite ~ freexl/Makefile ~ freexl/distinfo ~ freexl/patches/patch-src_freexl_c > - update to freexl-1.0.2 (jasper@) == graphics ========================================================== 11/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics ffmpeg ~ Makefile ~ distinfo ~ patches/patch-configure ~ patches/patch-library_mak > Update to FFmpeg 20150723 (2.7.2). > from Brad (maintainer) (ajacoutot@) gdk-pixbuf2 ~ Makefile + patches/patch-gdk-pixbuf_pixops_pixops_c > SECURITY: fix a heap overflow and a DoS triggered by the scaling of a > malformed bmp. > https://bugzilla.gnome.org/show_bug.cgi?id=752297 > https://git.gnome.org/browse/gdk-pixbuf/commit/?id=ffec86ed5010c5a2be14f47b > 33bcf4ed3169a199 (ajacoutot@) ~ Makefile + patches/patch-gdk-pixbuf_pixops_pixops_c TAGGED OPENBSD_5_7 > Fix a heap overflow and DoS. > https://bugzilla.gnome.org/show_bug.cgi?id=752297 (ajacoutot@) pstoedit - patches/patch-configure ~ Makefile ~ distinfo ~ patches/patch-src_Makefile_in ~ pkg/PFRAG.shared ~ pkg/PLIST > maintenance update to 3.70 (steven@) == infrastructure ==================================================== 12/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure bin ~ make-plist > pass PORTSDIR_PATH through to make-plist so it will be honored by > update-plist; ok espie@ (naddy@) ~ install-wrapper > accept '-D' (jasper@) lib ~ DPB/PortBuilder.pm > dont error out if we can't write into permanent log. > found out by naddy@ (espie@) man ~ man1/check-problems.1 ~ man1/clean-old-distfiles.1 ~ man1/dpb.1 ~ man1/make-plist.1 ~ man1/out-of-date.1 ~ man1/pkg_subst.1 ~ man1/portcheck.1 ~ man1/portimport.1 ~ man1/portslogger.1 ~ man1/retrieve-index.1 ~ man1/update-patches.1 > Typo fixes and lint cleanup in ports manpages, from Michael Reed. > (bentley@) mk ~ bsd.port.mk > pass PORTSDIR_PATH through to make-plist so it will be honored by > update-plist; ok espie@ (naddy@) templates ~ rc.template > Sync template with recent rc.subr(8) changes. (ajacoutot@) == japanese ========================================================== 13/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/japanese Wnn ~ Makefile > mark Wnn BROKEN, it doesn't build any more (sthen@) ~ Makefile ~ patches/patch-Wnn_etc_pwd_c > fix tedu's breakage, again (espie@) ~ Makefile ~ patches/patch-Wnn_etc_pwd_c ~ patches/patch-Wnn_jlib_js_c ~ patches/patch-Wnn_jserver_de_c ~ patches/patch-Wnn_jserver_readfile_c ~ patches/patch-Wnn_jutil_wddel_c ~ patches/patch-Wnn_jutil_wnnstat_c ~ patches/patch-Wnn_uum_jhlp_c ~ patches/patch-Wnn_uum_wnnrc_op_c ~ patches/patch-Xwnmo_xwnmo_do_xjutil_c ~ patches/patch-Xwnmo_xwnmo_jhlp_c + patches/patch-Wnn_etc_msg_c + patches/patch-Wnn_etc_strings_c + patches/patch-Wnn_include_jslib_h + patches/patch-Wnn_include_wnn_malloc_h + patches/patch-Wnn_jlib_jl_c + patches/patch-Wnn_jserver_error_c + patches/patch-Wnn_jserver_malloc_c + patches/patch-Wnn_jutil_atod_c + patches/patch-Wnn_jutil_atof_c + patches/patch-Wnn_jutil_atorev_c + patches/patch-Wnn_jutil_dtoa_c + patches/patch-Wnn_jutil_ujisf_c + patches/patch-Wnn_jutil_wdreg_c + patches/patch-Wnn_jutil_wnntouch_c + patches/patch-Wnn_uum_history_c + patches/patch-Wnn_uum_setutmp_c + patches/patch-Wnn_uum_sheader_h + patches/patch-Xwnmo_romkan_m_rk_alloc_c + patches/patch-Xwnmo_romkan_m_rk_main_c + patches/patch-Xwnmo_xwnmo_killxwnmo_c + patches/patch-Xwnmo_xwnmo_localalloc_c > move to new auth checks. Add "a few" includes to placate a lot of warnings. > (and bump affected packages of course) (espie@) == lang ============================================================== 14/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang ecl ~ Makefile > Kill debug FLAVOR; same can be achieved by running "make DEBUG= ... " > (ajacoutot@) gambit ~ Makefile ~ distinfo ~ pkg/PLIST + patches/patch-configure > Update to gambit 4.7.7. Regex and OK jasper@. (juanfra@) gcc ~ 4.9/Makefile ~ 4.9/distinfo ~ 4.9/patches/patch-gcc_builtins_c ~ 4.9/patches/patch-gcc_c_c-decl_c ~ 4.9/patches/patch-gcc_common_opt ~ 4.9/patches/patch-gcc_config_alpha_alpha_c ~ 4.9/patches/patch-gcc_config_gcc ~ 4.9/patches/patch-gcc_config_i386_i386_c ~ 4.9/patches/patch-gcc_config_mips_mips_h ~ 4.9/patches/patch-gcc_config_pa_pa_c ~ 4.9/patches/patch-gcc_config_sparc_sparc_c ~ 4.9/patches/patch-gcc_configure ~ 4.9/patches/patch-libgo_configure ~ 4.9/patches/patch-libquadmath_configure > Bugfix update to 4.9.3. (pascal@) jruby - patches/patch-lib_ruby_shared_ffi_library_rb ~ Makefile ~ distinfo ~ patches/patch-jruby-launcher_extconf_rb ~ patches/patch-jruby-launcher_unixlauncher_cpp ~ pkg/PLIST + patches/patch-lib_ruby_stdlib_ffi_library_rb > Update to JRuby 9.0.0.0 > Bump jdk dependency to 1.8.0 > Help and OK jasper@ (jeremy@) node-typescript ~ Makefile ~ distinfo ~ pkg/PLIST > Update node-typescript to 1.5.3 (jturner@) parrot ~ Makefile > Force use of /usr/bin/make; otherwise this may pick up gmake, as noticed by > ajacoutot@. (pascal@) php ~ 5.4/patches/patch-ext_openssl_xp_ssl_c > fix typo (sthen@) ruby ~ ruby.port.mk > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ~ ruby.port.mk > Update MODRUBY_LIBREV on jruby to 2.2.0 due to JRuby upgrade (jeremy@) spidermonkey ~ patches/patch-js_src_nanojit_Assembler_cpp ~ patches/patch-js_src_nanojit_Assembler_h ~ patches/patch-js_src_nanojit_NativeX64_cpp > Fix comment. (ajacoutot@) == mail ============================================================== 15/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail claws-mail ~ Makefile > Kill debug FLAVOR; same can be achieved by running "make DEBUG= ... " > (ajacoutot@) courier-imap ~ Makefile + patches/patch-libs_tcpd_configure_ac + patches/patch-libs_tcpd_libcouriertls_c > Cope with the upcoming SSLv3 removal. > ok sthen@ giovanni@ (maintainer) (jca@) ~ Makefile > CONFIGURE_STYLE += automake, fixes build when automake-1.14 isn't installed > Problem spotted by ajacoutot@ (jca@) ~ Makefile > autoheader is implied when CONFIGURE_STYLE=automake (ajacoutot@) ~ Makefile > This also requires devel/libtool... (ajacoutot@) mozilla-thunderbird ~ Makefile ~ distinfo > Update to thunderbird 38.1.0 / lightning 4.0.1. > - See https://www.mozilla.org/en-US/thunderbird/38.1.0/releasenotes/ > - Fixes MFSA 2015-59, 63, 66, 67, 70 & 71 (landry@) ~ Makefile > Face reality, mark as BROKEN-sparc64. xpcshell SIGBUSes during fake, and > nobody cares. No point in wasting hours during bulk builds.... > If you want a graphical browser on sparc64, try netsurf. (landry@) sendmail ~ Makefile ~ distinfo ~ pkg/PLIST-main > Update to sendmail-8.15.2. > ok jca@ (ajacoutot@) thunderbird-i18n ~ Makefile.inc ~ distinfo > Update to thunderbird 38.1.0 / lightning 4.0.1. > - See https://www.mozilla.org/en-US/thunderbird/38.1.0/releasenotes/ > - Fixes MFSA 2015-59, 63, 66, 67, 70 & 71 (landry@) == math ============================================================== 16/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math math ~ Makefile > sync (ajacoutot@) SuiteSparse_config - Makefile - distinfo - files/Makefile - pkg/DESCR - pkg/PLIST > Remove, there are superseded by math/suitesparse. > req. by and ok pirofti@ (ajacoutot@) amd - Makefile - distinfo - files/Makefile - files/Makefile.f77 - pkg/DESCR - pkg/PLIST > Remove, there are superseded by math/suitesparse. > req. by and ok pirofti@ (ajacoutot@) camd - Makefile - distinfo - files/Makefile - pkg/DESCR - pkg/PLIST > Remove, there are superseded by math/suitesparse. > req. by and ok pirofti@ (ajacoutot@) ccolamd - Makefile - distinfo - files/Makefile - pkg/DESCR - pkg/PLIST > Remove, there are superseded by math/suitesparse. > req. by and ok pirofti@ (ajacoutot@) colamd - Makefile - distinfo - files/Makefile - pkg/DESCR - pkg/PLIST > Remove, there are superseded by math/suitesparse. > req. by and ok pirofti@ (ajacoutot@) eigen3 ~ Makefile > Fix dependencies. (ajacoutot@) - patches/patch-cmake_FindUmfpack_cmake ~ Makefile > Properly find umfpack. (ajacoutot@) freemat ~ Makefile > Fix dependencies. (ajacoutot@) ntl - patches/patch-src_tools_c - patches/patch-src_tools_h ~ Makefile ~ distinfo > Update to ntl-9.3.0. (benoit@) octave ~ Makefile > Temporarily mark BROKEN; update is in the work. > ok pirofti@ (ajacoutot@) - patches/patch-configure_in - patches/patch-doc_faq_Makefile_in - patches/patch-doc_interpreter_Makefile_in - patches/patch-doc_liboctave_Makefile_in - patches/patch-libcruft_Makefile_in - patches/patch-libcruft_mkf77def_in - patches/patch-liboctave_Makefile_in - patches/patch-liboctave_getopt_c - patches/patch-liboctave_kpse-xfns_c - patches/patch-octMakefile_in - patches/patch-run-octave_in - patches/patch-scripts_pkg_pkg_m - patches/patch-src_DLD-FUNCTIONS_urlwrite_cc - patches/patch-src_Makefile_in ~ Makefile ~ distinfo ~ pkg/DESCR ~ pkg/PLIST + patches/patch-scripts_pkg_private_configure_make_m > Update to Octave 4.0.0 > OK aja@ (feinerer@) ~ Makefile > needs gnuplot to build the documentation > noticed by ajacoutot@ (steven@) py-scipy ~ Makefile > umfpack, arpack and amd are not needed. > ok pirofti@ (ajacoutot@) suitesparse + Makefile + distinfo + pkg/DESCR + pkg/PLIST + patches/patch-SuiteSparse_config_SuiteSparse_config_mk > New import: > Import suitesparse-4.4.4. ~ Makefile > Indent. (ajacoutot@) ufconfig - Makefile - distinfo - pkg/DESCR - pkg/PLIST > Remove, there are superseded by math/suitesparse. > req. by and ok pirofti@ (ajacoutot@) umfpack - Makefile - distinfo - files/Makefile - patches/patch-Include_umfpack_h - patches/patch-Source_umf_config_h - patches/patch-Source_umf_free_c - patches/patch-Source_umf_malloc_c - patches/patch-Source_umf_realloc_c - pkg/DESCR - pkg/PLIST > Remove, there are superseded by math/suitesparse. > req. by and ok pirofti@ (ajacoutot@) == meta ============================================================== 17/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/meta xfce ~ Makefile ~ pkg/README-main > Stop talking about sudo(8) for now; code is gone. It may come back at some > point though. > ok landry@ (maintainer) (ajacoutot@) == misc ============================================================== 18/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/misc hwdata ~ Makefile ~ distinfo > Update to hwdata-0.280. (ajacoutot@) portroach ~ Makefile ~ distinfo > - update to portroach-2.0.6 > * now includes a link to HOMEPAGE in first column of the webresults > (requires > javascript to view those!) and move the cvsweb link to the second column. > as requested by aja@ and sthen@ at kensington pub (jasper@) ytree ~ Makefile ~ distinfo > Update to ytree-1.98. (ajacoutot@) == multimedia ======================================================== 19/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia devede ~ Makefile > Needs devel/gettext-tools. (ajacoutot@) kdenlive ~ Makefile ~ distinfo ~ pkg/PLIST > Update kdenlive to 0.9.10. > Requires recent kde4.port.mk to build. (zhuk@) mediainfo ~ Makefile ~ distinfo ~ patch-MediaInfoLib_Project_GNU_Library_configure ~ patch-MediaInfo_Project_GNU_CLI_configure ~ patch-ZenLib_Project_GNU_Library_configure > maintenance update to 0.7.75 (naddy@) minidlna ~ patches/patch-minidlna_c > Add link to upstream bug report, no package change. From Daniel LEVAI. > (sthen@) mkvtoolnix - pkg/patch-src_mpegparser_M2VParser_cpp - pkg/patch-src_mpegparser_M2VParser_h ~ Makefile ~ distinfo ~ patches/patch-ac_qt5_m4 ~ pkg/PLIST + pkg/patch-src_mkvtoolnix-gui_main_window_main_window_cpp > Update to mkvtoolnix-8.2.0. > from brad (maintainer) (ajacoutot@) ~ Makefile ~ pkg/PFRAG.no-no_x11 ~ pkg/PLIST > Thank you Brad. (ajacoutot@) mlt ~ Makefile ~ distinfo ~ pkg/PLIST-main > Update mlt to 0.9.6, the kdenlive package still builds fine. (zhuk@) regionset ~ Makefile > GPLv2 (ajacoutot@) ~ Makefile ~ distinfo ~ patches/patch-README ~ patches/patch-regionset_c ~ pkg/PLIST > Update to regionset-0.2. (ajacoutot@) == net =============================================================== 20/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net net ~ Makefile > Remove p5-Net-TCLink: old, insecure *and* broken company-specific software. > Uses SSLv3 only, does no certificate checking, no update since 2003, > regress tests don't pass, etc. The company behind it restricts access to > data needed to make this port work properly in the long run. > Discussed with Chris Bennett, who doesn't use this port anymore but tried > to discuss with upstream. Thanks! (jca@) argus ~ Makefile ~ distinfo ~ patches/patch-argus_argus_c > update to 3.0.8.1 > ok ajacoutot@ (steven@) bitlbee ~ Makefile > Let cc(1) use PIE where appropriate. (jca@) bro ~ Makefile + patches/patch-aux_broccoli_src_bro_openssl_c + patches/patch-src_ChunkedIO_cc > change SSLv3_method to SSLv23_method, not tested but the former isn't > going to work anyway. (sthen@) dhcpcd ~ Makefile ~ distinfo ~ patches/patch-dhcpcd_conf > update to dhcpcd-6.9.1 (sthen@) freeradius - pkg/radiusd.rc ~ Makefile ~ pkg/PLIST-main + pkg/freeradius.rc > rename freeradius' rc script, to avoid a future conflict. ok aja@ (sthen@) libbgpdump ~ Makefile ~ distinfo ~ patches/patch-bgpdump_lib_c ~ patches/patch-configure + patches/patch-bgpdump_c > Update to libbgpdump-1.4.99.14. (ajacoutot@) libupnp ~ Makefile ~ distinfo > Update to libupnp-1.6.19. (ajacoutot@) openvmps ~ Makefile + patches/patch-Makefile_in > Don't force the use of PIE, cc(1) knows better. ok ajacoutot@ (maintainer) > (jca@) p5-Net-Inspect ~ Makefile ~ distinfo > update p5-Net-Inspect to 0.325 (bluhm@) p5-Net-TCLink ~ Makefile + patches/patch-tclink_c > Switch from SSLv3 to SSLv23_client_method() for now. > It's still unclear whether this port actually works with this fix > applied, let's wait a bit for user reports. (jca@) - Makefile - distinfo - patches/patch-tclink_c - pkg/DESCR - pkg/PLIST > Remove p5-Net-TCLink: old, insecure *and* broken company-specific software. > Uses SSLv3 only, does no certificate checking, no update since 2003, > regress tests don't pass, etc. The company behind it restricts access to > data needed to make this port work properly in the long run. > Discussed with Chris Bennett, who doesn't use this port anymore but tried > to discuss with upstream. Thanks! (jca@) pen ~ Makefile ~ distinfo + patches/patch-ssl_c > Update to pen-0.29.0, adding TLS and GeoIP support. > Patch needed to get rid of SSLv3. > ok ajacoutot@ on a previous version. (jca@) ruby-msgpack ~ Makefile ~ distinfo ~ pkg/PLIST > update to ruby-msgpack-0.6.2 (jasper@) socat ~ patches/patch-sslcls_c > Cope with upcoming SSLv3 removal. > Input from and ok sthen@, ok nigel@ (maintainer) (jca@) tor ~ Makefile ~ pkg/tor.rc > Tweak pkill invocation. (ajacoutot@) vsftpd ~ Makefile ~ distinfo > Update to vsftpd-3.0.3. (benoit@) websocketd ~ Makefile ~ distinfo + patches/patch-examples_cgi-bin_README_txt + patches/patch-examples_cgi-bin_dump-env_sh + patches/patch-version_go > Update net/websocketd to latest upstream release. With help from > czarkoff@. > ok czarkoff@ (kspillner@) whatweb ~ Makefile ~ distinfo ~ pkg/PLIST > Update to whatweb-0.4.8 to please jeremy@ (ajacoutot@) ~ distinfo > Unfuck distinfo; spotted by naddy@ (ajacoutot@) yersinia ~ Makefile ~ distinfo ~ patches/patch-configure ~ patches/patch-src_interfaces_c + patches/patch-src_interfaces_h > update to 0.7.3 (steven@) == print ============================================================= 21/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print enscript - patches/patch-afm_Makefile_in - patches/patch-lib-Makefile_in - patches/patch-po-Makefile_in_in - patches/patch-src_gsint_h - patches/patch-src_main_c - patches/patch-src_psgen_c - patches/patch-src_util_c - patches/patch-states_hl_Makefile_in ~ Makefile ~ distinfo ~ pkg/DESCR ~ pkg/PLIST > long overdue maintenance update to 1.6.6; ok jeremy@ (naddy@) ghostscript ~ gnu/Makefile + gnu/patches/patch-base_gsmalloc_c > Security fix for CVE-2015-3228 ghostscript-core: out-of-bounbds read and > write in gs_ttf.ps > ok kili@ (MAINTAINER) (jasper@) ~ gnu/Makefile + gnu/patches/patch-base_gsmalloc_c TAGGED OPENBSD_5_7 > Security fix for CVE-2015-3228 ghostscript-core: out-of-bounbds read and > write in gs_ttf.ps > ok kili@ (MAINTAINER) (jasper@) hplip ~ Makefile > Add PORTROACH annotation. (ajacoutot@) libpaper ~ Makefile > Tweak PORTROACH. (ajacoutot@) ~ Makefile ~ distinfo > Update to libpaper-1.1.24.4. (ajacoutot@) ~ Makefile > PORTROACH should not be needed anymore. (ajacoutot@) ~ Makefile ~ distinfo > Tweak distname to please portroach. (ajacoutot@) pdfshuffler ~ Makefile > Needs devel/gettext-tools. (ajacoutot@) == security ========================================================== 22/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security security ~ Makefile > Unhook hs-asn1-data. (kili@) ~ Makefile > Welcome to the attic, hs-certificate and hs-tls. (kili@) clusterssh ~ Makefile ~ distinfo ~ pkg/PLIST > update to 4.03.06 and take maintainer > input from sthen@, ok giovanni@ (steven@) cracklib ~ Makefile ~ distinfo > Update to cracklib-2.9.5. (benoit@) hs-asn1-data - Makefile - distinfo - pkg/DESCR - pkg/PLIST > Remove hs-asn1-data, no longer used by other ports, > and in the way of an update of hs-attoparsec and > hs-aeson. (kili@) hs-certificate - Makefile - distinfo - pkg/DESCR - pkg/PLIST > Welcome to the attic, hs-certificate and hs-tls. (kili@) hs-tls - Makefile - distinfo - pkg/DESCR - pkg/PLIST > Welcome to the attic, hs-certificate and hs-tls. (kili@) kpcli ~ Makefile > Add missing RDEP on p5-Clone, spotted by Daniel Jakots. (landry@) libotr ~ Makefile > autoconf 2.65->2.68 (jca@) libpwquality ~ Makefile ~ distinfo ~ pkg/PLIST > Update to libpwquality-1.3.0. (ajacoutot@) lynis ~ Makefile ~ distinfo ~ pkg/PLIST > Little update for Lynis to 2.1.1: > https://raw.githubusercontent.com/CISOfy/lynis/master/CHANGELOG > OK benoit@ (gonzalo@) openssl ~ Makefile > Reenable crappy old protocols, mainly for use with sslscan (which connects > to a server to identify supported SSL/TLS methods) - note that this port is > not used generally within OpenBSD, only for testing and special cases. > (sthen@) ~ Makefile > tweak port (sthen@) p0f3 ~ Makefile ~ patches/patch-build_sh > Don't for the use of PIE, cc knows better. (jca@) py-openssl - patches/patch-OpenSSL_rand_rand_c - patches/patch-OpenSSL_test_test_rand_py ~ Makefile ~ distinfo ~ patches/patch-OpenSSL_test_test_ssl_py ~ pkg/PLIST > update to pyOpenSSL-0.14 (switch to py-cryptography as a backend), and take > maintainer, ok eric@ (sthen@) py-secretstorage ~ Makefile ~ distinfo ~ pkg/PLIST > Update to py-secretstorage-2.1.2. (ajacoutot@) ruby-bcrypt - patches/patch-Rakefile - patches/patch-spec_bcrypt_engine_spec_rb - patches/patch-spec_bcrypt_password_spec_rb ~ Makefile ~ distinfo ~ pkg/PLIST > Update to bcrypt 3.1.10 (jeremy@) sslscan ~ Makefile > use openssl from ports, allows scanning for things which have been removed > from > libressl (sthen@) sudo ~ Makefile ~ distinfo > Update to sudo-1.8.14p3 (millert@) wpa_supplicant ~ patches/patch-wpa_supplicant_Makefile > use install -D and drop ginstall dependency where applicable (jasper@) xca - patches/patch-img_Makefile > use install -D and drop ginstall dependency where applicable (jasper@) == shells ============================================================ 23/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/shells nsh ~ patches/patch-version_c + patches/patch-sysctl_c > Missed in previous. (jca@) == sysutils ========================================================== 24/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils collectd - patches/patch-src_collectd_c - patches/patch-src_memory_c - patches/patch-src_plugin_h - patches/patch-src_processes_c - patches/patch-src_tcpconns_c - patches/patch-src_users_c ~ Makefile ~ distinfo ~ patches/patch-configure ~ patches/patch-src_Makefile_in ~ pkg/PLIST-main ~ pkg/PLIST-virt ~ pkg/collectd.rc + pkg/README-main > Update to collectd 5.5.0. > Enable aggregation, curl_json, fhcount, log_logstash, memcached, > threshold, write_log & write_riemann plugins. > Add dependencies on devel/libyajl for curl_json & log_logstash and > devel/protobuf-c for write_riemann. > Add a README explaining how to run the daemon as _collectd user in case > you dont need the dns and ping plugins (the only ones requiring root). > Lots of patches merged upstream. > From Pavel Korovin with small tweaks by me, tested here on ppc. (landry@) facter ~ Makefile ~ distinfo ~ files/dmi_resolver.cc ~ files/dmi_resolver.hpp ~ files/processor_resolver.cc ~ patches/patch-lib_CMakeLists_txt ~ patches/patch-lib_inc_internal_ruby_api_hpp ~ patches/patch-lib_src_ruby_api_cc > - update to facter-3.0.2 (jasper@) ~ Makefile > list all outstanding pull requests (jasper@) monit ~ patches/patch-src_ssl_Ssl_c > submitted upstream (jasper@) ~ patches/patch-src_ssl_Ssl_c > merged upstream (jasper@) p5-Sys-Virt ~ Makefile ~ distinfo ~ pkg/PLIST > update to p5-Sys-Virt-1.2.17 (jasper@) polkit ~ Makefile ~ patches/patch-configure_ac ~ patches/patch-src_polkit_polkitunixprocess_c ~ patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c ~ patches/patch-src_polkitbackend_polkitbackendjsauthority_c > Sync with BZ. (ajacoutot@) ~ patches/patch-configure_ac ~ patches/patch-src_polkit_polkitunixprocess_c ~ patches/patch-src_polkitagent_Makefile_am ~ patches/patch-src_polkitagent_polkitagenthelper-bsdauth_c ~ patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c ~ patches/patch-src_polkitbackend_polkitbackendjsauthority_c > Pushed upstream. (ajacoutot@) ruby-puppet ~ 3/Makefile ~ 3/patches/patch-lib_puppet_defaults_rb > fix ruby 2.2 warning; spotted by sebastia@ (jasper@) ~ 3/patches/patch-lib_puppet_defaults_rb > merged upstream (jasper@) ruby-vlad ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) syslog-ng - patches/patch-modules_syslogformat_syslog-format_c ~ Makefile ~ distinfo ~ files/syslog-ng.conf ~ patches/patch-Makefile_in ~ patches/patch-configure ~ patches/patch-modules_afmongodb_libmongo-client_src_mongo-utils_c ~ pkg/PLIST + patches/patch-lib_compat_getutent_h + patches/patch-modules_afsocket_transport-unix-socket_c + patches/patch-syslog-ng-ctl_control-client-unix_c > update to 3.6.4 > ok ajacoutot@ (steven@) toad ~ Makefile ~ distinfo > Update to toad-1.3. (ajacoutot@) == telephony ========================================================= 25/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/telephony fobbit ~ Makefile > use sed -i (jasper@) kamailio ~ Makefile > use sed -i (jasper@) == textproc ========================================================== 26/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc textproc ~ Makefile > Unhook hs-attoparsec-enumerator, hs-attoparsec-iteratee and hs-heist. > (kili@) gtranslator ~ Makefile > Split gettext into a small runtime component and a separate large > set of development tools as recommended by upstream. > Ports will continue to depend on devel/gettext for libintl. The > gettext module also provides an automatic build dependency on > devel/gettext-tools for msgfmt etc. > A few ports that require a library provided by gettext-tools get a > corresponding dependency. > Also update gettext to 0.19.5.1. > COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@. > ok sthen@ (naddy@) hs-attoparsec ~ Makefile ~ distinfo > Update to hs-attoparsec-0.11.3.4. > (Initial diff probably from ian@ last year) (kili@) hs-attoparsec-enumerator - Makefile - distinfo - pkg/DESCR - pkg/PLIST > Remove hs-attoparsec-{enumerator,iteratee}. No longer used > and in the way of an update ot hs-attoparsec and hs-aeson. (kili@) hs-attoparsec-iteratee - Makefile - distinfo - pkg/DESCR - pkg/PLIST > Remove hs-attoparsec-{enumerator,iteratee}. No longer used > and in the way of an update ot hs-attoparsec and hs-aeson. (kili@) hs-heist - Makefile - distinfo - pkg/DESCR - pkg/PLIST > hs-heist meets his friends in the attic. (kili@) intltool ~ Makefile > intltool requires the gettext tools at run time; noticed by and ok sthen@ > (naddy@) meld ~ Makefile ~ distinfo ~ pkg/PLIST > Update to meld-3.14.0. (ajacoutot@) ~ Makefile > Betterer HOMEPAGE; from Rafael Sadowski (ajacoutot@) rarian ~ Makefile ~ patches/patch-util_rarian-sk-config_in ~ patches/patch-util_rarian-sk-rebuild_in ~ patches/patch-util_rarian-sk-update_in + patches/patch-util_rarian-sk-extract_in > Make this oldie not depend on bash(1) anymore. > From FreeBSD #186879. > tested in a bulk (ajacoutot@) ruby-hpricot ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-nokogiri - patches/patch-ext_nokogiri_extconf_rb ~ Makefile ~ distinfo ~ pkg/PLIST > Update to nokogiri 1.6.6.2 (jeremy@) ruby-rdiscount - patches/patch-Rakefile ~ Makefile ~ distinfo ~ pkg/PLIST > Update to rdiscount 2.1.8 (jeremy@) ruby-redcarpet ~ Makefile ~ distinfo ~ pkg/PLIST + pkg/patch-test_redcarpet_bin_test_rb > Update redcarpet to 3.3.2 (jeremy@) txt2tags ~ Makefile > Needs devel/gettext-tools. (ajacoutot@) == www =============================================================== 27/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www www ~ Makefile > build py-jinja2,python3 and py-werkzeug,python3 (sthen@) ~ Makefile > +surf2 (czarkoff@) ~ Makefile > -opera (ajacoutot@) chromium - pkg/patch-content_renderer_pepper_usb_key_code_conversion_cc - pkg/patch-ui_events_keycodes_dom4_keycode_converter_cc ~ Makefile ~ distinfo ~ patches/patch-base_base_gypi ~ patches/patch-base_process_process_posix_cc ~ patches/patch-base_sys_info_openbsd_cc ~ patches/patch-base_threading_platform_thread_linux_cc ~ patches/patch-build_all_gyp ~ patches/patch-build_common_gypi ~ patches/patch-chrome_app_chrome_main_delegate_cc ~ patches/patch-chrome_app_chromium_strings_grd ~ patches/patch-chrome_app_google_chrome_strings_grd ~ patches/patch-chrome_app_theme_theme_resources_grd ~ patches/patch-chrome_browser_about_flags_cc ~ patches/patch-chrome_browser_browser_resources_grd ~ patches/patch-chrome_browser_chrome_content_browser_client_cc ~ patches/patch-chrome_browser_chrome_content_browser_client_h ~ patches/patch-chrome_browser_download_download_commands_cc ~ patches/patch-chrome_browser_download_download_commands_h ~ patches/patch-chrome_browser_download_download_prefs_cc ~ patches/patch-chrome_browser_download_download_prefs_h ~ patches/patch-chrome_browser_extensions_bookmark_app_helper_cc ~ patches/patch-chrome_browser_media_galleries_media_file_system_registry_cc ~ patches/patch-chrome_browser_memory_details_cc ~ patches/patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc ~ patches/patch-chrome_browser_notifications_message_center_notification_manager_cc ~ patches/patch-chrome_browser_renderer_preferences_util_cc ~ patches/patch-chrome_browser_speech_tts_controller_impl_cc ~ patches/patch-chrome_browser_ssl_ssl_blocking_page_cc ~ patches/patch-chrome_browser_ui_browser_cc ~ patches/patch-chrome_browser_ui_browser_command_controller_cc ~ patches/patch-chrome_browser_ui_startup_startup_browser_creator_cc ~ patches/patch-chrome_browser_ui_toolbar_wrench_menu_model_cc ~ patches/patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc ~ patches/patch-chrome_browser_ui_views_chrome_views_delegate_cc ~ patches/patch-chrome_browser_ui_views_chrome_views_delegate_h ~ patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc ~ patches/patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc ~ patches/patch-chrome_browser_ui_views_tabs_tab_strip_cc ~ patches/patch-chrome_browser_ui_webui_about_ui_cc ~ patches/patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc ~ patches/patch-chrome_browser_ui_webui_options_browser_options_handler_cc ~ patches/patch-chrome_browser_web_applications_web_app_cc ~ patches/patch-chrome_browser_web_applications_web_app_h ~ patches/patch-chrome_chrome_browser_extensions_gypi ~ patches/patch-chrome_chrome_browser_gypi ~ patches/patch-chrome_chrome_browser_ui_gypi ~ patches/patch-chrome_chrome_common_gypi ~ patches/patch-chrome_chrome_exe_gypi ~ patches/patch-chrome_chrome_utility_gypi ~ patches/patch-chrome_common_chrome_paths_cc ~ patches/patch-chrome_common_chrome_paths_h ~ patches/patch-chrome_common_chrome_switches_cc ~ patches/patch-chrome_common_chrome_switches_h ~ patches/patch-chrome_common_extensions_api_schemas_gypi ~ patches/patch-chrome_common_pref_names_cc ~ patches/patch-chrome_common_pref_names_h ~ patches/patch-chrome_common_url_constants_cc ~ patches/patch-chrome_common_url_constants_h ~ patches/patch-components_policy_tools_generate_policy_source_py ~ patches/patch-components_printing_renderer_print_web_view_helper_h ~ patches/patch-content_app_content_main_runner_cc ~ patches/patch-content_browser_browser_main_loop_cc ~ patches/patch-content_browser_child_process_launcher_cc ~ patches/patch-content_browser_gpu_gpu_data_manager_impl_private_cc ~ patches/patch-content_browser_gpu_gpu_internals_ui_cc ~ patches/patch-content_browser_renderer_host_render_widget_host_view_aura_cc ~ patches/patch-content_content_browser_gypi ~ patches/patch-content_content_common_gypi ~ patches/patch-content_content_renderer_gypi ~ patches/patch-content_gpu_gpu_main_cc ~ patches/patch-content_public_common_content_switches_cc ~ patches/patch-content_public_common_content_switches_h ~ patches/patch-content_renderer_render_thread_impl_cc ~ patches/patch-content_renderer_renderer_blink_platform_impl_cc ~ patches/patch-content_renderer_renderer_blink_platform_impl_h ~ patches/patch-content_shell_browser_shell_browser_main_parts_cc ~ patches/patch-dbus_property_cc ~ patches/patch-device_serial_serial_io_handler_posix_cc ~ patches/patch-device_serial_serial_service_impl_cc ~ patches/patch-device_usb_usb_context_cc ~ patches/patch-device_usb_usb_service_impl_cc ~ patches/patch-device_usb_usb_service_impl_h ~ patches/patch-gpu_command_buffer_service_async_pixel_transfer_manager_egl_cc ~ patches/patch-gpu_command_buffer_service_async_pixel_transfer_manager_share_group_cc ~ patches/patch-gpu_gpu_config_gypi ~ patches/patch-media_audio_audio_input_controller_cc ~ patches/patch-media_media_gyp ~ patches/patch-media_video_capture_fake_video_capture_device_factory_cc ~ patches/patch-media_video_capture_video_capture_device_h ~ patches/patch-net_net_gypi ~ patches/patch-net_udp_udp_socket_libevent_cc ~ patches/patch-net_url_request_url_request_context_builder_cc ~ patches/patch-pdf_pdfium_pdfium_engine_cc ~ patches/patch-third_party_WebKit_Source_core_core_gyp ~ patches/patch-third_party_WebKit_Source_platform_fonts_SimpleFontData_cpp ~ patches/patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp ~ patches/patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp ~ patches/patch-third_party_WebKit_Source_platform_heap_ThreadState_h ~ patches/patch-third_party_WebKit_Source_web_PopupListBox_cpp ~ patches/patch-third_party_ffmpeg_ffmpeg_gyp ~ patches/patch-third_party_libjingle_libjingle_gyp ~ patches/patch-third_party_pdfium_build_standalone_gypi ~ patches/patch-third_party_pdfium_core_include_fxcrt_fx_system_h ~ patches/patch-third_party_pdfium_core_src_fxge_ge_fx_ge_linux_cpp ~ patches/patch-third_party_pdfium_fpdfsdk_src_javascript_PublicMethods_cpp ~ patches/patch-third_party_pdfium_fpdfsdk_src_jsapi_fxjs_v8_cpp ~ patches/patch-third_party_skia_src_core_SkVarAlloc_cpp ~ patches/patch-third_party_webrtc_base_base_gyp ~ patches/patch-third_party_webrtc_base_network_cc ~ patches/patch-third_party_webrtc_build_common_gypi ~ patches/patch-ui_app_list_app_list_constants_cc ~ patches/patch-ui_app_list_app_list_constants_h ~ patches/patch-ui_app_list_views_app_list_item_view_cc ~ patches/patch-ui_app_list_views_app_list_view_cc ~ patches/patch-ui_base_resource_resource_bundle_cc ~ patches/patch-ui_base_webui_web_ui_util_cc ~ patches/patch-ui_gl_generate_bindings_py ~ patches/patch-ui_message_center_views_message_center_view_cc ~ patches/patch-ui_views_controls_textfield_textfield_cc ~ patches/patch-ui_views_views_delegate_cc ~ patches/patch-ui_views_views_delegate_h ~ patches/patch-ui_views_views_gyp ~ patches/patch-v8_src_base_platform_platform-posix_cc ~ pkg/PLIST + pkg/patch-ash_display_mirror_window_controller_cc + pkg/patch-third_party_ffmpeg_libavutil_autorename_libavutil_cpu_c + pkg/patch-ui_events_keycodes_dom_keycode_converter_cc > update to 44.0.2403.89 (robert@) ~ Makefile ~ patch-ash_display_mirror_window_controller_cc > fix a patch for llvm (robert@) ~ Makefile ~ distinfo ~ patches/patch-third_party_ffmpeg_ffmpeg_gyp + patches/patch-chrome_browser_extensions_api_tabs_tabs_api_cc + patches/patch-content_browser_time_zone_monitor_cc + patches/patch-ui_base_user_activity_user_activity_detector_cc > update to 44.0.2403.107 (robert@) firefox-esr ~ Makefile > Face reality, mark as BROKEN-sparc64. xpcshell SIGBUSes during fake, and > nobody cares. No point in wasting hours during bulk builds.... > If you want a graphical browser on sparc64, try netsurf. (landry@) hs-http-attoparsec ~ Makefile ~ distinfo > Update to hs-http-attoparsec-0.1.1 to let it build with the > new hs-attoparsec; i just forgot to commit this one, > noticed by nigel@ (kili@) hs-warp ~ Makefile > Bump after update of hs-attoparsec. (kili@) kcgi ~ Makefile ~ distinfo ~ pkg/PLIST > Update kcgi to 0.6.3 (jturner@) llgal ~ Makefile > This needs devel/gettext-tools. (ajacoutot@) mozilla-firefox ~ Makefile > Face reality, mark as BROKEN-sparc64. xpcshell SIGBUSes during fake, and > nobody cares. No point in wasting hours during bulk builds.... > If you want a graphical browser on sparc64, try netsurf. (landry@) nginx ~ Makefile > Update passenger FLAVOR depends due to removal of passenger subpackages > (jeremy@) opera - Makefile - distinfo - files/operaprefs_default.ini - files/operaprefs_fixed.ini - patches/patch-opera - pkg/DESCR - pkg/PLIST > Tedu tedu@'s first browser on OpenBSD. > This old version has been unmaintained for months. > The new one is based on webkit^blink^chromium and will not work with our > current linux emulation layer. > ok jeremy@ jca@ jasper@ sthen@ tedu@ (ajacoutot@) p5-Mojo ~ Makefile ~ distinfo ~ pkg/PLIST > Update to p5-Mojolicious-6.14. (ajacoutot@) ~ Makefile ~ pkg/PLIST > Don't ship the certs directory, we don't want it to resite under ${P5SITE}. > clue stick from Mark Patruck (maintainer) (ajacoutot@) p5-URI ~ Makefile ~ distinfo > Update to p5-URI-1.69. (ajacoutot@) py-django ~ Makefile ~ distinfo ~ pkg/PLIST > Security update to django-1.7.9 > https://www.djangoproject.com/weblog/2015/jul/08/security-releases/ > (jasper@) ~ Makefile ~ distinfo ~ pkg/PLIST TAGGED OPENBSD_5_7 > Security update to django-1.7.9 > https://www.djangoproject.com/weblog/2015/jul/08/security-releases/ > (jasper@) py-werkzeug ~ Makefile ~ distinfo ~ pkg/PLIST + patches/patch-setup_cfg > update to py-werkzeug 0.10.4 and support python 3 (sthen@) ~ Makefile > Add test dep. (jca@) rawdog - patches/patch-setup_py ~ Makefile ~ distinfo > Update to 2.21 > Replace the do-configure routine with MODPY_ADJ_FILES. > Replace the patch with sed -i. (bcallah@) ruby-capybara-webkit ~ Makefile ~ distinfo ~ pkg/PLIST > Update to capybara-webkit 1.6.0 (jeremy@) ruby-fcgi ~ Makefile ~ distinfo > Update to fcgi 0.9.2.1 (jeremy@) ruby-mechanize ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) ruby-passenger ~ Makefile > Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of > the ports that use it are still built with ruby 1.8. > OK ajacoutot@ (jeremy@) - pkg/DESCR-main - pkg/DESCR-standalone - pkg/PLIST-main - pkg/PLIST-standalone + pkg/DESCR + pkg/PLIST > Update to passenger 5.0.14 > Remove subpackages, revert to a single package, since standalone package > is now only 10% the size of the main package. (jeremy@) seamonkey - patches/patch-ldap_sdks_c-sdk_configure_in ~ Makefile > Fix mismerge (the patch was committed upstream; however the port update > reversed the diff rather than removing it). From Peter Piwowarski. (sthen@) ~ Makefile > Face reality, mark as BROKEN-sparc64. xpcshell SIGBUSes during fake, and > nobody cares. No point in wasting hours during bulk builds.... > If you want a graphical browser on sparc64, try netsurf. (landry@) surf ~ Makefile ~ patches/patch-config_mk > Remove "-pthread" from LIBS > Regen WANTLIB while there. > OK jung@ (czarkoff@) surf2 + Makefile + distinfo + patches/patch-config_def_h + patches/patch-config_mk + patches/patch-surf_1 + patches/patch-Makefile + pkg/DESCR + pkg/PLIST > New import: > surf is a simple webbrowser which is based on webkit/gtk+. It is ~ pkg/DESCR > Tune wording to explain difference between surf and surf2 (czarkoff@) vimb - patches/patch-Makefile > use install -D and drop ginstall dependency where applicable (jasper@) weboob ~ Makefile > Needs gmake. (ajacoutot@) youtube-dl ~ Makefile ~ distinfo ~ pkg/PLIST > Update, yet again, youtube-dl to 2015.07.18. > New extractors: > - kuwo > - myvi > - neteasemusic > - rds > - yinyuetai (pirofti@) == x11 =============================================================== 28/28 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 dbus ~ Makefile ~ distinfo ~ patches/patch-bus_Makefile_in ~ patches/patch-dbus_Makefile_in ~ patches/patch-tools_Makefile_in ~ pkg/PLIST-main > Update to dbus-1.8.20. (ajacoutot@) gnome ~ settings-daemon/Makefile ~ settings-daemon/distinfo > Update to gnome-settings-daemon-3.16.3. (ajacoutot@) ~ control-center/Makefile ~ control-center/distinfo ~ control-center/pkg/PLIST > Update to gnome-control-center-3.16.3. (ajacoutot@) gtk+3 ~ Makefile ~ distinfo ~ patches/patch-gtk_gtksettings_c > Update to gtk+3-3.16.6. (ajacoutot@) human-icon-theme ~ patches/patch-Makefile > use install -D and drop ginstall dependency where applicable (jasper@) kde4 ~ poxml/Makefile ~ sdk-thumbnailers/Makefile > Split gettext into a small runtime component and a separate large > set of development tools as recommended by upstream. > Ports will continue to depend on devel/gettext for libintl. The > gettext module also provides an automatic build dependency on > devel/gettext-tools for msgfmt etc. > A few ports that require a library provided by gettext-tools get a > corresponding dependency. > Also update gettext to 0.19.5.1. > COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@. > ok sthen@ (naddy@) ~ kde4.port.mk > Allow to change marker that MODKDE4_FIX_GETTEXT uses; kdenlive people do > continue to deviate from others. (zhuk@) mplayer ~ Makefile > Bump FFmpeg version. > from Brad (maintainer) (ajacoutot@) ratpoison ~ Makefile > No need to try supporting this on vax; ok william@ (maintainer) > As discussed with miod there's no way to run X on vax right now since > X requires shared libraries support, which vax doesn't have... yet. :) > (jca@) st ~ Makefile + patches/patch-st_c > Accept "-T" flag which cwm(1) expects from term command > OK jung@ (maintainer), sthen@ (czarkoff@) tangerine-icon-theme ~ Makefile ~ patches/patch-Makefile > use install -D and drop ginstall dependency where applicable (jasper@) worker ~ Makefile ~ distinfo > Update to 3.8.0 (bcallah@) xfce4 ~ xfdesktop/Makefile ~ xfdesktop/distinfo > update to xfdesktop 4.12.3 (landry@) xscreensaver - patches/patch-hacks_memscroller_c ~ Makefile ~ distinfo ~ pkg/PLIST > Update to xscreensaver-5.33. (ajacoutot@) =============================================================================== _______________________________________________ owc mailing list [email protected] http://www.squish.net/mailman/listinfo/owc
