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

archivers/xz                            comms/mgetty+sendfax
databases/soprano                       devel/quirks
editors/beaver                          games/moria
geo/qgis                                graphics/graphite2
infrastructure/mk                       lang/php
lang/vala                               mail
mail/alpine                             mail/gmime
mail/gmime30                            multimedia/mkvtoolnix
net                                     net/curl
net/ircd-hybrid                         net/libktorrent
net/trafd                               sysutils/firmware
textproc/enchant                        textproc/icu4c
textproc/jq                             www/nghttp2
x11/blackbox                            x11/gnome
x11/qt4                                 

== archivers ========================================================= 01/17 ==

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

xz

  ~ Makefile                              

  > switch home page and master site to https (naddy@)

== comms ============================================================= 02/17 ==

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

mgetty+sendfax

  ~ Makefile                              

  > Respect CC (jca@)

  + patches/patch-g3_g3cat_c              + patches/patch-g3_pbm2g3_c

  > inline->static inline to fix clang build (jca@)

== databases ========================================================= 03/17 ==

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

soprano

  ~ Makefile                              

  > disable doxygen
  > CONFIGURE_ARGS advice from and ok jca@ (rsadowski@)

== devel ============================================================= 04/17 ==

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

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > Remove trafd: old, unmaintained pcap code that runs as root
  > (Bonus: no need to fix it to build with clang.)
  > ok sthen@ (jca@)

== editors =========================================================== 05/17 ==

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

beaver

  ~ Makefile                              + patches/patch-src_editor_c

  > Updated HOMEPAGE and MASTER_SITES + s/inline/static inline/ for clang
  > A newer version is available, any takers? (jca@)

== games ============================================================= 06/17 ==

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

moria

  ~ Makefile                              ~ patches/patch-source_io_c
  ~ patches/patch-source_signals_c        + patches/patch-source_externs_h

  > clang doesn't like int functions that don't return, but signal handlers
  > have returned void basically forever, so cut thru a bit of old-style cruft
  > so it compiles and runs more or less correctly (there's a shitload of stuff
  > happening in the handler... not my fight)
  > TODO: LINT_ARGS controls prototypes in externs.h... turning them on
  > triggers some issues with K&R vs ANSI in some functions. (espie@)

== geo =============================================================== 07/17 ==

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

qgis

  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_core_CMakeLists_txt

  > Bugfix update to qgis 2.18.7 (landry@)

== graphics ========================================================== 08/17 ==

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

graphite2

  ~ Makefile                              + patches/patch-src_FeatureMap_cpp

  > SECURITY fix for CVE-2017-5436.
  > prodded by naddy@ (ajacoutot@)

  ~ Makefile                              + patches/patch-src_FeatureMap_cpp

  TAGGED OPENBSD_6_1
  > Merge a couple of patches from upstream to fix CVE-2017-5436. (ajacoutot@)

== infrastructure ==================================================== 09/17 ==

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

mk

  ~ bsd.port.mk                           

  > draft for compiler auto-selection, not ready yet.
  > move arch-defines.mk up so it can be used by it to load modules (espie@)

== lang ============================================================== 10/17 ==

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

php

  ~ 7.0/Makefile                          ~ 7.0/pkg/PLIST-main

  > regen PLIST for ax_check_compile_flag.m4 (sthen@)

  ~ php.port.mk                           

  > remove remnants of php 5.3/5.4, add support for MODPHP_VERSION=7.0 (sthen@)

vala

  ~ Makefile                              ~ distinfo

  > update to vala-0.36.2 (jasper@)

== mail ============================================================== 11/17 ==

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

mail

  ~ Makefile                              

  > +gmime30 (ajacoutot@)

alpine

  - patches/patch-doc_alpine_1            - patches/patch-pith_smime_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-alpine_pine-use_c       ~ patches/patch-configure
  ~ patches/patch-imap_src_mlock_mlock_c
  ~ patches/patch-imap_src_osdep_unix_Makefile
  ~ patches/patch-imap_src_tmail_tmail_c
  ~ patches/patch-pith_conf_c             + patches/patch-doc_man1_alpine_1

  > Update to alpine-2.21. (ajacoutot@)

gmime

  ~ Makefile                              

  > Add a PORTROACH and take MAINTAINER. (ajacoutot@)

gmime30

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

  > New import:
  >     Import gmime30-3.0.0.

== multimedia ======================================================== 12/17 ==

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

mkvtoolnix

  ~ Makefile                              

  > avoid hidden build dep on gtest; it's now picked up following the
  > gtest update and causes a failure with dpb junking (sthen@)

== net =============================================================== 13/17 ==

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

net

  ~ Makefile                              

  > Remove trafd: old, unmaintained pcap code that runs as root
  > (Bonus: no need to fix it to build with clang.)
  > ok sthen@ (jca@)

