[odc] Daily ports changes for 2008-04-01
ODC
auto at squish.net
Wed Apr 2 07:00:06 BST 2008
OpenBSD ports changes summary for 2008-04-01
============================================
devel/boehm-gc devel/git
devel/netbeans devel/opencm
devel/ruby-hoe devel/ruby-rubyforge
devel/ruby-tzinfo emulators/qemu
games/crossfire-client graphics
graphics/jpegpixi graphics/p5-PerlMagick
net net/axel
net/ktorrent net/openvpn
net/py-adns print/ghostscript
security/ccrypt textproc/libxml
www/ruby-mongrel www/seamonkey
www/w3m x11
x11/xdesktopwaves
== devel ============================================================= 01/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/devel
boehm-gc
- patches/patch-configure ~ Makefile
~ patches/patch-doc_gc_man ~ patches/patch-dyn_load_c
~ patches/patch-include_private_gcconfig_h
~ patches/patch-misc_c ~ patches/patch-os_dep_c
~ patches/patch-pthread_support_c + patches/patch-Makefile_in
+ patches/patch-configure_ac
+ patches/patch-include_private_openbsd_stop_world_h
+ patches/patch-libatomic_ops-1_2_src_atomic_ops_h
+ patches/patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_Makefile_am
+ patches/patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_gcc_mips_h
+ patches/patch-openbsd_stop_world_c + patches/patch-pthread_stop_world_c
> - use __data_start symbol to find the beginning of the data sections
> and adjust boehm-gc to deal with any number of holes that may appear
> between __data_start and _end. (requires -current binutils)
> - work-around libpthread bugs that prevent sigsuspend() from working
> in a signal handler by using pthread_suspend_np() + an arch/libpthread
> specific offset to obtain the suspended thread's stack pointer.
> thanks to sthen@ and jasper@ for access to other arches. discussed
> with todd@ (kurt@)
git
~ Makefile ~ distinfo
~ pkg/PLIST-main
+ patches/patch-t_t9200-git-cvsexportcommit_sh
+ pkg/DESCR-x11 + pkg/PLIST-x11
> Update to git-1.5.4.5 and introduce a git-x11 package which contains
> all graphical git stuff.
> Initial git-x11 diff from Josh Elsasser. Thanks! (bernd@)
netbeans
~ Makefile
> - add run deps on javaPathHelper, okay ian@ (kurt@)
opencm
~ Makefile
> - adjust to depend on threaded boehm-gc (kurt@)
ruby-hoe
~ Makefile ~ distinfo
~ pkg/PLIST
> Update to ruby-hoe-1.5.1. (bernd@)
ruby-rubyforge
~ Makefile ~ distinfo
~ pkg/PLIST
> Update to ruby-rubyforge-0.4.5. (bernd@)
ruby-tzinfo
~ Makefile ~ distinfo
~ pkg/PLIST
> Update to ruby-tzinfo-0.3.8. (bernd@)
== emulators ========================================================= 02/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/emulators
qemu
~ Makefile
> - add license markers
> no pkg change
> "go for it" todd@ (ajacoutot@)
== games ============================================================= 03/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/games
crossfire-client
- patches/patch-gnome_Makefile_in - patches/patch-gtk_Makefile_in
- patches/patch-sound-src_Makefile_in - patches/patch-x11_Makefile_in
~ Makefile ~ distinfo
~ patches/patch-configure ~ pkg/PLIST
+ patches/patch-common_metaserver_h
+ patches/patch-gtk-v2_src_gtk2proto_h
+ patches/patch-gtk-v2_src_metaserver_c
> - update to latest release: 1.11.0 (ajacoutot@)
== graphics ========================================================== 04/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics
graphics
~ Makefile
> +jpegpixi (kili@)
jpegpixi
+ Makefile + distinfo
+ pkg/DESCR + pkg/PLIST
> New import:
> "Jpegpixi" is short for "JPEG pixel interpolator". The intent of
p5-PerlMagick
~ Makefile
> Necessary change after ghostscript update. (kili@)
== net =============================================================== 05/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/net
net
~ Makefile
> +axel (ajacoutot@)
~ Makefile
> - add py-adns (jasper@)
axel
+ Makefile + distinfo
+ pkg/DESCR + pkg/PLIST
> New import:
> Import axel-1.0b
ktorrent
~ Makefile
+ patches/patch-libktorrent_util_functions_cpp
> avoid overflowing a time_t when converting timeval to a timestamp in
> milliseconds.
> problem found and fix sent upstream by Mark Peloquin, who notified the
> port maintainer. thanks Mark!
> this patch is from brad@ (MAINTAINER) via ktorrent svn (jakemsr@)
openvpn
~ Makefile ~ distinfo
~ pkg/PLIST
> update to OpenVPN 2.1rc7
> tested by many
> ok bernd@ (fkr@)
py-adns
+ Makefile + distinfo
+ pkg/DESCR + pkg/PLIST
+ patches/patch-setup_py
> New import:
> import py-adns 1.2.1
== print ============================================================= 06/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/print
ghostscript
~ gnu/Makefile ~ gnu/distinfo
~ gnu/patches/patch-src_devs_mak ~ gnu/patches/patch-src_jasper_mak
~ gnu/patches/patch-src_unix-dll_mak ~ gnu/patches/patch-src_unix-gcc_mak
~ gnu/pkg/PFRAG.gtk ~ gnu/pkg/PLIST
> Update to 8.62.
> NOTE: the cups flavor will probably vanish very soon. See
> http://marc.info/?l=openbsd-ports&m=120624299930920&w=2 for
> explanation.
> "looks ok", and some testing, jakemsr@ (kili@)
== security ========================================================== 07/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/security
ccrypt
~ Makefile ~ pkg/DESCR
> - describe the flavor in DESCR
> - re-format DESCR while here (jasper@)
== textproc ========================================================== 08/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc
libxml
~ Makefile + patches/patch-parserInternals_c
> SECURITY FIX for http://secunia.com/advisories/28444/
> Libxml2 UTF-8 Parsing Denial of Service Vulnerability
> Patch taken from upstream author.
> testing and ok simon@ sthen@ (jasper@)
~ Makefile
> - add missing BUILD_DEPENDS on wget
> (specifically in a seperate commit of the security fix)
> spotted by sthen@, thanks! (jasper@)
== www =============================================================== 09/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/www
ruby-mongrel
~ Makefile ~ distinfo
> Update to ruby-mongrel-1.1.4.
> ok MAINTAINER (bernd@)
seamonkey
~ Makefile ~ distinfo
> security update to seamonkey-1.1.9
> http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonk
> ey1.1.9
> ok naddy@ (martynas@)
w3m
~ Makefile ~ patches/patch-configure
> - adjust to depend on threaded boehm-gc (kurt@)
== x11 =============================================================== 10/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/x11
x11
~ Makefile
> +xdesktopwaves (ajacoutot@)
xdesktopwaves
+ Makefile + distinfo
+ pkg/DESCR + pkg/PLIST
+ patches/patch-Makefile
> New import:
> Import xdesktopwaves-1.3
===============================================================================
More information about the odc
mailing list