packages: gnutls/gnutls-info.patch, gnutls/gnutls-link.patch, gnutls/gnutls...

qboosh qboosh at pld-linux.org
Sat Aug 6 14:06:49 CEST 2011


Author: qboosh                       Date: Sat Aug  6 12:06:49 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.0.0 (new sonames, LGPL v3 now; uses nettle instead of libgcrypt; not tested yet)
- updated info patch
- added pl.po-update patch (from TP)

---- Files affected:
packages/gnutls:
   gnutls-info.patch (1.6 -> 1.7) , gnutls-link.patch (1.4 -> 1.5) , gnutls.spec (1.129 -> 1.130) , gnutls-pl.po-update.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gnutls/gnutls-info.patch
diff -u packages/gnutls/gnutls-info.patch:1.6 packages/gnutls/gnutls-info.patch:1.7
--- packages/gnutls/gnutls-info.patch:1.6	Sat Apr  2 08:39:36 2011
+++ packages/gnutls/gnutls-info.patch	Sat Aug  6 14:06:44 2011
@@ -83,15 +83,6 @@
  @section Invoking gnutls-serv
  @cindex gnutls-serv
  
-@@ -757,7 +757,7 @@
- @cindex PSK server
- 
- To set up a PSK server with @code{gnutls-serv} you need to create PSK
--password file (@pxref{Invoking psktool}).  In the example below, I
-+password file (@pxref{psktool}).  In the example below, I
- type @code{password} at the prompt.
- 
- @smallexample
 @@ -781,7 +781,7 @@
  You can now connect to the server using a PSK client (@pxref{Example
  client PSK connection}).
@@ -125,3 +116,17 @@
  @cindex p11tool
  
  The @file{p11tool} is a program that helps with accessing tokens
+--- gnutls-3.0.0/doc/gnutls-guile.texi.orig	2011-05-27 18:09:02.000000000 +0200
++++ gnutls-3.0.0/doc/gnutls-guile.texi	2011-08-04 16:39:19.246496322 +0200
+@@ -29,9 +29,9 @@
+ @end quotation
+ @end copying
+ 
+- at dircategory Software libraries
++ at dircategory Libraries:
+ @direntry
+-* GnuTLS-Guile: (gnutls-guile).		GNU Transport Layer Security Library. Guile bindings.
++* GnuTLS-Guile: (gnutls-guile).		GNU Transport Layer Security Library. Guile bindings
+ @end direntry
+ 
+ @titlepage

================================================================
Index: packages/gnutls/gnutls-link.patch
diff -u packages/gnutls/gnutls-link.patch:1.4 packages/gnutls/gnutls-link.patch:1.5
--- packages/gnutls/gnutls-link.patch:1.4	Sat Apr  2 11:35:16 2011
+++ packages/gnutls/gnutls-link.patch	Sat Aug  6 14:06:44 2011
@@ -1,34 +1,6 @@
---- gnutls-2.8.5/lib/m4/lib-link.m4.orig	2009-11-02 11:34:50.000000000 +0100
-+++ gnutls-2.8.5/lib/m4/lib-link.m4	2010-01-31 19:56:56.126778128 +0100
-@@ -322,7 +322,11 @@
-           fi
-           if test "X$found_dir" != "X"; then
-             dnl Found the library.
-+            if test "X$found_dir" = "X/usr/$acl_libdirstem"; then
-+                LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
-+	    else
-             LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
-+	    fi
-             if test "X$found_so" != "X"; then
-               dnl Linking with a shared library. We attempt to hardcode its
-               dnl directory into the executable's runpath, unless it's the
 --- gnutls-2.12.0/m4/lib-link.m4.orig	2008-05-17 07:44:04.000000000 +0200
 +++ gnutls-2.12.0/m4/lib-link.m4	2011-04-02 11:29:18.159546509 +0200
 @@ -322,7 +322,11 @@
-           fi
-           if test "X$found_dir" != "X"; then
-             dnl Found the library.
-+            if test "X$found_dir" = "X/usr/$acl_libdirstem"; then
-+                LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
-+	    else
-             LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
-+	    fi
-             if test "X$found_so" != "X"; then
-               dnl Linking with a shared library. We attempt to hardcode its
-               dnl directory into the executable's runpath, unless it's the
---- gnutls-2.12.0/libextra/gl/m4/lib-link.m4.orig	2011-03-02 18:39:14.000000000 +0100
-+++ gnutls-2.12.0/libextra/gl/m4/lib-link.m4	2011-04-02 11:29:43.620681483 +0200
-@@ -370,7 +370,11 @@
            fi
            if test "X$found_dir" != "X"; then
              dnl Found the library.

