OpenBSD ports changes summary for 2016-01-25
============================================

archivers/p7zip                         audio/ncmpcpp
audio/pulseaudio                        converters/libdvdcss
databases                               databases/hs-hackage-db
devel                                   devel/c2hs
devel/hs-cmdargs                        devel/hs-configurator
devel/hs-hoogle                         devel/hs-language-c
devel/hs-safe                           devel/hs-uniplate
devel/hs-vault                          devel/quirks
graphics/tiff                           infrastructure/man
lang                                    lang/ecl
lang/hs-haskell-src-exts                lang/rust
mail/courier-imap                       multimedia/get_iplayer
net/freeradius3                         net/openfire
print/p5-Poppler                        security/clamav
security/cvechecker                     security/opendnssec
sysutils/tmux-mem-cpu-load              telephony/libzrtp
textproc                                textproc/hs-tagsoup
www                                     www/hs-http-types
www/hs-wai                              www/hs-warp
www/sogo                                www/sope
x11/gnome                               x11/rxvt-unicode
x11/vlc                                 

== archivers ========================================================= 01/18 ==

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

p7zip

  + patches/patch-CPP_7zip_UI_Common_Bench_cpp

  > Unbreak build on 'mips64' where 'mips' is a CPP define (jasper@)

== audio ============================================================= 02/18 ==

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

ncmpcpp

  ~ Makefile                              

  > this requires c++11, so unconditionally use eg++ instead of hardcoding a
  > list of platforms
  > ok dcoppa@ (MAINTAINER) (jasper@)

pulseaudio

  - patches/patch-src_daemon_main_c       
  - patches/patch-src_pulsecore_sample-util_h
  - patches/patch-src_tests_mult-s16-test_c
  - patches/patch-src_tests_rtpoll-test_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure_ac            
  ~ patches/patch-libpulse-mainloop-glib_pc_in
  ~ patches/patch-libpulse-simple_pc_in   ~ patches/patch-libpulse_pc_in
  ~ patches/patch-src_Makefile_am         ~ pkg/PLIST

  > Update to pulseaudio-8.0.
  > ok robert@ (maintainer) (ajacoutot@)

== converters ======================================================== 03/18 ==

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

libdvdcss

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to libdvdcss-1.4.0.
  > from Brad (ajacoutot@)

== databases ========================================================= 04/18 ==

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

databases

  ~ Makefile                              

  > Remove some more haskell stuff (broken and/or unused):
  > databases/hs-hackage-db
  > devel/c2hs
  > devel/hs-language-c (kili@)

hs-hackage-db

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

  > Remove databases/hs-hackage-db. I once planned to
  > use it for some tool for semi-automatical updates
  > or additions of new haskell ports, but i never
  > finished it. (kili@)

== devel ============================================================= 05/18 ==

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

devel

  ~ Makefile                              

  > Unhook the following hs-ports:
  > devel/hs-cmdargs
  > devel/hs-configurator
  > devel/hs-hoogle
  > devel/hs-safe
  > devel/hs-uniplate
  > devel/hs-vault
  > lang/hs-haskell-src-exts
  > textproc/hs-tagsoup
  > www/hs-http-types
  > www/hs-wai
  > www/hs-warp (kili@)

  ~ Makefile                              

  > Remove some more haskell stuff (broken and/or unused):
  > databases/hs-hackage-db
  > devel/c2hs
  > devel/hs-language-c (kili@)

c2hs

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

  > Remove devel/c2hs. Broken and not used by anything. (kili@)

hs-cmdargs

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

  > Remove devel/hs-cmdargs. No longer used. (kili@)

hs-configurator

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

  > Remove devel/hs-configurator. No longer used. (kili@)

hs-hoogle

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

  > Remove devel/hs-hoogle.
  > While it *is* useful, you can build it yourself using cabal-install, and
  > an update of the port would require dozens of updates and additions of
  > os-distribution-hostile micro libraries. I'm not going to maintain such
  > a madness. (kili@)

hs-language-c

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

  > Remove devel/hs-language-c. (kili@)

hs-safe

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

  > Remove devel/hs-safe. No longer used. (kili@)

hs-uniplate

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

  > Remove devel/hs-uniplate. No longer used. (kili@)