curl

  ~ Makefile                              + patches/patch-lib_url_c
  + patches/patch-lib_urldata_h           + patches/patch-lib_vtls_openssl_c
  + patches/patch-lib_vtls_vtls_c         

  TAGGED OPENBSD_6_1
  > CVE-2017-7468: TLS session resumption client cert bypass (again) (naddy@)

  ~ Makefile                              + patches/patch-lib_url_c
  + patches/patch-lib_urldata_h           + patches/patch-lib_vtls_openssl_c
  + patches/patch-lib_vtls_vtls_c         

  TAGGED OPENBSD_6_0
  > CVE-2017-7468: TLS session resumption client cert bypass (again) (naddy@)

ircd-hybrid

  ~ Makefile                              ~ distinfo
  ~ patches/patch-doc_reference_conf      ~ patches/patch-src_ircd_c

  > Update to ircd-hybrid-8.2.22.
  > from Brad (ajacoutot@)

libktorrent

  ~ Makefile                              

  > disable doxygen
  > ok jca@ (rsadowski@)

trafd

  - Makefile                              - distinfo
  - patches/patch-Makefile                - patches/patch-lib_addrtoname_c
  - patches/patch-lib_interfaces_c        - patches/patch-trafd_trafd_h
  - patches/patch-trafd_trafdump          - patches/patch-trafd_traffic_c
  - patches/patch-trafd_trafsave          - patches/patch-trafd_trafstart
  - patches/patch-trafd_trafstop          - pkg/DESCR
  - pkg/PLIST                             

  > Remove trafd: old, unmaintained pcap code that runs as root
  > (Bonus: no need to fix it to build with clang.)
  > ok sthen@ (jca@)

== sysutils ========================================================== 14/17 ==

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

firmware

  ~ vmm/Makefile                          ~ vmm/distinfo
  ~ vmm/files/config                      + vmm/patches/patch-src_optionroms_c

  > enable SGABIOS option rom (sthen@)

  ~ vmm/Makefile                          

  > set ONLY_FOR_ARCHS (sthen@)

== textproc ========================================================== 15/17 ==

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

enchant

  - patches/patch-configure               ~ Makefile
  ~ distinfo                              ~ pkg/DESCR
  ~ pkg/PLIST                             + patches/patch-configure_ac
  + patches/patch-src_myspell_myspell_checker_cpp

  > Update to enchant-1.6.1. (ajacoutot@)

  ~ Makefile                              

  > Temporarily re-add bdep on x11/dbus-glib until I have time to properly rape
  > autoshit. (ajacoutot@)

icu4c

  ~ Makefile                              
  + patches/patch-source_common_utext_cpp
  + patches/patch-source_test_intltest_utxttest_cpp
  + patches/patch-source_test_intltest_utxttest_h

  > SECURITY fix for CVE-2017-7867 and CVE-2017-7868.
  > Merged from upstream with help from espie@ (ajacoutot@)

  ~ Makefile                              
  + patches/patch-source_common_utext_cpp
  + patches/patch-source_test_intltest_utxttest_cpp
  + patches/patch-source_test_intltest_utxttest_h

  TAGGED OPENBSD_6_1
  > MFC:
  > SECURITY fixes for CVE-2017-7867 and CVE-2017-7868.
  > Merged from upstream with help from espie@ (ajacoutot@)

jq

  - patches/patch-Makefile_in             

  > Remove patch obsoleted by usr.bin/libtool/LT/Mode/Link.pm r1.35 (sthen@)

== www =============================================================== 16/17 ==

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

nghttp2

  ~ Makefile                              ~ distinfo

  > update to nghttp2-1.22.0 (sthen@)

== x11 =============================================================== 17/17 ==

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

blackbox

  ~ patches/patch-src_Window_cc           ~ patches/patch-src_blackbox_cc
  + patches/patch-lib_Display_cc          + patches/patch-lib_Texture_cc
  + patches/patch-src_main_cc             + patches/patch-util_bsetroot_cc

  > missing prototypes (not a full fix for clang, reminder is more "fun")
  > (espie@)

  + patches/patch-lib_Menu_cc             

  > let automatic template lookup work. explicit types do not quite match
  > with libc++ (espie@)

  ~ Makefile                              ~ patches/patch-lib_Timer_cc
  ~ patches/patch-lib_Timer_hh            

  > you can cheat only so far with not declaring timeval, so use the actual
  > definition.
  > clang++ pedantically figures out that operator ::timeval  isn't callable
  > (how would you name it!) so it emits warnings all the time, so just
  > kill it out. (espie@)

gnome

  ~ todo/Makefile                         ~ todo/distinfo
  ~ todo/pkg/PLIST                        

  > Update to gnome-todo-3.24.0.1. (ajacoutot@)

qt4

  + patches/patch-tools_linguist_linguist_messagemodel_cpp

  > pointers don't <= (espie@)

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

Reply via email to