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

INDEX                                   archivers/unzip
audio                                   audio/cantata
audio/gogo                              audio/ncmpc
audio/sonata                            devel/quirks
emulators/vice                          games/tome4
geo                                     geo/p5-Geo-Coordinates-OSGB
graphics/gdk-pixbuf2                    lang
lang/brandy                             lang/duktape
lang/rust                               net/ntp
net/owncloudclient                      net/samba
textproc/discount                       www/apache-httpd
www/ruby-unicorn                        www/varnish

== INDEX ============================================================= 01/12 ==

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

INDEX


  > sync (sthen@)

== archivers ========================================================= 02/12 ==

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

unzip

  ~ Makefile                              ~ patches/patch-extract_c
  ~ patches/patch-process_c               + patches/patch-crypt_c
  + patches/patch-list_c                  + patches/patch-zipinfo_c

  TAGGED OPENBSD_6_0
  > Backport the unzip CVE fixes committed by bluhm@.
  > %-------------------------------------------------------------------
  > Apply a bunch of CVE and other fixes for unzip from debian and
  > redhat bug tracker.  Add the links to the patch files.  The fix for
  > CVE-2014-9636 was improved.
  > OK jca@
  > %-------------------------------------------------------------------
  > OK robert@. (pirofti@)

== audio ============================================================= 03/12 ==

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

audio

  ~ Makefile                              

  > Remove audio/gogo.
  > The version we have is from 2000, program is dead upstream, and this
  > is an i386 only port. Nothing depends on it.
  > Checking lame ChangeLog, it appears that at least some of those i386
  > optimizations have been merged.
  > OK naddy@, jca@, beck@ (fcambus@)

cantata

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to cantata 2.0.1.
  > Switch to Qt5 by default, and use github as upstream. (landry@)

gogo

  - Makefile                              - distinfo
  - patches/patch-Makefile                - pkg/DESCR
  - pkg/PLIST                             

  > Remove audio/gogo.
  > The version we have is from 2000, program is dead upstream, and this
  > is an i386 only port. Nothing depends on it.
  > Checking lame ChangeLog, it appears that at least some of those i386
  > optimizations have been merged.
  > OK naddy@, jca@, beck@ (fcambus@)

ncmpc

  - patches/patch-src_screen_c            ~ Makefile
  ~ distinfo                              ~ patches/patch-src_colors_c
  + patches/patch-src_screen_init_c       

  > Update to ncmpc-0.27 (dcoppa@)

sonata

  ~ Makefile                              ~ distinfo

  > Update to a newer github snap, fixes some gtk3 warnings (landry@)

== devel ============================================================= 04/12 ==

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

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > Register removal of gogo. (fcambus@)

== emulators ========================================================= 05/12 ==

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

vice

  - patches/patch-configure_in            
  - patches/patch-src_arch_unix_x11_xaw_x11video_c
  - patches/patch-src_gfxoutputdrv_gifdrv_c
  - patches/patch-src_platform_platform_cpu_type_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-acinclude_m4            ~ patches/patch-man_vice_1
  ~ pkg/PLIST                             + patches/patch-configure_ac
  + patches/patch-doc_Makefile_in         

  > Update vice to 3.0.
  > Notable changes:
  > - Switch to using the SDL UI
  > - Remove the BROKEN marker for i386, this version works fine
  > - Remove --disable-ffmpeg in CONFIGURE_ARGS, as it's now disabled by
  > default
  > - Remove now useless patches, and add a patch to prevent building a
  > redundant copy of vice.info, as doing so breaks the build
  > OK benoit@ (fcambus@)

== games ============================================================= 06/12 ==

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

tome4

  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_getself_c           ~ pkg/PLIST-data
  ~ pkg/PLIST-main                        

  > Update to tome4-1.5.1
  > While here, add a fallback mirror hosted by Solene, upstream used to
  > modifiy existing tarballs in the past.  Also, amend SUBST_VARS to avoid
  > PLIST churn when updating to newer versions.  Initial diff from, and
  > tweaks discussed with Solene Rapenne (maintainer) (jca@)

== geo =============================================================== 07/12 ==

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

geo

  ~ Makefile                              

  > +p5-Geo-Coordinates-OSGB (sthen@)

