[Pkg-openssl-changes] r483 - in openssl/branches: . openssl098/debian
Kurt Roeckx
kroeckx at alioth.debian.org
Wed Mar 23 20:07:04 UTC 2011
Author: kroeckx
Date: 2011-03-23 20:06:59 +0000 (Wed, 23 Mar 2011)
New Revision: 483
Added:
openssl/branches/openssl098/
Modified:
openssl/branches/openssl098/debian/changelog
openssl/branches/openssl098/debian/control
openssl/branches/openssl098/debian/rules
Log:
Add openssl098 source package.
Modified: openssl/branches/openssl098/debian/changelog
===================================================================
--- openssl/branches/squeeze/debian/changelog 2011-02-10 19:10:16 UTC (rev 482)
+++ openssl/branches/openssl098/debian/changelog 2011-03-23 20:06:59 UTC (rev 483)
@@ -1,8 +1,15 @@
-openssl (0.9.8o-4squeeze1) stable-security; urgency=low
+openssl098 (0.9.8o-6) unstable; urgency=low
+ * Upload as transitional openssl098 source package, just keeping
+ the library.
+
+ -- Kurt Roeckx <kurt at roeckx.be> Wed, 23 Mar 2011 19:50:31 +0100
+
+openssl (0.9.8o-5) unstable; urgency=low
+
* Fix OCSP stapling parse error (CVE-2011-0014)
- -- Kurt Roeckx <kurt at roeckx.be> Thu, 10 Feb 2011 19:06:09 +0100
+ -- Kurt Roeckx <kurt at roeckx.be> Thu, 10 Feb 2011 20:43:43 +0100
openssl (0.9.8o-4) unstable; urgency=low
Modified: openssl/branches/openssl098/debian/control
===================================================================
--- openssl/branches/squeeze/debian/control 2011-02-10 19:10:16 UTC (rev 482)
+++ openssl/branches/openssl098/debian/control 2011-03-23 20:06:59 UTC (rev 483)
@@ -1,4 +1,4 @@
-Source: openssl
+Source: openssl098
Build-Depends: debhelper (>= 5.0.22), binutils (>= 2.14.90.0.7), zlib1g-dev, m4, bc
Section: utils
Priority: optional
@@ -8,25 +8,6 @@
Vcs-Browser: http://svn.debian.org/wsvn/pkg-openssl/openssl
Vcs-Svn: svn://svn.debian.org/pkg-openssl/openssl/
-Package: openssl
-Priority: optional
-Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
-Conflicts: ssleay (<< 0.9.2b)
-Suggests: ca-certificates
-Description: Secure Socket Layer (SSL) binary and related cryptographic tools
- This package contains the openssl binary and related tools.
- .
- It is part of the OpenSSL implementation of SSL.
- .
- You need it to perform certain cryptographic actions like:
- - Creation of RSA, DH and DSA key parameters;
- - Creation of X.509 certificates, CSRs and CRLs;
- - Calculation of message digests;
- - Encryption and decryption with ciphers;
- - SSL/TLS client and server tests;
- - Handling of S/MIME signed or encrypted mail.
-
Package: libssl0.9.8
Section: libs
Priority: important
@@ -39,28 +20,6 @@
.
It is part of the OpenSSL implementation of SSL.
-Package: libcrypto0.9.8-udeb
-XC-Package-Type: udeb
-Section: debian-installer
-Priority: optional
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: crypto shared library - udeb
- libcrypto shared library.
- .
- Do not install it on a normal system.
-
-Package: libssl-dev
-Section: libdevel
-Priority: optional
-Architecture: any
-Depends: libssl0.9.8 (= ${binary:Version}), zlib1g-dev, ${misc:Depends}
-Conflicts: ssleay (<< 0.9.2b), libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev
-Description: SSL development libraries, header files and documentation
- libssl and libcrypto development libraries, header files and manpages.
- .
- It is part of the OpenSSL implementation of SSL.
-
Package: libssl0.9.8-dbg
Section: debug
Priority: extra
Modified: openssl/branches/openssl098/debian/rules
===================================================================
--- openssl/branches/squeeze/debian/rules 2011-02-10 19:10:16 UTC (rev 482)
+++ openssl/branches/openssl098/debian/rules 2011-03-23 20:06:59 UTC (rev 483)
@@ -93,7 +93,7 @@
dh_testroot
dh_clean
# -rm -rf debian/tmp `find debian/* -type d`
- install -d debian/tmp debian/libssl0.9.8 debian/libssl-dev
+ install -d debian/tmp debian/libssl0.9.8
# cd debian/tmp && install -d `cat ../dirs`
# cd debian/libssl09 && install -d `cat ../libssl09.dirs`
# cd debian/libssl09-dev && install -d `cat ../libssl09-dev.dirs`
@@ -120,17 +120,11 @@
# mv debian/tmp/usr/lib/*.so.*.*.* debian/libssl09/usr/lib/
# mv debian/tmp/usr/lib/*.la debian/libssl09-dev/usr/lib/
# mv debian/tmp/usr/include debian/libssl09-dev/usr/
- mkdir -p debian/tmp/etc/ssl
- mv debian/tmp/usr/lib/ssl/{certs,openssl.cnf,private} debian/tmp/etc/ssl/
- ln -s /etc/ssl/{certs,openssl.cnf,private} debian/tmp/usr/lib/ssl/
- cp -pf debian/tmp/usr/lib/libcrypto.so.* debian/libcrypto0.9.8-udeb/usr/lib/
cp -auv lib*.so* debian/tmp/usr/lib/
# cp -auv lib*.a debian/tmp/usr/lib/
for opt in $(OPTS); do set -xe; mkdir -p debian/tmp/usr/lib/$$opt; cp -auv $$opt/lib*.so* debian/tmp/usr/lib/$$opt/; done
install debian/copyright debian/libssl0.9.8/usr/share/doc/libssl0.9.8/
install debian/changelog debian/libssl0.9.8/usr/share/doc/libssl0.9.8/changelog.Debian
- install debian/copyright debian/libssl-dev/usr/share/doc/libssl-dev/
- install debian/changelog debian/libssl-dev/usr/share/doc/libssl-dev/changelog.Debian
# (cd debian/tmp/usr/doc/openssl/doc; for f in *.doc*; do mv "$$f" "$$(echo $$f | sed -e 's/doc/txt/')";done)
# (cd doc; for f in *; do install "$$f" ../debian/tmp/usr/share/doc/openssl/doc/"$$(echo $$f | sed -e 's/doc/txt/')";done)
# debstd -u CHANGES* LICENSE README NEWS
@@ -140,7 +134,6 @@
dh_installchangelogs CHANGES
# dh_installmenu
# dh_installcron
- dh_installman -popenssl
dh_installdebconf
# dh_undocumented c_rehash.1
dh_movefiles
@@ -149,12 +142,11 @@
# rmdir debian/tmp/usr/include
# for opt in $(OPTS); do set -xe; rm -fr debian/tmp/usr/lib/$$opt; done
dh_compress
- chmod 700 debian/openssl/etc/ssl/private
- dh_fixperms -X etc/ssl/private
dh_strip --dbg-package=libssl0.9.8
+ dh_fixperms
dh_perl -d
# dh_suidregister
- dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8m-1)" --add-udeb="libcrypto0.9.8-udeb"
+ dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8m-1)"
dh_shlibdeps -L libssl0.9.8 -l debian/libssl0.9.8/usr/lib
dh_gencontrol
dh_installdeb
More information about the Pkg-openssl-changes
mailing list