OpenBSD ports changes summary for 2016-08-26
============================================

audio/beets                             databases/hs-HDBC-mysql
databases/tdb                           devel
devel/libtalloc                         devel/lualdoc
devel/py-hgsubversion                   games
games/0ad                               games/urbanterror
games/urbanterror-data                  graphics
graphics/pqiv                           graphics/quirc
lang/mawk                               mail/claws-mail
mail/sylpheed                           math/lapack
multimedia/minidlna                     security/gnupg
sysutils/memtester                      sysutils/ncdu
textproc/xxdiff                         x11/motif

== audio ============================================================= 01/13 ==

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

beets

  ~ Makefile                              ~ pkg/PLIST

  > add a missing entry in the plist (found while fiddling with py-setuptools
  > update)
  > ok sthen@ (maintainer) (danj@)

== databases ========================================================= 02/13 ==

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

hs-HDBC-mysql

  - patches/patch-Setup_lhs               ~ Makefile
  ~ distinfo                              

  > Update to HDBC-mysql-0.6.6.2 (dcoppa@)

tdb

  ~ Makefile                              ~ distinfo

  > Maintenance update to tdb-1.3.10 (jca@)

== devel ============================================================= 03/13 ==

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

devel

  ~ Makefile                              

  > +py-hgsubversion (czarkoff@)

libtalloc

  ~ Makefile                              ~ distinfo

  > Maintenance update to talloc-2.1.8 (jca@)

lualdoc

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to LDoc-1.4.5 (dcoppa@)

py-hgsubversion

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

  > New import:
  >     hgsubversion is an extension for Mercurial that allows using Mercurial
  > as a

== games ============================================================= 04/13 ==

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

games

  ~ Makefile                              

  > +urbanterror, +urbanterror-data (bentley@)

0ad

  - base/patches/patch-build_premake_premake4_lua
  ~ base/Makefile                         

  > -Wl,-z,wxneeded patch no longer necessary. (bentley@)

urbanterror

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

  > New import:
  >     Urban Terror can be described as a Hollywood tactical shooter; somewhat

urbanterror-data

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

  > New import:
  >     Import urbanterror-data-4.2.023.

== graphics ========================================================== 05/13 ==

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

graphics

  ~ Makefile                              

  > +quirc (czarkoff@)

pqiv

  ~ Makefile                              ~ distinfo

  > update to pqiv-2.6, while there take maintainership
  > ok jca@ (danj@)

quirc

  + Makefile                              + distinfo
  + files/test.out                        + pkg/DESCR
  + pkg/PLIST                             

  > New import:
  >     Quirc is a library for extracting and decoding QR codes from images. It
  > has

== lang ============================================================== 06/13 ==

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

mawk

  ~ Makefile                              ~ distinfo

  > Maintenance update to mawk-1.3.4-20160615 (jca@)

== mail ============================================================== 07/13 ==

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

claws-mail

  ~ patches/patch-src_common_ssl_c        

  > patch was committed upstream (danj@)

sylpheed

  - patches/patch-src_gtkutils_c          ~ Makefile
  ~ distinfo                              ~ patches/patch-libsylph_procmime_c
  ~ patches/patch-libsylph_ssl_c          ~ pkg/PLIST

  > mail/sylpheed: update to 3.5.1.
  > From Amit Kulkarni (who is also taking MAINTAINER).
  > Input from myself and danj@.
  > OK danj@. (edd@)

== math ============================================================== 08/13 ==

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

lapack

  ~ Makefile                              

  > grep >/dev/null -> grep -q (jca@)

== multimedia ======================================================== 09/13 ==

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

minidlna

  ~ Makefile                              ~ pkg/PLIST

  > Ship manpages.
  > ok sthen@ (maintainer) (jca@)

== security ========================================================== 10/13 ==

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

gnupg

  ~ Makefile                              ~ distinfo

  > SECURITY update to gnupg-1.4.21
  > CVE-2016-6313:  * Fix critical security bug in the RNG [CVE-2016-6313].
  > An attacker who obtains 580 bytes from the standard RNG can trivially
  > predict  the next 20 bytes of output.  Problem detected by Felix
  > Dörre and Vladimir Klebanov, KIT.
  > Main behavior changes:
  > - CAST5 -> AES for symmetric encryption
  > - MD5 sigs rejected by default
  > ok danj@ (jca@)

  ~ Makefile                              + patches/patch-cipher_random_c

  TAGGED OPENBSD_5_9
  > SECURITY fix for CVE-2016-6313
  > * Fix critical security bug in the RNG [CVE-2016-6313].  An attacker
  > who obtains 580 bytes from the standard RNG can trivially predict
  > the next 20 bytes of output.  Problem detected by Felix Dörre and
  > Vladimir Klebanov, KIT. (jca@)

  ~ Makefile                              + patches/patch-cipher_random_c

  TAGGED OPENBSD_6_0
  > SECURITY fix for CVE-2016-6313
  > * Fix critical security bug in the RNG [CVE-2016-6313].  An attacker
  > who obtains 580 bytes from the standard RNG can trivially predict
  > the next 20 bytes of output.  Problem detected by Felix Dörre and
  > Vladimir Klebanov, KIT. (jca@)

  - patches/patch-cipher_random_c         

  TAGGED OPENBSD_6_0
  > Extra patch that snuck in.
  > Spotted by Markus Lude. (jca@)

  ~ Makefile                              + patches/patch-cipher_random_c

  TAGGED OPENBSD_5_9
  > SECURITY fix for CVE-2016-6313 (actual fix)
  > I failed to add the patch with the security fix in the previous commit.
  > Spotted by Markus Lude. (jca@)

== sysutils ========================================================== 11/13 ==

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

memtester

  ~ Makefile                              ~ distinfo
  ~ patches/patch-memtester_c             

  > Update to memtester-4.3.0 (jca@)

  ~ Makefile                              ~ patches/patch-memtester_c

  > Shorter patch. (jca@)

ncdu

  - patches/patch-src_shell_c             ~ Makefile
  ~ distinfo                              

  > Update to ncdu-1.12
  > 1.12 - 2016-08-24
  > - Add NCDU_SHELL environment variable
  > - Add --confirm-quit flag
  > - Fix compilation due to missing sys/wait.h include (jca@)

== textproc ========================================================== 12/13 ==

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

xxdiff

  - patches/patch-resParser_cpp           - patches/patch-resParser_y
  ~ Makefile                              ~ distinfo
  ~ patches/patch-xxdiff_pro              ~ pkg/PLIST

  > Maintenance update to xxdiff-4.0.1
  > Bye bye bison 3 compat patches. (jca@)

== x11 =============================================================== 13/13 ==

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

motif

  ~ Makefile                              + patches/patch-lib_Xm_XmI_h

  > Revert upstream's fix #1565 to unbreak xpdf
  > From Ubuntu
  > PR and test: Alessandro DE LAURENZIS
  > OK jca@ (dcoppa@)

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

Reply via email to