[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libomemo][debian/master] 3 commits: d/patches: Add 12byte IVs patch
Evangelos Ribeiro Tzaras
gitlab at salsa.debian.org
Mon Nov 16 21:41:08 GMT 2020
Evangelos Ribeiro Tzaras pushed to branch debian/master at Debian On Mobile / libomemo
Commits:
23a5ccaf by Evangelos Ribeiro Tzaras at 2020-11-16T19:41:22+01:00
d/patches: Add 12byte IVs patch
- - - - -
6d9f9648 by Evangelos Ribeiro Tzaras at 2020-11-16T22:39:40+01:00
d/patches: Add Forwarded for forwarded patches
- - - - -
eb6bfc28 by Evangelos Ribeiro Tzaras at 2020-11-16T22:39:45+01:00
d/changelog: release 0.6.2+git20200527.e3b212-2
- - - - -
5 changed files:
- debian/changelog
- debian/patches/0000-build-dynamically-linked-library.patch
- debian/patches/0001-add-pkg-config-files.patch
- + debian/patches/0002-12-byte-IVs-24.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
-libomemo (0.6.2+git20200527.e3b212-2) UNRELEASED; urgency=low
+libomemo (0.6.2+git20200527.e3b212-2) unstable; urgency=low
+ [Evangelos Ribeiro Tzaras]
+ * Add 12byte IVs patch for compatibility with other XMPP clients
+ * Note the forwarded patches
+
+ [Federico Ceratto]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
- -- Federico Ceratto <federico at debian.org> Sun, 07 Jun 2020 22:55:54 -0000
+ -- Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu> Mon, 16 Nov 2020 19:36:10 +0100
libomemo (0.6.2+git20200527.e3b212-1) unstable; urgency=medium
=====================================
debian/patches/0000-build-dynamically-linked-library.patch
=====================================
@@ -1,5 +1,6 @@
From: Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu>
Subject: Compile as dynamically linked library
+Forwarded: https://github.com/gkdr/libomemo/pull/30
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@
=====================================
debian/patches/0001-add-pkg-config-files.patch
=====================================
@@ -1,5 +1,6 @@
From: Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu>
Subject: Add pkg-config files
+Forwarded: https://github.com/gkdr/libomemo/pull/30
--- /dev/null
+++ b/src/libomemo.pc
@@ -0,0 +1,10 @@
=====================================
debian/patches/0002-12-byte-IVs-24.patch
=====================================
@@ -0,0 +1,27 @@
+From 5f5c5175564bc62c0721afb0e3ebd9fa3b2464a2 Mon Sep 17 00:00:00 2001
+From: Neustradamus <104737+Neustradamus at users.noreply.github.com>
+Origin: https://github.com/gkdr/libomemo/pull/27
+Date: Thu, 23 Apr 2020 00:17:23 +0200
+Subject: [PATCH] 12-byte IVs (#24)
+
+12-byte IVs (#24)
+---
+ src/libomemo.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libomemo.h b/src/libomemo.h
+index ece8229..59a3e54 100644
+--- a/src/libomemo.h
++++ b/src/libomemo.h
+@@ -78,7 +78,7 @@ typedef struct omemo_crypto_provider {
+ } omemo_crypto_provider;
+
+ #define OMEMO_AES_128_KEY_LENGTH 16
+-#define OMEMO_AES_GCM_IV_LENGTH 16
++#define OMEMO_AES_GCM_IV_LENGTH 12
+ #define OMEMO_AES_GCM_TAG_LENGTH 16
+
+ #define OMEMO_LOG_OFF -1
+--
+2.29.2
+
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
0000-build-dynamically-linked-library.patch
0001-add-pkg-config-files.patch
+0002-12-byte-IVs-24.patch
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libomemo/-/compare/d301f62f9ca6572c9354af1abfdfa7e571b422d9...eb6bfc28b906f3f54778d5421e2f62ea6e4a85dc
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libomemo/-/compare/d301f62f9ca6572c9354af1abfdfa7e571b422d9...eb6bfc28b906f3f54778d5421e2f62ea6e4a85dc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20201116/68403b23/attachment-0001.html>
More information about the Debian-on-mobile-maintainers
mailing list