OpenBSD ports changes summary for 2017-07-20
============================================

devel/meson                             devel/p5-Check-ISA
devel/p5-Data-Alias                     devel/p5-Data-Visitor
devel/p5-Test-Deep-JSON                 devel/p5-Test-Deep-Type
devel/qt-creator                        fonts/intlfonts
games/openrct2                          games/yquake2
graphics/gegl                           infrastructure/lib
infrastructure/mk                       lang/node
net/corebird                            net/py-botocore
security                                security/libgcrypt
security/qca-qt5                        security/xca
sysutils/awscli                         sysutils/go-cs
sysutils/terraform                      www/chromium
x11/gnome                               x11/mplayer
x11/worker                              

== devel ============================================================= 01/11 ==

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

meson

  ~ Makefile                              ~ distinfo

  > Update to meson-0.41.2. (ajacoutot@)

p5-Check-ISA

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

  > New import:
  >     Import p5-Check-ISA 0.09

p5-Data-Alias

  ~ Makefile                              

  > Mark port p5-Data-Alias as broken, it does not work with Perl 5.24.
  > OK sthen@ (bluhm@)

p5-Data-Visitor

  ~ Makefile                              ~ distinfo
  + patches/patch-lib_Data_Visitor_pm     + patches/patch-t_weak_t

  > update p5-Data-Visitor to 0.30
  > disable use of broken Data::Alias
  > from Matthias Pitzl (bluhm@)

p5-Test-Deep-JSON

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

  > New import:
  >     Import p5-Test-Deep-JSON 0.03

p5-Test-Deep-Type

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

  > New import:
  >     Import p5-Test-Deep-Type 0.008

qt-creator

  ~ Makefile                              ~ distinfo

  > update to qt-creator 4.3.1
  > Tested by Caspar Schutijser. Thanks!
  > ok zhuk@ (rsadowski@)

== fonts ============================================================= 02/11 ==

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

intlfonts

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update intlfonts to 1.2.1
  > variable tweak and ok espie@ (rsadowski@)

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

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

openrct2

  ~ Makefile                              ~ distinfo

  > Update to 0.1.0
  > Changelog:
  > https://github.com/OpenRCT2/OpenRCT2/blob/develop/distribution/changelog.tx
  > t
  > ok bentley@ (bcallah@)

yquake2

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             + patches/patch-Makefile
  + patches/patch-src_backends_generic_vid_c

  > games/yquake2 6.00 => 7.01
  > OK abieber@
  > Port changes:
  > - bump version
  > - install new ref_gl1 / ref_gl3 shared libraries into
  > /usr/local/lib/yquake2
  > - patch the Makefile to not pass -Wl,--no-undefined to
  > the linker, change already merged upstream:
  > https://github.com/yquake2/yquake2/pull/213
  > - patch backends/generic/vid.c to dlopen libraries
  > from /usr/local/lib/yquake2 instead of relying
  > on Sys_GetBinaryDir() that thinks the OS can tell
  > it the executable path
  > Regarding the .so changes, please see the following 2 github links
  > - https://github.com/yquake2/yquake2/pull/213
  > - https://github.com/yquake2/yquake2/issues/214
  > especially the second one. In short, it's possible that upstream will
  > add a way to define /usr/local/lib/yquake2 as a compile time option
  > which would make this patch obsolete. Note that I did not move the game.so
  > file on purpose, as upstream mentioned in 213 that mods expect it to be
  > in that specific spot.
  > If you want to test the new renderer just execute the game with:
  > $ quake2 +vid_renderer gl3
  > after first run it will be added to your config, or you can add it
  > yourself by adding:
  > set vid_renderer "gl3"
  > to:
  > /home/mulander/.yq2/baseq2/config.cfg
  > Upstream changelog:
  > Quake II 7.00 to 7.01:
  > - Fix build of GL3 for platforms without SSE.
  > - Fix Jennel Jaquays name in credits and quit screen.
  > - Make Quake II high DPI aware on Window Vista and above.
  > - Fix some problems with loading dependend librarys on Windows.
  > Quake II 6.00 to 7.00:
  > - Remove the broken multitexturing render path from the OpenGL 1.4
  > renderer. It was switched off by default in 6.00.
  > - Reimplement the support for shared renderer libraries. Please note
  > the this is an incompatible implementation with an custom API. The
  > original renderer libraries will not work!
  > - Implement an OpenGL 3.2 renderer. This renderer has the same look
  > and feel as the old OpenGL 1.4 renderer but makes heavy use of
  > modern OpenGL and GPU features. An OpenGL 3.2 capable GPU (Intel
  > starting with Ivy Bridge on Windows or Sandy Bridge on Linux, Nvidia
  > staring with G80 and AMD starting with R600 / HD2000) is required.
  > - Fix OpenAL compatibility with modern openal-soft versions.
  > - Several fixes and optimizations to OpenAL, implement support for
  > doppler effects. (by xorw) (awolk@)

