Imported Debian patch 1.0.2s-1~deb9u1
This commit is contained in:
parent
33f8b6874c
commit
845d852680
2083
debian/changelog
vendored
Normal file
2083
debian/changelog
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
10
|
68
debian/control
vendored
Normal file
68
debian/control
vendored
Normal file
@ -0,0 +1,68 @@
|
||||
Source: openssl1.0
|
||||
Build-Depends: debhelper (>= 10), m4, bc, dpkg-dev (>= 1.15.7)
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Uploaders: Christoph Martin <christoph.martin@uni-mainz.de>, Kurt Roeckx <kurt@roeckx.be>, Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
|
||||
Standards-Version: 3.9.8
|
||||
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-openssl/openssl
|
||||
Vcs-Svn: svn://anonscm.debian.org/pkg-openssl/openssl/
|
||||
Homepage: https://www.openssl.org
|
||||
|
||||
Package: libssl1.0.2
|
||||
Section: libs
|
||||
Priority: important
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Secure Sockets Layer toolkit - shared libraries
|
||||
This package is part of the OpenSSL project's implementation of the SSL
|
||||
and TLS cryptographic protocols for secure communication over the
|
||||
Internet.
|
||||
.
|
||||
It provides the libssl and libcrypto shared libraries.
|
||||
|
||||
Package: libssl1.0-dev
|
||||
Section: libdevel
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Conflicts: libssl-dev
|
||||
Depends: libssl1.0.2 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Secure Sockets Layer toolkit - development files
|
||||
This package is part of the OpenSSL project's implementation of the SSL
|
||||
and TLS cryptographic protocols for secure communication over the
|
||||
Internet.
|
||||
.
|
||||
It contains development libraries, header files, and manpages for libssl
|
||||
and libcrypto.
|
||||
.
|
||||
This is a transition package that will go away after the stretch release
|
||||
to provide the 1.0.X APIs for those packages that are not ready for the
|
||||
1.1 version yet.
|
||||
|
||||
Package: libcrypto1.0.2-udeb
|
||||
XC-Package-Type: udeb
|
||||
Section: debian-installer
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Secure Sockets Layer toolkit - libcrypto udeb
|
||||
This package is part of the OpenSSL project's implementation of the SSL
|
||||
and TLS cryptographic protocols for secure communication over the
|
||||
Internet.
|
||||
.
|
||||
It contains a version of the libcrypto shared library for use with the
|
||||
Debian Installer. Do not install it on a normal system.
|
||||
|
||||
Package: libssl1.0.2-udeb
|
||||
XC-Package-Type: udeb
|
||||
Section: debian-installer
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: ssl shared library - udeb
|
||||
libssl shared library.
|
||||
.
|
||||
Do not install it on a normal system.
|
135
debian/copyright
vendored
Normal file
135
debian/copyright
vendored
Normal file
@ -0,0 +1,135 @@
|
||||
This package was debianized by Christoph Martin martin@uni-mainz.de on
|
||||
Fri, 22 Nov 1996 21:29:51 +0100.
|
||||
|
||||
Copyright (c) 1998-2004 The OpenSSL Project
|
||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||
|
||||
The upstream sources were obtained from http://www.openssl.org/
|
||||
|
||||
|
||||
LICENSE ISSUES
|
||||
==============
|
||||
|
||||
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
|
||||
the OpenSSL License and the original SSLeay license apply to the toolkit.
|
||||
See below for the actual license texts. Actually both licenses are BSD-style
|
||||
Open Source licenses. In case of any license issues related to OpenSSL
|
||||
please contact openssl-core@openssl.org.
|
||||
|
||||
OpenSSL License
|
||||
---------------
|
||||
|
||||
/* ====================================================================
|
||||
* Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in
|
||||
* the documentation and/or other materials provided with the
|
||||
* distribution.
|
||||
*
|
||||
* 3. All advertising materials mentioning features or use of this
|
||||
* software must display the following acknowledgment:
|
||||
* "This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
|
||||
*
|
||||
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
|
||||
* endorse or promote products derived from this software without
|
||||
* prior written permission. For written permission, please contact
|
||||
* openssl-core@openssl.org.
|
||||
*
|
||||
* 5. Products derived from this software may not be called "OpenSSL"
|
||||
* nor may "OpenSSL" appear in their names without prior written
|
||||
* permission of the OpenSSL Project.
|
||||
*
|
||||
* 6. Redistributions of any form whatsoever must retain the following
|
||||
* acknowledgment:
|
||||
* "This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
|
||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
||||
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
* ====================================================================
|
||||
*
|
||||
* This product includes cryptographic software written by Eric Young
|
||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||
* Hudson (tjh@cryptsoft.com).
|
||||
*
|
||||
*/
|
||||
|
||||
Original SSLeay License
|
||||
-----------------------
|
||||
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
* This package is an SSL implementation written
|
||||
* by Eric Young (eay@cryptsoft.com).
|
||||
* The implementation was written so as to conform with Netscapes SSL.
|
||||
*
|
||||
* This library is free for commercial and non-commercial use as long as
|
||||
* the following conditions are aheared to. The following conditions
|
||||
* apply to all code found in this distribution, be it the RC4, RSA,
|
||||
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
||||
* included with this distribution is covered by the same copyright terms
|
||||
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
|
||||
*
|
||||
* Copyright remains Eric Young's, and as such any Copyright notices in
|
||||
* the code are not to be removed.
|
||||
* If this package is used in a product, Eric Young should be given attribution
|
||||
* as the author of the parts of the library used.
|
||||
* This can be in the form of a textual message at program startup or
|
||||
* in documentation (online or textual) provided with the package.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* "This product includes cryptographic software written by
|
||||
* Eric Young (eay@cryptsoft.com)"
|
||||
* The word 'cryptographic' can be left out if the rouines from the library
|
||||
* being used are not cryptographic related :-).
|
||||
* 4. If you include any Windows specific code (or a derivative thereof) from
|
||||
* the apps directory (application code) you must include an acknowledgement:
|
||||
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* The licence and distribution terms for any publically available version or
|
||||
* derivative of this code cannot be changed. i.e. this code cannot simply be
|
||||
* copied and put under another distribution licence
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
17
debian/gbp.conf
vendored
Normal file
17
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
[DEFAULT]
|
||||
upstream-vcs-tag = OpenSSL_%(version%.%_)s
|
||||
#sign-tags = false
|
||||
dist = DEP14
|
||||
upstream-branch = upstream/OpenSSL_1_0_2-stable
|
||||
debian-branch = debian/stretch_openssl1.0-pu
|
||||
debian-tag = debian/openssl-%(version)s
|
||||
id-length = 12
|
||||
abbrev = 12
|
||||
|
||||
[import-orig]
|
||||
import-msg = New upstream version %(version)s
|
||||
interactive = False
|
||||
merge-mode=replace
|
||||
|
||||
[pq]
|
||||
patch-numbers = False
|
1
debian/libcrypto1.0.2-udeb.dirs
vendored
Normal file
1
debian/libcrypto1.0.2-udeb.dirs
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib
|
1
debian/libcrypto1.0.2-udeb.lintian-overrides
vendored
Normal file
1
debian/libcrypto1.0.2-udeb.lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
||||
libcrypto1.0.2-udeb udeb: embedded-library
|
2
debian/libssl1.0-dev.dirs
vendored
Normal file
2
debian/libssl1.0-dev.dirs
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
usr/lib
|
||||
usr/share/doc/libssl1.0-dev
|
7
debian/libssl1.0-dev.install
vendored
Normal file
7
debian/libssl1.0-dev.install
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
usr/lib/*/libssl.so
|
||||
usr/lib/*/libcrypto.so
|
||||
usr/lib/*/libssl.a
|
||||
usr/lib/*/libcrypto.a
|
||||
usr/lib/*/pkgconfig
|
||||
usr/include/openssl/*
|
||||
usr/include/*/openssl
|
1
debian/libssl1.0.2-udeb.dirs
vendored
Normal file
1
debian/libssl1.0.2-udeb.dirs
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib
|
1
debian/libssl1.0.2-udeb.lintian-overrides
vendored
Normal file
1
debian/libssl1.0.2-udeb.lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
||||
libssl1.0.2-udeb udeb: embedded-library
|
1
debian/libssl1.0.2.dirs
vendored
Normal file
1
debian/libssl1.0.2.dirs
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/share/doc/libssl1.0.2
|
2
debian/libssl1.0.2.install
vendored
Normal file
2
debian/libssl1.0.2.install
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
usr/lib/*/*.so.*.*.*
|
||||
usr/lib/*/openssl-1.0.2/engines/*.so
|
1
debian/libssl1.0.2.lintian-overrides
vendored
Normal file
1
debian/libssl1.0.2.lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
||||
libssl1.0.2 binary: embedded-library
|
207
debian/libssl1.0.2.postinst
vendored
Normal file
207
debian/libssl1.0.2.postinst
vendored
Normal file
@ -0,0 +1,207 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
set -e
|
||||
|
||||
package_name()
|
||||
{
|
||||
echo $(basename $0 .postinst)
|
||||
}
|
||||
|
||||
# element() is a helper function for file-rc:
|
||||
element() {
|
||||
local element list IFS
|
||||
|
||||
element="$1"
|
||||
|
||||
[ "$2" = "in" ] && shift
|
||||
list="$2"
|
||||
[ "$list" = "-" ] && return 1
|
||||
[ "$list" = "*" ] && return 0
|
||||
|
||||
IFS=","
|
||||
set -- $list
|
||||
case $element in
|
||||
"$1"|"$2"|"$3"|"$4"|"$5"|"$6"|"$7"|"$8"|"$9")
|
||||
return 0
|
||||
esac
|
||||
return 1
|
||||
}
|
||||
|
||||
# filerc (runlevel, service) returns /etc/init.d/service, if service is
|
||||
# running in $runlevel:
|
||||
filerc() {
|
||||
local runlevel basename
|
||||
runlevel=$1
|
||||
basename=$2
|
||||
while read LINE
|
||||
do
|
||||
case $LINE in
|
||||
\#*|"") continue
|
||||
esac
|
||||
|
||||
set -- $LINE
|
||||
SORT_NO="$1"; STOP="$2"; START="$3"; CMD="$4"
|
||||
[ "$CMD" = "/etc/init.d/$basename" ] || continue
|
||||
|
||||
if element "$runlevel" in "$START" || element "S" in "$START"
|
||||
then
|
||||
echo "/etc/init.d/$basename"
|
||||
return 0
|
||||
fi
|
||||
done < /etc/runlevel.conf
|
||||
echo ""
|
||||
}
|
||||
|
||||
if [ "$1" = "configure" ]
|
||||
then
|
||||
if [ ! -z "$2" ]; then
|
||||
if dpkg --compare-versions "$2" lt 1.0.1g-2; then
|
||||
echo -n "Checking for services that may need to be restarted..."
|
||||
check="amanda-server anon-proxy apache2 apache-ssl"
|
||||
check="$check apf-firewall asterisk bacula-director-common"
|
||||
check="$check bacula-fd bacula-sd bind9 bip boinc-client"
|
||||
check="$check boxbackup-client boxbackup-server bozo cfengine2"
|
||||
check="$check cfengine3 citadel-server clamav-daemon clamav-freshclam"
|
||||
check="$check clamcour collectd-core conserver-server courier-imap-ssl"
|
||||
check="$check courier-mta-ssl courier-pop-ssl cyrus21-imapd"
|
||||
check="$check cyrus21-pop3d cyrus-common cyrus-imspd dovecot-core"
|
||||
check="$check ejabberd exim4 fetchmail freeradius ftpd-ssl gatling"
|
||||
check="$check globus-gatekeeper inn inn2 libapache-mod-ssl lighttpd lldpd"
|
||||
check="$check lwresd monit myproxy-server nagios-nrpe-server nginx-common"
|
||||
check="$check ntp openntpd openssh-server openvpn partimage-server"
|
||||
check="$check postfix postgresql-7.4 postgresql-8.0 postgresql-8.1"
|
||||
check="$check postgresql-8.2 postgresql-9.1 postgresql-9.2 postgresql-9.3"
|
||||
check="$check proftpd proftpd-ldap proftpd-basic"
|
||||
check="$check proftpd-mysql proftpd-pgsql racoon sendmail slapd"
|
||||
check="$check spamassassin ssh-nonfree stunnel4 syslog-ng tor unbound"
|
||||
check="$check vsftpd"
|
||||
# Only get the ones that are installed, and configured
|
||||
check=$(dpkg -s $check 2> /dev/null | egrep '^Package:|^Status:' | awk '{if ($1 ~ /^Package:/) { package=$2 } else if ($0 ~ /^Status: .* installed$/) { print package }}')
|
||||
# init script rewrites
|
||||
check=$(echo $check | sed "
|
||||
# The name of proftpd-{ldap,mysql,pgsql,basic} init script is
|
||||
# same as "proftpd".
|
||||
s/proftpd-.*/proftpd/g;
|
||||
# dovecot-core ships its init script, but the
|
||||
# script name is dovecot for dovecot-{imapd,pop3d}.
|
||||
s/dovecot-core/dovecot/g;
|
||||
# openssh-server's init script it called ssh
|
||||
s/openssh-server/ssh/g;
|
||||
# bacula-director-common's init is bacula-director
|
||||
s/bacula-director-common/bacula-director/g;
|
||||
# citadel server
|
||||
s/citadel-server/citadel/g;
|
||||
# collectd
|
||||
s/collectd-core/collectd/g;
|
||||
# cyrus
|
||||
s/cyrus-common/cyrus-imapd/g;
|
||||
# nginx
|
||||
s/nginx-common/nginx/g;
|
||||
")
|
||||
echo "done."
|
||||
fi
|
||||
if dpkg --compare-versions "$2" lt 1.0.1g-3; then
|
||||
echo -n "Checking for services that may need to be restarted..."
|
||||
check2="chef chef-expander chef-server-api"
|
||||
check2="$check2 chef-solr pound postgresql-common"
|
||||
check2="$check2 prosody puppet puppetmaster snmpd"
|
||||
|
||||
# Only get the ones that are installed, and configured
|
||||
check2=$(dpkg -s $check2 2> /dev/null | egrep '^Package:|^Status:' | awk '{if ($1 ~ /^Package:/) { package=$2 } else if ($0 ~ /^Status: .* installed$/) { print package }}')
|
||||
# init script rewrites
|
||||
check2=$(echo $check2 | sed -r "
|
||||
s/chef\s/chef-client/g;
|
||||
s/chef-server-api/chef-server/g;
|
||||
s/postgresql-common/postgresql/g;
|
||||
")
|
||||
echo "done."
|
||||
if [ -n "$check2" ]; then
|
||||
check="$check $check2"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -n "$check" ]; then
|
||||
db_version 2.0
|
||||
echo "Checking init scripts..."
|
||||
for service in $check; do
|
||||
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
|
||||
idl=$(ls /etc/init.d/${service} 2> /dev/null | head -n 1)
|
||||
if [ -n "$idl" ] && [ -x $idl ]; then
|
||||
services="$service $services"
|
||||
else
|
||||
echo "WARNING: init script for $service not found."
|
||||
fi
|
||||
else
|
||||
if [ -f /usr/share/file-rc/rc ] || [ -f /usr/lib/file-rc/rc ] && [ -f /etc/runlevel.conf ]; then
|
||||
|
||||
idl=$(filerc $rl $service)
|
||||
else
|
||||
idl=$(ls /etc/rc${rl}.d/S??${service} 2> /dev/null | head -n 1)
|
||||
fi
|
||||
if [ -n "$idl" ] && [ -x $idl ]; then
|
||||
services="$service $services"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
if [ -n "$services" ]; then
|
||||
db_input critical libraries/restart-without-asking || true
|
||||
db_go || true
|
||||
db_get libraries/restart-without-asking
|
||||
if [ "x$RET" != xtrue ]; then
|
||||
db_reset libssl1.0.2/restart-services
|
||||
db_set libssl1.0.2/restart-services "$services"
|
||||
db_input critical libssl1.0.2/restart-services || true
|
||||
db_go || true
|
||||
db_get libssl1.0.2/restart-services
|
||||
|
||||
if [ "x$RET" != "x" ]
|
||||
then
|
||||
services=$RET
|
||||
answer=yes
|
||||
else
|
||||
answer=no
|
||||
fi
|
||||
else
|
||||
answer=yes
|
||||
fi
|
||||
echo
|
||||
if [ "$answer" = yes ] && [ "$services" != "" ]; then
|
||||
echo "Restarting services possibly affected by the upgrade:"
|
||||
failed=""
|
||||
rl=$(runlevel | sed 's/.*\ //')
|
||||
for service in $services; do
|
||||
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
|
||||
idl="invoke-rc.d ${service}"
|
||||
elif [ -f /usr/share/file-rc/rc ] || [ -f /usr/lib/file-rc/rc ] && [ -f /etc/runlevel.conf ]; then
|
||||
idl=$(filerc $rl $service)
|
||||
else
|
||||
idl=$(ls /etc/rc${rl}.d/S??${service} 2> /dev/null | head -n 1)
|
||||
fi
|
||||
|
||||
if ! $idl restart; then
|
||||
failed="$service $failed"
|
||||
fi
|
||||
done
|
||||
echo
|
||||
if [ -n "$failed" ]; then
|
||||
db_subst libssl1.0.2/restart-failed services "$failed"
|
||||
db_input critical libssl1.0.2/restart-failed || true
|
||||
db_go || true
|
||||
else
|
||||
echo "Services restarted successfully."
|
||||
fi
|
||||
echo
|
||||
fi
|
||||
else
|
||||
echo "Nothing to restart."
|
||||
fi
|
||||
# Shut down the frontend, to make sure none of the
|
||||
# restarted services keep a connection open to it
|
||||
db_stop
|
||||
fi # end upgrading and $2 lt 0.9.8c-2
|
||||
fi # Upgrading
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
6
debian/libssl1.0.2.symbols
vendored
Normal file
6
debian/libssl1.0.2.symbols
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
libcrypto.so.1.0.2 libssl1.0.2 #MINVER#
|
||||
*@OPENSSL_1.0.2d 1.0.2d
|
||||
*@OPENSSL_1.0.2g 1.0.2g
|
||||
libssl.so.1.0.2 libssl1.0.2 #MINVER#
|
||||
*@OPENSSL_1.0.2d 1.0.2d
|
||||
*@OPENSSL_1.0.2g 1.0.2g
|
30
debian/libssl1.0.2.templates
vendored
Normal file
30
debian/libssl1.0.2.templates
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
Template: libssl1.0.2/restart-services
|
||||
Type: string
|
||||
_Description: Services to restart to make them use the new libraries:
|
||||
This release of OpenSSL fixes some security issues. Services will not
|
||||
use these fixes until they are restarted. Please note that restarting
|
||||
the SSH server (sshd) should not affect any existing connections.
|
||||
.
|
||||
Please check the list of detected services that need to be restarted
|
||||
and correct it, if needed. The services names must be identical to the
|
||||
initialization script names in /etc/init.d and separated by
|
||||
spaces. No services will be restarted if the list is empty.
|
||||
.
|
||||
Any service that later fails unexpectedly after this upgrade should
|
||||
be restarted. It is recommended to reboot this host to avoid any
|
||||
SSL-related trouble.
|
||||
|
||||
Template: libssl1.0.2/restart-failed
|
||||
Type: error
|
||||
#flag:translate!:3
|
||||
#flag:comment:2
|
||||
# This paragraph is followed by a (non translatable) paragraph containing
|
||||
# a list of services that could not be restarted
|
||||
_Description: Failure restarting some services for OpenSSL upgrade
|
||||
The following services could not be restarted for the OpenSSL library upgrade:
|
||||
.
|
||||
${services}
|
||||
.
|
||||
You will need to start these manually by running
|
||||
'/etc/init.d/<service> start'.
|
||||
|
425
debian/patches/Mark-3DES-and-RC4-ciphers-as-weak.patch
vendored
Normal file
425
debian/patches/Mark-3DES-and-RC4-ciphers-as-weak.patch
vendored
Normal file
@ -0,0 +1,425 @@
|
||||
From: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
|
||||
Date: Sun, 18 Dec 2016 15:37:52 +0100
|
||||
Subject: [PATCH] Mark 3DES and RC4 ciphers as weak
|
||||
|
||||
This disables RC4 and 3DES in our build
|
||||
|
||||
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
|
||||
---
|
||||
ssl/s3_lib.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
|
||||
1 file changed, 58 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
|
||||
index 10c6db683b6e..4b4032ba397a 100644
|
||||
--- a/ssl/s3_lib.c
|
||||
+++ b/ssl/s3_lib.c
|
||||
@@ -216,6 +216,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 04 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_RSA_RC4_128_MD5,
|
||||
@@ -230,8 +231,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 05 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_RSA_RC4_128_SHA,
|
||||
@@ -246,7 +249,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
-
|
||||
+#endif
|
||||
/* Cipher 06 */
|
||||
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
@@ -320,6 +323,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 0A */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_RSA_DES_192_CBC3_SHA,
|
||||
@@ -334,6 +338,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* The DH ciphers */
|
||||
/* Cipher 0B */
|
||||
@@ -373,6 +378,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 0D */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_DH_DSS_DES_192_CBC3_SHA,
|
||||
@@ -387,6 +393,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 0E */
|
||||
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
@@ -425,6 +432,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 10 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_DH_RSA_DES_192_CBC3_SHA,
|
||||
@@ -439,6 +447,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* The Ephemeral DH ciphers */
|
||||
/* Cipher 11 */
|
||||
@@ -478,6 +487,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 13 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA,
|
||||
@@ -492,6 +502,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 14 */
|
||||
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
@@ -530,6 +541,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 16 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA,
|
||||
@@ -544,6 +556,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 17 */
|
||||
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
@@ -564,6 +577,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 18 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_ADH_RC4_128_MD5,
|
||||
@@ -578,6 +592,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 19 */
|
||||
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
@@ -616,6 +631,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
#endif
|
||||
|
||||
/* Cipher 1B */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_ADH_DES_192_CBC_SHA,
|
||||
@@ -630,6 +646,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Fortezza ciphersuite from SSL 3.0 spec */
|
||||
#if 0
|
||||
@@ -703,6 +720,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
# endif
|
||||
|
||||
/* Cipher 1F */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_KRB5_DES_192_CBC3_SHA,
|
||||
@@ -717,8 +735,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 20 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_KRB5_RC4_128_SHA,
|
||||
@@ -733,6 +753,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 21 */
|
||||
{
|
||||
@@ -769,6 +790,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
# endif
|
||||
|
||||
/* Cipher 23 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_KRB5_DES_192_CBC3_MD5,
|
||||
@@ -783,8 +805,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 24 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
SSL3_TXT_KRB5_RC4_128_MD5,
|
||||
@@ -799,6 +823,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 25 */
|
||||
{
|
||||
@@ -1418,6 +1443,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
# endif
|
||||
|
||||
/* Cipher 66 */
|
||||
+# ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA,
|
||||
@@ -1432,6 +1458,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
/* TLS v1.2 ciphersuites */
|
||||
@@ -1703,6 +1730,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
|
||||
#ifndef OPENSSL_NO_PSK
|
||||
/* Cipher 8A */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_PSK_WITH_RC4_128_SHA,
|
||||
@@ -1717,8 +1745,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 8B */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA,
|
||||
@@ -1733,6 +1763,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher 8C */
|
||||
{
|
||||
@@ -2095,6 +2126,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
},
|
||||
|
||||
/* Cipher C002 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA,
|
||||
@@ -2109,8 +2141,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C003 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA,
|
||||
@@ -2125,6 +2159,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C004 */
|
||||
{
|
||||
@@ -2175,6 +2210,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
},
|
||||
|
||||
/* Cipher C007 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA,
|
||||
@@ -2189,8 +2225,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C008 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA,
|
||||
@@ -2205,6 +2243,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C009 */
|
||||
{
|
||||
@@ -2255,6 +2294,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
},
|
||||
|
||||
/* Cipher C00C */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA,
|
||||
@@ -2269,8 +2309,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C00D */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA,
|
||||
@@ -2285,6 +2327,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C00E */
|
||||
{
|
||||
@@ -2335,6 +2378,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
},
|
||||
|
||||
/* Cipher C011 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA,
|
||||
@@ -2349,8 +2393,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C012 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA,
|
||||
@@ -2365,6 +2411,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C013 */
|
||||
{
|
||||
@@ -2415,6 +2462,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
},
|
||||
|
||||
/* Cipher C016 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA,
|
||||
@@ -2429,8 +2477,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
128,
|
||||
128,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C017 */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA,
|
||||
@@ -2445,6 +2495,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C018 */
|
||||
{
|
||||
@@ -2481,6 +2532,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
|
||||
#ifndef OPENSSL_NO_SRP
|
||||
/* Cipher C01A */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA,
|
||||
@@ -2495,8 +2547,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C01B */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA,
|
||||
@@ -2511,8 +2565,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C01C */
|
||||
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||
{
|
||||
1,
|
||||
TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA,
|
||||
@@ -2527,6 +2583,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
|
||||
112,
|
||||
168,
|
||||
},
|
||||
+#endif
|
||||
|
||||
/* Cipher C01D */
|
||||
{
|
32
debian/patches/block_digicert_malaysia.patch
vendored
Normal file
32
debian/patches/block_digicert_malaysia.patch
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
From: Raphael Geissert <geissert@debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:47 +0100
|
||||
Subject: make X509_verify_cert indicate that any certificate whose
|
||||
|
||||
Forwarded: not-needed
|
||||
Origin: vendor
|
||||
Last-Update: 2011-11-05
|
||||
|
||||
name contains "Digicert Sdn. Bhd." (from Malaysia) is revoked.
|
||||
---
|
||||
crypto/x509/x509_vfy.c | 7 ++++---
|
||||
1 file changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
|
||||
index 77bdb18882ce..f7f8ed76e05b 100644
|
||||
--- a/crypto/x509/x509_vfy.c
|
||||
+++ b/crypto/x509/x509_vfy.c
|
||||
@@ -1122,10 +1122,11 @@ static int check_ca_blacklist(X509_STORE_CTX *ctx)
|
||||
for (i = sk_X509_num(ctx->chain) - 1; i >= 0; i--)
|
||||
{
|
||||
x = sk_X509_value(ctx->chain, i);
|
||||
- /* Mark DigiNotar certificates as revoked, no matter
|
||||
- * where in the chain they are.
|
||||
+ /* Mark certificates containing the following names as
|
||||
+ * revoked, no matter where in the chain they are.
|
||||
*/
|
||||
- if (x->name && strstr(x->name, "DigiNotar"))
|
||||
+ if (x->name && (strstr(x->name, "DigiNotar") ||
|
||||
+ strstr(x->name, "Digicert Sdn. Bhd.")))
|
||||
{
|
||||
ctx->error = X509_V_ERR_CERT_REVOKED;
|
||||
ctx->error_depth = i;
|
69
debian/patches/block_diginotar.patch
vendored
Normal file
69
debian/patches/block_diginotar.patch
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
From: Raphael Geissert <geissert@debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: make X509_verify_cert indicate that any certificate whose
|
||||
|
||||
Forwarded: not-needed
|
||||
Origin: vendor
|
||||
Last-Update: 2011-09-08
|
||||
Bug: http://bugs.debian.org/639744
|
||||
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
|
||||
Reviewed-by: Dr Stephen N Henson <shenson@drh-consultancy.co.uk>
|
||||
|
||||
name contains "DigiNotar" is revoked.
|
||||
This is not meant as final patch.
|
||||
---
|
||||
crypto/x509/x509_vfy.c | 27 +++++++++++++++++++++++++++
|
||||
1 file changed, 27 insertions(+)
|
||||
|
||||
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
|
||||
index da778d47b1cc..77bdb18882ce 100644
|
||||
--- a/crypto/x509/x509_vfy.c
|
||||
+++ b/crypto/x509/x509_vfy.c
|
||||
@@ -120,6 +120,7 @@ static int check_trust(X509_STORE_CTX *ctx);
|
||||
static int check_revocation(X509_STORE_CTX *ctx);
|
||||
static int check_cert(X509_STORE_CTX *ctx);
|
||||
static int check_policy(X509_STORE_CTX *ctx);
|
||||
+static int check_ca_blacklist(X509_STORE_CTX *ctx);
|
||||
|
||||
static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
|
||||
unsigned int *preasons, X509_CRL *crl, X509 *x);
|
||||
@@ -502,6 +503,9 @@ int X509_verify_cert(X509_STORE_CTX *ctx)
|
||||
if (!ok)
|
||||
goto err;
|
||||
|
||||
+ ok = check_ca_blacklist(ctx);
|
||||
+ if(!ok) goto err;
|
||||
+
|
||||
#ifndef OPENSSL_NO_RFC3779
|
||||
/* RFC 3779 path validation, now that CRL check has been done */
|
||||
ok = v3_asid_validate_path(ctx);
|
||||
@@ -1110,6 +1114,29 @@ static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
|
||||
return 1;
|
||||
}
|
||||
|
||||
+static int check_ca_blacklist(X509_STORE_CTX *ctx)
|
||||
+ {
|
||||
+ X509 *x;
|
||||
+ int i;
|
||||
+ /* Check all certificates against the blacklist */
|
||||
+ for (i = sk_X509_num(ctx->chain) - 1; i >= 0; i--)
|
||||
+ {
|
||||
+ x = sk_X509_value(ctx->chain, i);
|
||||
+ /* Mark DigiNotar certificates as revoked, no matter
|
||||
+ * where in the chain they are.
|
||||
+ */
|
||||
+ if (x->name && strstr(x->name, "DigiNotar"))
|
||||
+ {
|
||||
+ ctx->error = X509_V_ERR_CERT_REVOKED;
|
||||
+ ctx->error_depth = i;
|
||||
+ ctx->current_cert = x;
|
||||
+ if (!ctx->verify_cb(0,ctx))
|
||||
+ return 0;
|
||||
+ }
|
||||
+ }
|
||||
+ return 1;
|
||||
+ }
|
||||
+
|
||||
static int get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl,
|
||||
X509 **pissuer, int *pscore, unsigned int *preasons,
|
||||
STACK_OF(X509_CRL) *crls)
|
72
debian/patches/c_rehash-compat.patch
vendored
Normal file
72
debian/patches/c_rehash-compat.patch
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
||||
Date: Wed, 21 Apr 2010 15:52:10 +0200
|
||||
Subject: [PATCH] also create old hash for compatibility
|
||||
|
||||
---
|
||||
tools/c_rehash.in | 20 ++++++++++++++------
|
||||
1 file changed, 14 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/tools/c_rehash.in b/tools/c_rehash.in
|
||||
index b086ff9cf0d9..92cb50383c72 100644
|
||||
--- a/tools/c_rehash.in
|
||||
+++ b/tools/c_rehash.in
|
||||
@@ -8,8 +8,6 @@ my $prefix;
|
||||
|
||||
my $openssl = $ENV{OPENSSL} || "openssl";
|
||||
my $pwd;
|
||||
-my $x509hash = "-subject_hash";
|
||||
-my $crlhash = "-hash";
|
||||
my $verbose = 0;
|
||||
my $symlink_exists=eval {symlink("",""); 1};
|
||||
my $removelinks = 1;
|
||||
@@ -18,10 +16,7 @@ my $removelinks = 1;
|
||||
while ( $ARGV[0] =~ /^-/ ) {
|
||||
my $flag = shift @ARGV;
|
||||
last if ( $flag eq '--');
|
||||
- if ( $flag eq '-old') {
|
||||
- $x509hash = "-subject_hash_old";
|
||||
- $crlhash = "-hash_old";
|
||||
- } elsif ( $flag eq '-h') {
|
||||
+ if ( $flag eq '-h') {
|
||||
help();
|
||||
} elsif ( $flag eq '-n' ) {
|
||||
$removelinks = 0;
|
||||
@@ -113,7 +108,9 @@ sub hash_dir {
|
||||
next;
|
||||
}
|
||||
link_hash_cert($fname) if($cert);
|
||||
+ link_hash_cert_old($fname) if($cert);
|
||||
link_hash_crl($fname) if($crl);
|
||||
+ link_hash_crl_old($fname) if($crl);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,6 +143,7 @@ sub check_file {
|
||||
|
||||
sub link_hash_cert {
|
||||
my $fname = $_[0];
|
||||
+ my $x509hash = $_[1] || '-subject_hash';
|
||||
$fname =~ s/'/'\\''/g;
|
||||
my ($hash, $fprint) = `"$openssl" x509 $x509hash -fingerprint -noout -in "$fname"`;
|
||||
chomp $hash;
|
||||
@@ -177,10 +175,20 @@ sub link_hash_cert {
|
||||
$hashlist{$hash} = $fprint;
|
||||
}
|
||||
|
||||
+sub link_hash_cert_old {
|
||||
+ link_hash_cert($_[0], '-subject_hash_old');
|
||||
+}
|
||||
+
|
||||
+sub link_hash_crl_old {
|
||||
+ link_hash_crl($_[0], '-hash_old');
|
||||
+}
|
||||
+
|
||||
+
|
||||
# Same as above except for a CRL. CRL links are of the form <hash>.r<n>
|
||||
|
||||
sub link_hash_crl {
|
||||
my $fname = $_[0];
|
||||
+ my $crlhash = $_[1] || "-hash";
|
||||
$fname =~ s/'/'\\''/g;
|
||||
my ($hash, $fprint) = `"$openssl" crl $crlhash -fingerprint -noout -in '$fname'`;
|
||||
chomp $hash;
|
24
debian/patches/config-hurd.patch
vendored
Normal file
24
debian/patches/config-hurd.patch
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:45 +0100
|
||||
Subject: config-hurd
|
||||
|
||||
===================================================================
|
||||
---
|
||||
config | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/config b/config
|
||||
index c8a3b5897d26..cd9d328dd470 100755
|
||||
--- a/config
|
||||
+++ b/config
|
||||
@@ -170,8 +170,8 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
|
||||
echo "${MACHINE}-whatever-linux1"; exit 0
|
||||
;;
|
||||
|
||||
- GNU*)
|
||||
- echo "hurd-x86"; exit 0;
|
||||
+ GNU:*|GNU/*:*)
|
||||
+ echo "${MACHINE}-gnuish"; exit 0;
|
||||
;;
|
||||
|
||||
LynxOS:*)
|
80
debian/patches/debian-targets.patch
vendored
Normal file
80
debian/patches/debian-targets.patch
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Sat, 1 Sep 2018 22:20:24 +0200
|
||||
Subject: debian-targets
|
||||
|
||||
---
|
||||
Configure | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 54 insertions(+)
|
||||
|
||||
diff --git a/Configure b/Configure
|
||||
index 3846c9133a2b..2840266ae9c3 100755
|
||||
--- a/Configure
|
||||
+++ b/Configure
|
||||
@@ -133,6 +133,10 @@ my $clang_devteam_warn = "-Wno-unused-parameter -Wno-missing-field-initializers
|
||||
# Warn that "make depend" should be run?
|
||||
my $warn_make_depend = 0;
|
||||
|
||||
+# There are no separate CFLAGS/CPPFLAGS/LDFLAGS, set everything in CFLAGS
|
||||
+my $debian_cflags = `dpkg-buildflags --get CFLAGS` . `dpkg-buildflags --get CPPFLAGS` . `dpkg-buildflags --get LDFLAGS` . "-Wa,--noexecstack -Wall";
|
||||
+$debian_cflags =~ s/\n/ /g;
|
||||
+
|
||||
my $strict_warnings = 0;
|
||||
|
||||
my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL";
|
||||
@@ -369,6 +373,56 @@ my %table=(
|
||||
"osf1-alpha-cc", "cc:-std1 -tune host -O4 -readonly_strings::(unknown):::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${alpha_asm}:dlfcn:alpha-osf1-shared:::.so",
|
||||
"tru64-alpha-cc", "cc:-std1 -tune host -fast -readonly_strings::-pthread:::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${alpha_asm}:dlfcn:alpha-osf1-shared::-msym:.so",
|
||||
|
||||
+# Debian GNU/* (various architectures)
|
||||
+"debian-alpha","gcc:${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-alpha-ev4","gcc:${debian_cflags} -mcpu=ev4::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-alpha-ev5","gcc:${debian_cflags} -mcpu=ev5::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-arm64","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${aarch64_asm}:linux64:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-armel","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-armhf","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-amd64", "gcc:-m64 -DL_ENDIAN ${debian_cflags} -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::",
|
||||
+"debian-avr32", "gcc:-DB_ENDIAN ${debian_cflags} -fomit-frame-pointer::-D_REENTRANT::-ldl:BN_LLONG_BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-kfreebsd-amd64","gcc:-m64 -DL_ENDIAN ${debian_cflags} -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-kfreebsd-i386","gcc:-DL_ENDIAN ${debian_cflags} -march=i486::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-hppa","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG MD2_CHAR RC4_INDEX:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-hurd-i386","gcc:-DL_ENDIAN -O3 -Wa,--noexecstack -g -mtune=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-ia64","gcc:${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-i386","gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-i386-i486","gcc:-DL_ENDIAN ${debian_cflags} -march=i486::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-i386-i586","gcc:-DL_ENDIAN ${debian_cflags} -march=i586::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-i386-i686/cmov","gcc:-DL_ENDIAN ${debian_cflags} -march=i686::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-m68k","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG MD2_CHAR RC4_INDEX:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-mips", "gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL DES_RISC2:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-mipsel", "gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL DES_RISC2:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-mipsn32", "gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL DES_RISC2:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-mipsn32el", "gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL DES_RISC2:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-mips64", "gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL DES_RISC2:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-mips64el", "gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL DES_RISC2:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-netbsd-i386", "gcc:-DL_ENDIAN ${debian_cflags} -m486::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-netbsd-m68k", "gcc:-DB_ENDIAN ${debian_cflags}::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-netbsd-sparc", "gcc:-DB_ENDIAN ${debian_cflags} -mv8::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-nios2", "gcc:-DB_ENDIAN ${debian_cflags}::(unknown)::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-openbsd-alpha","gcc:${debian_cflags}::(unknown):::SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-openbsd-i386", "gcc:-DL_ENDIAN ${debian_cflags} -m486::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-openbsd-mips","gcc:-DL_ENDIAN ${debian_cflags}::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC2 DES_PTR BF_PTR:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-or1k", "gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-powerpc","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc32_asm}:linux32:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-powerpcspe","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc32_asm}:linux32:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-ppc64","gcc:-m64 -DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc64_asm}:linux64:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-ppc64el","gcc:-m64 -DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc64_asm}:linux64le:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-s390","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-s390x","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sh3", "gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sh4", "gcc:-DL_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sh3eb", "gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sh4eb", "gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-m32r","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sparc","gcc:-DB_ENDIAN ${debian_cflags}::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sparc-v8","gcc:-DB_ENDIAN ${debian_cflags} -mcpu=v8 -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sparc-v9","gcc:-DB_ENDIAN ${debian_cflags} -mcpu=v9 -Wa,-Av8plus -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-sparc64","gcc:-m64 -DB_ENDIAN ${debian_cflags} -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+"debian-x32","gcc:-mx32 -DL_ENDIAN ${debian_cflags} -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:linux-shared:-fPIC:-mx32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::x32",
|
||||
+
|
||||
####
|
||||
#### Variety of LINUX:-)
|
||||
####
|
37
debian/patches/disable_freelist.patch
vendored
Normal file
37
debian/patches/disable_freelist.patch
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
From: Kurt Roeckx <kurt@roeckx.be>
|
||||
Date: Thu, 13 Dec 2018 23:27:47 +0100
|
||||
Subject: Disable the freelist
|
||||
|
||||
We don't define OPENSSL_NO_BUF_FREELISTS globally sinc it changes structures and
|
||||
would break the ABI. Instead we just do it in the .c files that try to do
|
||||
something with it.
|
||||
---
|
||||
ssl/s3_both.c | 1 +
|
||||
ssl/ssl_lib.c | 2 ++
|
||||
2 files changed, 3 insertions(+)
|
||||
|
||||
diff --git a/ssl/s3_both.c b/ssl/s3_both.c
|
||||
index 054ded1c9903..bb0085cf2ec0 100644
|
||||
--- a/ssl/s3_both.c
|
||||
+++ b/ssl/s3_both.c
|
||||
@@ -584,6 +584,7 @@ int ssl_verify_alarm_type(long type)
|
||||
return (al);
|
||||
}
|
||||
|
||||
+#define OPENSSL_NO_BUF_FREELISTS
|
||||
#ifndef OPENSSL_NO_BUF_FREELISTS
|
||||
/*-
|
||||
* On some platforms, malloc() performance is bad enough that you can't just
|
||||
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
|
||||
index cfcfe76b9ce1..5c108288b14b 100644
|
||||
--- a/ssl/ssl_lib.c
|
||||
+++ b/ssl/ssl_lib.c
|
||||
@@ -162,6 +162,8 @@
|
||||
|
||||
const char *SSL_version_str = OPENSSL_VERSION_TEXT;
|
||||
|
||||
+#define OPENSSL_NO_BUF_FREELISTS
|
||||
+
|
||||
SSL3_ENC_METHOD ssl3_undef_enc_method = {
|
||||
/*
|
||||
* evil casts, but these functions are only called if there's a library
|
26
debian/patches/disable_sslv3_test.patch
vendored
Normal file
26
debian/patches/disable_sslv3_test.patch
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
From: Kurt Roeckx <kurt@roeckx.be>
|
||||
Date: Sun, 6 Sep 2015 16:04:11 +0200
|
||||
Subject: Disable SSLv3 test in test suite
|
||||
|
||||
When testing SSLv3 the test program returns 0 for skip. The test for weak DH
|
||||
expects a failure, but gets success.
|
||||
|
||||
It should probably be changed to return something other than 0 for a skipped
|
||||
test.
|
||||
---
|
||||
test/testssl | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/test/testssl b/test/testssl
|
||||
index 8bea40a4ce9c..63c72620fd73 100644
|
||||
--- a/test/testssl
|
||||
+++ b/test/testssl
|
||||
@@ -160,7 +160,7 @@ test_cipher() {
|
||||
}
|
||||
|
||||
echo "Testing ciphersuites"
|
||||
-for protocol in TLSv1.2 SSLv3; do
|
||||
+for protocol in TLSv1.2; do
|
||||
echo "Testing ciphersuites for $protocol"
|
||||
for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
|
||||
test_cipher $cipher $protocol
|
108
debian/patches/engines-path.patch
vendored
Normal file
108
debian/patches/engines-path.patch
vendored
Normal file
@ -0,0 +1,108 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: engines-path
|
||||
|
||||
===================================================================
|
||||
---
|
||||
Configure | 2 +-
|
||||
Makefile.org | 4 ++--
|
||||
engines/Makefile | 10 +++++-----
|
||||
engines/ccgost/Makefile | 8 ++++----
|
||||
4 files changed, 12 insertions(+), 12 deletions(-)
|
||||
|
||||
diff --git a/Configure b/Configure
|
||||
index 2840266ae9c3..f41a479e6c13 100755
|
||||
--- a/Configure
|
||||
+++ b/Configure
|
||||
@@ -1994,7 +1994,7 @@ while (<IN>)
|
||||
}
|
||||
elsif (/^#define\s+ENGINESDIR/)
|
||||
{
|
||||
- my $foo = "$prefix/$libdir/engines";
|
||||
+ my $foo = "$prefix/$libdir/openssl-1.0.2/engines";
|
||||
$foo =~ s/\\/\\\\/g;
|
||||
print OUT "#define ENGINESDIR \"$foo\"\n";
|
||||
}
|
||||
diff --git a/Makefile.org b/Makefile.org
|
||||
index 8089d3fc2ead..d24ff26c8cab 100644
|
||||
--- a/Makefile.org
|
||||
+++ b/Makefile.org
|
||||
@@ -369,7 +369,7 @@ libcrypto.pc: Makefile
|
||||
echo 'exec_prefix=$${prefix}'; \
|
||||
echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
|
||||
echo 'includedir=$${prefix}/include'; \
|
||||
- echo 'enginesdir=$${libdir}/engines'; \
|
||||
+ echo 'enginesdir=$${libdir}/openssl-1.0.2/engines'; \
|
||||
echo ''; \
|
||||
echo 'Name: OpenSSL-libcrypto'; \
|
||||
echo 'Description: OpenSSL cryptography library'; \
|
||||
@@ -545,7 +545,7 @@ install: all install_docs install_sw
|
||||
install_sw:
|
||||
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
|
||||
$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \
|
||||
- $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \
|
||||
+ $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines \
|
||||
$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig \
|
||||
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
|
||||
$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
|
||||
diff --git a/engines/Makefile b/engines/Makefile
|
||||
index 2058ff405afe..df7def6174fd 100644
|
||||
--- a/engines/Makefile
|
||||
+++ b/engines/Makefile
|
||||
@@ -107,13 +107,13 @@ lib: $(LIBOBJ)
|
||||
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
|
||||
@if [ -n "$(SHARED_LIBS)" ]; then \
|
||||
set -e; \
|
||||
- $(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines; \
|
||||
+ $(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines; \
|
||||
for l in $(LIBNAMES); do \
|
||||
( echo installing $$l; \
|
||||
pfx=lib; \
|
||||
if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
|
||||
sfx=".so"; \
|
||||
- cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
|
||||
+ cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$$pfx$$l$$sfx.new; \
|
||||
else \
|
||||
case "$(CFLAGS)" in \
|
||||
*DSO_BEOS*) sfx=".so";; \
|
||||
@@ -122,10 +122,10 @@ lib: $(LIBOBJ)
|
||||
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
|
||||
*) sfx=".bad";; \
|
||||
esac; \
|
||||
- cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
|
||||
+ cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$$pfx$$l$$sfx.new; \
|
||||
fi; \
|
||||
- chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
|
||||
- mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx ); \
|
||||
+ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$$pfx$$l$$sfx.new; \
|
||||
+ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$$pfx$$l$$sfx ); \
|
||||
done; \
|
||||
fi
|
||||
@target=install; $(RECURSIVE_MAKE)
|
||||
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
|
||||
index f378530c8642..b42a64162730 100644
|
||||
--- a/engines/ccgost/Makefile
|
||||
+++ b/engines/ccgost/Makefile
|
||||
@@ -47,7 +47,7 @@ lib: $(LIBOBJ)
|
||||
pfx=lib; \
|
||||
if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
|
||||
sfx=".so"; \
|
||||
- cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||
+ cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||
else \
|
||||
case "$(CFLAGS)" in \
|
||||
*DSO_BEOS*) sfx=".so";; \
|
||||
@@ -56,10 +56,10 @@ lib: $(LIBOBJ)
|
||||
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
|
||||
*) sfx=".bad";; \
|
||||
esac; \
|
||||
- cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||
+ cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||
fi; \
|
||||
- chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||
- mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx; \
|
||||
+ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$${pfx}$(LIBNAME)$$sfx.new; \
|
||||
+ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/openssl-1.0.2/engines/$${pfx}$(LIBNAME)$$sfx; \
|
||||
fi
|
||||
|
||||
links:
|
22
debian/patches/libdoc-manpgs-pod-spell.patch
vendored
Normal file
22
debian/patches/libdoc-manpgs-pod-spell.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:47 +0100
|
||||
Subject: libdoc-manpgs-pod-spell
|
||||
|
||||
===================================================================
|
||||
---
|
||||
doc/crypto/EVP_PKEY_cmp.pod | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/doc/crypto/EVP_PKEY_cmp.pod b/doc/crypto/EVP_PKEY_cmp.pod
|
||||
index f8e7ff1039ee..2d2109c427b4 100644
|
||||
--- a/doc/crypto/EVP_PKEY_cmp.pod
|
||||
+++ b/doc/crypto/EVP_PKEY_cmp.pod
|
||||
@@ -28,7 +28,7 @@ in B<from> and B<to> are both present and match this function has no effect.
|
||||
The function EVP_PKEY_cmp_parameters() compares the parameters of keys
|
||||
B<a> and B<b>.
|
||||
|
||||
-The function EVP_PKEY_cmp() compares the public key components and paramters
|
||||
+The function EVP_PKEY_cmp() compares the public key components and parameters
|
||||
(if present) of keys B<a> and B<b>.
|
||||
|
||||
=head1 NOTES
|
22
debian/patches/man-dir.patch
vendored
Normal file
22
debian/patches/man-dir.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: man-dir
|
||||
|
||||
===================================================================
|
||||
---
|
||||
Makefile.org | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.org b/Makefile.org
|
||||
index d24ff26c8cab..45afbe5cf65d 100644
|
||||
--- a/Makefile.org
|
||||
+++ b/Makefile.org
|
||||
@@ -159,7 +159,7 @@ TESTS = alltests
|
||||
|
||||
MAKEFILE= Makefile
|
||||
|
||||
-MANDIR=$(OPENSSLDIR)/man
|
||||
+MANDIR=/usr/share/man
|
||||
MAN1=1
|
||||
MAN3=3
|
||||
MANSUFFIX=
|
41
debian/patches/man-section.patch
vendored
Normal file
41
debian/patches/man-section.patch
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: man-section
|
||||
|
||||
===================================================================
|
||||
---
|
||||
Makefile.org | 7 ++++---
|
||||
1 file changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/Makefile.org b/Makefile.org
|
||||
index 45afbe5cf65d..0882c80cff68 100644
|
||||
--- a/Makefile.org
|
||||
+++ b/Makefile.org
|
||||
@@ -162,7 +162,8 @@ MAKEFILE= Makefile
|
||||
MANDIR=/usr/share/man
|
||||
MAN1=1
|
||||
MAN3=3
|
||||
-MANSUFFIX=
|
||||
+MANSUFFIX=ssl
|
||||
+MANSECTION=SSL
|
||||
HTMLSUFFIX=html
|
||||
HTMLDIR=$(OPENSSLDIR)/html
|
||||
SHELL=/bin/sh
|
||||
@@ -658,7 +659,7 @@ install: all install_docs install_sw
|
||||
echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
|
||||
(cd `$(PERL) util/dirname.pl $$i`; \
|
||||
sh -c "$$pod2man \
|
||||
- --section=$$sec --center=OpenSSL \
|
||||
+ --section=$${sec}$(MANSECTION) --center=OpenSSL \
|
||||
--release=$(VERSION) `basename $$i`") \
|
||||
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
|
||||
$(PERL) util/extract-names.pl < $$i | \
|
||||
@@ -675,7 +676,7 @@ install: all install_docs install_sw
|
||||
echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
|
||||
(cd `$(PERL) util/dirname.pl $$i`; \
|
||||
sh -c "$$pod2man \
|
||||
- --section=$$sec --center=OpenSSL \
|
||||
+ --section=$${sec}$(MANSECTION) --center=OpenSSL \
|
||||
--release=$(VERSION) `basename $$i`") \
|
||||
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
|
||||
$(PERL) util/extract-names.pl < $$i | \
|
22
debian/patches/no-rpath.patch
vendored
Normal file
22
debian/patches/no-rpath.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: no-rpath
|
||||
|
||||
===================================================================
|
||||
---
|
||||
Makefile.shared | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.shared b/Makefile.shared
|
||||
index e8d222ac6a00..f68d6ff877ac 100644
|
||||
--- a/Makefile.shared
|
||||
+++ b/Makefile.shared
|
||||
@@ -153,7 +153,7 @@ DO_GNU_SO=$(CALC_VERSIONS); \
|
||||
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
|
||||
SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
|
||||
|
||||
-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
|
||||
+DO_GNU_APP=LDFLAGS="$(CFLAGS)"
|
||||
|
||||
#This is rather special. It's a special target with which one can link
|
||||
#applications without bothering with any features that have anything to
|
22
debian/patches/no-symbolic.patch
vendored
Normal file
22
debian/patches/no-symbolic.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: no-symbolic
|
||||
|
||||
===================================================================
|
||||
---
|
||||
Makefile.shared | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.shared b/Makefile.shared
|
||||
index f68d6ff877ac..6e24adb0f323 100644
|
||||
--- a/Makefile.shared
|
||||
+++ b/Makefile.shared
|
||||
@@ -151,7 +151,7 @@ DO_GNU_SO=$(CALC_VERSIONS); \
|
||||
SHLIB_SUFFIX=; \
|
||||
ALLSYMSFLAGS='-Wl,--whole-archive'; \
|
||||
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
|
||||
- SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
|
||||
+ SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
|
||||
|
||||
DO_GNU_APP=LDFLAGS="$(CFLAGS)"
|
||||
|
186
debian/patches/pic.patch
vendored
Normal file
186
debian/patches/pic.patch
vendored
Normal file
@ -0,0 +1,186 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Sat, 1 Sep 2018 22:20:24 +0200
|
||||
Subject: pic
|
||||
|
||||
---
|
||||
crypto/des/asm/desboth.pl | 17 ++++++++++++++---
|
||||
crypto/perlasm/cbc.pl | 24 ++++++++++++++++++++----
|
||||
crypto/perlasm/x86gas.pl | 16 ++++++++++++++++
|
||||
crypto/x86cpuid.pl | 10 +++++-----
|
||||
4 files changed, 55 insertions(+), 12 deletions(-)
|
||||
|
||||
diff --git a/crypto/des/asm/desboth.pl b/crypto/des/asm/desboth.pl
|
||||
index eec00886e4c6..ab6f52452bf3 100644
|
||||
--- a/crypto/des/asm/desboth.pl
|
||||
+++ b/crypto/des/asm/desboth.pl
|
||||
@@ -16,6 +16,11 @@ sub DES_encrypt3
|
||||
|
||||
&push("edi");
|
||||
|
||||
+ &call (&label("pic_point0"));
|
||||
+ &set_label("pic_point0");
|
||||
+ &blindpop("ebp");
|
||||
+ &add ("ebp", "\$_GLOBAL_OFFSET_TABLE_+[.-" . &label("pic_point0") . "]");
|
||||
+
|
||||
&comment("");
|
||||
&comment("Load the data words");
|
||||
&mov($L,&DWP(0,"ebx","",0));
|
||||
@@ -47,15 +52,21 @@ sub DES_encrypt3
|
||||
&mov(&swtmp(2), (DWC(($enc)?"1":"0")));
|
||||
&mov(&swtmp(1), "eax");
|
||||
&mov(&swtmp(0), "ebx");
|
||||
- &call("DES_encrypt2");
|
||||
+ &exch("ebx", "ebp");
|
||||
+ &call("DES_encrypt2\@PLT");
|
||||
+ &exch("ebx", "ebp");
|
||||
&mov(&swtmp(2), (DWC(($enc)?"0":"1")));
|
||||
&mov(&swtmp(1), "edi");
|
||||
&mov(&swtmp(0), "ebx");
|
||||
- &call("DES_encrypt2");
|
||||
+ &exch("ebx", "ebp");
|
||||
+ &call("DES_encrypt2\@PLT");
|
||||
+ &exch("ebx", "ebp");
|
||||
&mov(&swtmp(2), (DWC(($enc)?"1":"0")));
|
||||
&mov(&swtmp(1), "esi");
|
||||
&mov(&swtmp(0), "ebx");
|
||||
- &call("DES_encrypt2");
|
||||
+ &exch("ebx", "ebp");
|
||||
+ &call("DES_encrypt2\@PLT");
|
||||
+ &exch("ebx", "ebp");
|
||||
|
||||
&stack_pop(3);
|
||||
&mov($L,&DWP(0,"ebx","",0));
|
||||
diff --git a/crypto/perlasm/cbc.pl b/crypto/perlasm/cbc.pl
|
||||
index 24561e759aba..269fb0b0c69f 100644
|
||||
--- a/crypto/perlasm/cbc.pl
|
||||
+++ b/crypto/perlasm/cbc.pl
|
||||
@@ -122,7 +122,11 @@ sub cbc
|
||||
&mov(&DWP($data_off,"esp","",0), "eax"); # put in array for call
|
||||
&mov(&DWP($data_off+4,"esp","",0), "ebx"); #
|
||||
|
||||
- &call($enc_func);
|
||||
+ &call (&label("pic_point0"));
|
||||
+ &set_label("pic_point0");
|
||||
+ &blindpop("ebx");
|
||||
+ &add ("ebx", "\$_GLOBAL_OFFSET_TABLE_+[.-" . &label("pic_point0") . "]");
|
||||
+ &call("$enc_func\@PLT");
|
||||
|
||||
&mov("eax", &DWP($data_off,"esp","",0));
|
||||
&mov("ebx", &DWP($data_off+4,"esp","",0));
|
||||
@@ -185,7 +189,11 @@ sub cbc
|
||||
&mov(&DWP($data_off,"esp","",0), "eax"); # put in array for call
|
||||
&mov(&DWP($data_off+4,"esp","",0), "ebx"); #
|
||||
|
||||
- &call($enc_func);
|
||||
+ &call (&label("pic_point1"));
|
||||
+ &set_label("pic_point1");
|
||||
+ &blindpop("ebx");
|
||||
+ &add ("ebx", "\$_GLOBAL_OFFSET_TABLE_+[.-" . &label("pic_point1") . "]");
|
||||
+ &call("$enc_func\@PLT");
|
||||
|
||||
&mov("eax", &DWP($data_off,"esp","",0));
|
||||
&mov("ebx", &DWP($data_off+4,"esp","",0));
|
||||
@@ -218,7 +226,11 @@ sub cbc
|
||||
&mov(&DWP($data_off,"esp","",0), "eax"); # put back
|
||||
&mov(&DWP($data_off+4,"esp","",0), "ebx"); #
|
||||
|
||||
- &call($dec_func);
|
||||
+ &call (&label("pic_point2"));
|
||||
+ &set_label("pic_point2");
|
||||
+ &blindpop("ebx");
|
||||
+ &add ("ebx", "\$_GLOBAL_OFFSET_TABLE_+[.-" . &label("pic_point2") . "]");
|
||||
+ &call("$dec_func\@PLT");
|
||||
|
||||
&mov("eax", &DWP($data_off,"esp","",0)); # get return
|
||||
&mov("ebx", &DWP($data_off+4,"esp","",0)); #
|
||||
@@ -261,7 +273,11 @@ sub cbc
|
||||
&mov(&DWP($data_off,"esp","",0), "eax"); # put back
|
||||
&mov(&DWP($data_off+4,"esp","",0), "ebx"); #
|
||||
|
||||
- &call($dec_func);
|
||||
+ &call (&label("pic_point3"));
|
||||
+ &set_label("pic_point3");
|
||||
+ &blindpop("ebx");
|
||||
+ &add ("ebx", "\$_GLOBAL_OFFSET_TABLE_+[.-" . &label("pic_point3") . "]");
|
||||
+ &call("$dec_func\@PLT");
|
||||
|
||||
&mov("eax", &DWP($data_off,"esp","",0)); # get return
|
||||
&mov("ebx", &DWP($data_off+4,"esp","",0)); #
|
||||
diff --git a/crypto/perlasm/x86gas.pl b/crypto/perlasm/x86gas.pl
|
||||
index 63b2301fd1f0..176b04d24521 100644
|
||||
--- a/crypto/perlasm/x86gas.pl
|
||||
+++ b/crypto/perlasm/x86gas.pl
|
||||
@@ -163,6 +163,7 @@ sub ::file_end
|
||||
if ($::macosx) { push (@out,"$tmp,2\n"); }
|
||||
elsif ($::elf) { push (@out,"$tmp,4\n"); }
|
||||
else { push (@out,"$tmp\n"); }
|
||||
+ if ($::elf) { push (@out,".hidden\tOPENSSL_ia32cap_P\n"); }
|
||||
}
|
||||
push(@out,$initseg) if ($initseg);
|
||||
}
|
||||
@@ -221,8 +222,23 @@ ___
|
||||
elsif ($::elf)
|
||||
{ $initseg.=<<___;
|
||||
.section .init
|
||||
+___
|
||||
+ if ($::pic)
|
||||
+ { $initseg.=<<___;
|
||||
+ pushl %ebx
|
||||
+ call .pic_point0
|
||||
+.pic_point0:
|
||||
+ popl %ebx
|
||||
+ addl \$_GLOBAL_OFFSET_TABLE_+[.-.pic_point0],%ebx
|
||||
+ call $f\@PLT
|
||||
+ popl %ebx
|
||||
+___
|
||||
+ }
|
||||
+ else
|
||||
+ { $initseg.=<<___;
|
||||
call $f
|
||||
___
|
||||
+ }
|
||||
}
|
||||
elsif ($::coff)
|
||||
{ $initseg.=<<___; # applies to both Cygwin and Mingw
|
||||
diff --git a/crypto/x86cpuid.pl b/crypto/x86cpuid.pl
|
||||
index 90ed196c09cd..b49d1be8c38c 100644
|
||||
--- a/crypto/x86cpuid.pl
|
||||
+++ b/crypto/x86cpuid.pl
|
||||
@@ -8,6 +8,8 @@ require "x86asm.pl";
|
||||
|
||||
for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
|
||||
|
||||
+push(@out, ".hidden OPENSSL_ia32cap_P\n");
|
||||
+
|
||||
&function_begin("OPENSSL_ia32_cpuid");
|
||||
&xor ("edx","edx");
|
||||
&pushf ();
|
||||
@@ -153,9 +155,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
|
||||
&set_label("nocpuid");
|
||||
&function_end("OPENSSL_ia32_cpuid");
|
||||
|
||||
-&external_label("OPENSSL_ia32cap_P");
|
||||
-
|
||||
-&function_begin_B("OPENSSL_rdtsc","EXTRN\t_OPENSSL_ia32cap_P:DWORD");
|
||||
+&function_begin_B("OPENSSL_rdtsc");
|
||||
&xor ("eax","eax");
|
||||
&xor ("edx","edx");
|
||||
&picmeup("ecx","OPENSSL_ia32cap_P");
|
||||
@@ -169,7 +169,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
|
||||
# This works in Ring 0 only [read DJGPP+MS-DOS+privileged DPMI host],
|
||||
# but it's safe to call it on any [supported] 32-bit platform...
|
||||
# Just check for [non-]zero return value...
|
||||
-&function_begin_B("OPENSSL_instrument_halt","EXTRN\t_OPENSSL_ia32cap_P:DWORD");
|
||||
+&function_begin_B("OPENSSL_instrument_halt");
|
||||
&picmeup("ecx","OPENSSL_ia32cap_P");
|
||||
&bt (&DWP(0,"ecx"),4);
|
||||
&jnc (&label("nohalt")); # no TSC
|
||||
@@ -236,7 +236,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
|
||||
&ret ();
|
||||
&function_end_B("OPENSSL_far_spin");
|
||||
|
||||
-&function_begin_B("OPENSSL_wipe_cpu","EXTRN\t_OPENSSL_ia32cap_P:DWORD");
|
||||
+&function_begin_B("OPENSSL_wipe_cpu");
|
||||
&xor ("eax","eax");
|
||||
&xor ("edx","edx");
|
||||
&picmeup("ecx","OPENSSL_ia32cap_P");
|
19
debian/patches/series
vendored
Normal file
19
debian/patches/series
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
config-hurd.patch
|
||||
debian-targets.patch
|
||||
engines-path.patch
|
||||
man-dir.patch
|
||||
man-section.patch
|
||||
no-rpath.patch
|
||||
no-symbolic.patch
|
||||
pic.patch
|
||||
valgrind.patch
|
||||
shared-lib-ext.patch
|
||||
version-script.patch
|
||||
c_rehash-compat.patch
|
||||
block_diginotar.patch
|
||||
block_digicert_malaysia.patch
|
||||
disable_freelist.patch
|
||||
soname.patch
|
||||
disable_sslv3_test.patch
|
||||
libdoc-manpgs-pod-spell.patch
|
||||
Mark-3DES-and-RC4-ciphers-as-weak.patch
|
23
debian/patches/shared-lib-ext.patch
vendored
Normal file
23
debian/patches/shared-lib-ext.patch
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: shared-lib-ext
|
||||
|
||||
===================================================================
|
||||
---
|
||||
Configure | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Configure b/Configure
|
||||
index f41a479e6c13..c68c700b6aed 100755
|
||||
--- a/Configure
|
||||
+++ b/Configure
|
||||
@@ -1852,7 +1852,8 @@ while (<IN>)
|
||||
elsif ($shared_extension ne "" && $shared_extension =~ /^\.s([ol])\.[^\.]*\.[^\.]*$/)
|
||||
{
|
||||
my $sotmp = $1;
|
||||
- s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_MAJOR) .s$sotmp/;
|
||||
+# s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_MAJOR) .s$sotmp/;
|
||||
+ s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp/;
|
||||
}
|
||||
elsif ($shared_extension ne "" && $shared_extension =~ /^\.[^\.]*\.[^\.]*\.dylib$/)
|
||||
{
|
22
debian/patches/soname.patch
vendored
Normal file
22
debian/patches/soname.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:47 +0100
|
||||
Subject: soname
|
||||
|
||||
===================================================================
|
||||
---
|
||||
crypto/opensslv.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
|
||||
index 8b4756989b1e..e863fc184f46 100644
|
||||
--- a/crypto/opensslv.h
|
||||
+++ b/crypto/opensslv.h
|
||||
@@ -88,7 +88,7 @@ extern "C" {
|
||||
* should only keep the versions that are binary compatible with the current.
|
||||
*/
|
||||
# define SHLIB_VERSION_HISTORY ""
|
||||
-# define SHLIB_VERSION_NUMBER "1.0.0"
|
||||
+# define SHLIB_VERSION_NUMBER "1.0.2"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
29
debian/patches/valgrind.patch
vendored
Normal file
29
debian/patches/valgrind.patch
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||||
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||||
Subject: valgrind
|
||||
|
||||
===================================================================
|
||||
---
|
||||
crypto/rand/md_rand.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c
|
||||
index 2983a3fda487..a16cc804cc56 100644
|
||||
--- a/crypto/rand/md_rand.c
|
||||
+++ b/crypto/rand/md_rand.c
|
||||
@@ -488,6 +488,7 @@ int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock)
|
||||
goto err;
|
||||
|
||||
#ifndef PURIFY /* purify complains */
|
||||
+#if 0
|
||||
/*
|
||||
* The following line uses the supplied buffer as a small source of
|
||||
* entropy: since this buffer is often uninitialised it may cause
|
||||
@@ -497,6 +498,7 @@ int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock)
|
||||
*/
|
||||
if (!MD_Update(&m, buf, j))
|
||||
goto err;
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
k = (st_idx + MD_DIGEST_LENGTH / 2) - st_num;
|
4674
debian/patches/version-script.patch
vendored
Normal file
4674
debian/patches/version-script.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/po/POTFILES.in
vendored
Normal file
1
debian/po/POTFILES.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
[type: gettext/rfc822deb] libssl1.0.2.templates
|
89
debian/po/ar.po
vendored
Normal file
89
debian/po/ar.po
vendored
Normal file
@ -0,0 +1,89 @@
|
||||
# translation of openssl-ar.po to Arabic
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Ossama M. Khayat <okhayat@yahoo.com>, 2007, 2010.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl-ar\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2010-09-09 01:29+0300\n"
|
||||
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
|
||||
"Language-Team: Arabic <support@arabeyes.org>\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Lokalize 1.0\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==1 ? 0 : n==0 ? 1 : n==2 ? 2: n%100>=3 && "
|
||||
"n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "الخدمات المطلوب إعادة تشغيلها لجعلها تستخدم المكتبات الجديدة:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"هذا الإصدار من OpenSSL يحل بعض المشاكل الأمنية. ولن تستخدم الخدمات هذه "
|
||||
"الحلول حتى يتم إعادة تشغيلها. الرجاء التنبه إلى أن إعادة تشغيل خادم SSH "
|
||||
"(sshd) لا يؤثر على أية اتصالات حالية."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"الرجاء التحقق من قائمة الخدمات المكتشفة والتي يجب إعادة تشغيلها وقم بتصحيحها "
|
||||
"إن كانت هناك حاجة لذلك. يجب أن تكون أسماء الخدمات مطابقة لأسماء ملفات شيفرات "
|
||||
"التشغيل في /etc/init.d وتفصلها مسافات. لن تتم إعادة تشغيل أية خدمات إن كانت "
|
||||
"القائمة فارغة."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"يجب إعادة تشغيل أية خدمة تفشل بشكل غير متوقع عقب عملية الترقية هذه. كما أنه "
|
||||
"من المستحسن إعادة تشغيل هذا الجهاز لتجنب أية مشاكل متعلقة بخدمة SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "فشل إعادة تشغيل بعض الخدمات لترقية OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr "تعذر إعادة تشغيل الخدمات التالية لترقية مكتبة OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"يجب أن تقوم بتشغيل هذه الخدمات يدوياً بتفيذ الأمر '/etc/init.d/<service> "
|
||||
"start'."
|
98
debian/po/ca.po
vendored
Normal file
98
debian/po/ca.po
vendored
Normal file
@ -0,0 +1,98 @@
|
||||
#
|
||||
# Catalan translation for openssl package.
|
||||
# Copyright (C) 2007 Debian OpenSSL Team.
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
#
|
||||
# Aleix Badia i Bosch <abadia@ica.es>, 2004
|
||||
# Jordà Polo <jorda@ettin.org>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl_0.9.8g-3\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-11-24 16:43+0100\n"
|
||||
"Last-Translator: Jordà Polo <jorda@ettin.org>\n"
|
||||
"Language-Team: Català <debian-l10n-catalan@lists.debian.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Serveis que cal reiniciar perquè utilitzin les noves biblioteques:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Aquesta versió d'OpenSSL resol alguns problemes de seguretat. Els serveis no "
|
||||
"utilitzaran les correccions fins que no es tornin a iniciar. Fixeu-vos que "
|
||||
"reiniciar el servidor SSH (sshd) no hauria d'afectar cap de les connexions "
|
||||
"existents."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Si us plau, comproveu la llista de serveis detectats que caldria reiniciar, "
|
||||
"i esmeneu-la si és necessari. Els noms dels serveis han de ser idèntics als "
|
||||
"noms dels scripts que hi ha al directori /etc/init.d, i haurien d'estar "
|
||||
"separats per espais. Si la llista és buida no es reiniciarà cap servei."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Si després de l'actualització fallen altres serveis de forma inesperada, és "
|
||||
"possible que també calgui tornar a iniciar-los. Si els problemes relacionats "
|
||||
"amb SSL persisteixen, podeu reiniciar l'ordinador."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
"S'ha trobat un error mentre es reiniciaven alguns serveis per "
|
||||
"l'actualització de l'OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"No s'han pogut reiniciar els següents serveis per l'actualització de la "
|
||||
"biblioteca OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Aquests els haureu d'iniciar manualment executant «/etc/init.d/<servei> "
|
||||
"start»."
|
||||
|
||||
#~ msgid "${services}"
|
||||
#~ msgstr "${services}"
|
94
debian/po/cs.po
vendored
Normal file
94
debian/po/cs.po
vendored
Normal file
@ -0,0 +1,94 @@
|
||||
#
|
||||
# Translators, if you are not familiar with the PO format, gettext
|
||||
# documentation is worth reading, especially sections dedicated to
|
||||
# this format, e.g. by running:
|
||||
# info -n '(gettext)PO Files'
|
||||
# info -n '(gettext)Header Entry'
|
||||
#
|
||||
# Some information specific to po-debconf are available at
|
||||
# /usr/share/doc/po-debconf/README-trans
|
||||
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
|
||||
#
|
||||
# Developers do not need to manually edit POT or PO files.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-05-12 19:14+0200\n"
|
||||
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
|
||||
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Služby, které se mají restartovat, aby začaly využívat nové knihovny:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Toto vydání OpenSSL opravuje některé bezpečnostní problémy. Tyto opravy se v "
|
||||
"programech projeví až po jejich restartu. Poznamenejme, že restart SSH "
|
||||
"serveru (sshd) by neměl ovlivnit stávající spojení."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Zkontrolujte prosím seznam rozpoznaných služeb, které je třeba restartovat. "
|
||||
"Jestliže se vám zdá, že je seznam chybný, můžete jej upravit. Názvy služeb "
|
||||
"musí být shodné s názvy skriptů v adresáři /etc/init.d a musí být odděleny "
|
||||
"mezerami. Pokud seznam vymažete, nebude restartována žádná služba."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Jestliže po této aktualizaci začnou neočekávaně selhávat některé služby, "
|
||||
"měli byste je taktéž restartovat. Abyste se vyhnuli problémům spojeným se "
|
||||
"SSL, doporučujeme restartovat celý počítač."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Chyba při restartu některých služeb po aktualizaci OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Následující služby se nepodařilo po aktualizaci knihovny OpenSSL restartovat:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr "Budete je muset spustit ručně příkazem „/etc/init.d/<služba> start“."
|
93
debian/po/da.po
vendored
Normal file
93
debian/po/da.po
vendored
Normal file
@ -0,0 +1,93 @@
|
||||
# Danish translation openssl.
|
||||
# Copyright (C) 2010 openssl & Joe Hansen.
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
# Claus Hindsgaul <claus_h@image.dk>, 2004.
|
||||
# Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2007.
|
||||
# Joe Hansen <joedalton2@yahoo.dk>, 2010.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2010-10-07 05:26+0100\n"
|
||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||
"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Tjenester der skal genstartes for at få dem til at benytte de nye "
|
||||
"biblioteker:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Denne version af OpenSSL retter nogle sikkerhedsproblemer. Tjenester vil "
|
||||
"ikke benytte disse rettelser, før de er blevet genstartet. Bemærk at det "
|
||||
"ikke vil påvirke eksisterende forbindelser at genstarte SSH-serveren (sshd)."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Tjek listen over fundne tjenester, som skal genstartes, og ret den om "
|
||||
"nødvendigt. Tjenestenavnene skal være identiske med "
|
||||
"initialiseringsskriptenes navne i /etc/init.d, og være adskilt med "
|
||||
"mellemrum. Hvis listen er tom, vil ingen tjenester blive genstartet."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Enhver tjeneste, der fejler uden grund efter denne opgradering, bør "
|
||||
"genstartes. Det anbefales at genstarte denne maskine for at undgå SSL-"
|
||||
"relaterede problemer."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Fejl ved genstart af nogle tjenester for OpenSSl-opgradering"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"De følgende tjenester kunne ikke genstartes for OpenSSL-"
|
||||
"biblioteksopgraderingen:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Du skal genstarte disse manuelt ved at køre '/etc/init.d/<tjeneste> start'."
|
92
debian/po/de.po
vendored
Normal file
92
debian/po/de.po
vendored
Normal file
@ -0,0 +1,92 @@
|
||||
# German translation of openssl's debconf templates
|
||||
# Copyright (C) 2006-2008 Johannes Starosta <feedback-an-johannes@arcor.de>
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 0.9.8e-4\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-03-24 22:48+0100\n"
|
||||
"Last-Translator: Johannes Starosta <feedback-an-johannes@arcor.de>\n"
|
||||
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Welche Dienste sollen erneut gestartet werden, damit sie die neuen "
|
||||
"Bibliotheken verwenden?"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"In dieser Version von OpenSSL wurden Sicherheitsprobleme behoben. Dienste "
|
||||
"werden diese Aktualisierungen nicht nutzen, bis sie neugestartet werden. "
|
||||
"Hinweis: Den SSH-Server (sshd) neu zu starten, dürfte keine bestehenden "
|
||||
"Verbindungen beeinträchtigen."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Es folgt nun eine Liste der erkannten Dienste, die neu gestartet werden "
|
||||
"sollten. Bitte berichtigen Sie die Liste, falls Sie glauben, dass sie Fehler "
|
||||
"enthält. Die Namen der Dienste müssen den Namen der Skripte in /etc/init.d "
|
||||
"entsprechen und werden durch Leerzeichen getrennt. Es wird kein Dienst neu "
|
||||
"gestartet, falls die Liste leer bleibt."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Falls andere Dienste nach diesem Upgrade ein merkwürdiges Fehlverhalten "
|
||||
"zeigen, könnte es nötig werden, sie ebenfalls neu zu starten. Es wird "
|
||||
"empfohlen, den Rechner neu zu starten, um Probleme mit SSL zu vermeiden."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Neustarten einiger Dienste beim OpenSSL-Upgrade fehlgeschlagen"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Die folgenden Dienste konnten beim Upgrade der OpenSSL-Bibliothek nicht neu "
|
||||
"gestartet werden:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Sie werden sie manuell durch Aufruf von »/etc/init.d/<dienst> start« starten "
|
||||
"müssen."
|
124
debian/po/es.po
vendored
Normal file
124
debian/po/es.po
vendored
Normal file
@ -0,0 +1,124 @@
|
||||
# openssl translation to spanish
|
||||
# Copyright (C) 2004 Software in the Public Interest
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
#
|
||||
# Changes:
|
||||
# - Initial translation
|
||||
# Lucas Wall <kthulhu@kadath.com.ar>, 2004
|
||||
#
|
||||
# - Last revision
|
||||
# Manuel Porras Peralta «Venturi», 2007
|
||||
# Maximiliano Marín, 2007
|
||||
# Manuel "Venturi" Porras Peralta <venturi@openmailbox.org>, 2014.
|
||||
#
|
||||
# Traductores, si no conoce el formato PO, merece la pena leer la
|
||||
# documentación de gettext, especialmente las secciones dedicadas a este
|
||||
# formato, por ejemplo ejecutando:
|
||||
# info -n '(gettext)PO Files'
|
||||
# info -n '(gettext)Header Entry'
|
||||
#
|
||||
# Equipo de traducción al español, por favor lean antes de traducir
|
||||
# los siguientes documentos:
|
||||
#
|
||||
# - El proyecto de traducción de Debian al español
|
||||
# http://www.debian.org/intl/spanish/coordinacion
|
||||
# especialmente las notas de traducción en
|
||||
# http://www.debian.org/intl/spanish/notas
|
||||
#
|
||||
# - La guía de traducción de po's de debconf:
|
||||
# /usr/share/doc/po-debconf/README-trans
|
||||
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 0.9.7d-3\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2014-12-02 18:29+0100\n"
|
||||
"Last-Translator: Manuel «Venturi» Porras Peralta <venturi@openmailbox.org>\n"
|
||||
"Language-Team: es <debian-l10n-spanish@lists.debian.org>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 1.6.10\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Servicios que tienen que reiniciarse para que usen las nuevas bibliotecas:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Esta versión de OpenSSL corrige algunos problemas de seguridad. Los "
|
||||
"servicios no aplicarán estas correcciones hasta que se reinicien. Tenga en "
|
||||
"cuenta que reiniciar el servicio SSH (sshd) no debería afectar a ninguna de "
|
||||
"las conexiones existentes."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Compruebe la lista de los servicios detectados que necesitan reiniciarse y "
|
||||
"corríjala si fuera necesario. Los nombres de los servicios deben ser "
|
||||
"idénticos a los nombres de los programas de inicio en «/etc/init.d» y deben "
|
||||
"estar separados por espacios. No se reiniciará ningún servicio si deja la "
|
||||
"lista en blanco."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Debería reiniciar cualquier servicio que tras haber actualizado, falle "
|
||||
"inesperadamente. Se recomienda reiniciar el sistema para evitar cualquier "
|
||||
"problema relacionado con SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Fallo al reiniciar algunos servicios por la actualización de OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"No fue posible reiniciar los servicios indicados a continuación por la "
|
||||
"actualización de la biblioteca de OpenSSL: "
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Tendrá que iniciarlos manualmente ejecutando « /etc/init.d/<servicio> start "
|
||||
"»."
|
||||
|
||||
#~ msgid "${services}"
|
||||
#~ msgstr "${services}"
|
95
debian/po/eu.po
vendored
Normal file
95
debian/po/eu.po
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
# translation of eu.po to Euskara
|
||||
# Openssl debconf template basque translation
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Piarres Beobide <pi@beobide.net>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: eu\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-12-21 10:56+0100\n"
|
||||
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
|
||||
"Language-Team: Euskara <Librezale@librezale.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Liburutegi berriak erabili ditzaten berrabiarazi behar diren zerbitzuak:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"OpenSSL bertsio honek zenbait segurtasun arazo konpontzen ditu. Zerbitzuak "
|
||||
"ez dituzte konponketa hauek erabiliko berrabiarazi arte. Kontutan izan SSH "
|
||||
"zerbitzua berrabiarazteak ez dituela sorturik dauden konexioei eragingo."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Mesedez egiaztatu antzemandako berrabiarazi beharra dute zerbitzuen zerrenda "
|
||||
"eta zuzendu behar izanez gero. Zerbitzu izenak /etc/init.d-eko abiarazte "
|
||||
"Script-en berdinak izan behar dira. Zerrenda hutsik utziaz ez da zerbitzurik "
|
||||
"berrabiaraziko."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Bertsio berritze honen ondoren esperogabe huts egiten duen edozein zerbitzu "
|
||||
"berrabiarazi egin beharko zenuke. Ostalari osoa berrabiaraztea gomendatzen "
|
||||
"da SSL inguruko arazoak saihesteko."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Huts OpenSSL bertsio-berritzerako zerbitzu batzuek berrabiaraztean."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Hurrengo zerbitzuak ezin izan dira berrabiarazi OpenSSL liburutegi bertsio-"
|
||||
"berritzerako:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Eskuz berrabiarazi beharko dituzu '/etc/ init.d/<zerbitzua> start' eginez."
|
||||
|
||||
#~ msgid "${services}"
|
||||
#~ msgstr "${services}"
|
93
debian/po/fi.po
vendored
Normal file
93
debian/po/fi.po
vendored
Normal file
@ -0,0 +1,93 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl_0.9.8e-8\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-12-30 00:00+0200\n"
|
||||
"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
|
||||
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: Finnish\n"
|
||||
"X-Poedit-Country: FINLAND\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Palvelut, jotka käynnistetään uudelleen uusien kirjastojen käyttämiseksi:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Tämä OpenSSL:n julkaisu sisältää joitain turvapäivityksiä. Palvelut eivät "
|
||||
"käytä näitä päivityksiä ennen kuin ne on käynnistetty uudelleen. Huomaa, "
|
||||
"että SSH-palvelimen (sshd) uudelleenkäynnistyksen ei pitäisi vaikuttaa "
|
||||
"olemassa oleviin yhteyksiin."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Tarkista alla oleva lista löydetyistä palveluista, jotka pitää käynnistää "
|
||||
"uudelleen, ja korjaa sitä tarvittaessa. Palveluiden nimien pitää täsmätä "
|
||||
"hakemistossa /etc/init.d olevien alustustiedostojen nimiin ja olla "
|
||||
"välilyönnein eroteltuja. Jos lista on tyhjä, mitään palveluita ei "
|
||||
"käynnistetä uudelleen."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Palvelut, joissa esiintyy odottamattomia häiriöitä päivityksen jälkeen "
|
||||
"tulisi käynnistää uudelleen. On suositeltavaa käynnistää kone uudelleen SSL:"
|
||||
"än liittyvien ongelmien välttämiseksi."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
"Joidenkin palveluiden käynnistäminen uudelleen OpenSSL:n päivityksen "
|
||||
"yhteydessä epäonnistui."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Seuraavia palveluita ei voitu käynnistää uudelleen päivitettäessä OpenSSL-"
|
||||
"kirjasto:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Nämä tarvitsee käynnistää käsin ajamalla ”/etc/init.d/<palvelu> start”."
|
||||
|
||||
#~ msgid "${services}"
|
||||
#~ msgstr "${services}"
|
100
debian/po/fr.po
vendored
Normal file
100
debian/po/fr.po
vendored
Normal file
@ -0,0 +1,100 @@
|
||||
#
|
||||
# Translators, if you are not familiar with the PO format, gettext
|
||||
# documentation is worth reading, especially sections dedicated to
|
||||
# this format, e.g. by running:
|
||||
# info -n '(gettext)PO Files'
|
||||
# info -n '(gettext)Header Entry'
|
||||
# Some information specific to po-debconf are available at
|
||||
# /usr/share/doc/po-debconf/README-trans
|
||||
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
|
||||
# Developers do not need to manually edit POT or PO files.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl_0.9.8e-4\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-11-11 18:47+0100\n"
|
||||
"Last-Translator: Michel Grentzinger <mic.grentz@online.fr>\n"
|
||||
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Services à redémarrer afin d'utiliser les nouvelles bibliothèques :"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Cette version d'OpenSSL corrige certaines failles de sécurité. Les services "
|
||||
"n'utiliseront pas ces correctifs tant qu'ils n'auront pas été redémarrés. "
|
||||
"Veuillez noter que le redémarrage du serveur SSH (sshd) n'affectera aucune "
|
||||
"connexion existante."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Veuillez vérifier et corriger si nécessaire la liste des services devant "
|
||||
"être redémarrés. Les noms des services doivent être identiques aux noms des "
|
||||
"scripts présents dans /etc/init.d et doivent être séparés par des espaces. "
|
||||
"Si la liste est vide, aucun service ne sera redémarré."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Si d'autres services ne fonctionnent plus correctement après cette mise à "
|
||||
"jour, ils devront être redémarrés. Il est fortement recommandé de redémarrer "
|
||||
"le système pour éviter les problèmes liés à SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
"Impossible de redémarrer certains services lors de la mise à jour d'OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Les services suivants ne peuvent pas être redémarrés lors de la mise à jour "
|
||||
"de la bibliothèque OpenSSL :"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Vous devrez les redémarrer vous-même avec la commande « /etc/init.d/"
|
||||
"<service> start »."
|
||||
|
||||
#~ msgid "${services}"
|
||||
#~ msgstr "${services}"
|
89
debian/po/gl.po
vendored
Normal file
89
debian/po/gl.po
vendored
Normal file
@ -0,0 +1,89 @@
|
||||
# Galician translation of openssl's debconf templates.
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
# Jacobo Tarrio <jtarrio@debian.org>, 2006, 2007, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-05-13 00:08+0100\n"
|
||||
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
|
||||
"Language-Team: Galician <proxecto@trasno.net>\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Servizos a reiniciar para facer que empreguen as novas bibliotecas:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Esta versión de OpenSSL arranxa algúns fallos de seguridade. Os servizos non "
|
||||
"han ter eses fallos arranxados ata que se reinicien. Teña en conta que "
|
||||
"reiniciar o servidor de SSH (sshd) non debería afectar a ningunha conexión "
|
||||
"existente."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Verifique a lista de servizos detectados que hai que reiniciar e corríxaa se "
|
||||
"é preciso. Os nomes dos servizos deben ser idénticos aos nomes dos scripts "
|
||||
"de inicialización de /etc/init.d e deben ir separados por espazos. Non se ha "
|
||||
"reiniciar ningún servizo se a lista está baleira."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Tamén se debería reiniciar calquera servizo que falle de xeito inesperado "
|
||||
"trala actualización. Recoméndase reiniciar esta máquina para evitar "
|
||||
"experimentar problemas relacionados con SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Problemas ao reiniciar algúns servizos para a actualización de OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Non se puido reiniciar os seguintes servizos para a actualización da "
|
||||
"biblioteca OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Ha ter que reinicialos manualmente executando \"/etc/init.d/<servizo> start"
|
||||
"\"."
|
90
debian/po/it.po
vendored
Normal file
90
debian/po/it.po
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
# openssl po-debconf translation to Italian (it)
|
||||
# Copyright (C) 2006 Software in the Public Interest
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
# Luca Monducci <luca.mo@tiscali.it>, 2006-2008.
|
||||
# Giuseppe Sacco <eppesuig@debian.org>, 2007
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 0.9.8g italian debconf templates\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-01-19 21:17+0100\n"
|
||||
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
|
||||
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Servizi da riavviare per l'uso delle nuove librerie:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Questo rilascio di OpenSSL corregge alcuni problemi legati alla sicurezza, "
|
||||
"ma i servizi non utilizzeranno queste correzioni finché non verranno "
|
||||
"riavviati. Notare che il riavvio del server SSH (sshd) non ha effetti sulle "
|
||||
"connessioni attive."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Controllare ed eventualmente correggere l'elenco dei servizi che devono "
|
||||
"essere riavviati. Il nome dei servizi, separati da spazi, devono essere gli "
|
||||
"stessi degli script di inizializzazione che si trovano in /etc/init.d. Se "
|
||||
"l'elenco è vuoto non verrà riavviato nessun servizio."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Qualsiasi servizio che si bloccasse in maniera imprevista dopo questo "
|
||||
"aggiornamento dovrà essere riavviato. Si consiglia di riavviare la macchina "
|
||||
"per evitare qualsiasi problema legato a SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Errore nel riavvio di alcuni servizi per l'aggiornamento di OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Non è stato possibile riavviare i seguenti servizi per l'aggiornamento di "
|
||||
"OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"È necessario avviarli manualmente con \"/etc/init.d/<servizio> start\"."
|
82
debian/po/ja.po
vendored
Normal file
82
debian/po/ja.po
vendored
Normal file
@ -0,0 +1,82 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 0.9.8e-4\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-01-22 07:37+0900\n"
|
||||
"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
|
||||
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "新しいライブラリを使うために再起動するサービス:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"OpenSSL は、今回のリリースでセキュリティホールが修正されました。各サービスは"
|
||||
"再起動を行わないと、この修正されたライブラリを利用しません。注意: SSH サーバ "
|
||||
"(sshd) を再起動しても、現状の接続には何ら影響しません。"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"再起動が必要だと判断されたサービスのリストを確認してください。必要であれば修"
|
||||
"正してください。サービス名は /etc/init.d にあるスクリプトの名前を指し、空白で"
|
||||
"区切る必要があります。リストが空の場合は、どのサービスも再起動されません。"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"他のサービスがここでのアップグレードの後に何故かエラーを起こし始めた場合、そ"
|
||||
"れらも再起動する必要があります。SSL 関連のトラブルを避けるためには、マシンを"
|
||||
"再起動するのをお勧めします。"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "OpenSSL のアップグレードによって再起動に失敗したサービス"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"以下のサービスは OpenSSL ライブラリのアップグレードに伴った再起動を行うことが"
|
||||
"できませんでした。"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"開始するには '/etc/init.d/<service> start' を手動で実行する必要があります。"
|
85
debian/po/ko.po
vendored
Normal file
85
debian/po/ko.po
vendored
Normal file
@ -0,0 +1,85 @@
|
||||
# Korean translations for openssl package
|
||||
# openssl 패키지에 대한 한국어 번역문.
|
||||
# Copyright (C) 2007 THE openssl'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
# Sunjae Park <darehanl@gmail.com>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-04-11 13:43-0400\n"
|
||||
"Last-Translator: Sunjae Park <darehanl@gmail.com>\n"
|
||||
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "새 라이브러리를 사용하도록 재시작할 서비스 목록:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"이번 OpenSSL 릴리즈는 보안 문제를 몇 개 해결합니다. 서비스들을 재시작시킬 때"
|
||||
"까지는 이 문제들이 해결되지 않습니다. 참고로 SSH 서버(sshd)를 재시작시키더라"
|
||||
"도 기존 연결에는 영향을 주지 않을 것입니다."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"재시작시킬 서비스의 목록을 확인하시고 필요할 경우 목록을 수정하십시오. 서비스"
|
||||
"의 이름들은 /etc/init.d에 있는 초기화 스크립트의 이름과 같아야 하며 빈칸으로 "
|
||||
"구분되어야 합니다. 목록이 비어있을 경우에는 서비스를 재시작시키지 않습니다."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"이 업그레이드를 적용한 후 갑자기 오동작을 하는 서비스는 재시작시키십시오. "
|
||||
"SSL 관련된 문제가 없도록 이 호스트를 재부팅하시길 권장합니다."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
105
debian/po/lt.po
vendored
Normal file
105
debian/po/lt.po
vendored
Normal file
@ -0,0 +1,105 @@
|
||||
# translation of openssl_0.9.8b-2_templates.po to Lithuanian
|
||||
# opensll debconf translation templates.
|
||||
# Copyright (C) 2003 Christoph Martin <christoph.martin@uni-mainz.de>
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
# Translators, if you are not familiar with the PO format, gettext
|
||||
# documentation is worth reading, especially sections dedicated to
|
||||
# this format, e.g. by running:
|
||||
# info -n '(gettext)PO Files'
|
||||
# info -n '(gettext)Header Entry'#
|
||||
# Some information specific to po-debconf are available at
|
||||
# /usr/share/doc/po-debconf/README-trans
|
||||
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
|
||||
# Developers do not need to manually edit POT or PO files.
|
||||
#
|
||||
# Gintautas Miliauskas <gintas@akl.lt>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl_0.9.8b-2_templates\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2006-06-19 01:32+0300\n"
|
||||
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
|
||||
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
#, fuzzy
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Kuriuos servisus norėtumėte paleisti iš naujo, kad jie naudotų naujas "
|
||||
"bibliotekas?"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Šioje versijoje ištaisytos saugumo skylės. Servisai nenaudos šių pataisymų, "
|
||||
"kol nebus iš naujo paleisti. Pastaba: sshd paleidimas iš naujo neturėtų "
|
||||
"turėti įtakos esamiems prisijungimams."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Pateiktas servisų, kuriuos reikėtų paleisti iš naujo, sąrašas. Jei matote "
|
||||
"klaidų, sąrašą pataisykite. Servisų vardai turi būti identiški atitinkamų "
|
||||
"paleidžiamųjų failų /etc/init.d kataloge vardams ir turi būti atskirti "
|
||||
"tarpais. Jei sąrašą paliksite tuščią, nė vienas servisas nebus iš naujo "
|
||||
"paleistas."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Jei kiti servisai po šio atnaujinimo sutriks, gali reikėti ir juos paleisti "
|
||||
"iš naujo. Rekomenduojame perkrauti sistemą, jei norite išvengti problemų, "
|
||||
"susijusių su SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
87
debian/po/ml.po
vendored
Normal file
87
debian/po/ml.po
vendored
Normal file
@ -0,0 +1,87 @@
|
||||
# English translation of openssl.
|
||||
# Copyright (C) 2007 THE openssl'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
# Praveen|പ്രവീണ് A|എ <pravi.a@gmail.com>, 2007.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 20070415\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-04-14 07:15+0530\n"
|
||||
"Last-Translator: Praveen|പ്രവീണ് A|എ <pravi.a@gmail.com>\n"
|
||||
"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-"
|
||||
"discuss@googlegroups.com>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "പുിതിയ ലൈബ്രറികള് ഉപയോഗിയ്ക്കാന് പുനരാരംഭിയ്ക്കേണ്ട സേവനങ്ങള്:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"OpenSSL ന്റെ ഈ പതിപ്പ് ചില സുരക്ഷാ പ്രശ്നങ്ങളെ പരിഹരിയ്ക്കുന്നുണ്ട്. പുനരാരംഭിയ്ക്കുന്നത് വരെ "
|
||||
"സേവനങ്ങള് ഈ പരിഹാരങ്ങള് ഉപയോഗിയ്ക്കുന്നതല്ല. SSH സേവകന് (sshd) പുനരാരംഭിയ്ക്കുന്നത് "
|
||||
"നേരത്തെയുള്ള ബന്ധങ്ങളെ ബാധിയ്ക്കുകയില്ല."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"ദയവായി പുനരാരംഭിയ്ക്കേണ്ടതായി കണ്ടുപിടിയ്ക്കപ്പെട്ട സേവനങ്ങളുടെ പട്ടിക ദയവായി "
|
||||
"പരിശോദിയ്ക്കുകയും ആവശ്യമെങ്കില് തിരുത്തുകയും ചെയ്യുക. സേവന നാമങ്ങള് /etc/init.d യിലെ ആരംഭ "
|
||||
"സ്ക്രിപ്റ്റ് നാമങ്ങളുമായി സമാനമായിരിയ്ക്കുയും സ്പേയ്സുകള് കൊണ്ട് "
|
||||
"വേര്തിരിയ്ക്കപ്പെട്ടവയുമായിരിയ്ക്കണം. പട്ടിക ശൂന്യമാണെങ്കില് സേവനങ്ങളൊന്നും പുനരാരംഭിയ്ക്കുന്നതല്ല."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"ഈ പുതുക്കലിന് ശേഷം പിന്നീട് അപ്രതീക്ഷിതമായി മുടങ്ങുന്ന ഏതൊരു സേവനങ്ങളേയും "
|
||||
"പുനരാരംഭിയ്ക്കേണ്ടതുണ്ട്. SSL ലുമായി ബന്ധപ്പെട്ട പ്രശ്നം ഒഴിവാക്കാന് ഈ ഹോസ്റ്റിനെ "
|
||||
"പുനരാരംഭിയ്ക്കാന് ശുപാര്ശ ചെയ്തിരിയ്ക്കുന്നു."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
93
debian/po/nb.po
vendored
Normal file
93
debian/po/nb.po
vendored
Normal file
@ -0,0 +1,93 @@
|
||||
# translation of openssl_0.9.8c-4_templates.po to Norwegian Bokmål
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Bjørn Steensrud <bjornst@powertech.no>, 2007.
|
||||
# Bjørn Steensrud <bjornst@skogkatt.homelinux.org>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl_0.9.8c-4_templates\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2011-12-29 14:19+0100\n"
|
||||
"Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n"
|
||||
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Lokalize 1.2\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Tjenester som skal startes på nytt slik at de bruker de nye bibliotekene."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Denne utgaven av OpenSSL retter noen sikkerhetsproblemer. Tjenester kan ikke "
|
||||
"bruke disse rettelsene før de er startet på nytt. Merk: om sshd startes på "
|
||||
"nytt blir antakelig ingen eksisterende tilkoblinger påvirket."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Kontroller lista over funne tjenester som trenger omstart. Rett på lista "
|
||||
"om den er feil. Tjenestenavnene må være lik skript-navnene i /etc/init.d, og "
|
||||
"være atskilt med mellomrom. Hvis du tømmer lista blir ingen tjenester "
|
||||
"omstartet."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Hvis andre tjenester begynner å svikte på mystisk måte etter denne "
|
||||
"oppgraderingen, så blir det anbefalt at maskinen stoppes og startes for å "
|
||||
"unngå vansker i "
|
||||
"forbindelse med SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Noen tjenester kunne ikke restartes for OpenSSL-oppgradering"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Følgende tjenester kunne ikke restartes for oppgradering av "
|
||||
"OpenSSL-biblioteket:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr "Du må starte disse manuelt ved å kjøre «/etc/init.d/<service> start»."
|
||||
|
103
debian/po/nl.po
vendored
Normal file
103
debian/po/nl.po
vendored
Normal file
@ -0,0 +1,103 @@
|
||||
# Translators, if you are not familiar with the PO format, gettext
|
||||
# documentation is worth reading, especially sections dedicated to
|
||||
# this format, e.g. by running:
|
||||
# info -n '(gettext)PO Files'
|
||||
# info -n '(gettext)Header Entry'
|
||||
#
|
||||
# Some information specific to po-debconf are available at
|
||||
# /usr/share/doc/po-debconf/README-trans
|
||||
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
|
||||
#
|
||||
# Developers do not need to manually edit POT or PO files.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-11-14 20:03+0100\n"
|
||||
"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
|
||||
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: Dutch\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Welke diensten moeten herstart worden (zodat ze de nieuwe bibliotheken "
|
||||
"gebruiken)?"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Deze uitgave van OpenSSL dicht een aantal veiligheidslekken. Andere "
|
||||
"achtergronddiensten maken pas gebruik van de nieuwe versie eens ze herstart "
|
||||
"zijn. Herstarten van de SSH-server (sshd) heeft normaal geen gevolgen voor "
|
||||
"bestande verbindingen."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Hierna volgt een lijst van gedetecteerde diensten die herstart moeten "
|
||||
"worden. Verbeter de lijst, als u denkt dat ze incorrect is. De namen moeten "
|
||||
"overeenkomen met de script-namen in /etc/init.d en moeten gescheiden worden "
|
||||
"door spaties. Als de lijst leeg is worden er geen diensten herstart."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Als er andere diensten mysterieus beginnen te falen na deze opwaardering, "
|
||||
"dient u deze te herstarten. Er wordt u ten zeerste aanbevolen uw machine te "
|
||||
"herstarten om SSL-gerelateerde problemen te vermijden."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Herstarten van sommige diensten na de OpenSSL-opwaardering is mislukt."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"De volgende diensten konden niet herstart worden na de opwaardering van de "
|
||||
"OpenSSL-bibliotheek:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"U zult deze handmatig moeten herstarten via het commando '/etc/init.d/"
|
||||
"<dienst> start'."
|
||||
|
||||
#~ msgid "${services}"
|
||||
#~ msgstr "${services}"
|
96
debian/po/pl.po
vendored
Normal file
96
debian/po/pl.po
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
# Copyright (C) 2010
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
#
|
||||
# Michał Kułach <michal.kulach@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2012-01-31 18:52+0100\n"
|
||||
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
|
||||
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Lokalize 1.2\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Usługi które mają być zrestartowane, aby mogły używać nowych bibliotek:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"To wydanie OpenSSL naprawia kilka problemów bezpieczeństwa. Usługi nie będą "
|
||||
"mogły skorzystać z tych poprawek, dopóki nie zostaną zrestartowane. Proszę "
|
||||
"zauważyć, że zrestartowanie serwera SSH (sshd) nie powinno mieć wpływu na "
|
||||
"istniejące połączenia."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Proszę sprawdzić listę wykrytych usług, które powinny zostać zrestartowane, i "
|
||||
"poprawić ją, jeśli to konieczne. Nazwy usług muszą się zgadzać z nazwami "
|
||||
"skryptów startowych w /etc/init.d i muszą być rozdzielone spacjami. Jeśli "
|
||||
"lista będzie pusta, żadne usługi nie zostaną zrestartowane."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Każda usługa w której wystąpi nieoczekiwany błąd po tej aktualizacji, powinna "
|
||||
"zostać zrestartowana. Zaleca się ponowne uruchomienie komputera, co umożliwi "
|
||||
"uniknięcie wszystkich problemów związanych z SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
"Zrestartowanie niektórych usług podczas aktualizacji OpenSSL nie powiodło się"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Następujące usługi nie mogły zostać zrestartowane w celu aktualizacji "
|
||||
"biblioteki OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Należy zrestartować te usługi ręcznie, przez wykonanie \"/etc/init.d/<usługa> "
|
||||
"start\""
|
||||
|
||||
|
89
debian/po/pt.po
vendored
Normal file
89
debian/po/pt.po
vendored
Normal file
@ -0,0 +1,89 @@
|
||||
# Portuguese translation for openssl's debconf messages
|
||||
# Copyright (C) 2007, Carlos Lisboa <carloslisboa@gmail.com>
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
# Carlos Lisboa <carloslisboa@gmail.com>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-04-10 20:36+0100\n"
|
||||
"Last-Translator: Carlos Lisboa <carloslisboa@gmail.com>\n"
|
||||
"Language-Team: Portuguese <traduz@debianpt.org>\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Serviços a reiniciar para que usem as novas bibliotecas:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Este lançamento do OpenSSL resolve alguns problemas de segurança. Os "
|
||||
"serviços podem não usar as correcções até que sejam reiniciados. Note que "
|
||||
"reiniciar o servidor SSH (sshd) não deve afectar quaisquer ligações "
|
||||
"existentes."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Por favor verifique a lista de serviços detectados que necessitam de ser "
|
||||
"reiniciados e corrija-a, se necessário. Os nomes dos serviços devem ser "
|
||||
"idênticos aos nomes dos scripts de inicialização em /etc/init.d e separados "
|
||||
"por espaços. Nennhum serviço será reiniciado se a lista estiver vazia."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Qualquer serviço que mais tarde falhe de forma inesperada após esta "
|
||||
"actualização deverá ser reiniciado. É recomendado que reinicie este "
|
||||
"computador para evitar qualquer problema relacionado como SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Falha ao reiniciar alguns serviços para a actualização do OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Os seguintes serviços não poderam ser reiniciados para a actualização da "
|
||||
"biblioteca OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Terá que iniciá-los manualmente correndo '/etc/init.d/<serviço> start'."
|
104
debian/po/pt_BR.po
vendored
Normal file
104
debian/po/pt_BR.po
vendored
Normal file
@ -0,0 +1,104 @@
|
||||
#
|
||||
# Translators, if you are not familiar with the PO format, gettext
|
||||
# documentation is worth reading, especially sections dedicated to
|
||||
# this format, e.g. by running:
|
||||
# info -n '(gettext)PO Files'
|
||||
# info -n '(gettext)Header Entry'
|
||||
#
|
||||
# Some information specific to po-debconf are available at
|
||||
# /usr/share/doc/po-debconf/README-trans
|
||||
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
|
||||
#
|
||||
# Developers do not need to manually edit POT or PO files.
|
||||
# Flamarion Jorge <jorge.flamarion@gmail.com>, 2010.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2010-07-18 15:03-0300\n"
|
||||
"Last-Translator: Flamarion Jorge <jorge.flamarion@gmail.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
|
||||
"org>\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"pt_BR utf-8\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Serviços a serem reiniciados para que possam utilizar as novas bibliotecas:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Esta versão do OpenSSL corrige alguns problemas de segurança. Os serviços "
|
||||
"não utilizarão essas correções até que sejam reiniciados. Por favor, note "
|
||||
"que reiniciar o servidor SSH (sshd) não deve afetar nenhuma conexão "
|
||||
"existente."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Por favor, confira a lista de serviços detectados que precisam ser "
|
||||
"reiniciados e a corrija, caso necessário. Os nomes dos serviços devem ser "
|
||||
"idênticos aos nomes dos scripts de inicialização em /etc/init.d e devem ser "
|
||||
"separados por espaços. Nenhum serviço será reiniciado caso a lista esteja "
|
||||
"vazia."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Qualquer serviço que falhar inesperadamente após esta atualização deverá ser "
|
||||
"reiniciado. É recomendado reinicializar este host para evitar qualquer "
|
||||
"problema relacionado a SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Falha ao reiniciar alguns serviços para a atualização do OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Os seguintes serviços não puderam ser reiniciados para a atualização da "
|
||||
"biblioteca OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Você terá que iniciá-los manualmente executando '/etc/init.d/<serviço> "
|
||||
"start'."
|
96
debian/po/ro.po
vendored
Normal file
96
debian/po/ro.po
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
# translation of ro.po to Romanian
|
||||
# Romanian translation of openssl.
|
||||
# Copyright (C) 2006 THE openssl'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the openssl package.
|
||||
#
|
||||
# Stan Ioan-Eugen <stan.ieugen@gmail.com>, 2006.
|
||||
# Eddy Petrișor <eddy.petrisor@gmail.com>, 2007, 2008.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ro\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-06-30 02:26+0300\n"
|
||||
"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
|
||||
"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Serviciile repornite pentru a asigura folosirea noilor biblioteci:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Cu această nouă versiune s-au rezolvat probleme de securitate. Serviciile nu "
|
||||
"vor folosi aceste îmbunătățiri dacă nu sunt repornite. A se reține că "
|
||||
"repornirea serverului SSH (sshd) nu ar trebui să afecteze conexiunile deja "
|
||||
"existente."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Verificați și corectați, dacă este nevoie, lista cu serviciile detectate "
|
||||
"care ar trebui repornite. Numele serviciilor trebuie să fie identice cu "
|
||||
"numele scripturilor de inițializare din /etc/init.d și trebuie să fie "
|
||||
"separate prin spații. Dacă lista este goală, nu va fi repornit nici un "
|
||||
"serviciu."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Orice alt serviciu care prezintă probleme neașteptate după această "
|
||||
"actualizare, ar trebui repornit. Recomandăm să reporniți calculatorul pentru "
|
||||
"a evita probleme legate de SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Eșec la repornirea unor servicii pentru actualizarea lui OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Următoarele servicii nu au putut fi repornite pentru actualizarea "
|
||||
"bibliotecii OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Va trebui să le porniți manual cu o comandă de tipul „/etc/init.d/<serviciu> "
|
||||
"start'."
|
94
debian/po/ru.po
vendored
Normal file
94
debian/po/ru.po
vendored
Normal file
@ -0,0 +1,94 @@
|
||||
# translation of openssl_0.9.8g-10.1_ru.po to Russian
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
|
||||
#
|
||||
# Yuriy Talakan' <yt@amur.elektra.ru>, 2006.
|
||||
# Yuriy Talakan' <yt@drsk.ru>, 2007.
|
||||
# Yuri Kozlov <kozlov.y@gmail.com>, 2008.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 0.9.8g-10.1\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-06-03 21:21+0400\n"
|
||||
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
|
||||
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Перезапускаемые службы для использования новой библиотеки:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Этот выпуск OpenSSL исправляет некоторые проблемы безопасности. Службы не "
|
||||
"могут использовать эти исправления, пока не будут перезапущены. Обратите "
|
||||
"внимание, что перезапуск сервера SSH (sshd) не повлияет на существующие "
|
||||
"соединения."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Проверьте список обнаруженных служб, которые надо перезапустить и поправьте "
|
||||
"его, если необходимо. Имена служб должны соответствовать именам сценариев "
|
||||
"запуска в /etc/init.d и должны быть разделены пробелами. Если список пустой, "
|
||||
"службы не будут перезапущены."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Надо перезапустить любую службу, которая после этого обновления неожиданно "
|
||||
"начнёт работать с ошибками. Рекомендуется перегрузить машину во избежание "
|
||||
"проблем, связанных с SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Не удалось перезапустить некоторые службы при обновлении OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Следующие службы не удалось перезапустить при обновлении библиотеки OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Вам нужно будет перезапустить их вручную с помощью команд '/etc/init.d/"
|
||||
"<служба> start'."
|
86
debian/po/sk.po
vendored
Normal file
86
debian/po/sk.po
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 0.9.8e-5\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-01-21 11:41+0100\n"
|
||||
"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Služby, ktoré sa majú reštartovať, aby začali používať nové knižnice:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Táto verzia OpenSSL opravuje niektoré bezpečnostné problémy. Služby nezačnú "
|
||||
"používať tieto opravy až pokým nebudú reštartované. Prosím, pamätajte, že "
|
||||
"reštartovanie SSH servera (sshd) by nemalo mať vplyv na žiadne už nadviazané "
|
||||
"spojenia."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Prosím, skontrolujte zoznam zistených služieb, ktoré sa majú reštartovať a "
|
||||
"ak je to potrebné, opravte ho. Názvy služieb musia byť rovnaké ako názvy "
|
||||
"inicializačných skriptov v /etc/init.d a oddelené medzerami. Ak tento zoznam "
|
||||
"bude prázdny, žiadne služby sa nebudú reštartovať."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Každá služba, ktorá po vykonaní tejto aktualizácie zlyhá, by mala byť "
|
||||
"reštartovaná. Odporúča sa reštartovať tento počítač, aby ste sa vyhli "
|
||||
"akýmkoľvek problémom týkajúcim sa SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
"Počas aktualizácie knižnice OpenSSL sa nepodarilo sa reštartovať niektoré "
|
||||
"služby."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Nasledovné služby nebolo možné reštartovať počas aktualizácie knižnice "
|
||||
"OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Budete ich musieť reštartovať ručne spustením „/etc/init.d/<service> start“."
|
99
debian/po/sv.po
vendored
Normal file
99
debian/po/sv.po
vendored
Normal file
@ -0,0 +1,99 @@
|
||||
# translation of openssl_0.9.8g-10_sv.po to swedish
|
||||
# Translators, if you are not familiar with the PO format, gettext
|
||||
# documentation is worth reading, especially sections dedicated to
|
||||
# this format, e.g. by running:
|
||||
# info -n '(gettext)PO Files'
|
||||
# info -n '(gettext)Header Entry'
|
||||
# Some information specific to po-debconf are available at
|
||||
# /usr/share/doc/po-debconf/README-trans
|
||||
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
|
||||
# Developers do not need to manually edit POT or PO files.
|
||||
#
|
||||
# Martin Bagge <martin.bagge@bthstudent.se>, 2008.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl_0.9.8g-10_sv\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2008-05-23 00:17+0200\n"
|
||||
"Last-Translator: Martin Bagge <martin.bagge@bthstudent.se>\n"
|
||||
"Language-Team: swedish <sv@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
"Tjänster som ska startas om för att få dem att använda de nya biblioteken:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Den här utgåvan av OpenSSL rättar till ett antal säkerhetsproblem. "
|
||||
"Tjänsterna kommer inte att använda dessa rättningar förrän de har startats "
|
||||
"om. Observera att omstart av SSH-servern (sshd) inte kommer att påverka "
|
||||
"befintliga anslutningar."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Undersök listan över identifierade tjänster som behöver startas om och gör "
|
||||
"ändringar i den om det behövs. Tjänstenamnen måste vara identiska för "
|
||||
"initieringsskripten i /etc/init.d och måste separeras med blanksteg. Inga "
|
||||
"tjänster kommer att startas om om listan är tom."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Om andra tjänster senare börjar att få underliga problem efter denna "
|
||||
"uppgradering bör de startas om. Vi rekommenderar att du startar om din "
|
||||
"dator för att undvika SSL-relaterade problem."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Misslyckades med att starta om tjänster för uppgraderingen av OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Följande tjönster kunde inte startas om vid uppgraderingen av OpenSSL "
|
||||
"biblioteket:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Du måste starta om dessa tjänster manuellt genom att köra '/etc/init.d/"
|
||||
"<service> start'"
|
76
debian/po/templates.pot
vendored
Normal file
76
debian/po/templates.pot
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr ""
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
62
debian/po/tr.po
vendored
Normal file
62
debian/po/tr.po
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Atila KOÇ <akoc@artielektronik.com.tr>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2012-02-20 11:55+0200\n"
|
||||
"Last-Translator: Atila KOÇ <akoc@artielektronik.com.tr>\n"
|
||||
"Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Yeni kitaplıkları kullanmaları için yeniden başlatılacak hizmetler:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "This release of OpenSSL fixes some security issues. Services will not use these fixes until they are restarted. Please note that restarting the SSH server (sshd) should not affect any existing connections."
|
||||
msgstr "OpenSSL paketinin bu sürümü bazı güvenlik sorunlarını düzeltmiştir. Hizmetler yeniden başlatılmadıkça bu düzeltmeleri kullanamayacaklar. SSH sunucusunun (sshd) yeniden başlatılması kurulu bağlantıları etkilemeyecektir."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Please check the list of detected services that need to be restarted and correct it, if needed. The services names must be identical to the initialization script names in /etc/init.d and separated by spaces. No services will be restarted if the list is empty."
|
||||
msgstr "Yeniden başlatılması gerektiği algılanan hizmetleri gözden geçiriniz ve gerekirse düzeltiniz. Hizmetlerin adları boşluklarla ayrılmalı ve /etc/init.d dizinindeki başlatma betikleri ile özdeş olmalıdır. Bu liste boş ise hiçbir hizmetin yeniden başlatılmasına gerek yoktur."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Any service that later fails unexpectedly after this upgrade should be restarted. It is recommended to reboot this host to avoid any SSL-related trouble."
|
||||
msgstr "Bu yükseltmeden sonra beklenmedik bir şekilde duran herhangi bir hizmet yeniden başlatılmalıdır. SSL ile bağlantılı bir sorun yaşamamak için en doğrusu bu sunucunun yeniden başlatılmasıdır."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "OpenSSL yükseltmesi sırasında bazı hizmetler yeniden başlatılamadı"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "The following services could not be restarted for the OpenSSL library upgrade:"
|
||||
msgstr "Aşağıdaki hizmetler OpenSSL kitaplıkları yükseltilirken yeniden başlatılamadı:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "You will need to start these manually by running '/etc/init.d/<service> start'."
|
||||
msgstr " '/etc/init.d/<hizmet> start' komutunu çalıştırarak bu hizmetleri elle başlatmalısınız."
|
||||
|
88
debian/po/vi.po
vendored
Executable file
88
debian/po/vi.po
vendored
Executable file
@ -0,0 +1,88 @@
|
||||
# Vietnamese translation for OpenSSL.
|
||||
# Copyright © 2010 Free Software Foundation, Inc.
|
||||
# Clytie Siddall <clytie@riverland.net.au>, 2005-2010.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl 0.9.8o-2\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2010-10-27 15:40+1030\n"
|
||||
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
||||
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: LocFactoryEditor 1.8\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "Dịch vụ cần khởi chạy lại để sử dụng thư viện mới:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"Phiên bản OpenSSL này sửa chữa một số vấn đề bảo mật. Dịch vụ sẽ chỉ sử dụng "
|
||||
"những sự sửa này sau khi khởi chạy lại. Ghi chú rằng việc khởi chạy lại "
|
||||
"trình phục vụ SSH (sshd) không nên ảnh hưởng đến kết nối đã có."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"Hãy kiểm tra danh sách các dịch vụ đã phát hiện cần khởi chạy lại, và sửa "
|
||||
"chữa nếu cần thiết. Tên mỗi dịch vụ phải trùng với tên văn lệnh sơ khởi "
|
||||
"trong « /etc/init.d », các tên dịch vụ cũng định giới bằng dấu cách. Bỏ "
|
||||
"trống trường này thì không khời chạy dịch vụ nào."
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"Dịch vụ nào bị lỗi bất thường sau khi nâng cấp thì nên được khởi chạy lại. "
|
||||
"Khuyên bạn khởi động lại máy này để tránh vấn đề liên quan đến SSL."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr "Lỗi khởi chạy lại một số dịch vụ để nâng cấp OpenSSL"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
"Những dịch vụ theo đây không khởi chạy lại được để nâng cấp thư viện OpenSSL:"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
||||
"Vì thế bạn cần phải khởi chạy bằng tay, bằng cách chạy câu lệnh « /etc/init."
|
||||
"d/<tên_dịch_vụ> start »."
|
79
debian/po/zh_TW.po
vendored
Normal file
79
debian/po/zh_TW.po
vendored
Normal file
@ -0,0 +1,79 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openssl\n"
|
||||
"Report-Msgid-Bugs-To: openssl@packages.debian.org\n"
|
||||
"POT-Creation-Date: 2010-12-13 20:31+0100\n"
|
||||
"PO-Revision-Date: 2007-04-18 01:10+0800\n"
|
||||
"Last-Translator: Tetralet <tetralet@gmail.com>\n"
|
||||
"Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
|
||||
"debian.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid "Services to restart to make them use the new libraries:"
|
||||
msgstr "必須重新啟動才能使用新函式庫的服務程式:"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"This release of OpenSSL fixes some security issues. Services will not use "
|
||||
"these fixes until they are restarted. Please note that restarting the SSH "
|
||||
"server (sshd) should not affect any existing connections."
|
||||
msgstr ""
|
||||
"這個 OpenSSL 的釋出版修正了一些安全上的問題。這些服務程式必須重新啟動否則無法"
|
||||
"套用這些修正。請注意到,重新啟動 SSH 服務程式 (sshd) 並不會影響到任何現有的連"
|
||||
"線。"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Please check the list of detected services that need to be restarted and "
|
||||
"correct it, if needed. The services names must be identical to the "
|
||||
"initialization script names in /etc/init.d and separated by spaces. No "
|
||||
"services will be restarted if the list is empty."
|
||||
msgstr ""
|
||||
"請檢視被偵測到需重新啟動的服務程式之列表,有必要時請加以修正。這些服務程式名"
|
||||
"稱必須和 /etc/init.d 裡的初始化 Script 名稱一致,並以空白分隔。如果列表裡空無"
|
||||
"一物,就表示沒有服務程式會被重新啟動。"
|
||||
|
||||
#. Type: string
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:1001
|
||||
msgid ""
|
||||
"Any service that later fails unexpectedly after this upgrade should be "
|
||||
"restarted. It is recommended to reboot this host to avoid any SSL-related "
|
||||
"trouble."
|
||||
msgstr ""
|
||||
"在此更新之後,必須將任何預料之外無法成功運行的服務程式重新啟動。建議重新啟動"
|
||||
"這台主機以避免發生任何 SSL 相關的問題。"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid "Failure restarting some services for OpenSSL upgrade"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#. This paragraph is followed by a (non translatable) paragraph containing
|
||||
#. a list of services that could not be restarted
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"The following services could not be restarted for the OpenSSL library "
|
||||
"upgrade:"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../libssl1.0.0.templates:2001
|
||||
msgid ""
|
||||
"You will need to start these manually by running '/etc/init.d/<service> "
|
||||
"start'."
|
||||
msgstr ""
|
139
debian/rules
vendored
Executable file
139
debian/rules
vendored
Executable file
@ -0,0 +1,139 @@
|
||||
#!/usr/bin/make -f
|
||||
# Sample debian.rules file - for GNU Hello (1.3).
|
||||
# Copyright 1994,1995 by Ian Jackson.
|
||||
# I hereby give you perpetual unlimited permission to copy,
|
||||
# modify and relicense this file, provided that you do not remove
|
||||
# my name from the file itself. (I assert my moral right of
|
||||
# paternity under the Copyright, Designs and Patents Act 1988.)
|
||||
# This file may have to be extensively modified
|
||||
#
|
||||
# Modified to be a prototype for debmake by Christoph Lameter <clameter@debian.org>
|
||||
SHELL=/bin/bash
|
||||
|
||||
package=openssl
|
||||
|
||||
# For generating the manpages
|
||||
export VERSION=$(shell dpkg-parsechangelog | grep '^Version:' | sed -e 's/^.*://' -e 's/-.*//')
|
||||
|
||||
# The binary architeture
|
||||
DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||
DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
DEB_HOST_ARCH_CPU=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
|
||||
|
||||
DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
|
||||
export CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-
|
||||
endif
|
||||
|
||||
CONFARGS = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib enable-tlsext no-ssl2 no-ssl3 enable-unit-test no-ssl3-method enable-rfc3779 enable-cms
|
||||
OPT_alpha = ev4 ev5
|
||||
ARCHOPTS = OPT_$(DEB_HOST_ARCH)
|
||||
OPTS = $($(ARCHOPTS))
|
||||
WANTED_LIBC_VERSION = 2.3.1-10
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH_CPU), amd64)
|
||||
CONFARGS += enable-ec_nistp_64_gcc_128
|
||||
endif
|
||||
|
||||
export OPENSSL_CONF=$(shell pwd)/apps/openssl.cnf
|
||||
MAKE_TEST = make test
|
||||
ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
MAKE_TEST = :
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@ --without autoreconf
|
||||
|
||||
override_dh_auto_configure:
|
||||
|
||||
override_dh_auto_build:
|
||||
# perl util/ssldir.pl /usr/lib/ssl
|
||||
# chmo +x debian/libtool
|
||||
./Configure no-shared $(CONFARGS) debian-$(DEB_HOST_ARCH)
|
||||
make depend
|
||||
make -f Makefile all
|
||||
$(MAKE_TEST)
|
||||
mv libcrypto.a libcrypto.static
|
||||
mv libssl.a libssl.static
|
||||
make -f Makefile clean
|
||||
test -z "$(OPTS)" || for opt in $(OPTS); \
|
||||
do \
|
||||
set -xe; \
|
||||
./Configure shared $(CONFARGS) debian-$(DEB_HOST_ARCH)-$$opt; \
|
||||
make -f Makefile all; \
|
||||
$(MAKE_TEST); \
|
||||
mkdir -p $$opt; \
|
||||
mv libcrypto.so* libssl.so* $$opt/; \
|
||||
make -f Makefile clean; \
|
||||
done
|
||||
./Configure shared $(CONFARGS) debian-$(DEB_HOST_ARCH)
|
||||
#make -f Makefile depend
|
||||
ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/
|
||||
# make -f Makefile linux-shared
|
||||
make -f Makefile all
|
||||
$(MAKE_TEST)
|
||||
# strip apps/openssl
|
||||
# make -f Makefile clean
|
||||
# ./Configure --prefix=/usr --openssldir=/usr/lib/ssl no-idea no-mdc2 no-rc5 debian-$(DEB_HOST_ARCH)
|
||||
# make -f Makefile all
|
||||
|
||||
override_dh_auto_test:
|
||||
|
||||
override_dh_auto_clean:
|
||||
-./Configure $(CONFARGS) debian-$(DEB_HOST_ARCH)
|
||||
[ ! -f Makefile ] || make -f Makefile clean clean-shared
|
||||
#-make -f Makefile dclean
|
||||
# perl util/ssldir.pl /usr/local/ssl
|
||||
-rm -f test/.rnd test/testkey.pem test/testreq.pem test/certCA.srl
|
||||
-rm -f util/mk1mf.bak Makefile.bak `find . -name Makefile.save`
|
||||
-rm -f crypto/pem/ctx_size
|
||||
-rm -f `find . -name "*~"`
|
||||
-rm -f `find . -name "*.orig" -o -name "*.rej"`
|
||||
-rm -f certs/*.0 certs/*.1
|
||||
# -rm -rf debian/tmp debian/files* core `find debian/* -type d`
|
||||
-rm -rf core $(OPTS)
|
||||
-rm doc/*.pod
|
||||
-rm -f libcrypto.* libssl.*
|
||||
-cd test && rm -f .rnd tmp.bntest tmp.bctest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff bntest ectest ecdsatest ecdhtest ideatest md2test md4test md5test hmactest rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test *.ss *.srl log dummytest newkey.pem igetest
|
||||
-rm Makefile apps/CA.pl tools/c_rehash crypto/opensslconf.h crypto/x86_64cpuid.S
|
||||
rm -f test/asn1test test/wp_test test/srptest test/jpaketest
|
||||
rm -f certs/demo/*.0
|
||||
rm -rf crypto/aes/aes-armv4.S crypto/bn/armv4-gf2m.S crypto/modes/ghash-armv4.S crypto/sha/*.S
|
||||
find . -type l -exec rm '{}' \;
|
||||
|
||||
override_dh_auto_install:
|
||||
make -f Makefile install INSTALL_PREFIX=`pwd`/debian/tmp
|
||||
# pic static libraries, nobody should need them
|
||||
# mv debian/tmp/usr/lib/libcrypto.a debian/tmp/usr/lib/libcrypto_pic.a
|
||||
# mv debian/tmp/usr/lib/libssl.a debian/tmp/usr/lib/libssl_pic.a
|
||||
cp -pf libcrypto.static debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libcrypto.a
|
||||
cp -pf libssl.static debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libssl.a
|
||||
cp -pf debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libcrypto.so.* debian/libcrypto1.0.2-udeb/usr/lib/
|
||||
cp -pf debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libssl.so.* debian/libssl1.0.2-udeb/usr/lib/
|
||||
cp -auv lib*.so* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
|
||||
for opt in $(OPTS); \
|
||||
do set -xe; \
|
||||
mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/$$opt; \
|
||||
cp -auv $$opt/lib*.so* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/$$opt/; \
|
||||
done
|
||||
mkdir -p debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/openssl
|
||||
mv debian/tmp/usr/include/openssl/opensslconf.h debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/openssl/
|
||||
|
||||
dh_lintian -a
|
||||
# dh_lintian skips udebs, copy it manually
|
||||
mkdir -p debian/libcrypto1.0.2-udeb/usr/share/lintian/overrides
|
||||
mkdir -p debian/libssl1.0.2-udeb/usr/share/lintian/overrides
|
||||
cp debian/libcrypto1.0.2-udeb.lintian-overrides debian/libcrypto1.0.2-udeb/usr/share/lintian/overrides/libcrypto1.0.2-udeb
|
||||
cp debian/libssl1.0.2-udeb.lintian-overrides debian/libssl1.0.2-udeb/usr/share/lintian/overrides/libssl1.0.2-udeb
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs -a CHANGES
|
||||
|
||||
override_dh_makeshlibs:
|
||||
#dpkg-gensymbols -Pdebian/libssl1.0.2/ -plibssl1.0.2 -c4
|
||||
dh_makeshlibs -a -V --add-udeb="libcrypto1.0.2-udeb" -Xengines
|
||||
|
||||
override_dh_shlibdeps:
|
||||
sed -i '/^udeb: libssl/s/libcrypto1.0.2-udeb/libssl1.0.2-udeb/' debian/libssl1.0.2/DEBIAN/shlibs
|
||||
dh_shlibdeps -a -L libssl1.0.2
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
398
debian/upstream/signing-key.asc
vendored
Normal file
398
debian/upstream/signing-key.asc
vendored
Normal file
@ -0,0 +1,398 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
mQINBFAAbq4BEACzaRctf1/dafs2TQtOrMebzky4TGw1BrWFWn/xdc9HLm61+Y9c
|
||||
GkEFquLwvDDds/cSt+J6U+6vqPpWVt0pqmvo7bXF5w62QGA88c5R/2owB6fw54rx
|
||||
GvdJneRtHbsqPuBtW+/8EiAjpCvShw5/YB/VT/zbBguwH4JRzNY3yRrpFJ0cwRD7
|
||||
lo1wntACMFPG5eMu8flU/yXhP6Hp92pnNukBjxgayuvivYpCl3lmJrE2QBIvaIES
|
||||
2W9XBq8Madx/JlN7TvnGhAz2Gn1Z4h8Y/EPtuy7OXV7mtQfW0ByPdv4FmXO+dfKv
|
||||
hyrTJg+KQlpnoyIVcS6gOALUOLYlPIBEmwZTDpx5A5ZRsfUzxquwvsvvDVDBikuQ
|
||||
Al261hO5P5Xxy5ZaLo8fi+xMA8j8HfVVgsgFPAvAy8iM/pNt3BFUulVxjZBxrq9p
|
||||
d5PXdxLxtqpAEZ+Xnzw5QgjJe3MMWX85eE2nQTLyevzERKFWi6M9dBpCEM34uKF5
|
||||
9ZUQ/i6GSOkoxpokNVWnOnpiOgp6AAEOtC8G9+Z+pjQlPCf9LU5Xmb/1Kx/DRkmL
|
||||
us4nHY9qtaiV1XUSAP1WZSrXUlVQMOwiJgvewWJqFivy82lM7n4Wkk1wfjI8bR8r
|
||||
QAKBiHiwVDnpXgr9bDDWu3OSZ7CU5bizAoGgIliwgXcigZqrPUBNkjY2CwARAQAB
|
||||
tBxLdXJ0IFJvZWNreCA8a3VydEByb2Vja3guYmU+iQI3BBMBCgAhBQJQAG6uAhsD
|
||||
BQsJCAcDBRUKCQgLBRYCAwEAAh4BAheAAAoJECBkxTZBwl5dzCQP+gOSp8Xz63jE
|
||||
ZGmsUPElufn6OLARL9pKZnCruzdcOOWsir1xRZhZunsrJ0qCMaqQZUxK4tXluMq6
|
||||
t7qdsIylpI67WoE39obc///eQhnRT7T1pHwR1Ehg5Um6j4/jnGtegtLzSugkCtFJ
|
||||
xaQ8aDqaT3FbY654xWwtKV2HXMoMBv9TMWhks+l6QrzOfbs1XSReoUxXGNhGAp9y
|
||||
g2PRTtnqrZ6OLUegjCX3UR23pOaNubAw7N6EuPnqS8U/WHXammKbf7LPmuvFejxn
|
||||
W6erUanFdj+/QKIE1kAEdfWprTz2wmSKUSsunHkbhELxVAX4ofRPiTo/sQ//hIO7
|
||||
xYOXM2he09VZh3em2KpThSB6ApX8CyKCdR4fhTagx3KLV+7pbKXEYEmPqJRci27Z
|
||||
WjXJzAID4Hyxz84iLLpvgbrsvRWCyKWk5sB8z5issawv4EvJ7khh6V5Efp/4UnIM
|
||||
4yHHNyalDd7vtUx5Y8Sqp2sY3I5CoNZ1CIM8pem3CSdKs7KYV+FiqjCF2kDwKpEK
|
||||
CewHvGNENCRbaDFs1463UP9+10rhmeED5u65eLtVXohITDLDrkLoJWOvxhFsMmC4
|
||||
dCUpOFWoBIrnOx7nIb5s3sccXGSoJitsXANG5tBMADe2z2Mq+yHL9fpG9hegmFFc
|
||||
mbl+7GTJ6WfqQkc7SoqN1Zjc4qfU0oStuDMEVaub5RYJKwYBBAHaRw8BAQdAHp9Y
|
||||
bPAXkR2TsdnPFLmhQf9C2mY0XO37TPS1IEMmeT6JAn8EGAEKAAkFAlWrm+UCGwIA
|
||||
agkQIGTFNkHCXl1fIAQZFgoABgUCVaub5QAKCRAIbqUF3KLT8/MxAP9ISev0B/SM
|
||||
Qv0UZJArqEDvpGlvxIQ7EijvPSDez/flQQEA3cw/RVGItC2FZIlX+WAguY3kwCh2
|
||||
fCfOpm+TGnfyCQgAIRAAhwwrwXR3Gaf1L7E0ttaYq1fnUUhp8SO86RXvJLXzm6d5
|
||||
CwjqR9eTind36F92Xvxc+h+CazSkAR0aLvOUxYEcFimO164bHaVN4BPH14xxqYyr
|
||||
60DHi6kv95q5a/8xw9VFMc9tSaXgJxPRUHNMFM6MjlgFW+5SW4BuAq+c5wnLY2VD
|
||||
YuMbM7wqB25xw4iKSWy4sYkm8G/NeltBjhDUjhhEpSInoTqnkgZMyPWnLH3XnI07
|
||||
6SQ+6nMeR9QHHrZn+32ZcGOLsfK9qcxoFa1gVQxvT6pit/jm9G45S+kGSn+Gb0h1
|
||||
PwyZ00b/Ay5ALsWAx0TnuX0MET5AFV7+bfngnwnzKAYs5ScMuSCMzxn1aVxfq+Og
|
||||
mHdCO4tD2FUuOS2WCmtJ3H0bu1IMbYufp9A/0XY9ZrYgWtXBJlp7B9LYjJJ0HOEw
|
||||
dH4+Ciss1zayI6eBGIDv/GwX6Bm7k5+lnaU2zb5xbIyaen+xCTJmC0sVQdb/CE0k
|
||||
eo9LlC08S2HbHiEkCbz1VxVzlTpxhke7crpYptKnKsZ/pe35pdQK5BZHbb+WBrI+
|
||||
7pHI2Xpazv2oLhu2vhQsdntqTqBbI6CPD87pkMSk/PYXP+WMhG9Zqsc5jBDWIrgf
|
||||
rU8/Cfx5zU3Dlz3wjsH+eCOrLOc/UD3nFnOCwLbgrdC3IZh3bznBCOluynlgaKy5
|
||||
Ag0EUABurgEQAPBbF7My7232h0PktP61YzyCJx8ZNDYARe5ugGXndfxOBFN4Oxnj
|
||||
x7ZIKymFmQ6Gw8orJaROxvh2ggxzVkm3T05BHJuNBQpTFR3Ye3HFat5gPI6Cr3h5
|
||||
/U9lP5LNqRf9RX0DR/D7ske+0Tp0DepIi/aPIb2eS4tj4APUG1kQRdWfhg9EBPu9
|
||||
jhvYBN8ZGu74tU+ypFFwDAP+MsWdMMBWEp/OeEfBAQ6GK3UsUtmOw3ObG8JZ5qMZ
|
||||
1kU8KwM3e3BiLdQbvYLg8VHYkK6noYsAaijX8udlyUe9dkQ8eoFX0mz8ZriOKurR
|
||||
Tbsx6yYMNPiq+aO1J+jnKsnhM4nI8qgyJk/DKy530ITvgwhcCDdP9vtahzrWXGEt
|
||||
QUrR/lm1ZmbN/TJUjyCS6SmF6BVnPPvezmiT1woaxp3Ucvn0KCOayuBfs2fGeGyo
|
||||
WH14QHKYrDdn17uHIvu1+ZjftfiZZWmji/ibKBq7SzstunSkAeMLApV7x9do/nVX
|
||||
wiXFVEVBFFRToHTL6902P/EPq7LitsmWPyA89EXPBn2t27BlqWW9GxXvfiVZEYqq
|
||||
rn82nr+D/R9S5wVL3+bnfLmwEFDrLwcruRziaSCClcaD6aMzlPJgIUauKnyJFF5s
|
||||
NCUFzlTnk5KfOYi2VRXUkN+teVLustJoesZO54HUjmo/1cZhW+zNlDxLABEBAAGJ
|
||||
Ah8EGAEKAAkFAlAAbq4CGwwACgkQIGTFNkHCXl2HiA//Zo6g+mb7d716LnhWMyzr
|
||||
TnB4wmCZZwSRlX77DY3aQ8oWibVwGtFbWEvJG+YT/iRAl2EzrDWGYTRSBDnbdPAx
|
||||
Ev7gUtQA8sXuRuVUp9KuTjIXRyBp4oZH8HpTw+JInErliHNs9IPMMEu0HiDa/aVA
|
||||
vnG5M8LvAy+ysE2759sm8YJ3j3/oQ0Tu2doCl2BSzU0t6NYQQ5nBXvXuVSufjng3
|
||||
LEk033Cy9LQw4Qp0NizRBYYcg0/Q/g5tWIb1gR+/inPj2Tzk9EvV4YaoqJR5zZHp
|
||||
+J479oRU+GF8VxnjAGI+461tvpsQ6/Q5f8v8jgRuT6YzBzMVwaTnlq3w/DaFwOZk
|
||||
BRcWYXZXlfyVIEwbbq+xa+YMM+R0uyxM2B2+jTbiX4aZAkG6ezfwMTCprSBPvm2G
|
||||
Zupv/vcGyAgFpN6OGnp8DK2RErG0uvOPy49lI04nrel17h79JgKIWBnMh0ZxrWTc
|
||||
Y9EFsxEbdOFACC/028FaW8c8GBE0CbbziRw1CCXJq6Tyz2cPXmZ8Lg5m9yo1Bco4
|
||||
laE0oqqdWIepzDaVp/bPlbwcmbBo7PVWqbAW0J3s3vPj1r7a7sjxILkqG5hXAWGS
|
||||
77cv2tGfnG5I1r9Y7jxJsFzJVwjTWJ9dyQ0045RlD+4kbPFd6fLghjUQo7FrGxuQ
|
||||
JMeog4NgWTChpQSDcCTgv4K5Ag0EUADi4gEQALnZQB3RhzQwM8SmVGvUzEBpGlQL
|
||||
PbImzQhRUPIpat7cyLP78QpBY6TakiaQwKut82rIlApq1BnwzUFvyGEar//SQWQb
|
||||
/OM9SPSH2I2pe7iomqi+cQAxSDUuX58SBLhYrSleI0oqJ8G1LpiVqFg6xWLQYUSA
|
||||
AkmfySMWZe4QcE5Xx+iozr+531ihjEBfljocvqbG6YTTVpVMa6pg1emkb0kOBg5Y
|
||||
XgxD/dw56sGC73yd0252xWn7qd1Q3dg9d7+mS06lzfA5pA7lNyPaB29pCm98ZE9r
|
||||
UVBprt4NIVPy1n/eZvMlqf8iLqUkNW3PqvRv0MpzvfAuaePRPA5jkxwAD+8SuJ/R
|
||||
+RGwJtlFX1PErYLMNwSfeqJYQRyPjCoYi6I+8iNX/WwKkXYphtDjp75nTa/KS6O0
|
||||
lak8H19ZvHgP97YMQyFvbTW/m3xeD8xGQuhjoAKUTHmAlqYzG31pnzcaqtrIgUp+
|
||||
u3OQaTMZdX/r4nm3+p1RHhZXKF2zQPbfVEy/RXhK2v0oQFOMpm46wwb3eXax9dhH
|
||||
98/X5Up3R8xXg1n3vuPj1YonAsBLmIZtxb+9n0II6xDNhwu9/vVG/B5+Ufk0CJ7d
|
||||
VHjxVnWGN7ghA6Pj0hshn/4qssi8a6idXaj2bxVCu6C3kU/fMiSr0aPpXWHfdL99
|
||||
TU0enPWoSr+kSw7hABEBAAGJBD4EGAEKAAkFAlAA4uICGwICKQkQIGTFNkHCXl3B
|
||||
XSAEGQEKAAYFAlAA4uIACgkQoZ8sMBpVIt0CCw/9H2+XvbVfdJGO7g2xvy99Rpag
|
||||
KgsQ+S9FcRbLb2ch//EUTGfMN8jID+92RhevH5nZgls7rQDUMWPU4MU4rL7ocF22
|
||||
lrHptGB9vUJPFwCADKoc7OfQxVkrtIqDAmMVYsoYcs1VX2dJtw78z45G7I13yVkj
|
||||
xwK82u43OwWR8BKgNX4uGqiu77vgT/whpY110Fh1ceMhUQFV84XGjW0OnK9L6snn
|
||||
KLXhiR5seVt40KhmuvHYIM89V5o0uCbl7r8PGOxs5xsMIPWdKLXBzaPpAbQ5tyoX
|
||||
1zXk4yBwYPlOOTKr1xNL+ZoQkr5zymL/ClPJIbyMX9QLh6/dk4ndq0/TZoEEI783
|
||||
QisB5xqYftI2jFlcHE/79Ud0vY0NEI/zXKIu3d+qLuXzbXI11LPuw6g/uqTonHmk
|
||||
EYPMoCYrjFWGFcwVopPqYQJUzXNU34D7MLyPTwUBJyYGV32o2fWFyU1TerBSC/7U
|
||||
8lLJB2di4GUG5kg7kdx07CXb7Twm5GCvkSHFACHAS9JVtqiW7ZMJRk+zay2QyRWE
|
||||
tB0jc7+tha+QjuWfRwyplNogfKZ3MYJQ3LI0+PD7oX1mtgk+qKEtCcrlpjwLzIeV
|
||||
ZWLy9325g/s0x3cQuJiqSHTD1WkMlSnO7lOZ3VvNz0Wek4SMQLSwEc4ts9KivlPd
|
||||
tyu9xOoJyPCdMhC4cdj+8BAAgNqdDtS+YLcgJ3wkxrZ9DSwg19qNEipUFRAXajAW
|
||||
Io4n0duMUdvb/QjPcoNhlZs/sYi2kXWds3CXCUPx+R0ZVwkSwVNPq+KVrdZO3hr6
|
||||
7YeWPjIp6kR6hs/NwUA2B3/snGYZK+WQou5Mnh6WTcjw7gFeBoffuQge+SUq/oMQ
|
||||
Xa4yg0dAbl1eGlVM4ZoQXRX4mYX88CWh/8gK532/P/viA3/1J2lYI+vtkGlHMHCI
|
||||
+k0r3XMz84Lp74xAeWM7mYYcICRtiM1yoo1nCYcv3ZexsRTQioAKS11EhuW9eMDQ
|
||||
jDLms1AaMLMfbS/YLT8JkfDOz0h49m+wfxvY4fqP5PDirnpU9tpkOOp3LlDK0zXr
|
||||
f552sM3PTHGlvEpKqrl52LCMU/MJjaKx5DycR+fPQC3GZnzb++M10G3OHlQjhVW+
|
||||
NTSMKyp4vE3lRMOz4C2jM4zIo4dfHnxJxv3VQYHdNWf1+fbq3BHWbx+981dytwFV
|
||||
zIUQ68GKhndn3QoZW4B6edsWIZ63EGOoBUh/wQ2k6ncMXBz13ou/vLhg+crwBXAC
|
||||
31I3rvkZLC0FnFxsJVXzZf7TSSRaNE3VsUUA+nl8FYvxHdlTYHnU5NVWKCJSKL4x
|
||||
CgnOpvonSXTDY3RRJk5uHZKmoYgrgx+eicIH/tM7f3FfbOXkAsx/lJXHjEqqwJ7T
|
||||
BX25Ag0EVH8XxQEQALTvIQg6VEY5u49MCR8OxmfEllnypF0ZTLX/tXbRbF8Y1Rs8
|
||||
brf3H43cXSGJvsRvMrtJDl4iz6DaoF7Oy8gj+KrpB7wNBYuO4wlhR/sat9NfFUB+
|
||||
tMLO5SZU7CgBPjZ+4x7yfdb+h752g52BqkertVSG2YMqFSI8mie3W6elsdnx5ZxW
|
||||
8ol2ZLGZKYQS7uK2eWomYKyYKdunuIXz3wEJZT9seeh8pNWmV0/n9kyoqZ+25EOd
|
||||
oA//Wov3Q8nwCmuv9UhoHOetRDNrAVfS4tvaHIzleTc73BQz1anXjI7v1nDzbJti
|
||||
umOJCW/ACJPDz7nCfkyR3Z4BI3ROFl2qp+TWqaX8XDirwvjoNYB5jSbqgK/Yve9e
|
||||
dYVZfM0QNXoqmFPzUEBMs/czA/0Y66bWkS9JGRmiITWpQooujOpLY1pizb91iv+6
|
||||
dBsZRSvvsDMJjZ84AI1nSPhIusHijEvvezlFiObZL8/TreEzqIuO+sYvK8zFVx/a
|
||||
vnqaOBXceyiLti3ZWjwHFyyfSLfmIlYtlt//pg7bFdyAGKepixPvnVe5eCPmsg50
|
||||
x3et2x6MPc1EEH1wbsJ7b4UgT88lrFMlaCYHJuKoHvI+l/lLUn0zUvLR5cZNwtLV
|
||||
zyvDqTTwIbkKY5URQ2eL1yWb6NoaugigDPaQIecUQxD0POY31qs7vrMxSNghABEB
|
||||
AAGJBD4EGAEKAAkFAlR/F8UCGwICKQkQIGTFNkHCXl3BXSAEGQEKAAYFAlR/F8UA
|
||||
CgkQ48TdzR5MEkTHLA//fXUEdBCTH/9HXnrJgfpaSAJRwOEX1UxSoJlrRmRESxXN
|
||||
FHPZd5a3Ff99VISd5BQJeT1EJoQGZToATbI6F6742Uv2mkeEz/iBbYEPTnJvcVux
|
||||
E8zEGY4RdTiBYEUVunRTXizF7mh3kswIVZc3jya5JsBLe2NSDv6TLoBdjz/OsLmc
|
||||
YD+eiE4vT47SfofDI2TMxq6JH7ezMBrVciibcXH3MSyacDbmgj2DzisrWnkdDvAP
|
||||
Ry4+0dg5bo0KKo2e1cm0aOZZyE467ynO7+y+QrFRIZrvZozgvHtyAqstWVrM5gAV
|
||||
xyJtPCpY4k3+UmwQ61wqGM2lPqlnskyCA+VeO7LyYiUop4GmEi/z99jg7RtiY0mQ
|
||||
Tq19mAZd5dBwxjCRI7Zb7Pw8sMqzEpbmu9etmdmJvzODlSqi100EYCG44fPbUfss
|
||||
/6Uj6k0YQ7NFEqLezUYQcZRT8l3REx8J7HQwcQ5vYZfP/OBxp94xPuBqpOLgWQb0
|
||||
WR5V4QzCNpRpn0AKt4NrFB4v1su0nuQlMdvjLL2T222tPpxDkFmlfI/TyzsIO4s/
|
||||
54gBbZkbF324OwFTNL4Gbbqf2Uun1cGgt16k7HvX/YtOiUidS6emhakVmxpZe11j
|
||||
og7rwP1LInm95gPPZ/AhS2focWzXSbg9BxB1GxQaUxGiz1zHZ67WuzKtRXB1Rsn6
|
||||
ahAAmm1+BUUVmtf0+e5ITls9fff7Gc1Hhxfa99Eloz3J32YMXjusqZQyRoU1IRfx
|
||||
F7wKbEM/I9S95KEcXIFT1HyRpUjd02+uJTakWg95S2Rw29hFe/q0qQrjH6sCK6Vt
|
||||
unDg4bLjnw4wxiCeAUVzzGwiYsx9rbNDJVYepM/0kcX0elztgJbZhFfWwDdl+JN2
|
||||
ezWrDNJ64EV3nb5MMky990COFFXAOB4KhDY0Qtw7pRVODViz51w0PpFbzdmr2n9L
|
||||
7noG+rzGjN64tLcLwB4ngqr3ypqv2GyoPg+t+iDWMv0e/7WOYRT0kmznk/Dc+0sN
|
||||
2i2NQ9taNnjvZlH/WD9AYM0fMS5r0eTTEvFLZC3ilik5zGfGGf3EPfuB9GUzvNj+
|
||||
FvjgG8oBZwjUuXfSGli3l/iOFDY9UkzEXGUqm9lXE0U8f4hST7Med/ifum/GBEFP
|
||||
rudn/i0xgmZi2wLqm7gBRwRSpGmQAmnk/Eap/quN6/7QnHfYJIwF9mJqGlEO2tq7
|
||||
XUTiC81d42Ys8tu9/zqQS6Y2wND4rbCJ4Z/yD7ercyDrL+9OKDmbOgLo09dJ0QQF
|
||||
fKwjKnST3x2RZsuN1Be7fd+lUXHqF2IpV6UiFDLmsT0F0qouNnEj/2+HzPyVj+Qq
|
||||
d/1OlzNpIX81R4Xm7XXyjuvIoAeJl/JLXqb88HAyikF06OeZAQ0EUYAuwgEIAMGS
|
||||
HrN/Ft7BbYomNoxqKyFKunG6JVpTK9aCl7oyhp7sk0JbxrKElvAC2xDr1IYDiBST
|
||||
KtHo8G8MxVgSJipnBcH/cgStK0RKNy76CRuaxrRdzAemQTeI3sjxpTrrIy3vXScY
|
||||
SZytHkTi7g242ge2c4EoSH5EIsanmajqHBtRhTMbd5Qj/OLaEsCk+loBNecPdmSG
|
||||
C0dXeWfdnXqdRZAB0hVOjFiG9WejYRCyp7xDeJ+XZR/Rilo3X0EMGvEzdY84Apsm
|
||||
TQBvVuOARp1q+sUEI6X0KttOF7BEaaQ53ElZpWQRFcxKGXNTOMm8o5QRQY7EkKad
|
||||
9CKY9CgJ1DJUUuAd9EUAEQEAAbQfTWF0dCBDYXN3ZWxsIDxtYXR0QG9wZW5zc2wu
|
||||
b3JnPokBOAQTAQIAIgUCU96+vAIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AA
|
||||
CgkQ2cTSbQ5gRJGgPQf/WUQld+vrqt2+yTI6LTNTQBG9RceNuaZiRnsROR1eHtVr
|
||||
9OOfzVPenCavcXghwsY0sPPgSDrvFur9PyuuwQ87HmdX+ZGdRP3tSaxC4udHbAsZ
|
||||
tEG7bgUozuhfcpC+Ah0lZ3EccmyOkYJWITWYgUBEDOU37qne09udDMA2NHLuL89h
|
||||
T+eIZ2pVwyFydkJfkXtgfrDq3RmZgfebVB5ESdap/G7t7Iewi95syApMj9swbxns
|
||||
qUtmFr0fCsVdAA8hJPqx9zVuUon0g1QMz2IroNH+6WTDt7SGYcuqNapizk/PJd6g
|
||||
2ew9cm3r3CIANiqPgo0Mh02nVGgX2p9vWcT4MzquBrQgTWF0dCBDYXN3ZWxsIDxm
|
||||
cm9kb0BiYWdnaW5zLm9yZz6JATgEEwECACIFAlGALsICGwMGCwkIBwMCBhUIAgkK
|
||||
CwQWAgMBAh4BAheAAAoJENnE0m0OYESRY/4H/RKxZJ4saj6+Khvz3flSKt6LgW+f
|
||||
MY5RXXD92AMtLNq+bKxXFvir2mynW+PUoS2bXy/Nk7v0B4BEbBZNBgaYWas1FZnY
|
||||
OBuMbIngtLmQsGpD0VoXu9QW2aXpHTjLH5FOBBODrTVewCN5Ty5JquZ5mAZUwAie
|
||||
x0ytRzviUl5YpKei+vggU52CJT96e/X20rfnlux9O9vSSwTlDvCeehFd0vI163QB
|
||||
Z/h52dYMSdFvpwhUMXbxRGPEfrIh+oBV7tWe4MHhJ+5yThHiBgVL/EZ9OChw9QNn
|
||||
itTPzCV4YvAMiJTsamKWa1lOXUVM+QVr+aptwmB1VMmotk7m8hImRm+oTlS5AQ0E
|
||||
UYAuwgEIAM9nUJAEpsVBYwK92PP9Mlo1/etXp6JgBI68sOCJxTwzBrbTzIlevVQX
|
||||
qW9zdODD6ObKcgGNuG+G6Nwn54P6McRpd2dxor9YA+yaI0yT6CVnhxsXjwc/vuQ4
|
||||
tBAL6tfuMAXRVIeEVk22cKk4HJB68ImXCCRdyRi9HIE5iTrZHsHC4sjAsirhlc0o
|
||||
8hU3gqkKh2Ehwa6+U8lzNx06hoFEZxIVRteoz1jzCHImF7EXztEcDIamO8uckVKA
|
||||
uKbJgFGkU3bkvNgWlc8Pgx4tRUNJGC1LE4nYqaSEwee1SpA/VewiDObj97PozCTF
|
||||
zRCUBCnSvaAlTnpA90TnODH7ar+L5aEAEQEAAYkBHwQYAQIACQUCUYAuwgIbDAAK
|
||||
CRDZxNJtDmBEkQs2B/96XB9hyFpX/bhu41YNr7nSA65dDi9d+PkMqvLppickG3VR
|
||||
4xXWywzEJTw6W2DNMyFO6mOtdXWgNdgDF7HKZYvHBr6pyttLAMP7BfWBvU7YY59u
|
||||
KmUSc5vl0NzsaSbx5PDSQEkSICLI+/hIwuEXOb6Z7gOrX7F1uy83TmHFOOjD2mLl
|
||||
5isUzFhaLVk0fZSY+mCgg3/inbwb8g3191Ybk2LfXmndaEsdEzMLrT0g6wIgmybz
|
||||
6UdVuVPfSPGly0VWVAG1sNPOCpAuJpNV6+VxrdViAx3vQPbx3XzqDFS1ISlnd0qS
|
||||
/7RXwMuFDpVH/BDvzQcoikWnpRY/loPGkSg4TB7amQENBFIOPE4BCAC65kaDpN/H
|
||||
2OawMMUjPE4OR0dq9o0/qf6ZEEX3NVFIRZR6FUI0f6LsobNB4gf5iC1aUMPSGky5
|
||||
BIY+AtTmVKM/3py8+pg2+lSvrHmuhkAFJlQfhjrvGz8dd9zO4Sfd7M6xEFJIYfaL
|
||||
ia9tq4tNkGeoO5q7zJBJJKK1og+Is3pvJLELp4LGFDx8zbhRPgMU0vOFJMgyXuGX
|
||||
fWVoqDtOKZlw073hasHiEGFhwU/9hS5yabbz29LHehCILryxtNQwOWmhJFVl1fui
|
||||
AYRenKjezgYxRKSZM/npyNayTN+9dCdOacuT4y2kCSrzNQAuzytYiysnCIouBOE1
|
||||
u5icWbgxKi/7ABEBAAG0HFJpY2ggU2FseiA8cnNhbHpAYWthbWFpLmNvbT6JAVUE
|
||||
EwECAD8CGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAFiEE0JloTcfCHgLhSor+
|
||||
8jR5RVxRsnwFAlogQlsFCQvVvoUACgkQ8jR5RVxRsnxKcAf/arP6yZ8tin2yieuN
|
||||
Ov2Hj2FGdzeFBbEVrlDRiXVnwGw6Yb6FNBZCjrXRTtVzmIeDZgiTN06WjBIQpYXZ
|
||||
Ff8bbayxu2LQjhg3NZt66iqRrBYbMu4CLMQDK+XPHWqJLFjSjjThE8LWktYNWaTW
|
||||
kkVrSQLcCdJgm04ZnpOUygU6+m93HKvbv3D8kUAUzivoRBU58lr2hox6W7kS46PU
|
||||
tV31H7IKrihkLrodXeNnKCWB45LJ3NykwH2ldqxQmXRJksIOeMoRGrEWNtJCie9o
|
||||
I+PJxIv0YoPmn2P8nPF9+JeC0uyfSZaMFW3B4ZLLyMDvh+3W6p4dpqDWV2oe3GJ/
|
||||
gSZzCLQdUmljaCBTYWx6IDxyc2FsekBvcGVuc3NsLm9yZz6JAVUEEwECAD8CGwMG
|
||||
CwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAFiEE0JloTcfCHgLhSor+8jR5RVxRsnwF
|
||||
AlogQlsFCQvVvoUACgkQ8jR5RVxRsnx70gf9Gw1vdnDihY/ZyW7L9mSr+bqnANpH
|
||||
BKjJPSLyjMmBsW0ac3Es9Q+hsucE1QFNp9SJ9WXwy7bynGUE66PbeDaQd//4uDmi
|
||||
uos358pAkGZVoNAMTNRbHSEIwPiiyB5/qNN14R4WorDhGdmOdz64vwnMBEKen+WR
|
||||
iqrNiHLiUQG4AGSDapkBrki83Z4ZnZ5vQPgLAnUN/IEVVrTyZQaeDMBZztui0IuE
|
||||
mmNlykoLPCv6h2ImjH3Ox76yTOt1BAzzMRMZZrOl5TLqRFulBtsqvtJ6nyDYtfTI
|
||||
FTDvhMzKn4n5yUcWvbtutnAQG6JuX0EhwDta/UooEffDjsVCwqT6H+o/vbQfUmlj
|
||||
aCBTYWx6IDxyaWNoLnNhbHpAZ21haWwuY29tPokBVQQTAQIAPwIbAwYLCQgHAwIG
|
||||
FQgCCQoLBBYCAwECHgECF4AWIQTQmWhNx8IeAuFKiv7yNHlFXFGyfAUCWiBCUwUJ
|
||||
C9W+hQAKCRDyNHlFXFGyfJsXB/9dJApKTorE1QHzy/G2+mHIBRkjnlfEB369Axaw
|
||||
XwLPmBOlpnmmuv7mESiEmTj4oDVvslSpaEkmvzZiEw0qcwZ7ejbYbKY9q9qUDUKl
|
||||
tNDWowW+nvPZ/XmySIxSxRhNvNYNwqld3x77Yjar7j08dzPbcxDblIL21wegvPz8
|
||||
gfePYPT14roK+FSm1RdJ5AmAzSnmzM/31le2/z1QcY+PYeNzO/uCiKNs9D5Qp6WA
|
||||
Y2NYcoM/12/M+an2OZlVQxoQzoCxMbHB8Vm9GH86qKfHG+ZZSryADqENo41fdSnS
|
||||
N0XLuozsE94T9q1NrGcZnMovISAYIT9XXZbxDxsCh/UGZVgtuQENBFIOPE4BCADE
|
||||
H2XYHa+Hk8EisPQzpDuTNDHUw2lFOY3QiRFx1PKRVUyYCzNlWIWtOh3cYf8tamc/
|
||||
nfZ/tDXTKyXxe/pmPQO6gJWzl1Yvws6vc710vqNt/7KJDJfiWPdIlW0x3+8O3rtE
|
||||
gFT6asywj+WuG7LHODByysbvVOVq2vYStz+Pn3tEdoTTCnJS/IFyJq5yeU7rUPHH
|
||||
d2xgOMycPtYxAigesS3C3IPYbWPV5+3ELpemkJPHc3GlWwOGw9vt6tUmurcPVKtw
|
||||
hh9lso217e+5Dhn8PLUO2Dm98KLTUZxEOTvfww3i5nphuEDTu15nGNF+QWra+jv6
|
||||
08AQBEv5GHfs9JUV32WvABEBAAGJATwEGAECACYCGwwWIQTQmWhNx8IeAuFKiv7y
|
||||
NHlFXFGyfAUCWiBDlgUJC9W/yAAKCRDyNHlFXFGyfDUFB/4/pRvFCXse+GDcYa9c
|
||||
G9nfB+hwL3OSQCHnmmHkKTQiV3JF+swZtmhkm/8l5gQQ2K/F3pNkj1Sr8DddX+w2
|
||||
aORGWtv6Xsq+6a9SrlMb25frVlkdcSqffqWbtUHcvxUUJC6IGe5WVlyxAsFhNegL
|
||||
54bh6Ic4FotB++0Yfu5lQ71pzifEqBbvi5lBySErFcNrOpFxx8CBjc63btqwUPBp
|
||||
DrKpvH+3pzMKJzybg/KJy6P6dd9g8R7dbv2zY9avO+IQkYRasL4pJKxUp+4tX/yo
|
||||
a/aXP1vazrpAyCAYXNBtq3gPCw4VS2pDTCbxIwDWs6pW+NPy2Gng4IaF93QCY5gE
|
||||
7tbXmQINBFQwazYBEAC01v949yFYzwbn0UkEkM3MHTrDqWbp+erhXqdVD5ymG/pX
|
||||
vmqx5KlxL1TZMuWEFuaq9EVkW8Wm5glk4D14IalIVKARAMDwqgNrPnw0GCAmNIf+
|
||||
OmvlG7gdsSR93eALJp1vvKZpeEVZj0M0gQ1i4QIIR8PMqs+2jaYyed4HhRYzUbGK
|
||||
ZMnr94Onby8FIAYq0B79VqBv5NfMc2KEKrLXwuDSjtZd2TGB7qeLF7sCczyFoi5X
|
||||
Tj+BiVfdxCzoYEa1Rjp5hGllVj85w2DdfKED/BW7VCel4H+WTZGqTFQ1e3kPo1Kd
|
||||
qlwDF+Ci2JFU6myPy0LpHrNhn6FsdQGOuRKgYPycol7VzJHKtcGNMDkUFGV2Dsgl
|
||||
jQuWSj5TNNX5umFCIIN94eLvHtV9bXP98yKB/5pr2JhagL6kdU7OE0c/mugA05gG
|
||||
QTUJDeLNsRq54YC+CLyM9dxMvH7yB43yMfUvgKcSRt0sHUo8g5aOYdFq0SXQUr8+
|
||||
t/iH3t5/JxhqBik8FBiu0aISsTDUbvbxQQQe/LhfR+FWDZRFwHOL0VELapfw1whi
|
||||
tGG+y+F9fQIJfa5yzEiC9AWYZjHRaFB7q6LAvF0V8vP+pkT157fTK63W53mt1+VP
|
||||
Mt2L732i+/Cqy/6HzwOdnNnNyfEdvm2Jojs8KXN20vChnfUGifvTjxuiFib9sQAR
|
||||
AQABtB9SaWNoYXJkIExldml0dGUgPGxldml0dGVAbHAuc2U+iQI4BBMBAgAiBQJU
|
||||
MGwdAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDV6eQ/ffnujKu0D/4j
|
||||
YQRAyWEU62HOiQJkSIOmMoio3jsfJF7VQnvfqgswvmPXocmQeQ8pdGG3o/YzSXRA
|
||||
ycwxys1cFODa33n3E1qlDkAzW6QpRrV3EB5VLYY0RD1qcgBB9ToQ+TQ00jCOWGCm
|
||||
QxH4jeqBKVpXO1itJl2bmOZhzqNAd8jQ31fOOfuwhjyvc7hOev3/Ui5gmhbApDTB
|
||||
m71eMmy0aAX2XZwuTTzisiV0NExtAm8RjICDeXDqwaYVPmaz2GPqeIxKA+a7xboE
|
||||
JePqEbL8coKSVebfKXtYoTTIZs7twqUbTI5kQHcyvtu2fKe5vATkbqAvjW11aXJo
|
||||
yLnlw5GHcT/tPalMsPMRN/fLQLhF6WwlaEOvG+jQwgaaMIL1Lt+M8Q59MCnbdmBh
|
||||
wes+ype2/EcnFht2PLvx7PpekHoRJosulCl5e81tzyIt9fdlsxJVIu07Rv27agum
|
||||
D7NFN0kDJDVs8JI2yjPWwuIDxTCtOWvEBDXOujPlElozYNE4gJBj/Tw5aWMobY4n
|
||||
Ak4C+dZQ5vCwV6/XG8712r+yXOjVYe2W8vPa9Q7Dxc3w5HHDl+p0p6mDCEpr0VBq
|
||||
xn4K5HnjNDDbvd2j067PtH8avhySGRIV/2AskDeI6jPoUBofWzsDOwWnGj/Rfb56
|
||||
toQytliF5VgoV/UO9MQK1YiasyPP++j4dYpz242yXLQlUmljaGFyZCBMZXZpdHRl
|
||||
IDxsZXZpdHRlQG9wZW5zc2wub3JnPokCOAQTAQIAIgUCVDBsCgIbAwYLCQgHAwIG
|
||||
FQgCCQoLBBYCAwECHgECF4AACgkQ1enkP3357ozVsA//RvKgkyIyyzBqlsHKlAJP
|
||||
+9CZqheNnM1xTioAqUHkQyUeTGXVPzK0RfGY0x397SW1X0cAt4GpfV5gdLuhMbes
|
||||
xcq5hVhM7X14zbAuIJbrrgRS06wH3MCemnpf7xRYyg0SlaUQeCR2UANDTEiusfem
|
||||
3b1IBt3HRCy/CRY9rASgoyhSIY+dVjiEC3tfH2AOZYRrZPq0TF32ygEFMi4ilMfc
|
||||
xsAQey+cFt3Jqs2W0YX+ldgYyYZpiZTRa6OorOqkGnLfPB3RHHUqazl7RlzKlXOr
|
||||
HdeBy55bx9sw9Nlsb5n3bYZQUMnXf1aMADYWwwn0RLtcgigmH/id8HCT49dyPb1O
|
||||
J4OeXat3jHtjGeqnhXNq74gBHP1WvU4gVWVBtpJ1d+YMWL9+9V/0IlmdbBxLCSqn
|
||||
imTnRnKcQD7xPMRCPTyN2PT7Ksk29tHGpshp/NKahTvtsA2ziBzRY51NOm+/iGid
|
||||
RBE4BGkb8lPjuETsBNUY10XtuZY0TIRgW1kx0Y/TEP4rTESCyKvrlqu5WLFWs0rE
|
||||
5f3CrHokbMdNJOC0BVgC8wixYlMu4JdlsxGaaaa5t/JVowCKzPlQhgP5MI+dy4nV
|
||||
0xRb1Yi4s0UYtNEYeuLTURZ7Z6lodlYDRYHRxBlp4alzsL3zpayQOL1ID1nMIgZb
|
||||
ihAgFBeVEmONjEgEKePG1Ra0JVJpY2hhcmQgTGV2aXR0ZSA8cmljaGFyZEBsZXZp
|
||||
dHRlLm9yZz6JAjsEEwECACUCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheABQJU
|
||||
MG0mAhkBAAoJENXp5D99+e6MmN0P/AmpB8DasBnjh9fAlBM8kEZ23MHVdEguPWX8
|
||||
KBML4L6eVlWRn7hdfpvOS90Ll5LTdtWPAQs8lDYh4V86hIYgLK9tisZyby+5NT4d
|
||||
El6CXgHbRjdDbp0xKfGc5F9jWzPZpG8ZdDz6Zbvdooy/4ThXNS16HcsJRckan6oF
|
||||
jCNAWSNpXDYcLtA7+9ncimrC/C+kGYlyPWJGYZu1C3I+oL3+qWwiqAG9hp/zedsI
|
||||
sNP7o24wb0SgD0dTzphmOAPwTRfGS2DHhpbAH9P6MZPiFBRGsARRRFfTRGkzI9W1
|
||||
M4bv9l/L8s6STpjD8+40f+aUE8cyUcNj1ycyRGFAnwf5MeO3MqzvjocoUyoZNc4t
|
||||
7/6rh6sceFjgMt/DFFZbi3kvz9cJBcaN6TWWktd4+1WmLxwcF0n3xaB04KCvXTaB
|
||||
Z5f/Hz5D4O8HyYsS6GlW6yIUiuAOvav8WizaTMbYk81XfXBuBKv7Vxk0fRYf9+HJ
|
||||
7fyWyIlIN9FqrSiiopA3JR+8gP8ueFcycmLnl2D9fyZn/sv+UCLrMR6fyD/5Etzg
|
||||
zW0AJ8BDJw5n7ctmZ6UhuasDZZMPC2uB9LVhpQ8W3mDDxJoaYe5bE2p0ca+mwEHZ
|
||||
QpbpjmtT/2x5rGFZYxBUOhuGn/94zEYSqLLDirlFIEUgucXLOLQHyEl+kEkCLEmS
|
||||
bn71WsM8tCVSaWNoYXJkIExldml0dGUgPHJpY2hhcmRAb3BlbnNzbC5jb20+iQI4
|
||||
BBMBAgAiBQJUO42DAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDV6eQ/
|
||||
ffnujLPhD/4n7Jl5/FIKKNPIDJDAYmq/Z36t1m+m0IvSL0yuZh2WSCDo+xurZWVL
|
||||
PQIrP14ORvWJJzZTmRLUWTxQPDF0z3S4kkopMyqTeHl++to/4eTQPF0QkpLcDXVK
|
||||
zRe5jzRUTYC8x7mtJHdgKjmWqbgqm63RJg2PphRSbFqoPkfoZ0/kNdzG3bkELlpW
|
||||
8YphA4guQBlU3N7p52KOavVny03UDLN1jVE/QmD641g4E7iNNxyXNs15iRi884Ox
|
||||
4+EjBZOQFygx7RtrWXVokOS4Ba4fp3yDnkAdqhN3DtjKGPv7oqMcJuJpuBP6F1Rm
|
||||
d7eJPS6+nIfJac0EnhDu25k5m248mUAgvtX8PR9n6OB39G6UEKnBoBFpmDpUCJKe
|
||||
OLwGjvkpB04gAVdIbWJVXVkYVUyX6i2VRQiVEEmEsTNRZKrjyWtHyAzfSg0oEKUT
|
||||
xijtVbkHZk33SuCSATq+8qKMXDDJHhcpX8/K3zgVOMDTRexY5Zpe47IiL0/CbK3M
|
||||
N+SnBfgZzsw/TNasJ0a/AUw+FDGIq71UNysVL7dKHeKQX3nRRvHp7blpdCf0bOlB
|
||||
c4Ni5Rk/QYMAR1zVHgXHOrANzTim1dUHensnlquYGx3sdws2d7G3p0VX5Ke+Drea
|
||||
l5NraRhMYk0hJTgOy34vf+z1UGejbViVkEgts1X2nRmBInJhZOSyP7QvUmljaGFy
|
||||
ZCBMZXZpdHRlIDxyaWNoYXJkQG9wZW5zc2xmb3VuZGF0aW9uLmNvbT6JAjgEEwEC
|
||||
ACIFAlQwa/UCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJENXp5D99+e6M
|
||||
3KkP/izg32cHPYfDZaWDVbzV1V1EcyMM1hpsQm4C3bo2UY/06NtLescn/6kUwAlh
|
||||
Bnn9jfqbhoPzqJXc/kbNxtVRc5JvZxhulBj+UdgoB3wiyrY8tM0+eYMWB4Tej483
|
||||
0s4c5rUenM2OrUNrpaLVL5pFm1M7k4m5xaMIkKUVQB0PaCms9NB4yplSIEcL9c3M
|
||||
5UFm/ipQYML6qp07qknd/NTbNNPUfZreLYQiAr/kZxsjZR4mcCMaal8rcRZVhzkG
|
||||
wX78aReu0xIdkPaNfJAvrO7NMCz7U3yntwbXmRi1jw4PAXvZjAfgRbOv7ug1xPcV
|
||||
dbr7YbhL3miyYXH8H72muLvslOvba2CBAE4x6wZi7IEx3VNG9aklOx09PDZy29ty
|
||||
Px4AhMLPj9GnGROUcMzC3+ZvOPmteaQjdA1MmR2PEAdm1OZLJ1Lb78FcGoWBXdWm
|
||||
I0XFM09YxAAD1YNvVijPnS193jtTqesKtu57D4PEqLPUupHZZpic9X9T17veSjbI
|
||||
6B1VCi46HHF4MEbQt7pTsGiNMKS2i/YVTap29Fj8x+cTxAmV2Fb8BWPjdLee5VGy
|
||||
H8dwDYtMXK7fE6hQFZX3Vn7RXInv4onouolcyq7aPvxYPVnGdijNSMDtHdFx78vS
|
||||
t9kMx75s8jyJ0ILojuAqB7C2G/ScybtQNYBXAIZtFZWLiPuEuQINBFQwazYBEADP
|
||||
NcBdaXTUwkG81K9NRKsKGVZ1coVRxkOx2+VD2THTY45sBx9MGmQsmSpjU45kx/wO
|
||||
5KiTVj+bM+scSzwNgERqLiyf/2hgOIDYaoyKSfAfIVCmm5pSa2Ad01RV9qT3i0eS
|
||||
Spa1Kpx8eAHKcVsDsWb2ZCd8/MI9778cCjrCbPI4o9zEVK+fjtmYKtdkHsEoMSVU
|
||||
6Jy86E908OLaJbOeo1a7bSKs4tU8zGWAX+ddY5Cb+w3cHQb4QheDWZHMel8ZcEgT
|
||||
ah7huS6lUA4seQnTKXHmkIZ+uNtB3gFMKso/6GoOGZnUTk8dPY3POLY1nbMQ/dEv
|
||||
MQpFxLCOBNQP0lhO4DGP0KuwLXzq2XAxrylX5tY0bNmZKLTjhi4CbKAtc/+iwMUk
|
||||
QQXJRw7Vlp9Fp9ogOvzx/YlMaZQZZixg5uN2b4UD5cWliHn4Aq7DkTzQJe31m7se
|
||||
zA3cLnFR86ol2X77y79n0GRjGsMa+b+e9NRWNKs28JiCPF3ya31Kk+3+sjauCZQW
|
||||
3KYx31Il5bO3ulLHOtxhSkCUHx5sJ81NJIhZFr+7yAel/ECCiT9KbVbhddJBHsd7
|
||||
GNkwzb1QivcqnYiBW9QzXkQ+xAKHfS7YM5ooYcg6G7jw89/W0xznnGiz5JTjMkj1
|
||||
s9cppQ8tdqiV4Uemvx/96Nr5F7n++UJZ7Oval9/zswARAQABiQIfBBgBAgAJBQJU
|
||||
MGs2AhsMAAoJENXp5D99+e6M69gP/2MzECejKPv0lN9vHTnqLHiP7BcqbivPNqT4
|
||||
V3yal/JfB9c8h2ylsuZSy4r9TKDTgv/KVm6b9kJVsjdzyqwerKwpZ6T8ohyDt+/5
|
||||
UAXKY7wH8vR1qZdtRQ8Z/UbsZ2vyDGMKutBIxOYfDcpzZ+e78nRd6k3E6pIbR1ut
|
||||
S972wQHM/VTEmsvUFZtX+qszOVm2y8adbHzY0FikqN/NZI7NVY+8gkwaybpd6knl
|
||||
9ArEQe1heVWDGpaTUxz0SKglqc0zHDtxOUkhiCcvgKsAGWbxYspRq0rLsek51RFS
|
||||
dO7NJ59co96uyIu2r/sGhpk3+/QdAMmb9CGeI+DVFhTZxobBtWxLphS5EJeyHfzO
|
||||
tZNMijrrB3cw3GWws3nMsMNcN1g/o+MLxpHwcuJkEai4so7rbDf3acUUZFCwEzBP
|
||||
kx/SeXjatAObEUWmshIgNUw3AFnxdD7QOLJjctRsiGq6GwvsZ/ABDYuHnmGQW3w3
|
||||
4fKEYRLCAkOq7NPfMImM/I7Wf6Tq7s24g+2Sg8vr4yrWKoIxp4qB0GpSQmayk1J0
|
||||
RKR9dNqYNQsOr9jnI4l7KlOS+2K4b9Y0CJbiCNOdVSCf0AVnubk+2IiTrDCzEBlr
|
||||
5Dmz1xGC5XdlBeoSujB+HqZMFf8Nbjap5byHhBYB0ypkh738JQBeuJVIgwlHVhMV
|
||||
8mypBNjWmQENBE76Z9YBCAClJEJJTPrqEX9P84lgfWoeAz6MqIgDxxmIjFMeJZ+s
|
||||
p47tHnPaam0t4+8v+63RpsIlepNZtsufUyeIVq104YB+2pLWlTLCG0vQRmA5D6Ri
|
||||
D7PeadLnAZtBMzhTNRyx0gD2hLM9HN19KftTa9ar4SfIVd2e/N6vgSSJKsI12x9M
|
||||
4G3Zd0poEnz897HGftxg5APVsJoBw7tSQKHmKxLgJWAmxFV7bMxquF8tGSgaEeV+
|
||||
AceRKQmVWFWBb2JIa2qihptuJOfIlSke6h09oVa1jZ6kI3ATWCbzAWUjcT9nHCmE
|
||||
VzT/Fha7JNW5JT8tyO08B5b82HyL+83n+87FVbOkncULABEBAAG0HFRpbSBIdWRz
|
||||
b24gPHRqaEBvcGVuc3NsLm9yZz6JATgEEwECACIFAlOctAQCGyMGCwkIBwMCBhUI
|
||||
AgkKCwQWAgMBAh4BAheAAAoJEJGVxIJB+/fdlikH/RLnyBDNaQuyPkl09ZDKYiYq
|
||||
g0uL/BtjEdzZzGzfV5uk9RctMd5UMU5Lh6phdc/Jei0d/VpQnSxhSoWmQHn6reYf
|
||||
q9SabApzZzQcscBxL9g0P4mMj4PzYGmhYCkkh1GOTtDtm5wleTaoIKz8KTHzvc7b
|
||||
LP5XIwrzwrtiRAiAfCCdmKz9hVqllM7yV9HZZzXnd5lAqoxV9wt6eiGfB4ORVJFa
|
||||
sQsPAA0/+YoWhc8Zta819MRABKw+egfWoRm+DVAEVl+5hPBOJGzrFpZdPVPiGt16
|
||||
QgmHVKVh9z46OBup/CfhvXWHY7J7X28c0/zHgI1dFJBOlgGxAzvBGmXkYNLXXMG0
|
||||
JlRpbSBIdWRzb24gPHRqaEBvcGVuc3NsZm91bmRhdGlvbi5jb20+iQE4BBMBAgAi
|
||||
BQJO+mfWAhsjBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCRlcSCQfv33cdH
|
||||
CACS9HhOWAyEAGNhCPjOhYsJRY0iQk57Ekxh2kWTO66NLfX6HwnmOv+6z2uMo6Xx
|
||||
IDqLtCMFYoURkOUuoYNhZBhbLNNCqBY47382zuivs4X4RUNuewQGCmQd5ASzbCxt
|
||||
Z6eqMG6qJpnn8lsAbI9yGQ8ofwqSs98CTbRsv4P1DVacwXFqGDeu4qKQ2liIdbQm
|
||||
CP9mkl7dkwJ2BJrc5X8msu226WVeT7z3lPWlmEWnYtJLnjaLeGjP4wEcaUDm6Lub
|
||||
RWxUAZ7gqRWqP8dX37Y9VSZvKHOmUINrvLAmhhYlZvt8z32PUA+hICJ7AMwB3V4H
|
||||
oNy/qJfAtkWqODvnG2HT00BduQENBE76Z9YBCAC5xpa7smrlstM6q6gnBkjTs1Tb
|
||||
68mtEXTGPpc8ds6T/79sApVbyIq3xXCinqtSwYeH/kkYnB3+kBQDgDsSFos8XpxB
|
||||
Lqr9mrVk2Bu4Pz/c5/vF9L2uhf1p8nt/V+HlC9p7Q7ZCf/TRFQj+3WFafHbBjzDZ
|
||||
w6kkJm7gBtzNj6FTHNUxv1t3NzbPSeW7tQbo6ptrclLk+S7rgEnG5t8VOYbo60I6
|
||||
bniGUvUVYMVVR49BsZ5tW7jrLToZf5wQEE2C6iud46poPpcDNiBiPi/LBFHCr71K
|
||||
zGnAWsfHu8lt7v9MarEuXDPoC045DLQyWSKHGP9/uSuesEOpnb63J9gDlgaPABEB
|
||||
AAGJAR8EGAECAAkFAk76Z9YCGwwACgkQkZXEgkH7990gaAf9FD6fsKERbpB5aSiy
|
||||
CyXWm4vgIla4U2WE8ttGRNOVX646XHN/lA3W9r84HOsFgK4JvbLomiwZLQS+bvSj
|
||||
9qplO+s5OqzfWyZpdpjZNhAeb4GsfaYThrT0mCngb6gVnAEpvtf/6+4KIQSxqvbe
|
||||
GXJyaHtWhhXtqd8qzV6RbXDc5kCDJQMSZiwTxHUo7UmWR3fPJDTfhyyLlD+fjI/H
|
||||
hHwR140q1xnP2L/4wWF8pNqxX3qcMkXm6uDfRgY0eCdT/BlrJAQ0lfa09h6fsMkH
|
||||
soHd5Pvpz+TkGHUI7TNMj3oOSrSKSu+qI6kJnOUY9PFNwTq4ljvTdbNLymjJiugL
|
||||
yosU15kBDQRVlEpGAQgAmdVZaxAD6wKTiQ/VUd6EIuOocLXUuU4v9yRooArbbpLN
|
||||
lgTyzlDRcNYFpvW5gZ/KXt7sfE72pbDWV2HVFfcf8zyTMygz+2tzDL9ldWTAEqYe
|
||||
is4NYIH9yQToZGoc1oEkgBYwKoEQUnpq2A4IMggRaD4KSc/7W98raf63IrBOK2u9
|
||||
tfg6CZDgKHRsv6d5AHSZTFrJR7vh9EIg33z/qzaebZ5lO7woV0q69yqUdzBsdFEc
|
||||
20fUUIEv2PsWcfNKx+BzKmbddlfwSWVv6xua7KDFge6uDrg3ISWQWCwd8iz3jOUs
|
||||
eeiaLYk5QOUJapWyKBqYJiOAbbQSTzkVuQMMB4QSmQARAQABtBdNYXJrIENveCA8
|
||||
bWFya0Bhd2UuY29tPokBOgQTAQIAJAIbLwIeAQIXgAULCQgHAwUVCgkICwUWAwIB
|
||||
AAUCVZUDDgIZAQAKCRA2zuTesAz+MyFiB/99TL4ML2eevVmxbtcN3f70VZtteoKv
|
||||
wIcZ6hDw3sG8DVAjFlyiwtXtDG/mNOBxuW78o9dCceCI/ngbH4qHbCuiKUXpkh6L
|
||||
Bw3VnS6eORHWJOk4xPwktHHl9YPf4DO4sraq8OeJyooSqcRO++eCMR1JQiUcG59q
|
||||
oL93c9zibpanh8K7aoHe5P3bsACJED4kqis4sEa5oDA6JVu4LPccic2LTpOF9LDd
|
||||
Zxn92Ii6MHdyia3E8tkJiFOXurOw2JNHZHbFBHZaARLES4GLAP28VEfuEZirPECI
|
||||
w9tJ+jecmxMIYj0SdvMp/bOEdlH1ot/JGMhWEsAlZUG4OEj9V9UDkHP5tBlNYXJr
|
||||
IENveCA8bWpjQGFwYWNoZS5vcmc+iQE3BBMBAgAhAhsvAh4BAheABQJVlQLqBQsJ
|
||||
CAcDBRUKCQgLBRYDAgEAAAoJEDbO5N6wDP4zohwH/jOC5HbMlwaMbPHRVkDz5wdV
|
||||
9qivHXuV1PxNKjCPEv9dEdOq8CcyQqTBfZoc2mUFLrulvZAUxpl3ki6afSL3yjl3
|
||||
VlXD8VtFmaAmdBgtLQvQ/PvovW2xnc2alM2iY3e/MXdyRCEx1b6zHYUWJALtZXyQ
|
||||
a20UE6g9oTePNzaValNnup24ymmPDHy8YWdeHuDTL8dh6ji6v58nwAQkZ3NlYJgp
|
||||
bUBj4TJfk38fm0h1BRnKCMgOxYp69lwLmC7EbvbgauzYn0Elwl68t02njv0Yga+8
|
||||
cHvo84nRQHnn7aVWBaJWwwYKMzMlXndJWsj52gPKXyO51X2Su4jAvGxM59m2VcG0
|
||||
GU1hcmsgQ294IDxtamNAcmVkaGF0LmNvbT6JATcEEwECACECGy8CHgECF4AFAlWV
|
||||
Au4FCwkIBwMFFQoJCAsFFgMCAQAACgkQNs7k3rAM/jODoQf7BTBbQ7v7nJ8CxSr4
|
||||
P3Yqsr4jXgaY2O3M0ilodmeo0EgxhK384O1JZ4NV86YVzsGI//+6quGcYGt4fcsk
|
||||
Rf/9cE4LhhnbP6N2Z4XyyyXVlwJNR6oDyH1zqpZTCtQNmou8hxm1MvmpM67ue2sm
|
||||
LVg/p1g+h1NWbfjoo4L0UyRUlDlELun6Y737pg6usNK2IOcv6G9gv+QVi3DVGpmU
|
||||
2+z2SK6Rxh/5Dk5sDoT4oM0e5DL7KTt5Po+dWrUyo+nUtm/3L3ugNHl48vA/Fvy2
|
||||
HBH4zxs+Y5kCyiotePiTww49l5QQDYPdFylab8Jd44wpwiJEV93cqxVuzIABFM3R
|
||||
eFqU5bQbTWFyayBDb3ggPG1hcmtAb3BlbnNzbC5vcmc+iQE3BBMBAgAhAhsvAh4B
|
||||
AheABQJVlQLuBQsJCAcDBRUKCQgLBRYDAgEAAAoJEDbO5N6wDP4zu7UH/0Y42wgW
|
||||
GcVzDJu9zFlMX/XPMXJYbSENOsSyq+LUhGKLK7xPjXAl4eWVrUWsGFQTO+syA4fi
|
||||
pMw1XbTPpXDaNxacfjSwayeTV25H3KmgnQgKQXH3Kkfze9Zxe10vG+knssaOkf5E
|
||||
YEVtthbBL/k6qKC2zIrixzfS5MOpSK3sAepn1mNBFjtPSikaNwHtxcBXdIbikhuT
|
||||
pImu/PfGlOaeYwgUm7Sx9BmfGnZLvTz8MGDtqziXld0NxO0lXTh5Y2+Ojv0yWisU
|
||||
oXA44blslYYWC8aRR3FCWCxMmKfkDb9ztM5KQbQXS/nyYra6/Nsh/Acvgg4GBPOI
|
||||
enT+uE82YZfpPWG5AQ0EVZT51AEIAO91fZyiPkiioZURT8zZfUtpQxLJOHnovp0h
|
||||
1yo1xfX7okpq2nM1hytWu3ICZ0CpZw2kv+bmbRdD11xbobFnl/QWb42KThqDL7T/
|
||||
+chZz/uMzrHNFgzRCRiTJlkTcI+Q4jK71eyVzMWoiv0xnLRNf46x66AxieXYTkn0
|
||||
e7KPC2sUppfIbpRA2BshXuJqCzjaHH/z4+QI7JTAoROayyApVcGgO7njWKVAk+JO
|
||||
d3iThS+wjnzU0sBIg12yT6q4w/M6MSMOBsqcwOMtx/iXmEHCWCuYzubhOL6Bv3k1
|
||||
1pkkBgArD+wZGA5JuFYfTSAnKsCWbDxVmJzGTkqwY9DgIAOpQgUAEQEAAYkCPgQY
|
||||
AQIACQUCVZT51AIbAgEpCRA2zuTesAz+M8BdIAQZAQIABgUCVZT51AAKCRABClBA
|
||||
fEyMvSc6B/9tpCI1LeZx9TxpYo8PLw1QcZdwpxQU9hanlg55ZeyL2j104cz/7fzE
|
||||
qHd4zNlzS5J1fs2xiuDl3pLP+tPz3uOBxiergyAOcprXMCZOjAksvUpwuX/Ek8NI
|
||||
HjUAk6iCbFB0awUrrXMQq7WY+yYfCP7dUxVkXP6dHOQGs2B94TMUYkJs7/QVYYE0
|
||||
qGb4XkgwENH07Wywt/oejBn9UXFo80pv7Rz6jdELoPF60hMT14ZuDu7f9Jxn2of9
|
||||
4QJGNlA3OuueQR4W25iaJQe4P4alr3PCTmyuoaFI5K0yHByB489JO4eSPLOer4pf
|
||||
tNESsDyBwc8A4Fx8ro88xLuufYnoPwrTAkcH/3d/MGABEEmqDwRDXzH/cLh0h9/O
|
||||
inNEgilOCc+zK+6+7bi7x/jUw+aAIN+bmO/6+EEnl1GQuUj7F2ZxXU9tPRvbYF0u
|
||||
Coyd+ZMayHbuMc8etThWqvMNlbNeZegLHbNO7NsoDxPmDb/rPlc7tvKdxUVGKfZS
|
||||
WT78tQAb4JeJUR4G1Rm+3jlkCNoiaFCV02C9HGXu3Amqkz33FJKjCnEv61tmwYZv
|
||||
kLc9bYQzqXt8rvb3nlZbvbFYlf3oNU7YFV43a4W0y07NtxiXzPhC+E4FIAdiaBbJ
|
||||
mv9EEXzrMRyXuZFOUZx9wGAC77dHcJ8cw7+MUxpJ5ja8aoFS7ly7sk442gK5AQ0E
|
||||
VZT5+AEIALH40GSCbgSuXVHjhUYYLeo0TNBevlZD7Po1OEyhi2eEhrWYg/3cAwr0
|
||||
/neLXXD6xiAlOXcN01H+OjY4ZAmKzm290LCRBuo9WPsRvHIECAY9XZBeL+tu69bi
|
||||
SXv07vhvqmMG8yZ6Hi8Q5wUHJvISo6MC6fbq2RUVnkscgqp4jlBVjRNo97Ngi+WE
|
||||
co+znvu7pio7uXYGPT9UorIPX7cQ2kpbiYM4UU4i/ezbAELc8Ttq4IXzz5zi/Rea
|
||||
/r7HR7aSpapzVB56Wwg87F3c4zcwK9bdxxgdpRfHnBJ84mrBZlSGwKN6a1ksN/zk
|
||||
s6R6eNVhO9UbozzVqgl1Riz/aXlv2tsAEQEAAYkBHwQYAQIACQUCVZT5+AIbDAAK
|
||||
CRA2zuTesAz+M2u5B/997Q3sXvQo3J2ZB/gSXYVIjh76pzabO9NIlhW2fX3Z41Vs
|
||||
gZKX6tpTGlqUn9Q14EkntzpGBtX/3PtoycH+Ta0E+IfpoINwSy/7SQfWmPhYxjMn
|
||||
u3LH0ho1mkGMuxXf/dMoapovKY3d//ud6KcPruq+W+8ZXD8CT4zay6z/5JIgFAP1
|
||||
viRNtyVmFh6NfZTIsKGyS+jaHniAR9N3cRa1Y7gutwT6cNV1zpTOAOBx0L75xLxG
|
||||
y6WuyBLaaZIhk0f3ONryFQslIsVGGs/d2QJm2xxywvaq4JrSor+TPJxXu3JrumME
|
||||
E9U0zENea7N8dQxWQBmXnChX88eRPHOIAdXEWrOj
|
||||
=YY/2
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
opts=pgpsigurlmangle=s/$/.asc/ https://www.openssl.org/source/ openssl-(1.0.2.).tar.gz
|
Loading…
Reference in New Issue
Block a user