Skip to content

Instantly share code, notes, and snippets.

From: Markus Koschany <apo@debian.org>
Date: Sun, 28 Oct 2018 21:06:03 +0100
Subject: french translation
---
AUTHORS | 1 +
multilang/README | 3 +-
multilang/eboard.fr.po | 314 ++++++++++++++++++++++++-------------------------
3 files changed, 160 insertions(+), 158 deletions(-)
From: Chris Lamb <lamby@debian.org>
Date: Thu, 25 Oct 2018 23:06:05 +0200
Subject: reproducible build
Make the build reproducible.
---
scripts/tinydoc.py | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/scripts/tinydoc.py b/scripts/tinydoc.py
From: Markus Koschany <apo@debian.org>
Date: Mon, 10 Sep 2018 19:20:08 +0200
Subject: make-webext
---
tools/make-webext.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/make-webext.sh b/tools/make-webext.sh
index c77b5c0..2659c95 100755
From: Markus Koschany <apo@debian.org>
Date: Fri, 28 Jul 2017 01:14:39 +0200
Subject: no execstring
The execstring is not necessary in trackballs.desktop.
---
CMakeLists.txt | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
From: Markus Koschany <apo@debian.org>
Date: Fri, 28 Jul 2017 00:48:09 +0200
Subject: manpage
---
share/trackballs.6 | 58 +++++++++++++++++++++++++-----------------------------
1 file changed, 27 insertions(+), 31 deletions(-)
diff --git a/share/trackballs.6 b/share/trackballs.6
index 0db8026..2598051 100644
From: Markus Koschany <apo@debian.org>
Date: Sat, 22 Jul 2017 19:10:05 +0200
Subject: desktop file
---
share/icons/trackballs.desktop | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/share/icons/trackballs.desktop b/share/icons/trackballs.desktop
index 2a37e52..c91fbd7 100644
From: Markus Koschany <apo@debian.org>
Date: Sun, 9 Apr 2017 16:05:34 +0200
Subject: CVE-2015-6644
---
.../bouncycastle/crypto/modes/GCMBlockCipher.java | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/org/bouncycastle/crypto/modes/GCMBlockCipher.java b/src/org/bouncycastle/crypto/modes/GCMBlockCipher.java
index 9e617ec..9a0ef6b 100644
From: Markus Koschany <apo@debian.org>
Date: Sun, 9 Apr 2017 20:16:02 +0200
Subject: CVE-2015-6644
---
.../bouncycastle/crypto/modes/GCMBlockCipher.java | 38 ++++++++++++++--------
1 file changed, 24 insertions(+), 14 deletions(-)
diff --git a/src/org/bouncycastle/crypto/modes/GCMBlockCipher.java b/src/org/bouncycastle/crypto/modes/GCMBlockCipher.java
index 8e7c315..73193bc 100644
From: Markus Koschany <apo@debian.org>
Date: Sun, 9 Apr 2017 16:05:34 +0200
Subject: CVE-2015-6644
---
src/org/bouncycastle/crypto/modes/GCMBlockCipher.java | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/org/bouncycastle/crypto/modes/GCMBlockCipher.java b/src/org/bouncycastle/crypto/modes/GCMBlockCipher.java
index 9e617ec..4f5466e 100644
@apoleon
apoleon / multiarch.patch
Created October 23, 2016 18:24
freeorion: Allow installation of libraries into Multiarch directories
Description: the include(GNUInstallDirs) should go *after* "project" declaration.
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2016-10-23
--- freeorion-0.4.6.orig/CMakeLists.txt
+++ freeorion-0.4.6/CMakeLists.txt
@@ -1,7 +1,5 @@
cmake_minimum_required(VERSION 2.8.5)