[Pkg-privacy-commits] [libotr] 163/225: Drop Debian patches, we'll cherry-pick them directly in master.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit 3a709e03b8060172e0f526b001bf8f949a3b19fa
Author: intrigeri <intrigeri at boum.org>
Date: Tue Feb 18 20:18:05 2014 +0000
Drop Debian patches, we'll cherry-pick them directly in master.
---
debian/patches/message_fragment_fix.patch | 16 ----------------
debian/patches/series | 1 -
2 files changed, 17 deletions(-)
diff --git a/debian/patches/message_fragment_fix.patch b/debian/patches/message_fragment_fix.patch
deleted file mode 100644
index 554e335..0000000
--- a/debian/patches/message_fragment_fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Pass opdata when sending message fragment
-
-The inject_message callback was missing the opdata when sending message
-fragments.
-
---- a/src/message.c
-+++ b/src/message.c
-@@ -441,7 +441,7 @@ fragment:
- /* Fragment and send according to policy */
- if (!err && messagep && *messagep) {
- if (context) {
-- err = fragment_and_send(ops, NULL, context, *messagep,
-+ err = fragment_and_send(ops, opdata, context, *messagep,
- fragPolicy, messagep);
- }
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0f5a01c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-message_fragment_fix.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list