OpenBSD ports changes summary for 2015-08-02 to 2015-08-09 inclusive
====================================================================

INDEX                                   databases/postgresql
devel/boost                             devel/cmake
devel/csmith                            devel/libidn
devel/quirks                            devel/subversion
devel/ti-msp430gcc                      editors/emacs
emulators/qemu                          games/supertuxkart
lang/gcc                                mail/postfix
misc/remind                             net/amule
net/dnsmasq                             productivity
productivity/googlecl                   security/opensc
sysutils                                sysutils/cyphertite
sysutils/facter                         textproc/aspell
www/chromium                            www/firefox-esr
www/firefox-esr-i18n                    www/firefox-i18n
www/mozilla-firefox                     x11/gnome

== INDEX ============================================================= 01/16 ==

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

INDEX


  > sync, 9144 (naddy@)


  > sync; 9144 for 5.8 (sthen@)


  > sync; 9144 for 5.8 (naddy@)

== databases ========================================================= 02/16 ==

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

postgresql

  ~ Makefile                              ~ postgresql.port.mk
  ~ pkg/README-plpython                   ~ pkg/README-server

  > - remove trailing white spaces
  > - add RSC id and header to README-plpython
  > OK jasper@ (kirby@)

== devel ============================================================= 03/16 ==

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

