[odc] Daily ports changes for 2005-08-16

ODC auto at squish.net
Wed Aug 17 08:05:18 BST 2005


OpenBSD ports changes summary for 2005-08-16
============================================

audio/bmp                               audio/xmms
databases/p5-sybperl                    databases/postgresql
devel/eclipse                           devel/glib2
devel/p5-Carp-Clan                      devel/silc-toolkit
devel/swig                              games/freeciv
graphics/netpbm                         infrastructure/plist
lang/hugs                               mail/maildrop
mail/sylpheed-claws                     misc/amanda
multimedia/transcode                    net/isc-dhcp
net/kismet                              net/samba
security/nessus                         sysutils/sec
textproc/xpdf                           x11/gtk+2
x11/gtk-engines2                        x11/kde
x11/xfce4                               

== audio ============================================================= 01/15 ==

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

bmp

  ~ Makefile                              
  + patches/gcc-Input_mpg123_Makefile_in

  > work around an ICE by compiling a file with -O0 on sparc64
  > ok pval (sturm@)

xmms

  ~ Makefile                              
  + patches/gcc-Input_mpg123_Makefile_in

  > work around an ICE by compiling single files with -O0 on sparc64
  > ok pval (sturm@)

== databases ========================================================= 02/15 ==

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

p5-sybperl

  ~ Makefile                              ~ pkg/PLIST

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

postgresql

  ~ Makefile                              ~ pkg/PLIST-docs

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

== devel ============================================================= 03/15 ==

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

eclipse

  ~ sdk/Makefile                          ~ sdk/pkg/PLIST
  ~ sdk/pkg/PLIST-gnome                   ~ sdk/pkg/PLIST-mozilla

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

glib2

  ~ Makefile                              ~ pkg/PLIST-docs

  > fix conflicts with 3.6 packages, thus allowing updates.
  > Okay pvalchev@ (espie@)

p5-Carp-Clan

  ~ Makefile                              ~ pkg/PLIST

  > fix conflicts with 3.6 packages, thus allowing updates.
  > Okay pvalchev@ (espie@)

silc-toolkit

  ~ Makefile                              ~ pkg/PLIST

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

swig

  ~ Makefile                              ~ pkg/PLIST

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

== games ============================================================= 04/15 ==

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

freeciv

  ~ Makefile                              ~ pkg/PLIST-client

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

== graphics ========================================================== 05/15 ==

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

netpbm

  ~ Makefile                              + patches/patch-pnm_pstopnm_c

  TAGGED OPENBSD_3_7
  > MFC:
  > SECURITY:
  > pstopnm called the ghostscript interpreter on potentially untrusted
  > PostScript without specifying the -dSAFER option.  Not running under
  > -dSAFER allows PostScript code to do file IO and to open pipes to
  > arbitrary external programs, including /bin/sh.
  > Originally reported by Max Vozeler/Debian Linux
  > ok brad@ (sturm@)

  ~ Makefile                              + patches/patch-pnm_pstopnm_c

  TAGGED OPENBSD_3_6
  > MFC:
  > SECURITY:
  > pstopnm called the ghostscript interpreter on potentially untrusted
  > PostScript without specifying the -dSAFER option.  Not running under
  > -dSAFER allows PostScript code to do file IO and to open pipes to
  > arbitrary external programs, including /bin/sh.
  > Originally reported by Max Vozeler/Debian Linux
  > ok brad@ (sturm@)

== infrastructure ==================================================== 06/15 ==

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

plist

  ~ arm                                   

  > gphoto2 works; robert (pvalchev@)

== lang ============================================================== 07/15 ==

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

hugs

  ~ Makefile                              ~ pkg/PLIST

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

== mail ============================================================== 08/15 ==

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

maildrop

  ~ Makefile                              ~ pkg/PLIST-utils

  > fix conflicts with 3.6 packages, thus allowing updates.
  > Okay pvalchev@ (espie@)

sylpheed-claws

  ~ Makefile                              ~ pkg/PLIST-docs

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

== misc ============================================================== 09/15 ==

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

amanda

  ~ Makefile                              ~ pkg/PLIST-doc

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

== multimedia ======================================================== 10/15 ==

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

transcode

  ~ Makefile                              
  ~ patches/gcc-filter_yuvdenoise_Makefile_in

  > work around an ICE by compiling single files with -O0 on sparc64
  > ok pval (sturm@)

== net =============================================================== 11/15 ==

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

isc-dhcp

  ~ Makefile                              ~ pkg/PLIST
  ~ pkg/PLIST-client                      ~ pkg/PLIST-omapi

  > fix conflicts with 3.6 packages, thus allowing updates.
  > Okay pvalchev@ (espie@)

kismet

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-conf_kismet_conf_in
  ~ patches/patch-configure_in            ~ patches/patch-panelfront_cc

  > SECURITY:
  > upgrade to version 200508R1;
  > This fixes several potential security problems, so everyone
  > should upgrade immidiately.
  > From Bernd Ahlers <bernd at ba-net.orgMatthias Kilian
  > <kili at outback.escape.de  > ok pvalchev@ (robert@)

samba

  ~ pkg/PLIST-docs                        

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

  ~ Makefile                              

  > missing bump, okay pval (espie@)

== security ========================================================== 12/15 ==

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

nessus

  ~ core/Makefile                         ~ core/pkg/PLIST
  ~ libnasl/Makefile                      ~ libnasl/pkg/PLIST
  ~ libraries/Makefile                    ~ libraries/pkg/PLIST
  ~ plugins/Makefile                      ~ plugins/pkg/PLIST

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

