[odc] Daily ports changes for 2009-01-01
ODC
auto at squish.net
Fri Jan 2 07:00:07 GMT 2009
OpenBSD ports changes summary for 2009-01-01
============================================
archivers/libarchive devel/mercurial
graphics/p5-Image-ExifTool lang/python
mail/p5-Mail-SPF-Iterator mail/p5-Mail-SpamAssassin
net net/mrtg
net/p5-IO-INET6 net/p5-IO-Socket-INET6
net/wide-dhcpv6 security/p5-IO-Socket-SSL
sysutils/lsof sysutils/rancid
x11 x11/gnome
x11/p5-X11-Protocol
== archivers ========================================================= 01/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/archivers
libarchive
~ Makefile ~ distinfo
~ patches/patch-tar_bsdtar_1
> update to 2.6.0 (naddy@)
== devel ============================================================= 02/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/devel
mercurial
~ Makefile ~ distinfo
> Update to 1.1.2 (SECURITY).
> Prevent malicious clients from overwriting repo config file (and a
> few other bug fixes). (wcmaier@)
== graphics ========================================================== 03/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics
p5-Image-ExifTool
~ Makefile ~ distinfo
~ pkg/PLIST
> update to 7.51 from maintainer Patrick Keshishian, thanks! (sthen@)
== lang ============================================================== 04/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/lang
python
- 2.4/pkg/DESCR-bz2 - 2.4/pkg/DESCR-db
- 2.4/pkg/DESCR-expat - 2.4/pkg/PLIST-bz2
- 2.4/pkg/PLIST-expat - 2.5/patches/patch-Include_pymem_h
- 2.5/patches/patch-Lib_test_seq_tests_py
- 2.5/patches/patch-Lib_test_test_bigmem_py
- 2.5/patches/patch-Lib_test_test_ioctl_py
- 2.5/patches/patch-Lib_test_test_strop_py
- 2.5/patches/patch-Lib_test_test_support_py
- 2.5/patches/patch-Lib_test_test_unicode_py
- 2.5/patches/patch-Lib_test_test_zlib_py
- 2.5/patches/patch-Modules__hashopenssl_c
- 2.5/patches/patch-Modules_almodule_c
- 2.5/patches/patch-Modules_arraymodule_c
- 2.5/patches/patch-Modules_fcntlmodule_c
- 2.5/patches/patch-Modules_gcmodule_c
- 2.5/patches/patch-Modules_imageop_c
- 2.5/patches/patch-Modules_mmapmodule_c
- 2.5/patches/patch-Modules_rgbimgmodule_c
- 2.5/patches/patch-Modules_selectmodule_c
- 2.5/patches/patch-Modules_stropmodule_c
- 2.5/patches/patch-Modules_zlibmodule_c
- 2.5/patches/patch-Objects_bufferobject_c
- 2.5/patches/patch-Objects_longobject_c
- 2.5/patches/patch-Objects_obmalloc_c
- 2.5/patches/patch-Objects_stringobject_c
- 2.5/patches/patch-Objects_tupleobject_c
- 2.5/patches/patch-Objects_unicodeobject_c
- 2.5/patches/patch-Python_mysnprintf_c
- 2.5/pkg/DESCR-bz2 - 2.5/pkg/DESCR-expat
- 2.5/pkg/DESCR-sqlite - 2.5/pkg/PLIST-bz2
- 2.5/pkg/PLIST-expat - 2.5/pkg/PLIST-sqlite
- 2.5/pkg/patch-Modules__multiprocessing_multiprocessing_h
- 2.6/pkg/DESCR-bz2 - 2.6/pkg/PLIST-bz2
~ Makefile.inc ~ python.port.mk
~ 2.4/Makefile ~ 2.4/distinfo
~ 2.4/patches/patch-Lib_test_test_timeout_py
~ 2.4/patches/patch-Makefile_pre_in
~ 2.4/patches/patch-Modules_posixmodule_c
~ 2.4/patches/patch-Modules_socketmodule_c
~ 2.4/patches/patch-configure_in ~ 2.4/patches/patch-setup_py
~ 2.4/pkg/DESCR-main ~ 2.4/pkg/PLIST-main
~ 2.5/Makefile ~ 2.5/distinfo
~ 2.5/patches/patch-Makefile_pre_in ~ 2.5/patches/patch-configure_in
~ 2.5/patches/patch-setup_py ~ 2.5/pkg/DESCR-main
~ 2.5/pkg/PLIST-main ~ 2.5/pkg/PLIST-tests
~ 2.6/Makefile ~ 2.6/distinfo
~ 2.6/patches/patch-Lib_test_regrtest_py
~ 2.6/patches/patch-setup_py ~ 2.6/pkg/DESCR-main
~ 2.6/pkg/PLIST-main ~ 2.6/pkg/PLIST-tests
+ 2.4/patches/patch-Modules__bsddb_c
+ 2.4/patches/patch-Modules_ossaudiodev_c
+ 2.5/patches/patch-Lib_test_test_threading_py
+ 2.5/patches/patch-Modules_ossaudiodev_c
> Updates and garbage collect all three Python ports:
> 2.4.4 => 2.4.8
> 2.5.2 => 2.5.4
> 2.6 => 2.6.1
> Python 2.4 and 2.5 lose their build knobs to match 2.6.
> Removes no longer needed Python 2.5 security patches backported
> from the release25-maint SVN branch.
> Remove the -bz2 subpackage from all three versions. It is silly
> to make a subpackage to avoid depending on something tiny and
> compatibly licensed.
> Python 2.4 and 2.5 lose their -expat subpackages; expat has been
> in base for some time.
> Python 2.5 loses its sqlite subpackge. Again, sqlite is tiny,
> compatibly licensed and is depended upon by more and more
> applications. This brings it into line with the 2.6 version.
> Rework all three version's handling of setup.py. Rather than regex
> replacing LOCALBASE and X11BASE into setup.py post-configure, these
> are passed in though environment variables. Will save hours of
> frustrated cursing familiar to anyone who has accidently used the
> update-patches target after configure and had to go back and redo
> all the substitutions.
> Rework the patching of setup.py for 2.4 and 2.5 to be more like
> what we do for 2.6. I.e. keep the diff minimal and avoid deleting
> huge blocks of code, so the diff has a chance of applying without
> massive hand-editing each patch release.
> Fix .py paths in installed .pyc files (patch from eric@)
> feedback from several, particularly eric@, ajacoutot@ and Ingo
> Schwarze; "get it in" ajacoutot@ (djm@)
== mail ============================================================== 05/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/mail
p5-Mail-SPF-Iterator
~ Makefile
> Replace p5-IO-INET6 with p5-IO-Socket-INET6 in REGRESS_DEPENDS. (bluhm@)
p5-Mail-SpamAssassin
~ Makefile
> Replace p5-IO-INET6 with p5-IO-Socket-INET6 as the upstream cpan
> package has been renamed. Unfortunately there is no smooth upgrade
> path. Packages have to be deleted and added manually.
> discussed with bernd@ and sturm@ (bluhm@)
== net =============================================================== 06/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/net
net
~ Makefile
> Replace p5-IO-INET6 with p5-IO-Socket-INET6 as the upstream cpan
> package has been renamed. Unfortunately there is no smooth upgrade
> path. Packages have to be deleted and added manually.
> discussed with bernd@ and sturm@ (bluhm@)
~ Makefile
> Add wide-dhcpv6. (stsp@)
mrtg
~ Makefile
> Replace p5-IO-INET6 with p5-IO-Socket-INET6 as the upstream cpan
> package has been renamed. Unfortunately there is no smooth upgrade
> path. Packages have to be deleted and added manually.
> discussed with bernd@ and sturm@ (bluhm@)
p5-IO-INET6
- Makefile - distinfo
- pkg/DESCR - pkg/PLIST
> Replace p5-IO-INET6 with p5-IO-Socket-INET6 as the upstream cpan
> package has been renamed. Unfortunately there is no smooth upgrade
> path. Packages have to be deleted and added manually.
> discussed with bernd@ and sturm@ (bluhm@)
p5-IO-Socket-INET6
+ Makefile + distinfo
+ patches/patch-t_pod-coverage_t + pkg/PLIST
+ pkg/DESCR
> New import:
> Initial import of p5-IO-Socket-INET6 2.56
wide-dhcpv6
+ Makefile + distinfo
+ pkg/PLIST + pkg/DESCR
+ patches/patch-dhcp6c_conf_sample + patches/patch-dhcp6s_conf_sample
> New import:
> WIDE-DHCPv6 is an IPv6 DHCPv6 implementation. It was originally
> developed
== security ========================================================== 07/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/security
p5-IO-Socket-SSL
~ Makefile
> Replace p5-IO-INET6 with p5-IO-Socket-INET6 in REGRESS_DEPENDS. (bluhm@)
~ Makefile ~ distinfo
> update to p5-IO-Socket-SSL 1.19 (bluhm@)
== sysutils ========================================================== 08/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils
lsof
~ Makefile ~ distinfo
~ pkg/PLIST
> lsof-4.81 & some updated master sites; prompted by vlad glagolev
> (pvalchev@)
rancid
~ Makefile
> expect is a rundep
> ok pea@ (steven@)
== x11 =============================================================== 09/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/x11
x11
~ Makefile
> add p5-X11-Protocol (kevlo@)
gnome
~ gdm/Makefile ~ gdm/patches/patch-config_Init_in
> - use xdm Xresources file instead of non-existent one (ajacoutot@)
~ session/Makefile
> - use 'xsltproc -nonet' to avoid trying to connect to Internet
> makes systrace happy
> - while here, fix WANTLIB (ajacoutot@)
p5-X11-Protocol
+ Makefile + distinfo
+ pkg/PLIST + pkg/DESCR
> New import:
> initial import of p5-X11-Protocol 0.56.
===============================================================================
More information about the odc
mailing list