boost

  ~ Makefile                              
  ~ patches/patch-tools_build_src_tools_gcc_jam
  ~ pkg/PLIST                             
  + patches/patch-boost_atomic_detail_platform_hpp

  > Unbreak boost on (at least) alpha, hppa and sparc64
  > - ensure we don't build the 'context' and 'coroutine' libs, they are not
  > portable and the latter depends on the former
  > - don't use the 'gcc_sparc' backend in Boost.atomic, for it doesn't
  > build; use the generic gcc backend based on __sync_*
  > - stop tweaking cc -march / -mcpu values; this is not desirable on any
  > arch and it breaks on sparc64 due to a bogus -mcpu=c3 default
  > - don't attempt to force -m32 / -m64 flags, this breaks at least alpha
  > (64 bits but doesn't understand -m64)
  > alpha, hppa & sparc64 tests by landry@, amd64 bulk by ajacoutot@
  > ok jasper@ (jca@)

cmake

  ~ Makefile                              

  > second attempt (dcoppa@)

csmith

  ~ Makefile                              ~ patches/patch-src_platform_cpp

  > Use arc4random instead of x86/powerpc specific cpu time counters as a
  > random seed.
  > Unbreaks all non-x86 architectures.
  > ok daniel@, post-ports-lock ok from sthen@ (tobiasu@)

libidn

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to libidn-1.32.
  > - Fix crash in idna_to_unicode_8z8z and idna_to_unicode_8zlz
  > (problem was introduced in 1.31) (ajacoutot@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > register googlecl removal (jasper@)

  ~ Makefile                              ~ files/Quirks.pm

  > quirk for cyphertite removal, reminded by aja@ (sthen@)

subversion

  ~ Makefile                              ~ distinfo

  > Update to Subversion 1.8.14. Fixes CVE-2015-3184 and CVE-2015-3187.
  > ok sthen@ (stsp@)

ti-msp430gcc

  ~ Makefile                              ~ pkg/PLIST

  > disable LTO which doesn't really do anything but emit errors (jasper@)

== editors =========================================================== 04/16 ==

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

emacs

  + patches/patch-configure               

  > Don't try to run the tputs conftest; segfaults* on powerpc/hppa
  > * the actual reason is not known yet (jca@)

  - patches/patch-configure               

  > Remove patch; ld -Z is broken on powerpc (jca@)

== emulators ========================================================= 05/16 ==

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

qemu

  ~ Makefile                              ~ files/qemu-ifdown
  ~ files/qemu-ifup                       ~ pkg/README

  > remove sudo as run dependency and switch to doas in readme and scripts
  > ok sthen deraadt (jung@)

== games ============================================================= 06/16 ==

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

supertuxkart

  ~ Makefile                              

  > Re-enable on powerpc; mpi@ still sees value in having a package. (pascal@)

== lang ============================================================== 07/16 ==

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

gcc

  ~ 4.9/Makefile                          
  + 4.9/patches/patch-gcc_config_rs6000_rs6000_c

  > Disable code added in GCC 4.9.3 which passes ".machine ppc" to the
  > assembler;
  > this breaks builds when -maltivec is used, including Mozilla ports.
  > Borrowed from a commit to the Amiga development tools project,
  > https://github.com/sba1/adtools/commit/b24ae065714a2390d7718d2c348fe5cfa40c
  > 2b48
  > ok landry@ mpi@ naddy@ (sthen@)

== mail ============================================================== 08/16 ==

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

postfix

  ~ snapshot/Makefile                     ~ snapshot/distinfo

  > Update to postfix-3.1.20150721.
  > from Brad (maintainer)
  > ok sthen@ (ajacoutot@)

== misc ============================================================== 09/16 ==

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

remind

  ~ Makefile                              + patches/patch-src_var_c

  > fix a buffer overflow; from upstream (jasper@)

  ~ Makefile                              + patches/patch-src_var_c

  TAGGED OPENBSD_5_7
  > fix a buffer overflow; from upstream (jasper@)

== net =============================================================== 10/16 ==

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

amule

  ~ Makefile                              

  > Needs devel/gettext-tools. (ajacoutot@)

dnsmasq

  - patches/patch-src_option_c            - patches/patch-src_rfc3315_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-man_dnsmasq_8           ~ patches/patch-src_config_h

  TAGGED OPENBSD_5_7
  > SECURITY update to dnsmasq-2.75.
  > - fix for CVE-2015-3294
  > from Brad (maintainer)
  > ok jasper@ (ajacoutot@)

== productivity ====================================================== 11/16 ==

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

productivity

  ~ Makefile                              

  > -googlecl (jasper@)

googlecl

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > remove googlecl, it's been broken since google dropped OAuth1 support and
  > upstream (google) deems it unlikely googlecl will ever be fixed.
  > ok sthen@ (jasper@)

== security ========================================================== 12/16 ==

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

opensc

  ~ Makefile                              

  > force -DOPENSSL_NO_STATIC_ENGINE to unbreak opensc, problem found by
  > dcoppa,
  > define suggested by miod, ok naddy@ dcoppa@ (sthen@)

== sysutils ========================================================== 13/16 ==

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

sysutils

  ~ Makefile                              

  > Remove sysutils/cyphertite (the service is shutting down in a fortnight)
  > Requested by David Hill, ok ajacoutot. (sthen@)

cyphertite

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/MESSAGE
  - pkg/PLIST                             

  > Remove sysutils/cyphertite (the service is shutting down in a fortnight)
  > Requested by David Hill, ok ajacoutot. (sthen@)

facter

  ~ Makefile                              

  > memory resolver has been merged (jasper@)

== textproc ========================================================== 14/16 ==

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

aspell

  ~ dicts/eo/Makefile                     ~ dicts/ru/Makefile

  > Enable aspell-eo and aspell-ru packages: they do have licenses now.
  > okay jasper@ (zhuk@)

== www =============================================================== 15/16 ==

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

chromium

  ~ Makefile                              

  > add net_interfaces to the list of pre-built targets (robert@)

firefox-esr

  ~ Makefile                              ~ distinfo

  > SECURITY update to firefox 39.0.3 & firefox-esr 38.1.1.
  > Fixes MFSA2015-78, see
  > https://blog.mozilla.org/security/2015/08/06/firefox-exploit-found-in-the-w
  > ild/
  > and https://www.mozilla.org/en-US/security/advisories/mfsa2015-78/
  > ok naddy@ sthen@ (landry@)

firefox-esr-i18n

  ~ Makefile.inc                          ~ distinfo

  > SECURITY update to firefox 39.0.3 & firefox-esr 38.1.1.
  > Fixes MFSA2015-78, see
  > https://blog.mozilla.org/security/2015/08/06/firefox-exploit-found-in-the-w
  > ild/
  > and https://www.mozilla.org/en-US/security/advisories/mfsa2015-78/
  > ok naddy@ sthen@ (landry@)

firefox-i18n

  ~ Makefile.inc                          ~ distinfo

  > SECURITY update to firefox 39.0.3 & firefox-esr 38.1.1.
  > Fixes MFSA2015-78, see
  > https://blog.mozilla.org/security/2015/08/06/firefox-exploit-found-in-the-w
  > ild/
  > and https://www.mozilla.org/en-US/security/advisories/mfsa2015-78/
  > ok naddy@ sthen@ (landry@)

mozilla-firefox

  ~ Makefile                              ~ distinfo

  > SECURITY update to firefox 39.0.3 & firefox-esr 38.1.1.
  > Fixes MFSA2015-78, see
  > https://blog.mozilla.org/security/2015/08/06/firefox-exploit-found-in-the-w
  > ild/
  > and https://www.mozilla.org/en-US/security/advisories/mfsa2015-78/
  > ok naddy@ sthen@ (landry@)

== x11 =============================================================== 16/16 ==

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

gnome

  ~ libsecret/Makefile                    ~ libsecret/distinfo
  ~ libsecret/pkg/PLIST                   

  > Minor update to libsecret-0.18.3. (ajacoutot@)

  ~ documents/Makefile                    ~ documents/distinfo
  ~ documents/pkg/PLIST                   

  > Bugfix update to gnome-documents-3.16.3. (ajacoutot@)

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

Reply via email to