================================================================
Index: packages/gnutls/gnutls.spec
diff -u packages/gnutls/gnutls.spec:1.129 packages/gnutls/gnutls.spec:1.130
--- packages/gnutls/gnutls.spec:1.129	Tue Jun 21 16:52:59 2011
+++ packages/gnutls/gnutls.spec	Sat Aug  6 14:06:44 2011
@@ -1,40 +1,47 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	gcrypt	# use gcrypt crypto backend instead of nettle (broken or withdrawn?)
+#
 Summary:	The GNU Transport Layer Security Library
 Summary(pl.UTF-8):	Biblioteka GNU TLS (Transport Layer Security)
 Name:		gnutls
-Version:	2.12.7
+Version:	3.0.0
 Release:	1
-License:	LGPL v2.1+ (libgnutls), GPL v3+ (extra libs and tools)
+License:	LGPL v3+ (libgnutls), GPL v3+ (extra libs and tools)
 Group:		Libraries
-Source0:	ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.bz2
-# Source0-md5:	4b48aa3119f549d30d550bf4162c721b
+Source0:	ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.xz
+# Source0-md5:	0677a66667f48810ff8df8335a9a9f9b
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-link.patch
+Patch2:		%{name}-pl.po-update.patch
 URL:		http://www.gnu.org/software/gnutls/
 BuildRequires:	autoconf >= 2.61
-BuildRequires:	automake >= 1:1.10.2-2
+BuildRequires:	automake >= 1:1.11
 BuildRequires:	gettext-devel >= 0.17
 BuildRequires:	gtk-doc >= 1.1
 BuildRequires:	guile-devel >= 5:1.8
 BuildRequires:	libcfg+-devel
-BuildRequires:	libgcrypt-devel >= 1.4.0
+%{?with_gcrypt:BuildRequires:	libgcrypt-devel >= 1.4.0}
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtasn1-devel >= 2.9
 BuildRequires:	libtool >= 2:1.5
-BuildRequires:	lzo-devel
+%{!?with_gcrypt:BuildRequires:	nettle-devel >= 2.2}
 # miniopencdk is included in sources and currently maintained
 # as part of gnutls, not external package
 #BuildRequires:	opencdk-devel >= 0.6.6
-# since 2.12.3 only internal pakchois is supported
-#BuildRequires:	pakchois-devel
+BuildRequires:	p11-kit-devel >= 0.2
 BuildRequires:	pkgconfig
 BuildRequires:	readline-devel
 BuildRequires:	rpmbuild(macros) >= 1.383
+BuildRequires:	tar >= 1:1.22
 BuildRequires:	texinfo >= 4.8
+BuildRequires:	xz
 BuildRequires:	zlib-devel
 Requires(post,postun):	/sbin/ldconfig
-Requires:	libgcrypt >= 1.4.0
+%{?with_gcrypt:Requires:	libgcrypt >= 1.4.0}
 Requires:	libtasn1 >= 2.9
+%{!?with_gcrypt:Requires:	nettle >= 2.2}
 #Requires:	opencdk >= 0.6.6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,12 +63,11 @@
 License:	LGPL v2.1+ (libgnutls), GPL v3+ (extra libs)
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libgcrypt-devel >= 1.4.0
+%{?with_gcrypt:Requires:	libgcrypt-devel >= 1.4.0}
 Requires:	libtasn1-devel >= 2.9
+%{!?with_gcrypt:Requires:	nettle-devel >= 2.2}
 #Requires:	opencdk-devel >= 0.6.6
-#Requires:	pakchois-devel
-# lzo-devel for libgnutls-extra only
-Requires:	lzo-devel
+Requires:	p11-kit-devel >= 0.2
 Requires:	zlib-devel
 
 %description devel
@@ -142,28 +148,19 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+%{__rm} po/stamp-po
 
 %build
 %{__libtoolize}
-%{__aclocal} -I m4 -I gl/m4 -I lib/gl/m4 -I libextra/gl/m4 -I lib/m4 -I libextra/m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-cd lib
 %{__aclocal} -I m4 -I gl/m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-cd ../libextra
-%{__aclocal} -I m4 -I gl/m4 -I ../lib/m4 -I ../lib/gl/m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-cd ..
 %configure \
 	--disable-silent-rules \
