packages: gnutls/gnutls-info.patch, gnutls/gnutls-pl.po-update.patch, gnutl...
qboosh
qboosh at pld-linux.org
Thu Dec 15 20:49:09 CET 2011
Author: qboosh Date: Thu Dec 15 19:49:09 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 3.0.9
- updated info,pl.po-update patches
- man3 pages restored
---- Files affected:
packages/gnutls:
gnutls-info.patch (1.8 -> 1.9) , gnutls-pl.po-update.patch (1.7 -> 1.8) , gnutls.spec (1.140 -> 1.141)
---- Diffs:
================================================================
Index: packages/gnutls/gnutls-info.patch
diff -u packages/gnutls/gnutls-info.patch:1.8 packages/gnutls/gnutls-info.patch:1.9
--- packages/gnutls/gnutls-info.patch:1.8 Mon Sep 19 18:53:36 2011
+++ packages/gnutls/gnutls-info.patch Thu Dec 15 20:49:04 2011
@@ -29,61 +29,18 @@
@end direntry
@titlepage
---- gnutls-3.0.3/doc/cha-programs.texi.orig 2011-09-13 22:31:56.000000000 +0200
-+++ gnutls-3.0.3/doc/cha-programs.texi 2011-09-19 18:36:27.591108094 +0200
-@@ -6,16 +6,16 @@
- application. The applications are discussed in this chapter.
-
- @menu
--* Invoking certtool::
--* Invoking gnutls-cli::
--* Invoking gnutls-cli-debug::
--* Invoking gnutls-serv::
--* Invoking psktool::
--* Invoking srptool::
--* Invoking p11tool::
-+* certtool::
-+* gnutls-cli::
-+* gnutls-cli-debug::
-+* gnutls-serv::
-+* psktool::
-+* srptool::
-+* p11tool::
- @end menu
+--- gnutls-3.0.9/doc/cha-programs.texi.orig 2011-11-24 17:38:52.000000000 +0100
++++ gnutls-3.0.9/doc/cha-programs.texi 2011-12-15 18:36:00.397618719 +0100
+@@ -304,7 +304,7 @@
+ @end smallexample
-- at node Invoking certtool
-+ at node certtool
- @section Invoking certtool
- @cindex certtool
-
-@@ -355,7 +355,7 @@
- #ipsec_ike_key
- @end example
-
-- at node Invoking gnutls-cli
-+ at node gnutls-cli
- @section Invoking gnutls-cli
- @cindex gnutls-cli
-
-@@ -450,7 +450,7 @@
- @code{--pskkey} parameter, it will query only for the password during
- the handshake.
-
-- at node Invoking gnutls-cli-debug
-+ at node gnutls-cli-debug
- @section Invoking gnutls-cli-debug
- @cindex gnutls-cli-debug
-
-@@ -496,7 +496,7 @@
- Checking for OpenPGP authentication support (TLS extension)... no
- @end example
-
-- at node Invoking gnutls-serv
-+ at node gnutls-serv
- @section Invoking gnutls-serv
- @cindex gnutls-serv
+ The next step is to add support for SRP authentication. This requires
+-an SRP password file (see @ref{Invoking srptool}).
++an SRP password file (see @ref{srptool}).
+ To start the server with SRP support:
-@@ -699,7 +699,7 @@
+ @smallexample
+@@ -314,7 +314,7 @@
@end smallexample
Let's also start a server with support for PSK. This would require
@@ -92,39 +49,6 @@
@smallexample
gnutls-serv --http \
-@@ -723,7 +723,7 @@
- --pskpasswd psk-passwd.txt
- @end smallexample
-
-- at node Invoking psktool
-+ at node psktool
- @section Invoking psktool
- @cindex psktool
-
-@@ -754,9 +754,9 @@
- $
- @end smallexample
-
-- at node Invoking srptool
-+ at node srptool
- @section Invoking srptool
-- at anchor{srptool}
-+ at anchor{Invoking srptool}
- @cindex srptool
-
- The @file{srptool} is a very simple program that emulates the programs
-@@ -795,9 +795,9 @@
- --passwd-conf /etc/tpasswd.conf --verify -u test
- @end smallexample
-
-- at node Invoking p11tool
-+ at node p11tool
- @section Invoking p11tool
-- at anchor{p11tool}
-+ at anchor{Invoking p11tool}
- @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 @@
@@ -139,3 +63,42 @@
@end direntry
@titlepage
+--- gnutls-3.0.9/doc/cha-shared-key.texi.orig 2011-11-14 16:41:38.000000000 +0100
++++ gnutls-3.0.9/doc/cha-shared-key.texi 2011-12-15 18:37:14.547621201 +0100
+@@ -12,7 +12,7 @@
+
+ @menu
+ * Authentication using SRP::
+-* Invoking srptool::
++* srptool::
+ @end menu
+
+ @node Authentication using SRP
+@@ -69,7 +69,7 @@
+
+ @showfuncB{gnutls_srp_base64_encode,gnutls_srp_base64_decode}
+
+- at node Invoking srptool
++ at node srptool
+ @subsection Invoking srptool
+- at anchor{srptool}
++ at anchor{Invoking srptool}
+ @cindex srptool
+@@ -109,7 +109,7 @@
+
+ @menu
+ * Authentication using PSK::
+-* Invoking psktool::
++* psktool::
+ @end menu
+
+ @node Authentication using PSK
+@@ -145,7 +145,7 @@
+
+ @showfuncC{gnutls_key_generate,gnutls_hex_encode,gnutls_hex_decode}
+
+- at node Invoking psktool
++ at node psktool
+ @subsection Invoking psktool
+ @cindex psktool
+
================================================================
Index: packages/gnutls/gnutls-pl.po-update.patch
diff -u packages/gnutls/gnutls-pl.po-update.patch:1.7 packages/gnutls/gnutls-pl.po-update.patch:1.8
--- packages/gnutls/gnutls-pl.po-update.patch:1.7 Mon Nov 14 17:50:15 2011
+++ packages/gnutls/gnutls-pl.po-update.patch Thu Dec 15 20:49:04 2011
@@ -1,15 +1,15 @@
---- gnutls-3.0.8/po/pl.po.orig 2011-11-11 22:47:09.000000000 +0100
-+++ gnutls-3.0.8/po/pl.po 2011-11-14 17:18:01.207779369 +0100
+--- gnutls-3.0.9/po/pl.po.orig 2011-12-13 23:07:19.000000000 +0100
++++ gnutls-3.0.9/po/pl.po 2011-12-15 18:43:38.024300707 +0100
@@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libgnutls-3.0.0\n"
-+"Project-Id-Version: libgnutls-3.0.8\n"
++"Project-Id-Version: libgnutls-3.0.9\n"
"Report-Msgid-Bugs-To: bug-gnutls at gnu.org\n"
- "POT-Creation-Date: 2011-11-11 22:47+0100\n"
+ "POT-Creation-Date: 2011-12-13 23:07+0100\n"
-"PO-Revision-Date: 2011-08-03 18:46+0200\n"
-+"PO-Revision-Date: 2011-11-14 17:15+0100\n"
++"PO-Revision-Date: 2011-12-15 18:38+0100\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"
================================================================
Index: packages/gnutls/gnutls.spec
diff -u packages/gnutls/gnutls.spec:1.140 packages/gnutls/gnutls.spec:1.141
--- packages/gnutls/gnutls.spec:1.140 Mon Nov 14 17:50:15 2011
+++ packages/gnutls/gnutls.spec Thu Dec 15 20:49:04 2011
@@ -6,12 +6,12 @@
Summary: The GNU Transport Layer Security Library
Summary(pl.UTF-8): Biblioteka GNU TLS (Transport Layer Security)
Name: gnutls
-Version: 3.0.8
+Version: 3.0.9
Release: 1
License: LGPL v3+ (libgnutls), GPL v3+ (openssl library and tools)
Group: Libraries
Source0: ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.xz
-# Source0-md5: bce40a4e9bec343b266707eb9819132b
+# Source0-md5: 7e5d749f28eda1c781c89a2e520913c8
Patch0: %{name}-info.patch
Patch1: %{name}-link.patch
Patch2: %{name}-pl.po-update.patch
@@ -229,6 +229,7 @@
%{_includedir}/gnutls
%exclude %{_includedir}/gnutls/gnutlsxx.h
%{_pkgconfigdir}/gnutls.pc
+%{_mandir}/man3/gnutls_*.3*
%files static
%defattr(644,root,root,755)
@@ -263,6 +264,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.141 2011/12/15 19:49:04 qboosh
+- updated to 3.0.9
+- updated info,pl.po-update patches
+- man3 pages restored
+
Revision 1.140 2011/11/14 16:50:15 qboosh
- updated to 3.0.8
- updated pl.po-update patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnutls/gnutls-info.patch?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnutls/gnutls-pl.po-update.patch?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnutls/gnutls.spec?r1=1.140&r2=1.141&f=u
More information about the pld-cvs-commit
mailing list