OpenBSD ports changes summary for 2017-06-29 ============================================
archivers/unrar databases/ksql devel/libmagic devel/libwnck3 devel/ruby-puppet_forge geo/openbsd-developers graphics/openscenegraph lang lang/algol68g mail/rmilter mail/rspamd net/isc-bind net/knot net/ldns net/lftp security/libgpg-error security/yara sysutils sysutils/collectd sysutils/google-cloud-sdk sysutils/google-compute-engine sysutils/py-elasticsearch-curator sysutils/ruby-r10k textproc/py-elasticsearch www/chromium x11/gnome x11/mate == archivers ========================================================= 01/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/archivers unrar ~ Makefile ~ distinfo ~ patches/patch-makefile ~ patches/patch-os_hpp ~ patches/patch-rijndael_cpp TAGGED OPENBSD_6_1 > Security update to 5.50 beta 4 to fix the VMSF_DELTA filter signedness > error and unspecified other issues. (naddy@) == databases ========================================================= 02/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases ksql ~ Makefile ~ distinfo ~ pkg/PLIST > Update ksql to 0.1.2 (jturner@) == devel ============================================================= 03/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel libmagic ~ Makefile ~ pkg/PLIST > Put the magic file format manpage in section 5 > From Klemens Nanni (jca@) ~ Makefile ~ pkg/DESCR > Fix a couple of typos. > from Klemens Nanni (ajacoutot@) libwnck3 ~ Makefile ~ distinfo ~ patches/patch-libwnck_tasklist_c > Update to libwnck3-3.24.0. (ajacoutot@) ruby-puppet_forge ~ Makefile ~ distinfo ~ pkg/PLIST > Minor update to 2.2.6 (sebastia@) == geo =============================================================== 04/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/geo openbsd-developers ~ Makefile ~ files/OpenBSD > Update entry for Job > Turns out I don't live in Paris. > OK sthen@ phessler@ (job@) == graphics ========================================================== 05/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics openscenegraph ~ Makefile ~ patches/patch-CMakeLists_txt > Don't pick up libvncserver. > While here, drop gettext module and regen WANTLIB. (ajacoutot@) == lang ============================================================== 06/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang lang ~ Makefile > +algol68g (bcallah@) algol68g + Makefile + distinfo + patches/patch-source_a68g_c + patches/patch-configure + patches/patch-source_a68g_h + pkg/PLIST + pkg/DESCR > New import: > Import lang/algol68g, the Algol 68 Genie compiler-interpreter. == mail ============================================================== 07/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail rmilter ~ Makefile ~ pkg/DESCR > Modify rmilter's DESCR to warn that it is now obsolete and should be > replaced > by rspamd 1.6+'s built-in milter support. > The package is maintained in the short term to ease transition, but will be > removed later. (sthen@) rspamd ~ Makefile ~ distinfo ~ patches/patch-CMakeLists_txt ~ patches/patch-contrib_zstd_CMakeLists_txt ~ pkg/PLIST > Update to rspamd 1.6.1. > rmilter support is now deprecated, see > https://rspamd.com/announce/2017/06/12/rspamd-1.6.0.html. Drop gd > dependency following upstream. > ok sthen@ (landry@) == net =============================================================== 08/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net isc-bind ~ Makefile ~ distinfo > Update to BIND 9.10.5-P2 > An error in TSIG handling could permit unauthorized zone transfers > or zone updates. CVE-2017-3142, CVE-2017-3143. > Also updates the address of b.root in hints. (sthen@) ~ Makefile ~ distinfo TAGGED OPENBSD_6_1 > Update to BIND 9.10.5-P2 > An error in TSIG handling could permit unauthorized zone transfers > or zone updates. CVE-2017-3142, CVE-2017-3143. > Also updates the address of b.root in hints. (sthen@) knot ~ Makefile ~ distinfo > SECURITY update to knot-2.4.5 > o Improper TSIG validity period check can allow TSIG forgery > No CVE assigned (yet?) (jca@) ldns - libldns/patches/patch-doc_doxyparse_pl - utils/patches/patch-dnssec_c - utils/patches/patch-dnssec_sign_c - utils/patches/patch-ldns_dnssec_h ~ Makefile.inc ~ distinfo ~ libldns/Makefile ~ libldns/patches/patch-Makefile_in ~ libldns/pkg/PLIST ~ utils/Makefile ~ utils/patches/patch-examples_configure_ac ~ utils/patches/patch-examples_ldns-signzone_c > update to ldns-1.7.0, maintainer timeout (sthen@) lftp ~ Makefile + patches/patch-doc_lftp_1 > Switch lftp to using mandoc, fixing tables. > Add a patch from schwarze@ to avoid information loss in both groff and > mandoc (".PP text" to ".PP\ntext"). > "It looks like pkg_create(1) is not passing the -t option to groff(1) > because lftp(1) lacks the tbl(7) annotation that you can see in the > first source line of, for example, xz(1)." and OK schwarze@ > OK rsadowski@ (maintainer) (sthen@) == security ========================================================== 09/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security libgpg-error ~ Makefile + patches/patch-doc_gpgrt_info > Fix info file so that install-info --delete succeeds. > Reported by many including tedu@, ok ajacoutot@ > If you see an error message about gpgrt.info at pkg_add time, you can > manually fix your install with: > sed -i 's/^\* libgpg-error: (gnupg)/* libgpg-error: (gpgrt)/' > /usr/local/info/dir (jca@) yara - main/patches/patch-libyara_modules_pe_c ~ Makefile.inc ~ main/distinfo ~ python/distinfo > update yara to 2.6.2. > ok benoit@. (rpointel@) == sysutils ========================================================== 10/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils sysutils ~ Makefile > +google-compute-engine (ajacoutot@) collectd ~ Makefile + patches/patch-src_email_c + patches/patch-src_exec_c + patches/patch-src_unixsock_c > Enlarge some buffers because 2048 is not enough to get getgrnam_r result. > Also fix errno handling in exec.c. Many thanks to jca@ for the help. > "if it builds, ship it" jca@ (danj@) google-cloud-sdk ~ Makefile ~ distinfo ~ pkg/PLIST > Update to google-cloud-sdk-161.0.0. (ajacoutot@) google-compute-engine + Makefile + distinfo + patches/patch-google_compute_engine_accounts_accounts_daemon_py + patches/patch-google_compute_engine_accounts_accounts_utils_py + patches/patch-google_compute_engine_clock_skew_clock_skew_daemon_py + patches/patch-google_compute_engine_config_manager_py + patches/patch-google_compute_engine_instance_setup_instance_config_py + patches/patch-google_compute_engine_instance_setup_instance_setup_py + patches/patch-google_compute_engine_ip_forwarding_ip_forwarding_daemon_py + patches/patch-google_compute_engine_ip_forwarding_ip_forwarding_utils_py + patches/patch-google_compute_engine_metadata_scripts_script_executor_py + patches/patch-google_compute_engine_network_setup_network_setup_py + patches/patch-google_compute_engine_network_utils_py + patches/patch-setup_py + pkg/DESCR + pkg/PLIST + pkg/README + pkg/google_accounts_daemon.rc + pkg/google_clock_skew_daemon.rc + pkg/google_compute_engine.rc + pkg/google_ip_forwarding_daemon.rc > New import: > Import google-compute-engine-2.4.0. py-elasticsearch-curator ~ Makefile ~ distinfo > Update to 5.1.1, bump dependency to py-elasticsearch >=5.4 (sebastia@) ruby-r10k ~ Makefile ~ distinfo ~ pkg/PLIST > Minor update to 2.5.5 (sebastia@) == textproc ========================================================== 11/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc py-elasticsearch ~ Makefile ~ distinfo ~ pkg/PLIST > Update to 5.4.0 (sebastia@) == www =============================================================== 12/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www chromium ~ Makefile ~ distinfo ~ patches/patch-chrome_common_chrome_switches_cc > update to 59.0.3071.115; > use a hand-crafted tarball this time because google failed to create a > a working one :) (robert@) == x11 =============================================================== 13/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 gnome ~ tracker/Makefile ~ tracker/distinfo > Update to meta-tracker-1.12.1. (ajacoutot@) - control-center/files/os-release.in ~ control-center/Makefile ~ control-center/pkg/PLIST > Revert /etc/os-release addition; while it fixes the immediate problem here, > it may lead to inconsistent behaviour in other applications (thinking we > are Linux). > thank you sthen@ for the ports source grep(1) (ajacoutot@) mate ~ themes/Makefile > add missing build dependency (robert@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