-	--with-libgcrypt \
-	--with-lzo
+	%{?with_gcrypt:--with-libgcrypt}
 
 %{__make}
 
@@ -176,7 +173,7 @@
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libguile-gnutls-*.{la,a}
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
-%find_lang libgnutls
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -195,7 +192,7 @@
 %post	-n guile-gnutls -p /sbin/ldconfig
 %postun	-n guile-gnutls -p /sbin/ldconfig
 
-%files -f libgnutls.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS
 %attr(755,root,root) %{_bindir}/certtool
@@ -204,9 +201,9 @@
 %attr(755,root,root) %{_bindir}/psktool
 %attr(755,root,root) %{_bindir}/srptool
 %attr(755,root,root) %{_libdir}/libgnutls.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgnutls.so.26
+%attr(755,root,root) %ghost %{_libdir}/libgnutls.so.28
 %attr(755,root,root) %{_libdir}/libgnutls-extra.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgnutls-extra.so.26
+%attr(755,root,root) %ghost %{_libdir}/libgnutls-extra.so.28
 %attr(755,root,root) %{_libdir}/libgnutls-openssl.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgnutls-openssl.so.27
 %{_mandir}/man1/certtool.1*
@@ -241,7 +238,7 @@
 %files c++
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgnutlsxx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgnutlsxx.so.27
+%attr(755,root,root) %ghost %{_libdir}/libgnutlsxx.so.28
 
 %files c++-devel
 %defattr(644,root,root,755)
@@ -264,6 +261,7 @@
 %{_datadir}/guile/site/gnutls.scm
 %dir %{_datadir}/guile/site/gnutls
 %{_datadir}/guile/site/gnutls/extra.scm
+%{_infodir}/gnutls-guile.info*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -271,6 +269,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.130  2011/08/06 12:06:44  qboosh
+- updated to 3.0.0 (new sonames, LGPL v3 now; uses nettle instead of libgcrypt; not tested yet)
+- updated info patch
+- added pl.po-update patch (from TP)
+
 Revision 1.129  2011/06/21 14:52:59  qboosh
 - updated to 2.12.7
 

