[Pkg-gnupg-commit] [libgpg-error] 22/22: updated patches, dropping fixes already upstream

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Dec 24 21:19:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository libgpg-error.

commit d04c5350552731a1e79acb7b4e6214e859012b43
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sat Dec 24 16:11:11 2016 -0500

    updated patches, dropping fixes already upstream
---
 .../patches/0001-avoid-identifying-as-beta.patch   |   2 +-
 ...re-revision-by-length-of-debian-changelog.patch |   4 +-
 ...04-Fix-misspellings-in-error-descriptions.patch | 524 ---------------------
 debian/patches/series                              |   1 -
 4 files changed, 3 insertions(+), 528 deletions(-)

diff --git a/debian/patches/0001-avoid-identifying-as-beta.patch b/debian/patches/0001-avoid-identifying-as-beta.patch
index 5ec39e7..3a5e3be 100644
--- a/debian/patches/0001-avoid-identifying-as-beta.patch
+++ b/debian/patches/0001-avoid-identifying-as-beta.patch
@@ -11,7 +11,7 @@ This patch avoids that situation.
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index f9b1f1e..5683524 100644
+index 3d8bb12..3efcd1c 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -40,7 +40,7 @@ m4_define([mym4_revision_dec],
diff --git a/debian/patches/0002-Measure-revision-by-length-of-debian-changelog.patch b/debian/patches/0002-Measure-revision-by-length-of-debian-changelog.patch
index 6974589..48f4dce 100644
--- a/debian/patches/0002-Measure-revision-by-length-of-debian-changelog.patch
+++ b/debian/patches/0002-Measure-revision-by-length-of-debian-changelog.patch
@@ -17,10 +17,10 @@ the git ID.
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 5683524..760a468 100644
+index 3efcd1c..37881ab 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -35,7 +35,7 @@ m4_define([mym4_version_minor], [25])
+@@ -35,7 +35,7 @@ m4_define([mym4_version_minor], [26])
  # processing is done by autoconf and not during the configure run.
  m4_define([mym4_version], [mym4_version_major.mym4_version_minor])
  m4_define([mym4_revision],
diff --git a/debian/patches/0004-Fix-misspellings-in-error-descriptions.patch b/debian/patches/0004-Fix-misspellings-in-error-descriptions.patch
deleted file mode 100644
index b921fa6..0000000
--- a/debian/patches/0004-Fix-misspellings-in-error-descriptions.patch
+++ /dev/null
@@ -1,524 +0,0 @@
-From: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
-Date: Mon, 5 Dec 2016 16:38:00 -0500
-Subject: Fix misspellings in error descriptions.
-
-Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
----
- doc/errorref.txt    | 2 +-
- po/cs.po            | 4 ++--
- po/da.po            | 4 ++--
- po/de.po            | 4 ++--
- po/eo.po            | 4 ++--
- po/fr.po            | 8 ++++----
- po/hu.po            | 4 ++--
- po/it.po            | 4 ++--
- po/ja.po            | 4 ++--
- po/libgpg-error.pot | 4 ++--
- po/nl.po            | 4 ++--
- po/pl.po            | 4 ++--
- po/pt.po            | 4 ++--
- po/ro.po            | 4 ++--
- po/ru.po            | 4 ++--
- po/sr.po            | 4 ++--
- po/sv.po            | 4 ++--
- po/uk.po            | 4 ++--
- po/vi.po            | 4 ++--
- po/zh_CN.po         | 4 ++--
- po/zh_TW.po         | 4 ++--
- src/err-codes.h     | 4 ++--
- src/err-codes.h.in  | 4 ++--
- 23 files changed, 47 insertions(+), 47 deletions(-)
-
-diff --git a/doc/errorref.txt b/doc/errorref.txt
-index 0203724..da4510e 100644
---- a/doc/errorref.txt
-+++ b/doc/errorref.txt
-@@ -739,7 +739,7 @@ GPG_ERR_BAD_HS_CERT_VER         Bad certificate verify message in handshake
- 
-     NTBTLS: - As the description says.
- 
--GPG_ERR_BAD_HS_CHANGE_CIPHER    Bad change cipher messsage in handshake
-+GPG_ERR_BAD_HS_CHANGE_CIPHER    Bad change cipher message in handshake
- 
-     NTBTLS: - As the description says.
- 
-diff --git a/po/cs.po b/po/cs.po
-index 6a425ab..2b4b75a 100644
---- a/po/cs.po
-+++ b/po/cs.po
-@@ -1089,7 +1089,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Chybná zpráva o ověření certifikátu v zahájení"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Chybná zpráva se změnou šifry v zahájení"
- 
- #: src/err-codes.h:269
-@@ -1101,7 +1101,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Chybná zpráva s pozdravem serveru v zahájení"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Chybná zpráva o dokončení pozdravu serveru v zahájení"
- 
- #: src/err-codes.h:272
-diff --git a/po/da.po b/po/da.po
-index e7cfcb8..d54f017 100644
---- a/po/da.po
-+++ b/po/da.po
-@@ -1084,7 +1084,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Besked om ødelagt certifikatforespørgsel i håndtrykket"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Ødelagt »ændr chiffer«-besked i håndtrykket"
- 
- #: src/err-codes.h:269
-@@ -1097,7 +1097,7 @@ msgstr "Besked om ødelagt serverhilsen i håndtrykket"
- 
- # engelsk fejl
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Ødelagt »afsluttet serverhilsen«-besked i håndtrykket"
- 
- #: src/err-codes.h:272
-diff --git a/po/de.po b/po/de.po
-index 7a1016e..0c0e711 100644
---- a/po/de.po
-+++ b/po/de.po
-@@ -1075,7 +1075,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Fehlerhafte Zertifikatsüberprüfungsnachricht im Handshake"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Fehlerhafte Verschlüsselungsalgorithmuswechselnachricht im Handshake"
- 
- #: src/err-codes.h:269
-@@ -1087,7 +1087,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Fehlerhafte \"Server Hello\" Nachricht im Handshake"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Fehlerhafte \"Server Hello Done\" Nachricht im Handshake"
- 
- #: src/err-codes.h:272
-diff --git a/po/eo.po b/po/eo.po
-index 14bb659..f360f1a 100644
---- a/po/eo.po
-+++ b/po/eo.po
-@@ -1139,7 +1139,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1151,7 +1151,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/fr.po b/po/fr.po
-index 1fcc835..76fa805 100644
---- a/po/fr.po
-+++ b/po/fr.po
-@@ -1081,9 +1081,9 @@ msgstr "Mauvais message de demande de certificat dans l’initialisation"
- msgid "Bad certificate verify message in handshake"
- msgstr "Mauvais message de vérification de certificat dans l’initialisation"
- 
--# NOTE: s/messsage/message/
-+# NOTE: s/message/message/
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Mauvais message de modification d’algorithme dans l’initialisation"
- 
- #: src/err-codes.h:269
-@@ -1094,9 +1094,9 @@ msgstr "Mauvais message de salut du client dans l’initialisation"
- msgid "Bad server hello message in handshake"
- msgstr "Mauvais message de salut du serveur dans l’initialisation"
- 
--# NOTE: s/hanshake/handshake/
-+# NOTE: s/handshake/handshake/
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Mauvais message de fin de salut du serveur dans l’initialisation"
- 
- #: src/err-codes.h:272
-diff --git a/po/hu.po b/po/hu.po
-index f6a8d49..00d65f4 100644
---- a/po/hu.po
-+++ b/po/hu.po
-@@ -1137,7 +1137,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1149,7 +1149,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/it.po b/po/it.po
-index fc5ca7b..62256ff 100644
---- a/po/it.po
-+++ b/po/it.po
-@@ -1080,7 +1080,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Messaggio di verifica del certificato errato nell'handshake"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Messaggi di modifica cifrario errato nell'handshake"
- 
- #: src/err-codes.h:269
-@@ -1092,7 +1092,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Messaggio server hello errato nell'handshake"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Messaggio server hello completato errato nell'handshake"
- 
- #: src/err-codes.h:272
-diff --git a/po/ja.po b/po/ja.po
-index 137f4c5..07372c1 100644
---- a/po/ja.po
-+++ b/po/ja.po
-@@ -1071,7 +1071,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "ハンドシェークで誤った証明書検証メッセージです"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "ハンドシェークで誤った暗号変更メッセージです"
- 
- #: src/err-codes.h:269
-@@ -1083,7 +1083,7 @@ msgid "Bad server hello message in handshake"
- msgstr "ハンドシェークで誤ったサーバハローメッセージです"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "ハンドシェークで誤ったサーバハロー了解メッセージです"
- 
- #: src/err-codes.h:272
-diff --git a/po/libgpg-error.pot b/po/libgpg-error.pot
-index c2be2ee..2a50bfd 100644
---- a/po/libgpg-error.pot
-+++ b/po/libgpg-error.pot
-@@ -1070,7 +1070,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1082,7 +1082,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/nl.po b/po/nl.po
-index a657b58..8595a71 100644
---- a/po/nl.po
-+++ b/po/nl.po
-@@ -1081,7 +1081,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Slecht certificaatbericht over verificatie in uitwisseling"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Slecht wijzigingsbericht over vercijfering in uitwisseling"
- 
- #: src/err-codes.h:269
-@@ -1093,7 +1093,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Slecht hello-bericht van server in uitwisseling"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Slecht hello-gedaan-bericht van server in uitwisseling"
- 
- #: src/err-codes.h:272
-diff --git a/po/pl.po b/po/pl.po
-index 582aae1..ca64023 100644
---- a/po/pl.po
-+++ b/po/pl.po
-@@ -1069,7 +1069,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Błędny komunikat weryfikacji certyfikatu przy powitaniu"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Błędny komunikat zmiany szyfru przy powitaniu"
- 
- #: src/err-codes.h:269
-@@ -1081,7 +1081,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Błędny komunikat przywitania serwera w powitaniu"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Błędny komunikat zakończenia przywitania serwera w powitaniu"
- 
- #: src/err-codes.h:272
-diff --git a/po/pt.po b/po/pt.po
-index 957a0f2..47c95d2 100644
---- a/po/pt.po
-+++ b/po/pt.po
-@@ -1081,7 +1081,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Mensagem de verificação de certificado errada no handshake"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Mensagem de alteração de certificado errada no handshake"
- 
- #: src/err-codes.h:269
-@@ -1093,7 +1093,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Mensagem de hello do servidor errada no handshake"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Mensagem de hello done do servidor errada no handshake"
- 
- #: src/err-codes.h:272
-diff --git a/po/ro.po b/po/ro.po
-index 0b2c007..5b26762 100644
---- a/po/ro.po
-+++ b/po/ro.po
-@@ -1139,7 +1139,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1151,7 +1151,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/ru.po b/po/ru.po
-index 76d5d79..04ce3c8 100644
---- a/po/ru.po
-+++ b/po/ru.po
-@@ -1075,7 +1075,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "Плохое сообщение-проверка сертификата при установлении связи"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Плохое сообщение смены шифра при установлении связи"
- 
- #: src/err-codes.h:269
-@@ -1087,7 +1087,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Плохое начальное сообщение сервера при установлении связи"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "Плохая квитанция сервера на начальное сообщение при установлении связи"
- 
- #: src/err-codes.h:272
-diff --git a/po/sr.po b/po/sr.po
-index a50041b..07106e7 100644
---- a/po/sr.po
-+++ b/po/sr.po
-@@ -1136,7 +1136,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1148,7 +1148,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/sv.po b/po/sv.po
-index 6e10fc8..0760f88 100644
---- a/po/sv.po
-+++ b/po/sv.po
-@@ -1126,7 +1126,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1138,7 +1138,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/uk.po b/po/uk.po
-index 1a3a4e4..7997b21 100644
---- a/po/uk.po
-+++ b/po/uk.po
-@@ -1080,7 +1080,7 @@ msgstr ""
- "зв’язку"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "Помилкове повідомлення щодо зміни шифру під час підтвердження зв’язку"
- 
- #: src/err-codes.h:269
-@@ -1092,7 +1092,7 @@ msgid "Bad server hello message in handshake"
- msgstr "Помилкове вітальне повідомлення сервера під час підтвердження зв’язку"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- "Помилкове повідомлення про завершення вітання від сервера під час "
- "підтвердження зв’язку"
-diff --git a/po/vi.po b/po/vi.po
-index 2f2bbcc..8317644 100644
---- a/po/vi.po
-+++ b/po/vi.po
-@@ -1128,7 +1128,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1140,7 +1140,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/zh_CN.po b/po/zh_CN.po
-index 15fd948..a70f667 100644
---- a/po/zh_CN.po
-+++ b/po/zh_CN.po
-@@ -1125,7 +1125,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:269
-@@ -1137,7 +1137,7 @@ msgid "Bad server hello message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr ""
- 
- #: src/err-codes.h:272
-diff --git a/po/zh_TW.po b/po/zh_TW.po
-index 64b5bcd..ca4c16d 100644
---- a/po/zh_TW.po
-+++ b/po/zh_TW.po
-@@ -1083,7 +1083,7 @@ msgid "Bad certificate verify message in handshake"
- msgstr "交握中的不良憑證驗證訊息"
- 
- #: src/err-codes.h:268
--msgid "Bad change cipher messsage in handshake"
-+msgid "Bad change cipher message in handshake"
- msgstr "交握中的不良變更密碼法訊息"
- 
- #: src/err-codes.h:269
-@@ -1095,7 +1095,7 @@ msgid "Bad server hello message in handshake"
- msgstr "交握中的不良伺服器問候訊息"
- 
- #: src/err-codes.h:271
--msgid "Bad server hello done message in hanshake"
-+msgid "Bad server hello done message in handshake"
- msgstr "交握中的不良伺服器問候完成訊息"
- 
- #: src/err-codes.h:272
-diff --git a/src/err-codes.h b/src/err-codes.h
-index 1e8d0dd..2cb0073 100644
---- a/src/err-codes.h
-+++ b/src/err-codes.h
-@@ -265,10 +265,10 @@ static const char msgstr[] =
-   gettext_noop ("Bad certificate message in handshake") "\0"
-   gettext_noop ("Bad certificate request message in handshake") "\0"
-   gettext_noop ("Bad certificate verify message in handshake") "\0"
--  gettext_noop ("Bad change cipher messsage in handshake") "\0"
-+  gettext_noop ("Bad change cipher message in handshake") "\0"
-   gettext_noop ("Bad client hello message in handshake") "\0"
-   gettext_noop ("Bad server hello message in handshake") "\0"
--  gettext_noop ("Bad server hello done message in hanshake") "\0"
-+  gettext_noop ("Bad server hello done message in handshake") "\0"
-   gettext_noop ("Bad finished message in handshake") "\0"
-   gettext_noop ("Bad server key exchange message in handshake") "\0"
-   gettext_noop ("Bad client key exchange message in handshake") "\0"
-diff --git a/src/err-codes.h.in b/src/err-codes.h.in
-index 082819e..de703d7 100644
---- a/src/err-codes.h.in
-+++ b/src/err-codes.h.in
-@@ -274,10 +274,10 @@
- 240	GPG_ERR_BAD_HS_CERT		Bad certificate message in handshake
- 241	GPG_ERR_BAD_HS_CERT_REQ		Bad certificate request message in handshake
- 242	GPG_ERR_BAD_HS_CERT_VER		Bad certificate verify message in handshake
--243	GPG_ERR_BAD_HS_CHANGE_CIPHER	Bad change cipher messsage in handshake
-+243	GPG_ERR_BAD_HS_CHANGE_CIPHER	Bad change cipher message in handshake
- 244	GPG_ERR_BAD_HS_CLIENT_HELLO	Bad client hello message in handshake
- 245	GPG_ERR_BAD_HS_SERVER_HELLO	Bad server hello message in handshake
--246	GPG_ERR_BAD_HS_SERVER_HELLO_DONE	Bad server hello done message in hanshake
-+246	GPG_ERR_BAD_HS_SERVER_HELLO_DONE	Bad server hello done message in handshake
- 247	GPG_ERR_BAD_HS_FINISHED		Bad finished message in handshake
- 248	GPG_ERR_BAD_HS_SERVER_KEX	Bad server key exchange message in handshake
- 249	GPG_ERR_BAD_HS_CLIENT_KEX	Bad client key exchange message in handshake
diff --git a/debian/patches/series b/debian/patches/series
index 6776b0d..46e7f1e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 0001-avoid-identifying-as-beta.patch
 0002-Measure-revision-by-length-of-debian-changelog.patch
 0003-avoid-whitespace-in-gpg-error.def-linker-script-for-.patch
-0004-Fix-misspellings-in-error-descriptions.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git



More information about the Pkg-gnupg-commit mailing list