diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-25 22:41:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-25 22:41:06 +0000 |
commit | 426a27dea384b826ff32915ea8c963f9dcfe60b8 (patch) | |
tree | e6ca0efcb0c32145057d5a8b26ba1c1203daf617 /packages | |
parent | 602f6ce52feb179a83a945b7f2dc82736e92d922 (diff) |
gnutls: Minor patch to signatures.texi so that it will parse correctly with older versions of texinfo (like the version in Debian Sarge).
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnutls/gnutls-1.3.5/gnutls-texinfo-euro.patch | 16 | ||||
-rw-r--r-- | packages/gnutls/gnutls_1.3.5.bb | 5 |
2 files changed, 19 insertions, 2 deletions
diff --git a/packages/gnutls/gnutls-1.3.5/gnutls-texinfo-euro.patch b/packages/gnutls/gnutls-1.3.5/gnutls-texinfo-euro.patch new file mode 100644 index 0000000000..e2a2762424 --- /dev/null +++ b/packages/gnutls/gnutls-1.3.5/gnutls-texinfo-euro.patch @@ -0,0 +1,16 @@ +The version of texinfo in Debian Sarge does not understand the @euro{} command. +This patch replaces the @euro{} command with the word "euro". + +--- gnutls-1.3.5/doc/signatures.texi.orig 2006-04-26 08:06:40.918268000 +0930 ++++ gnutls-1.3.5/doc/signatures.texi 2006-04-26 08:06:52.446515440 +0930 +@@ -11,8 +11,8 @@ + long as it is difficult enough to generate two different messages with + the same hash algorithm output. In that case the same signature could + be used as a proof for both messages. Nobody wants to sign an innocent +-message of donating 1 @euro{} to Greenpeace and find out that he +-donated 1.000.000 @euro{} to Bad Inc. ++message of donating 1 euro to Greenpeace and find out that he ++donated 1.000.000 euro to Bad Inc. + + For a hash algorithm to be called cryptographic the following three + requirements must hold diff --git a/packages/gnutls/gnutls_1.3.5.bb b/packages/gnutls/gnutls_1.3.5.bb index 90475b4162..df007739be 100644 --- a/packages/gnutls/gnutls_1.3.5.bb +++ b/packages/gnutls/gnutls_1.3.5.bb @@ -3,10 +3,11 @@ DEPENDS = "zlib libgcrypt lzo" MAINTAINER = "Eric Shattow <lucent@gmail.com>" LICENSE = "LGPL" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/devel/gnutls-${PV}.tar.bz2 \ - file://gnutls-openssl.patch;patch=1" + file://gnutls-openssl.patch;patch=1 \ + file://gnutls-texinfo-euro.patch;patch=1" inherit autotools inherit binconfig |