hs-vault

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

  > Remove devel/hs-vault. No longer used. (kili@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > Another 11 hs-ports qre gone. (kili@)

  ~ Makefile                              ~ files/Quirks.pm

  > Another 3 haskell ports left the party. (kili@)

== graphics ========================================================== 06/18 ==

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

tiff

  ~ Makefile                              
  ~ patches/patch-libtiff_tif_getimage_c
  ~ patches/patch-libtiff_tif_luv_c       + patches/patch-libtiff_tif_next_c

  TAGGED OPENBSD_5_8
  > Fix a number of out-of-bound reads and writes, including CVE-2015-8665 and
  > CVE-2015-8683.  From upstream CVS. (jasper@)

== infrastructure ==================================================== 07/18 ==

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

man

  ~ man1/portbump.1                       

  > typo; from Michael Reed <m dot reed at mykolab dot com> (schwarze@)

== lang ============================================================== 08/18 ==

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

lang

  ~ Makefile                              

  > Unhook the following hs-ports:
  > devel/hs-cmdargs
  > devel/hs-configurator
  > devel/hs-hoogle
  > devel/hs-safe
  > devel/hs-uniplate
  > devel/hs-vault
  > lang/hs-haskell-src-exts
  > textproc/hs-tagsoup
  > www/hs-http-types
  > www/hs-wai
  > www/hs-warp (kili@)

ecl

  ~ Makefile                              

  > spello (jasper@)

  ~ Makefile                              

  > mark broken on mips64 for ecl_min fails to build ecl (jasper@)

hs-haskell-src-exts

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

  > Remove lang/hs-haskell-src-exts. No longer used. (kili@)

rust

  ~ Makefile                              

  > lang/rust: remove python run-depends
  > it is only needed at compile-time.
  > ok ajacoutot@ (semarie@)

== mail ============================================================== 09/18 ==

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

courier-imap

  ~ Makefile                              ~ pkg/PLIST-main

  > makedat(1) is part of maildrop, fixes package conflicts with maildrop
  > spotted by naddy@
  > ok jca@ (giovanni@)

== multimedia ======================================================== 10/18 ==

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

get_iplayer

  ~ Makefile                              ~ files/options.sample
  ~ patches/patch-get_iplayer             

  > get_iplayer doesn't need to depend on the crusty id3lib tagger, it prefers
  > perl MP3::Tag instead which is better (and already a dependency, so this
  > doesn't involve any runtime change). remove dep and associated patch.
  > tweak sample config while there. (sthen@)

== net =============================================================== 11/18 ==

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

freeradius3

  - pkg/patch-src_modules_rlm_eap_types_rlm_eap_pwd_rlm_eap_pwd_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               ~ patches/patch-raddb_certs_Makefile
  ~ patches/patch-scripts_jlibtool_c      ~ patches/patch-src_main_detail_c
  ~ patches/patch-src_main_radsniff_c     ~ pkg/PLIST-main
  + pkg/DESCR-memcached                   + pkg/PLIST-memcached

  > update to freeradius-3.0.11 (sthen@)

openfire

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to Openfire 4.0.0, from maintainer Marc Peters, ok ian@ (sthen@)

== print ============================================================= 12/18 ==

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

p5-Poppler

  ~ Makefile                              ~ distinfo

  > Update to p5-Poppler-1.0101. (ajacoutot@)

== security ========================================================== 13/18 ==

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

clamav

  ~ Makefile                              

  > - use ${MACHINE_ARCH} instead of ${ARCH} for consistency across the tree
  > - unbreak build on mips64 by adding it to the list of arches where llvm is
  > disabled
  > ok sthen@ (MAINTAINER) (jasper@)

cvechecker

  ~ Makefile                              + patches/patch-scripts_pullcves

  > - unbreak after NIST site-layout change (only gzipped lists can be
  > retrieved)
  > - use sed -i
  > - fix typo in comment
  > ok aja@ (MAINTAINER) (jasper@)

  - patches/patch-scripts_pullcves        ~ Makefile
  ~ distinfo                              ~ pkg/README

  > update to cvechecker-3.6 that was hiding on a different MASTER_SITES in a
  > github wiki. ok jasper@ aja@ (plus fix a little README typo while there
  > that
  > I spotted after sending out the diff) (sthen@)

opendnssec

  ~ Makefile                              ~ distinfo

  > Update to opendnssec-1.4.9, bug fixes including notably a fix for use with
  > >50 zones in combination with XFR based setup. From maintainer Patrik
  > Lundin. (sthen@)

== sysutils ========================================================== 14/18 ==

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

tmux-mem-cpu-load

  ~ Makefile                              

  > add mips64 to the list of platforms for gcc4; unbreaks build on sgi
  > (jasper@)

== telephony ========================================================= 15/18 ==

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

libzrtp

  ~ patches/patch-include_zrtp_config_h   

  > Fix build on mips64.
  > ok jasper@ (visa@)

== textproc ========================================================== 16/18 ==

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

textproc

  ~ Makefile                              

  > Unhook the following hs-ports:
  > devel/hs-cmdargs
  > devel/hs-configurator
  > devel/hs-hoogle
  > devel/hs-safe
  > devel/hs-uniplate
  > devel/hs-vault
  > lang/hs-haskell-src-exts
  > textproc/hs-tagsoup
  > www/hs-http-types
  > www/hs-wai
  > www/hs-warp (kili@)

hs-tagsoup

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

  > Remove textproc/hs-tagsoup. No longer used. (kili@)

== www =============================================================== 17/18 ==

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

www

  ~ Makefile                              

  > Unhook the following hs-ports:
  > devel/hs-cmdargs
  > devel/hs-configurator
  > devel/hs-hoogle
  > devel/hs-safe
  > devel/hs-uniplate
  > devel/hs-vault
  > lang/hs-haskell-src-exts
  > textproc/hs-tagsoup
  > www/hs-http-types
  > www/hs-wai
  > www/hs-warp (kili@)

hs-http-types

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

  > Remove www/hs-http-types. No longer used. (kili@)

hs-wai

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

  > Remove www/hs-wai. No longer used. (kili@)

hs-warp

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

  > Remove www/hs-warp. No longer used. (kili@)

sogo

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Tests_Unit_GNUmakefile

  > Update to 2.3.6 (sebastia@)

sope

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > Update to 2.3.6 (sebastia@)

== x11 =============================================================== 18/18 ==

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

gnome

  ~ nautilus/Makefile                     ~ nautilus/distinfo

  > Update to nautilus-3.18.5. (ajacoutot@)

rxvt-unicode

  ~ Makefile                              ~ distinfo

  > Update to rxvt-unicode-9.22 (dcoppa@)

vlc

  - patches/patch-Makefile_am             - patches/patch-bin_Makefile_am

  > Remove dirty patches now that ld.so's nodelete handling has been improved.
  > (sthen@)

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

Reply via email to