OpenBSD ports changes summary for 2017-06-03
============================================

databases/libdbi                        databases/libdbi-drivers
databases/openldap                      devel/boost
devel/libspectrum                       devel/stp
games/eliot                             infrastructure/mk
lang/freehdl                            mail/neomutt
multimedia/mjpegtools                   net/knot
net/libaccounts-glib                    net/megatools
net/ocserv                              textproc/ispell
textproc/libxml                         www/chromium
www/squid                               x11/gnome
x11/mate                                

== databases ========================================================= 01/11 ==

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

libdbi

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

  > update to 0.9.0 (steven@)

libdbi-drivers

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               
  ~ patches/patch-drivers_freetds_dbd_freetds_c
  ~ pkg/PLIST-main                        ~ pkg/PLIST-sqlite
  ~ pkg/PLIST-sqlite3                     + patches/patch-tests_test_libdbi_sh
  + patches/patch-tests_test_pgsql_sh     

  > update to 0.9.0 (steven@)

openldap

  - patches/patch-servers_slapd_back-mdb_search_c
  ~ Makefile                              ~ distinfo
  + patches/patch-libraries_libldap_tls_o_c

  > update to openldap-2.4.45, rolling in the vuln fix previously patched.
  > upstream added openssl 1.1.x support, so patch to cope with various
  > OPENSSL_VERSION_NUMBER ifdefs. (sthen@)

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

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

boost

  ~ files/user.hpp                        

  > clean up Vadim's mess, reorg file so that what we're doing is actually
  > documented (espie@)

libspectrum

  ~ Makefile                              ~ distinfo

  > Update to libspectrum-1.3.4. (benoit@)

stp

  + patches/patch-configure               

  > that old shit actually tried to create directories under /usr/local
  > during configure... (espie@)

== games ============================================================= 03/11 ==

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

eliot

  + patches/patch-dic_csv_helper_cpp      + patches/patch-dic_header_cpp

  > fixes for clang (espie@)

== infrastructure ==================================================== 04/11 ==

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

mk

  ~ compiler.port.mk                      ~ modules.port.mk

  > sooner or later, we'll run into ports that really require a gcc... (espie@)

== lang ============================================================== 05/11 ==

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

freehdl

  ~ Makefile                              
  + patches/patch-freehdl_kernel-classes_hh
  + patches/patch-freehdl_kernel-db_hh    
  + patches/patch-freehdl_kernel-fhdl-stream_hh
  + patches/patch-freehdl_kernel-list_hh
  + patches/patch-freehdl_kernel-sig-info_hh
  + patches/patch-freehdl_kernel-util_hh
  + patches/patch-freehdl_std-vhdl-types_hh
  + patches/patch-kernel_driver_info_cc   + patches/patch-kernel_fhdl_stream_cc
  + patches/patch-kernel_sig_info_cc      + patches/patch-v2cc_v2cc-decl_cc
  + patches/patch-v2cc_v2cc-explore_cc    + patches/patch-v2cc_v2cc-expr_cc
  + patches/patch-v2cc_v2cc-util_cc       + patches/patch-v2cc_v2cc-util_h
  + patches/patch-v2cc_v2cc_cc            

  > let it build with clang. patches similar to pkgsrc and freebsd (espie@)

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

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

neomutt

  ~ Makefile                              ~ distinfo
  ~ patches/patch-main_c                  ~ patches/patch-mutt_sasl_c
  ~ patches/patch-mutt_sasl_h             ~ pkg/PLIST
  + patches/patch-doc_Makefile_am         

  > update to neomutt-20170602 (sthen@)

== multimedia ======================================================== 07/11 ==

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

mjpegtools

  ~ Makefile                              + patches/patch-docs_mjpegtools_1

  > Minimally patch up the extremely crappy mjpegtools(1) manual to give
  > it a chance to render at all.
  > While here, drop USE_GROFF.  While mjpegtools(1) does contain .ec, it
  > never passes an argument and never calls .eo, so it has no effect.
  > (schwarze@)

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

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

knot

  ~ Makefile                              

  > Fix build on i386, requires 64 bits atomics
  > This means you need at least an i586 processor to run knot.  The other
  > 32 bits archs are probably still broken.
  > Reported by & ok sthen@ (jca@)

libaccounts-glib

  + patches/patch-libaccounts-glib_Makefile_am

  > bogus option makes it error out with clang (espie@)

megatools

  ~ Makefile                              

  > identical formatting, drop USE_GROFF and bump (schwarze@)

ocserv

  ~ Makefile                              

  > identical formatting, drop USE_GROFF and bump (schwarze@)

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

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

ispell

  - patches/patch-config_X                - patches/patch-local_h_samp
  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                ~ patches/patch-correct_c
  ~ patches/patch-languages_english_english_2
  ~ patches/patch-languages_english_english_3
  ~ patches/patch-term_c                  ~ pkg/PLIST-main
  + patches/patch-deformatters_Makefile   + patches/patch-local_h_bsd
  + patches/patch-lookup_c                

  > update to ispell-3.4.00 and patch to fix some implicit declarations, done
  > while investigating a crash (bogus free) reported by Bryan Linton when
  > running
  > "DICTIONARY=/usr/local/lib/ispell/american.hash ispell" (but it doesn't fix
  > this) (sthen@)

libxml

  ~ Makefile                              + patches/patch-parser_c
  + patches/patch-valid_c                 

  > Security update for textproc/libxml
  > Patches for CVE-2017-9047, CVE-2017-9048, CVE-2017-9049, CVE-2017-9050.
  > From Matthias Pitzl, thanks!
  > OK ajacoutot (pirofti@)

  ~ Makefile                              + patches/patch-parser_c
  + patches/patch-valid_c                 

  TAGGED OPENBSD_6_1
  > Backport recent textproc/libxml security fixes.
  > Patches CVE-2017-9047, CVE-2017-9048, CVE-2017-9049 and CVE-2017-9050.
  > From Matthias Pitzl, thanks!
  > OK ajacoutot@ (pirofti@)

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

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

chromium

  ~ Makefile                              

  > allows base clang to pass the bootstrap step, even though there are lots
  > of issues later (espie@)

squid

  - patch-helpers_basic_auth_LDAP_basic_ldap_auth_8
  - patch-helpers_basic_auth_RADIUS_basic_radius_auth_8
  - patch-helpers_external_acl_file_userip_ext_file_userip_acl_8
  - patch-tools_squidclient_squidclient_1
  ~ Makefile                              ~ distinfo

  > update to squid-3.5.26 (sthen@)

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

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

gnome

  ~ aisleriot/Makefile                    
  + aisleriot/patches/patch-acinclude_m4

  > in this case, bogus warning flags are enough to make it not build with
  > clang... so fix it (espie@)

mate

  ~ atril/Makefile                        ~ pluma/Makefile

  > stdc++, estdc++ -> ${LIBCXX}, ${LIBECXX} (ajacoutot@)

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

Reply via email to