== sysutils ========================================================== 13/15 ==

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

sec

  ~ Makefile                              ~ pkg/PLIST

  > fix conflicts with 3.6 packages, thus allowing updates.
  > Okay pvalchev@ (espie@)

== textproc ========================================================== 14/15 ==

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

xpdf

  ~ Makefile                              + patches/patch-fofi_FoFiTrueType_cc
  + patches/patch-xpdf_SplashOutputDev_cc

  TAGGED OPENBSD_3_7
  > MFC:
  > Fix denial of service vulnerability.
  > Check sanity of the TrueType "loca" table.	Specially crafted broken
  > tables caused disk space exhaustion due to very large generated glyph
  > descriptions when attempting to fix the table.  CAN-2005-2097.
  > from Ubuntu Linux
  > ok brad@ (sturm@)

  ~ Makefile                              + patches/patch-fofi_FoFiTrueType_cc
  + patches/patch-xpdf_SplashOutputDev_cc

  TAGGED OPENBSD_3_6
  > MFC:
  > Fix denial of service vulnerability.
  > Check sanity of the TrueType "loca" table.	Specially crafted broken
  > tables caused disk space exhaustion due to very large generated glyph
  > descriptions when attempting to fix the table.  CAN-2005-2097.
  > from Ubuntu Linux
  > ok brad@ (sturm@)

== x11 =============================================================== 15/15 ==

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

gtk+2

  ~ Makefile                              ~ pkg/PLIST-docs

  > fix conflicts with 3.6 packages, thus allowing updates.
  > Okay pvalchev@ (espie@)

gtk-engines2

  ~ Makefile                              ~ pkg/PLIST

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

kde

  ~ base3/Makefile                        ~ base3/pkg/PLIST
  ~ graphics3/Makefile                    ~ graphics3/pkg/PLIST-kpov
  ~ i18n3/Makefile                        ~ i18n3/pkg/PLIST-ca
  ~ i18n3/pkg/PLIST-cs                    ~ i18n3/pkg/PLIST-da
  ~ i18n3/pkg/PLIST-de                    ~ i18n3/pkg/PLIST-es
  ~ i18n3/pkg/PLIST-fi                    ~ i18n3/pkg/PLIST-fr
  ~ i18n3/pkg/PLIST-hu                    ~ i18n3/pkg/PLIST-it
  ~ i18n3/pkg/PLIST-nb                    ~ i18n3/pkg/PLIST-nl
  ~ i18n3/pkg/PLIST-pt                    ~ i18n3/pkg/PLIST-ro
  ~ i18n3/pkg/PLIST-sl                    ~ i18n3/pkg/PLIST-sr
  ~ i18n3/pkg/PLIST-sr at Latn            ~ i18n3/pkg/PLIST-sv
  ~ i18n3/pkg/PLIST-tg                    ~ libs3/Makefile
  ~ libs3/pkg/PLIST                       ~ pim3/Makefile
  ~ pim3/pkg/PLIST                        ~ utils3/Makefile
  ~ utils3/pkg/PLIST                      

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

  ~ i18n3/Makefile                        ~ i18n3/pkg/PLIST-sk
  ~ pim3/Makefile                         ~ pim3/pkg/PLIST
  ~ webdev/Makefile                       ~ webdev/pkg/PLIST

  > fix conflicts with 3.6 packages, thus allowing updates.
  > Okay pvalchev@ (espie@)

xfce4

  ~ xfce4-battery/Makefile                ~ xfce4-battery/pkg/PLIST
  ~ xfce4-clipman/Makefile                ~ xfce4-clipman/pkg/PLIST
  ~ xfce4-datetime/Makefile               ~ xfce4-datetime/pkg/PLIST
  ~ xfce4-diskperf/Makefile               ~ xfce4-diskperf/pkg/PLIST
  ~ xfce4-fsguard/Makefile                ~ xfce4-fsguard/pkg/PLIST
  ~ xfce4-minicmd/Makefile                ~ xfce4-minicmd/pkg/PLIST
  ~ xfce4-netload/Makefile                ~ xfce4-netload/pkg/PLIST
  ~ xfce4-notes/Makefile                  ~ xfce4-notes/pkg/PLIST
  ~ xfce4-showdesktop/Makefile            ~ xfce4-showdesktop/pkg/PLIST
  ~ xfce4-systemload/Makefile             ~ xfce4-systemload/pkg/PLIST
  ~ xfce4-taskbar/Makefile                ~ xfce4-taskbar/pkg/PLIST
  ~ xfce4-wavelan/Makefile                ~ xfce4-wavelan/pkg/PLIST
  ~ xfce4-weather/Makefile                ~ xfce4-weather/pkg/PLIST
  ~ xfdesktop/Makefile                    ~ xfdesktop/pkg/PLIST

  > conflicts from the past: history since 3.7.
  > As noted on ports@ recently, pkg_add -r relies on conflicts, and the
  > sheer existence of updates means we MUST take the past into account in
  > conflicts now.
  > Note the renaming of hugs98 to valid package names where versions are
  > concerned.
  > This commit shows clearly the renaming of the xfce4 plugin packages, the
  > ditching of eclipse flavors, the splitting of nessus into subpackages,
  > the splitting of various other software documentations, some packaging bugs
  > in kdeedu, and a lot of files moving around...
  > okay pvalchev@ (espie@)

===============================================================================



More information about the odc mailing list