Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL 1.0.2 #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions HOWTOBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
1. git clone openssl
2. mv openssl openssl-0.9.8zh
3. wget http://openssl.org/source/openssl-0.9.8zh.tar.gz
4. mv openssl-0.9.8zh.tar.gz openssl_0.9.8zh.orig.tar.gz
5. extract openssl_0.9.8zh.orig.tar.gz
6. cd openssl-0.9.8zh
7. build with dpkg-buildpackage -rfakeroot -sa -us -uc -i.git
1. git clone -b openssl-1.0.2 https://github.com/osm2go/openssl.git
2. wget -O openssl_1.0.2u.orig.tar.gz http://openssl.org/source/openssl-1.0.2u.tar.gz
3. tar xzf openssl_1.0.2u.orig.tar.gz
4. cp -r openssl/debian openssl-1.0.2u
5. cd openssl-1.0.2u
6. dpkg-buildpackage -rfakeroot -sa -us -uc
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
openssl (1.0.2u-1+maemo1+0osm2go0) unstable; urgency=low

* Latest upstream release.

-- Rolf Eike Beer <[email protected]> Wed, 25 Dec 2019 15:44:01 +0100

openssl (1.0.2o-1+maemo1+0osm2go0) unstable; urgency=low

* Latest upstream release.

-- Rolf Eike Beer <[email protected]> Wed, 30 May 2018 21:51:43 +0200

openssl (1.0.2l-1+maemo1+0osm2go0) unstable; urgency=high

* Latest upstream release.

-- Rolf Eike Beer <[email protected]> Sun, 02 Jul 2017 12:38:11 +0200

openssl (1.0.2k-1+maemo1+0osm2go0) unstable; urgency=high

* New upstream branch

-- Rolf Eike Beer <[email protected]> Sun, 02 Jul 2017 09:15:22 +0200

openssl (0.9.8zh-1+maemo1+0m5+0cssu0) unstable; urgency=high

* New upstream release
Expand Down
28 changes: 12 additions & 16 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: openssl
Build-Depends: debhelper (>= 5.0.22), binutils (>= 2.14.90.0.7), zlib1g-dev, m4, bc
Section: utils
Priority: optional
Maintainer: Debian OpenSSL Team <[email protected]>
Maintainer: Rolf Eike Beer <[email protected]>
Uploaders: Christoph Martin <[email protected]>, Kurt Roeckx <[email protected]>
Standards-Version: 3.8.0
Vcs-Browser: http://svn.debian.org/wsvn/pkg-openssl/openssl
Expand All @@ -27,7 +27,7 @@ Description: Secure Socket Layer (SSL) binary and related cryptographic tools
- SSL/TLS client and server tests;
- Handling of S/MIME signed or encrypted mail.

Package: libssl0.9.8
Package: libssl1.0.2
Section: libs
Priority: important
Architecture: any
Expand All @@ -39,32 +39,28 @@ Description: SSL shared libraries
.
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}
Depends: libssl1.0.2 (= ${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
Package: libssl1.0.2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libssl0.9.8 (= ${binary:Version}), ${misc:Depends}
Depends: libssl1.0.2 (= ${binary:Version}), ${misc:Depends}
Description: Symbol tables for libssl and libcrypto
This package is part of the OpenSSL implementation of SSL.

Package: extra-ca-certificates
Priority: extra
Architecture: any
Depends: libssl1.0.2, ${misc:Depends}
Description: Additional root certificates
This package is part of the OpenSSL implementation of SSL.
Empty file.
1 change: 1 addition & 0 deletions debian/extra-ca-certificates.files
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
etc/certs/common-ca/*
7 changes: 7 additions & 0 deletions debian/extra-ca-certificates.postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

. /usr/share/debconf/confmodule

set -e

#DEBHELPER#
1 change: 0 additions & 1 deletion debian/libcrypto0.9.8-udeb.dirs

This file was deleted.

2 changes: 0 additions & 2 deletions debian/libssl-dev.files
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
usr/lib/libssl.so
usr/lib/libcrypto.so
usr/lib/libssl.a
usr/lib/libcrypto.a
usr/lib/pkgconfig
usr/include
usr/share/man/man3
2 changes: 0 additions & 2 deletions debian/libssl0.9.8.dirs

This file was deleted.

4 changes: 0 additions & 4 deletions debian/libssl0.9.8.files

This file was deleted.

169 changes: 0 additions & 169 deletions debian/libssl0.9.8.postinst

This file was deleted.

30 changes: 0 additions & 30 deletions debian/libssl0.9.8.templates

This file was deleted.

2 changes: 2 additions & 0 deletions debian/libssl1.0.2.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib
usr/share/doc/libssl1.0.2
2 changes: 2 additions & 0 deletions debian/libssl1.0.2.files
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/*.so.*.*.*
usr/lib/*/*.so.*.*.*
7 changes: 7 additions & 0 deletions debian/libssl1.0.2.postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

. /usr/share/debconf/confmodule

set -e

#DEBHELPER#
Loading