== graphics ========================================================== 04/11 ==

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

gegl

  ~ Makefile                              

  > COMPILER_LIBCXX conversion didn't go quite right for graphics/gegl,
  > use COMPILER_LIBCXX LIBECXX instead which gives valid results on systems
  > with either gcc/clang for the base compiler. (sthen@)

== infrastructure ==================================================== 05/11 ==

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

lib

  ~ OpenBSD/PortGen/Port/CPAN.pm          

  > Switch to v1 API URL, minimal patch to fix portgen as the v0 API has been
  > removed - v1 appears to be compatible enough so far.  ok tsg@ (sthen@)

mk

  ~ bsd.port.mk                           

  > direct inclusion of MODULES=clang on a clang arch triggers double links
  > so protect against these as well (espie@)

== lang ============================================================== 06/11 ==

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

node

  ~ Makefile                              ~ distinfo

  > Bump to latest version. This contains security fixes outlined here:
  > https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
  > OK awolk@ (abieber@)

== net =============================================================== 07/11 ==

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

corebird

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > net/corebird 1.5 => 1.5.1
  > upstream changelog:
  > ---
  > Changelog:
  > - Stability improvements
  > ---
  > actual diff:
  > https://github.com/baedert/corebird/compare/1.5...1.5.1
  > ports wise we just bump the version and add a new translation.
  > OK abieber@ (awolk@)

py-botocore

  ~ Makefile                              ~ distinfo

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

== security ========================================================== 08/11 ==

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

security

  ~ Makefile                              

  > unhook qca-qt5 (rsadowski@)

libgcrypt

  ~ Makefile                              ~ distinfo
  ~ patches/patch-mpi_longlong_h          ~ patches/patch-src_secmem_c
  + patches/patch-random_jitterentropy-base_c
  + patches/patch-random_jitterentropy_h

  > Update to libgcrypt-1.8.0. (ajacoutot@)

qca-qt5

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

  > New import:
  >     Import a separate port for Qt5-based QCA

xca

  + patches/patch-widgets_MW_help_cpp     

  > passing -std=c++11  is not innocuous.
  > please check with a real C++11 compiler next time, Vadim (espie@)

== sysutils ========================================================== 09/11 ==

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

awscli

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.122. (ajacoutot@)

go-cs

  ~ Makefile                              ~ distinfo

  > Update to go-cs-0.9. (ajacoutot@)

terraform

  ~ provider-azurerm/Makefile             ~ provider-azurerm/distinfo
  ~ provider-github/Makefile              ~ provider-github/distinfo
  ~ provider-kubernetes/Makefile          ~ provider-kubernetes/distinfo
  ~ provider-rancher/Makefile             ~ provider-rancher/distinfo
  ~ provider-vcd/Makefile                 ~ provider-vcd/distinfo

  > Update a few terraform providers. (ajacoutot@)

  ~ terraform/Makefile                    ~ terraform/distinfo

  > Update to terraform-0.10.0rc1. (ajacoutot@)

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

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

chromium

  ~ Makefile                              ~ patches/patch-base_BUILD_gn
  ~ patches/patch-build_toolchain_gcc_toolchain_gni
  + patches/clang-third_party_WebKit_Source_platform_BUILD_gn
  + patches/patch-third_party_libjingle_xmpp_task_runner_taskrunner_cc
  + patches/patch-third_party_pdfium_third_party_base_logging_h
  + patches/patch-third_party_sfntly_src_cpp_src_sfntly_table_core_cmap_table_cc

  > make chromium build with base clang by applying the following changes:
  > - use the proper compiler and linker in ${WRKDIR}/bin
  > - casting to nullptr where required (diff from espie@)
  > - link the character_data_generator with c++abi twice until a linker
  > bug is figured out (robert@)

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

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

gnome

  ~ librsvg/Makefile                      ~ librsvg/distinfo
  ~ librsvg/patches/patch-configure       

  > SECURITY update to librsvg-2.40.18.
  > CVE-2017-11464 - Fix division-by-zero in the Gaussian blur code.
  > (ajacoutot@)

  ~ librsvg/Makefile                      + librsvg/patches/patch-rsvg-filter_c

  TAGGED OPENBSD_6_1
  > Merge upstream fixes for:
  > CVE-2017-11464 - Fix division-by-zero in the Gaussian blur code.
  > (ajacoutot@)

mplayer

  ~ Makefile                              

  > somehow I forgot mplayer. Use COMPILER, there's nothing special
  > about this port. (espie@)

worker

  ~ Makefile                              ~ distinfo

  > Update to 3.11.0 -- now supports the XDND protocol for drag+drop features.
  > (bcallah@)

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

Reply via email to