OpenBSD ports changes summary for 2016-09-24
============================================

INDEX                                   devel/libgdata
devel/llvm                              devel/ruby-rspec
graphics/shotwell                       lang/racket-minimal
mail/dspam                              net/telepathy
net/tor                                 security/gnupg2
sysutils/beats                          textproc/p5-XML-DOM
www/chromium                            www/firefox-esr
www/firefox-esr-i18n                    www/firefox-i18n
www/lynx                                www/mozilla-firefox
www/seamonkey                           x11/gnome

== INDEX ============================================================= 01/11 ==

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

INDEX


  > post-sqlite-carnage sync: 9598 (sthen@)

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

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

libgdata

  ~ Makefile                              ~ distinfo

  > update to libgdata-0.17.6 (jasper@)

llvm

  ~ Makefile                              
  ~ patches/patch-tools_clang_lib_Basic_Targets_cpp
  ~ patches/patch-tools_clang_lib_Driver_ToolChains_cpp
  ~ patches/patch-tools_clang_lib_Driver_Tools_cpp
  + patches/patch-lib_Support_Triple_cpp

  > Adjust default CPU for OpenBSD/arm and set proper ABI.
  > from Brad (maintainer) (ajacoutot@)

ruby-rspec

  ~ specinfra/Makefile                    ~ specinfra/distinfo
  ~ specinfra/pkg/PLIST                   

  > update to specinfra-2.62.0 (jasper@)

== graphics ========================================================== 03/11 ==

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

shotwell

  ~ Makefile                              ~ distinfo

  > Update to shotwell-0.24.0. (ajacoutot@)

== lang ============================================================== 04/11 ==

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

racket-minimal

  ~ Makefile                              

  > Add sqlite3 as dependency. (juanfra@)

== mail ============================================================== 05/11 ==

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

dspam

  ~ Makefile                              

  > Fix dspam's LIB_DEPENDS/WANTLIB to unbreak ldap flavour following sqlite3
  > move.
  > Stop using groff, there are now only unimportant whitespace/date format
  > changes. (sthen@)

  ~ Makefile                              

  > use slightly more uniform Makefile formatting (sthen@)

== net =============================================================== 06/11 ==

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

telepathy

  ~ folks/Makefile                        ~ folks/distinfo
  ~ folks/pkg/PLIST                       

  > update to folks-0.11.3 (jasper@)

tor

  ~ Makefile                              ~ distinfo

  > Update to tor 0.2.8.8. (pascal@)

== security ========================================================== 07/11 ==

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

gnupg2

  ~ Makefile                              

  > gnupg2 needs a LIB_DEPENDS on databases/sqlite3, missed in previous run
  > because
  > this didn't start pulling in sqlite until the 2.1.15 update. (sthen@)

== sysutils ========================================================== 08/11 ==

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

beats

  ~ filebeat/Makefile                     ~ filebeat/distinfo
  ~ packetbeat/Makefile                   ~ packetbeat/distinfo
  ~ topbeat/Makefile                      ~ topbeat/distinfo

  > update beats to 1.3.0 (jasper@)

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

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

p5-XML-DOM

  ~ Makefile                              ~ distinfo

  > update to p5-XML-DOM-1.46 (jasper@)

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

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

chromium

  ~ Makefile                              ~ distinfo

  > update to 53.0.2785.116 (robert@)

firefox-esr

  ~ Makefile                              ~ distinfo

  > Update to firefox-esr 45.4.0.
  > See https://www.mozilla.org/en-US/firefox/45.4.0/releasenotes/
  > Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2016-86/
  > (landry@)

firefox-esr-i18n

  ~ Makefile.inc                          ~ distinfo

  > Update to firefox-esr 45.4.0.
  > See https://www.mozilla.org/en-US/firefox/45.4.0/releasenotes/
  > Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2016-86/
  > (landry@)

firefox-i18n

  ~ Makefile.inc                          ~ distinfo

  > Update to firefox 49.0.1.
  > See https://www.mozilla.org/en-US/firefox/49.0/releasenotes/ (.1 is for
  > a windows-only fix) - not that 'loop' (ex-firefox hello) was removed
  > from the browser.
  > - Fixes MFSA 2016-85
  > - Remove media/ffvpx/config.h patch, merged upstream/fixed differently in
  > bug #1239550
  > - Set media.autoplay.enabled to false by default, i'm usually wary of
  > changing upstream defaults, but this one is unfuriating with "the
  > modern web and all this funky video ads".. this one got support from
  > many.
  > - Add a blurb to README explaining how to enable/test e10s/multi-process
  > support. (landry@)

  ~ distinfo                              

  > Update to firefox 49.0.1. (naddy@)

lynx

  ~ Makefile                              

  > Remove the bzip2 dependency from Lynx. We were previously linking
  > against bzlib so the library would be used instead of the bzip2 binary.
  > We now disable bzip2 detection at the configure level (thanks to sthen@
  > for the pointers), which prevents accepting bzip2 compressed HTML and
  > thus avoid spawning processes.
  > OK tb@, sthen@ (fcambus@)

mozilla-firefox

  - patches/patch-media_ffvpx_config_h    ~ Makefile
  ~ distinfo                              ~ files/all-openbsd.js
  ~ pkg/PLIST                             ~ pkg/README

  > Update to firefox 49.0.1.
  > See https://www.mozilla.org/en-US/firefox/49.0/releasenotes/ (.1 is for
  > a windows-only fix) - not that 'loop' (ex-firefox hello) was removed
  > from the browser.
  > - Fixes MFSA 2016-85
  > - Remove media/ffvpx/config.h patch, merged upstream/fixed differently in
  > bug #1239550
  > - Set media.autoplay.enabled to false by default, i'm usually wary of
  > changing upstream defaults, but this one is unfuriating with "the
  > modern web and all this funky video ads".. this one got support from
  > many.
  > - Add a blurb to README explaining how to enable/test e10s/multi-process
  > support. (landry@)

seamonkey

  ~ Makefile                              

  > seamonkey needs -I/usr/local/include as well, found by naddy (missed in my
  > earlier build because it's BROKEN-i386). (sthen@)

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

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

gnome

  ~ gucharmap/Makefile                    ~ gucharmap/distinfo

  > update to gucharmap-9.0.1 (jasper@)

  ~ libgnomekbd/Makefile                  ~ libgnomekbd/distinfo
  ~ libgnomekbd/pkg/PLIST                 

  > Update to libgnomekbd-3.22.0.1. (ajacoutot@)

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

Reply via email to