p5-Geo-Coordinates-OSGB

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

  > New import:
  >     import geo/p5-Geo-Coordinates-OSGB, ok benoit@

== graphics ========================================================== 08/12 ==

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

gdk-pixbuf2

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to gdk-pixbuf-2.36.6. (ajacoutot@)

== lang ============================================================== 09/12 ==

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

lang

  ~ Makefile                              

  > Add duktape. (fcambus@)

brandy

  ~ Makefile                              ~ pkg/PLIST
  + patches/patch-makefile                

  > Build both console and SDL versions.
  > OK juanfra@ (previous version), sthen@ (fcambus@)

duktape

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR
  + patches/patch-Makefile_cmdline        

  > New import:
  >     Import lang/duktape.

rust

  - patches/patch-src_librustdoc_test_rs
  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_bootstrap_lib_rs    
  ~ patches/patch-src_bootstrap_native_rs
  ~ patches/patch-src_libstd_sys_unix_ext_net_rs
  ~ pkg/PFRAG.amd64-main                  ~ pkg/PFRAG.i386-main
  ~ pkg/PLIST-doc                         + pkg/PFRAG.i386-doc

  > Update to rust-1.16.0
  > From semarie, discussed with edd@ and landry@
  > ok edd@ landry@ (danj@)

  ~ Makefile                              

  > Appease portcheck (and some reviewers) and remove some trailing tabs
  > between command lines inside target rules.
  > They were added intentionally due to some old habit acquired on
  > obscure make version which followed POSIX a bit too strictly (POSIX
  > stands that an empty or blank line *may* begin a new entry).
  > (Diff from me, commit message from semarie after discussion) (danj@)

== net =============================================================== 10/12 ==

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

ntp

  ~ Makefile                              ~ distinfo
  ~ patches/patch-include_libssl_compat_h
  ~ patches/patch-libntp_libssl_compat_c
  + patches/patch-include_ssl_applink_c   + patches/patch-libntp_ssl_init_c
  + patches/patch-ports_winnt_include_msvc_ssl_autolib_h
  + patches/patch-sntp_libevent_test_regress_ssl_c
  + patches/patch-sntp_tests_packetProcessing_c
  + patches/patch-util_ntp-keygen_c       

  > Update ntp to 4.2.8p10.
  > CVE-2016-9042, CVE-2017-6451, CVE-2017-6452, CVE-2017-6455,
  > CVE-2017-6458, CVE-2017-6459, CVE-2017-6460, CVE-2017-6462,
  > CVE-2017-6463, CVE-2017-6464
  > Adapt OpenSSL #ifdef for LibreSSL.
  > Fix regression tests, prevent them from crashing.
  > OK deraadt@ (bluhm@)

owncloudclient

  ~ Makefile                              ~ distinfo

  > update to owncloudclient-2.3.1 (kirby@)

samba

  ~ Makefile                              + patches/patch-source3_smbd_dir_c
  + patches/patch-source3_smbd_open_c     
  + patches/patch-source3_smbd_smb2_query_directory_c
  + patches/patch-source4_torture_smb2_dir_c

  TAGGED OPENBSD_6_0
  > SECURITY fixes for CVE-2017-2619
  > (Symlink race allows access outside share definition) (jca@)

== textproc ========================================================== 11/12 ==

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

discount

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-markdown_3

  > Update to discount-2.2.2
  > ok jca@ (danj@)

== www =============================================================== 12/12 ==

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

apache-httpd

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               
  ~ patches/patch-docs_conf_httpd_conf_in
  ~ patches/patch-server_mpm_unix_c       

  TAGGED OPENBSD_6_0
  > Backport Apache CVE fixes from sthen@.
  > %--------------------------------------------------------------------
  > [PATCH] update to apache-httpd-2.4.25 CVE-2016-8740 CVE-2016-5387
  > CVE-2016-2161 CVE-2016-0736 CVE-2016-8743
  > %--------------------------------------------------------------------
  > OK robert@ (pirofti@)

ruby-unicorn

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to unicorn-5.3.0.pre1
  > This adds support for chroot, fork+exec, and a hook for a good place to
  > call pledge. (jeremy@)

varnish

  ~ Makefile                              ~ distinfo

  > Update for Varnish to 5.1.1
  > OK benoit@ (gonzalo@)

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

Reply via email to