[odc] Daily ports changes for 2007-06-06
ODC
auto at squish.net
Thu Jun 7 07:00:05 BST 2007
OpenBSD ports changes summary for 2007-06-06
============================================
audio/audacity chinese/arphicttf
chinese/kcfonts chinese/taipeifonts
devel/bluetooth-libs devel/darcs
devel/jdk devel/sdcc
games games/xscorch
graphics/gd japanese/funetfonts
japanese/mplus-ttf japanese/sazanami-ttf
math/plplot net/bluetooth-tools
net/maradns print/lilypond
security/clamav shells/sash
x11 x11/liberation-fonts
== audio ============================================================= 01/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/audio
audacity
- patches/patch-src_DirManager_cpp - patches/patch-src_Prefs_cpp
- patches/patch-tests_Makefile_in
- patches/patch-tests_SequenceTest_cpp
- patches/patch-tests_SimpleBlockFileTest_cpp
~ Makefile ~ distinfo
~ patches/patch-Makefile_in ~ patches/patch-configure
~ patches/patch-lib-src_allegro_mfallegro_cpp
~ patches/patch-lib-src_libnyquist_cmt_cext_h
~ patches/patch-lib-src_libnyquist_snd_sndheader_c
~ patches/patch-lib-src_libnyquist_xlisp_xlprin_c
~ patches/patch-lib-src_libresample_Makefile_in
~ patches/patch-lib-src_portaudio_pa_unix_oss_pa_unix_c
~ patches/patch-lib-src_portaudio_pa_unix_oss_pa_unix_oss_c
~ patches/patch-lib-src_soundtouch_include_STTypes_h
~ patches/patch-lib-src_soundtouch_source_SoundTouch_Makefile_in
~ patches/patch-lib-src_soundtouch_source_example_SoundStretch_Makefile_in
~ patches/patch-locale_Makefile_in ~ patches/patch-src_Makefile_in
~ patches/patch-src_Sequence_cpp ~ patches/patch-src_audacity_desktop
~ patches/patch-src_export_ExportMP3_cpp
~ pkg/PLIST
+ pkg/patch-lib-src_portaudio-v19_src_hostapi_oss_pa_unix_oss_c
+ pkg/patch-src_Benchmark_cpp
+ pkg/patch-src_prefs_FileFormatPrefs_cpp
> - update audacity to latest version: 1.3.3
> - add NO_REGRESS since regression tests have not been updated for more
> than 3 years and upstream does not seem interested
> - add a patch from deanna@ that makes audacity use portaudio v19 and
> make full duplex work (well sort of, but at least it does not hang
> anymore)
> ok deanna@ (ajacoutot@)
- patch-lib-src_portaudio-v19_src_hostapi_oss_pa_unix_oss_c
~ Makefile
> - revert to using portaudio v18 ; v19 has an endianness pbm which makes
> powerpc dore dump (ajacoutot@)
== chinese =========================================================== 02/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/chinese
arphicttf
~ Makefile
> - add USE_X11 and/or NO_REGRESS where needed (ajacoutot@)
kcfonts
~ Makefile
> - add USE_X11 and/or NO_REGRESS where needed (ajacoutot@)
taipeifonts
~ Makefile
> - add USE_X11 and/or NO_REGRESS where needed (ajacoutot@)
== devel ============================================================= 03/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/devel
bluetooth-libs
- patches/patch-libbluetooth_bluetooth_3
- patches/patch-libbluetooth_bluetooth_c
- patches/patch-libbluetooth_bluetooth_h
- patches/patch-libsdp_Makefile - patches/patch-libsdp_search_c
- patches/patch-libsdp_service_c - patches/patch-libsdp_util_c
~ Makefile ~ distinfo
~ pkg/DESCR ~ pkg/PLIST
> Update devel/bluetooth-libs and net/bluetooth-tools to match the kernel
> This time, the userland tools and libraries are being ported from NetBSD
> (which in turn is also based on FreeBSD code). Both packages represent
> work in progress and are not fully functional yet.
> ok jasper@ for the new ports, grange@ for taking over maintainership (uwe@)
darcs
- patches/patch-configure - patches/patch-tests_pull_pl
~ Makefile ~ distinfo
~ patches/patch-GNUmakefile
~ patches/patch-tests_missed_resolution_pl
> Update to 1.0.9, from Jon Olsson (maintainer).
> Tested by me with both ghc-6.2.2 and upcoming ghc-6.6.1 on i386 and
> by R.D. Thrush on amd64. Some spaces vs. tabs detected by sturm at .
> ok sturm@ (kili@)
jdk
~ 1.3-linux/systrace.policy ~ 1.4/systrace.policy
> linux-getcwd -> linux-__getcwd after the change in linux compat.
> fixes build of jdk 1.4 with systrace.
> "makes sense" sturm@ (steven@)
sdcc
- pkg/patch-sdcc_device_lib_pic16_Makefile_common_in
- pkg/patch-sdcc_device_lib_pic_Makefile_common_in
- pkg/patch-sdcc_sim_ucsim_cmd_src_Makefile_in
~ Makefile ~ distinfo
~ patches/patch-sdcc_sim_ucsim_configure
~ pkg/PLIST
> update sdcc to 2.7.0
> from Andreas Bihlmaier (MAINTAINER) (jasper@)
== games ============================================================= 04/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/games
games
~ Makefile
> add xscorch (jasper@)
xscorch
+ Makefile + distinfo
+ pkg/PLIST + pkg/DESCR
+ patches/patch-sgame_Makefile_in + patches/patch-Makefile_in
> New import:
> import xscorch 0.2.0
~ Makefile
> fix typo in COMMENT
> from kili@ (who was ok with the import too) (jasper@)
== graphics ========================================================== 05/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics
gd
~ Makefile + patches/patch-gd_png_c
TAGGED OPENBSD_4_1
> MFC:
> roll in a distribution patch which fixes:
> CVE-2007-2756 gdPngReadData function allows user-assisted attackers to
> cause a denial of service
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2756 (sturm@)
~ Makefile ~ patches/patch-Makefile_in
+ patches/patch-gd_png_c
TAGGED OPENBSD_4_0
> MFC:
> roll in a distribution patch which fixes:
> CVE-2007-2756 gdPngReadData function allows user-assisted attackers to
> cause a denial of service
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2756 (sturm@)
== japanese ========================================================== 06/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/japanese
funetfonts
~ Makefile
> - add USE_X11 and/or NO_REGRESS where needed (ajacoutot@)
mplus-ttf
~ Makefile
> - add USE_X11 and/or NO_REGRESS where needed (ajacoutot@)
sazanami-ttf
~ Makefile
> - add USE_X11 and/or NO_REGRESS where needed (ajacoutot@)
== math ============================================================== 07/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/math
plplot
~ patches/patch-configure
> use octave-config to detect octave variables, ways simpler and works with
> higher octave versions too. no package change. (steven@)
== net =============================================================== 08/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/net
bluetooth-tools
- patches/patch-hccontrol_Makefile - patches/patch-hccontrol_hccontrol_8
- patches/patch-hccontrol_hccontrol_c - patches/patch-hccontrol_hccontrol_h
- patches/patch-hccontrol_send_recv_c - patches/patch-hccontrol_status_c
~ Makefile ~ distinfo
~ pkg/DESCR ~ pkg/PLIST
> Update devel/bluetooth-libs and net/bluetooth-tools to match the kernel
> This time, the userland tools and libraries are being ported from NetBSD
> (which in turn is also based on FreeBSD code). Both packages represent
> work in progress and are not fully functional yet.
> ok jasper@ for the new ports, grange@ for taking over maintainership (uwe@)
maradns
~ Makefile ~ distinfo
~ patches/patch-build_install_locations
~ patches/patch-build_install_sh ~ patches/patch-configure
> update maradns to 1.2.12.06. This version addresses Multiple Remote Denial
> of Service Vulnerabilities which affects version 1.2.12.04.
> Reference:
> http://secunia.com/advisories/25406/
> ok sturm@ (rui@)
== print ============================================================= 09/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/print
lilypond
- patches/patch-mf_GNUmakefile ~ Makefile
~ distinfo ~ patches/patch-GNUmakefile_in
~ patches/patch-stepmake_aclocal_m4 ~ pkg/DESCR-docs
~ pkg/PLIST-docs ~ pkg/PLIST-main
+ patches/patch-configure_in + patches/patch-lily_ttf_cc
> Update to 2.10.25. (kili@)
== security ========================================================== 10/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/security
clamav
~ Makefile ~ distinfo
~ patches/patch-configure ~ patches/patch-libclamav_scanner_c
TAGGED OPENBSD_4_1
> MFC:
> Security Update to ClamAV 0.90.3.
> This release contains various bugfixes, see ChangeLog for details. (sturm@)
~ Makefile ~ distinfo
~ patches/patch-configure ~ patches/patch-libclamav_scanner_c
TAGGED OPENBSD_4_0
> MFC:
> Security Update to ClamAV 0.90.3.
> This release contains various bugfixes, see ChangeLog for details. (sturm@)
== shells ============================================================ 11/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/shells
sash
~ Makefile + patches/patch-cmds_c
> adosfs support has been removed; remove it here as well to let this build.
> (steven@)
== x11 =============================================================== 12/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/x11
x11
~ Makefile
> +liberation-fonts (ajacoutot@)
liberation-fonts
+ distinfo + Makefile
+ pkg/DESCR + pkg/PLIST
> New import:
> Import liberation-fonts-0.2
===============================================================================
More information about the odc
mailing list