================================================================
Index: packages/gnutls/gnutls-pl.po-update.patch
diff -u /dev/null packages/gnutls/gnutls-pl.po-update.patch:1.1
--- /dev/null	Sat Aug  6 14:06:49 2011
+++ packages/gnutls/gnutls-pl.po-update.patch	Sat Aug  6 14:06:44 2011
@@ -0,0 +1,372 @@
+--- gnutls-3.0.0/po/pl.po.orig	2011-07-29 21:37:27.000000000 +0200
++++ gnutls-3.0.0/po/pl.po	2011-08-05 21:35:22.753110785 +0200
+@@ -1,14 +1,14 @@
+ # Polish translation for gnutls.
+-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
++# Copyright (C) 2006, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
+ # This file is distributed under the same license as the libgnutls package.
+-# Jakub Bogusz <qboosh at pld-linux.org>, 2006-2010.
++# Jakub Bogusz <qboosh at pld-linux.org>, 2006-2011.
+ #
+ msgid ""
+ msgstr ""
+-"Project-Id-Version: libgnutls-2.8.5\n"
++"Project-Id-Version: libgnutls-3.0.0\n"
+ "Report-Msgid-Bugs-To: bug-gnutls at gnu.org\n"
+ "POT-Creation-Date: 2011-07-29 21:37+0200\n"
+-"PO-Revision-Date: 2010-01-04 15:09+0100\n"
++"PO-Revision-Date: 2011-08-03 18:46+0200\n"
+ "Last-Translator: Jakub Bogusz <qboosh at pld-linux.org>\n"
+ "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
+ "Language: pl\n"
+@@ -66,7 +66,7 @@
+ 
+ #: lib/gnutls_errors.c:75
+ msgid "The TLS connection was non-properly terminated."
+-msgstr ""
++msgstr "Po³±czenie TLS nie zosta³o w³a¶ciwie zakoñczone."
+ 
+ #: lib/gnutls_errors.c:78
+ msgid "The specified session has been invalidated for some reason."
+@@ -102,7 +102,7 @@
+ 
+ #: lib/gnutls_errors.c:95
+ msgid "The given DSA key is incompatible with the selected TLS protocol."
+-msgstr ""
++msgstr "Podany klucz DSA jest niezgodny z wybranym protoko³em TLS."
+ 
+ #: lib/gnutls_errors.c:98
+ msgid "There is already a crypto algorithm with lower priority."
+@@ -272,7 +272,7 @@
+ 
+ #: lib/gnutls_errors.c:176
+ msgid "The cookie was bad."
+-msgstr ""
++msgstr "B³êdne ciasteczko."
+ 
+ #: lib/gnutls_errors.c:177
+ msgid "An illegal parameter has been received."
+@@ -331,9 +331,8 @@
+ msgstr "Odebrano zbyt du¿o pustych pakietów rekordów."
+ 
+ #: lib/gnutls_errors.c:205
+-#, fuzzy
+ msgid "Too many handshake packets have been received."
+-msgstr "Odebrano zbyt du¿o pustych pakietów rekordów."
++msgstr "Odebrano zbyt du¿o pakietów nawi±zania po³±czenia."
+ 
+ #: lib/gnutls_errors.c:207
+ msgid "The initialization of GnuTLS-extra has failed."
+@@ -346,9 +345,8 @@
+ "Wersja biblioteki GnuTLS nie zgadza siê z wersj± biblioteki GnuTLS-extra."
+ 
+ #: lib/gnutls_errors.c:212
+-#, fuzzy
+ msgid "The crypto library version is too old."
+-msgstr "Wersja biblioteki gcrypt jest zbyt stara."
++msgstr "Wersja biblioteki kryptograficznej jest zbyt stara."
+ 
+ #: lib/gnutls_errors.c:215
+ msgid "The tasn1 library version is too old."
+@@ -360,16 +358,15 @@
+ 
+ #: lib/gnutls_errors.c:219
+ msgid "The OpenPGP key has not a preferred key set."
+-msgstr ""
++msgstr "Klucz OpenPGP nie ma ustawionego preferowanego klucza."
+ 
+ #: lib/gnutls_errors.c:221
+ msgid "Error loading the keyring."
+ msgstr "B³±d przy wczytywaniu zbioru kluczy."
+ 
+ #: lib/gnutls_errors.c:223
+-#, fuzzy
+ msgid "The initialization of crypto backend has failed."
+-msgstr "Inicjalizacja LZO nie powiod³a siê."
++msgstr "Inicjalizacja backendu kryptograficznego nie powiod³a siê."
+ 
+ #: lib/gnutls_errors.c:225
+ msgid "No supported compression algorithms have been found."
+@@ -388,32 +385,28 @@
+ msgstr "Nie uda³o siê odnale¼æ podklucza OpenPGP."
+ 
+ #: lib/gnutls_errors.c:233
+-#, fuzzy
+ msgid "Safe renegotiation failed."
+-msgstr "Renegocjacja niedozwolona"
++msgstr "Bezpieczna renegocjacja nie powiod³a siê."
+ 
+ #: lib/gnutls_errors.c:235
+-#, fuzzy
+ msgid "Unsafe renegotiation denied."
+-msgstr "Renegocjacja niedozwolona"
++msgstr "Odmowa niebiezpiecznej renegocjacji."
+ 
+ #: lib/gnutls_errors.c:238
+ msgid "The SRP username supplied is illegal."
+ msgstr "Podana nazwa u¿ytkownika SRP nie jest dozwolona."
+ 
+ #: lib/gnutls_errors.c:240
+-#, fuzzy
+ msgid "The SRP username supplied is unknown."
+-msgstr "Podana nazwa u¿ytkownika SRP nie jest dozwolona."
++msgstr "Podana nazwa u¿ytkownika SRP jest nieznana."
+ 
+ #: lib/gnutls_errors.c:243
+ msgid "The OpenPGP fingerprint is not supported."
+ msgstr "Odcisk klucza OpenPGP nie jest obs³ugiwany."
+ 
+ #: lib/gnutls_errors.c:245
+-#, fuzzy
+ msgid "The signature algorithm is not supported."
+-msgstr "Ten typ certyfikatu nie jest obs³ugiwany."
++msgstr "Ten algorytm podpisu nie jest obs³ugiwany."
+ 
+ #: lib/gnutls_errors.c:247
+ msgid "The certificate has unsupported attributes."
+@@ -469,116 +462,111 @@
+ 
+ #: lib/gnutls_errors.c:276
+ msgid "The handshake data size is too large."
+-msgstr ""
++msgstr "Rozmiar danych nawi±zania po³±czenia jest zbyt du¿y."
+ 
+ #: lib/gnutls_errors.c:279
+ msgid "Error opening /dev/crypto"
+-msgstr ""
++msgstr "B³±d otwierania /dev/crypto"
+ 
+ #: lib/gnutls_errors.c:282
+ msgid "Error interfacing with /dev/crypto"
+-msgstr ""
++msgstr "B³±d komunikacji z /dev/crypto"
+ 
+ #: lib/gnutls_errors.c:285
+-#, fuzzy
+ msgid "Channel binding data not available"
+-msgstr "¯±dane dane nie by³y dostêpne."
++msgstr "Dane wi±¿±ce kana³ nie s± dostêpne."
+ 
+ #: lib/gnutls_errors.c:288
+ msgid "PKCS #11 error."
+-msgstr ""
++msgstr "B³±d PKCS #11."
+ 
+ #: lib/gnutls_errors.c:290
+ msgid "PKCS #11 initialization error."
+-msgstr ""
++msgstr "B³±d inicjalizacji PKCS #11."
+ 
+ #: lib/gnutls_errors.c:292
+-#, fuzzy
+ msgid "Error in parsing."
+-msgstr "B³±d w pliku hase³."
++msgstr "B³±d w trakcie analizy."
+ 
+ #: lib/gnutls_errors.c:294
+ msgid "PKCS #11 error in PIN."
+-msgstr ""
++msgstr "B³±d PKCS #11 w PIN-ie."
+ 
+ #: lib/gnutls_errors.c:296
+ msgid "PKCS #11 PIN should be saved."
+-msgstr ""
++msgstr "PIN PKCS #11 powinien byæ zapisany."
+ 
+ #: lib/gnutls_errors.c:298
+ msgid "PKCS #11 error in slot"
+-msgstr ""
++msgstr "B³±d PKCS #11 w slocie"
+ 
+ #: lib/gnutls_errors.c:300
+ msgid "Thread locking error"
+-msgstr ""
++msgstr "B³±d blokowania w±tku"
+ 
+ #: lib/gnutls_errors.c:302
+ msgid "PKCS #11 error in attribute"
+-msgstr ""
++msgstr "B³±d PKCS #11 w atrybucie"
+ 
+ #: lib/gnutls_errors.c:304
+ msgid "PKCS #11 error in device"
+-msgstr ""
++msgstr "B³±d PKCS #11 w urz±dzeniu"
+ 
+ #: lib/gnutls_errors.c:306
+ msgid "PKCS #11 error in data"
+-msgstr ""
++msgstr "B³±d PKCS #11 w danych"
+ 
+ #: lib/gnutls_errors.c:308
+ msgid "PKCS #11 unsupported feature"
+-msgstr ""
++msgstr "Nieobs³ugiwana w³a¶ciwo¶æ PKCS #11"
+ 
+ #: lib/gnutls_errors.c:310
+ msgid "PKCS #11 error in key"
+-msgstr ""
++msgstr "B³±d PKCS #11 w kluczu"
+ 
+ #: lib/gnutls_errors.c:312
+ msgid "PKCS #11 PIN expired"
+-msgstr ""
++msgstr "PIN PKCS #11 wygas³"
+ 
+ #: lib/gnutls_errors.c:314
+ msgid "PKCS #11 PIN locked"
+-msgstr ""
++msgstr "PIN PKCS #11 zablokowany"
+ 
+ #: lib/gnutls_errors.c:316
+ msgid "PKCS #11 error in session"
+-msgstr ""
++msgstr "B³±d PKCS #11 w sesji"
+ 
+ #: lib/gnutls_errors.c:318
+ msgid "PKCS #11 error in signature"
+-msgstr ""
++msgstr "B³±d PKCS #11 w podpisie"
+ 
+ #: lib/gnutls_errors.c:320
+ msgid "PKCS #11 error in token"
+-msgstr ""
++msgstr "B³±d PKCS #11 w tokenie"
+ 
+ #: lib/gnutls_errors.c:322
+ msgid "PKCS #11 user error"
+-msgstr ""
++msgstr "B³±d u¿ytkownika PKCS #11"
+ 
+ #: lib/gnutls_errors.c:324
+ msgid "The operation timed out"
+-msgstr ""
++msgstr "Up³yn±³ limit czasu operacji"
+ 
+ #: lib/gnutls_errors.c:326
+ msgid "The operation was cancelled due to user error"
+-msgstr ""
++msgstr "Operacja zosta³± przerwana z powodu b³êdu u¿ytkownika"
+ 
+ #: lib/gnutls_errors.c:328
+-#, fuzzy
+ msgid "No supported ECC curves were found"
+-msgstr "Nie znaleziono obs³ugiwanego zestawu certyfikatów."
++msgstr "Nie znaleziono obs³ugiwanych krzywych ECC"
+ 
+ #: lib/gnutls_errors.c:330
+-#, fuzzy
+ msgid "The curve is unsupported"
+-msgstr "Ten typ certyfikatu nie jest obs³ugiwany."
++msgstr "Ta krzywa nie jest obs³ugiwana"
+ 
+ #: lib/gnutls_errors.c:332
+-#, fuzzy
+ msgid "The requested PKCS #11 object is not available"
+-msgstr "¯±dane dane nie by³y dostêpne."
++msgstr "¯±dany obiekt PKCS #11 nie jest dostêpny"
+ 
+ #: lib/gnutls_errors.c:419
+ msgid "(unknown error code)"
+@@ -669,9 +657,8 @@
+ msgstr "Anulowane przez u¿ytkownika"
+ 
+ #: lib/gnutls_alert.c:66
+-#, fuzzy
+ msgid "No certificate (SSL 3.0)"
+-msgstr "\tUniewa¿nione certyfikaty (%d):\n"
++msgstr "Brak certyfikatu (SSL 3.0)"
+ 
+ #: lib/gnutls_alert.c:67
+ msgid "Internal error"
+@@ -806,7 +793,7 @@
+ #: lib/x509/output.c:472
+ #, c-format
+ msgid "%s\t\t\tIpsec IKE.\n"
+-msgstr ""
++msgstr "%s\t\t\tIpsec IKE.\n"
+ 
+ #: lib/x509/output.c:474
+ #, c-format
+@@ -829,9 +816,8 @@
+ msgstr "%s\t\t\tOgraniczenie d³ugo¶ci ¶cie¿ki: %d\n"
+ 
+ #: lib/x509/output.c:586 lib/x509/output.c:676
+-#, fuzzy
+ msgid "warning: altname contains an embedded NUL, replacing with '!'\n"
+-msgstr "warning: SAN zawiera znak NUL, zast±piono znakiem '!'\n"
++msgstr "uwaga: alternatywna nazwa zawiera znak NUL, zast±piono znakiem '!'\n"
+ 
+ #: lib/x509/output.c:682
+ #, c-format
+@@ -909,9 +895,9 @@
+ msgstr "%s\t\tAlternatywna nazwa przedmiotu (%s):\n"
+ 
+ #: lib/x509/output.c:920
+-#, fuzzy, c-format
++#, c-format
+ msgid "%s\t\tIssuer Alternative Name (%s):\n"
+-msgstr "%s\t\tAlternatywna nazwa przedmiotu (%s):\n"
++msgstr "%s\t\tAlternatywna nazwa wystawcy (%s):\n"
+ 
+ #: lib/x509/output.c:935
+ #, c-format
+@@ -985,7 +971,7 @@
+ #: lib/x509/output.c:1164
+ #, c-format
+ msgid "\tCertificate Security Level: %s (%d bits)\n"
+-msgstr ""
++msgstr "\tPoziom bezpieczeñstwa certyfikatu: %s (bitów: %d)\n"
+ 
+ #: lib/x509/output.c:1194 lib/x509/output.c:2010 lib/openpgp/output.c:260
+ #, c-format
+@@ -998,19 +984,17 @@
+ msgstr "\t\tWyk³adnik (bitów: %d):\n"
+ 
+ #: lib/x509/output.c:1217
+-#, fuzzy, c-format
++#, c-format
+ msgid "\t\tCurve:\t%s\n"
+-msgstr "\t\tUtworzenie: %s\n"
++msgstr "\t\tKrzywa:\t%s\n"
+ 
+ #: lib/x509/output.c:1218
+-#, fuzzy
+ msgid "\t\tX:\n"
+-msgstr "\t\tP:\n"
++msgstr "\t\tX:\n"
+ 
+ #: lib/x509/output.c:1220
+-#, fuzzy
+ msgid "\t\tY:\n"
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnutls/gnutls-info.patch?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnutls/gnutls-link.patch?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnutls/gnutls.spec?r1=1.129&r2=1.130&f=u



More information about the pld-cvs-commit mailing list