diff --git a/package/base/openssh/openssh.desc b/package/base/openssh/openssh.desc index a32f9347b..8dfc6db8e 100644 --- a/package/base/openssh/openssh.desc +++ b/package/base/openssh/openssh.desc @@ -47,8 +47,8 @@ [L] OpenSource [S] Stable -[V] 4.1p1 +[V] 4.2p1 [P] X -?---5---9 229.200 -[D] 3563744320 openssh-4.1p1.tar.gz ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ +[D] 3015275573 openssh-4.2p1.tar.gz ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ diff --git a/package/base/zlib/inftrees.patch b/package/base/zlib/inftrees.patch deleted file mode 100644 index b8e0b527a..000000000 --- a/package/base/zlib/inftrees.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur zlib-1.2.2/inftrees.c zlib-1.2.2.new/inftrees.c ---- zlib-1.2.2/inftrees.c 2004-09-15 15:30:06.000000000 +0100 -+++ zlib-1.2.2.new/inftrees.c 2005-07-10 14:30:32.000000000 +0100 -@@ -134,7 +134,7 @@ - left -= count[len]; - if (left < 0) return -1; /* over-subscribed */ - } -- if (left > 0 && (type == CODES || (codes - count[0] != 1))) -+ if (left > 0 && (type == CODES || max != 1)) - return -1; /* incomplete set */ - - /* generate offsets into symbol table for each length for sorting */ diff --git a/package/base/zlib/zlib.desc b/package/base/zlib/zlib.desc index dacda0229..91f602ef2 100644 --- a/package/base/zlib/zlib.desc +++ b/package/base/zlib/zlib.desc @@ -44,8 +44,8 @@ [L] OpenSource [S] Stable -[V] 1.2.2 +[V] 1.2.3 [P] X -1-3-----9 104.300 -[D] 3345712304 zlib-1.2.2.tar.bz2 http://www.zlib.net/ +[D] 623948124 zlib-1.2.3.tar.bz2 http://www.zlib.net/