Package: pushpin
Version: 1.39.1-2
Severity: normal
Tags: patch
X-Debbugs-Cc: werdah...@riseup.net

Hi,

we recently updated base64 to 0.22 in Debian. Since pushpin
build-depends it needs a simple patch. For your conveniece I attached
one.

best,

werdahias



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.10.11-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: OpenRC (via /run/openrc), PID 1: openrc-init
LSM: AppArmor: enabled

Versions of packages pushpin depends on:
ii  adduser                    3.137
ii  libc6                      2.40-3
ii  libgcc-s1                  14.2.0-6
ii  libqt5core5t64             5.15.13+dfsg-4
ii  libqt5network5t64          5.15.13+dfsg-4
ii  libssl3t64                 3.3.2-1
ii  libstdc++6                 14.2.0-6
ii  libzmq5                    4.3.5-1+b2
ii  lsb-base                   11.6
ii  sysvinit-utils [lsb-base]  3.10-2
ii  ucf                        3.0043+nmu1
pn  zurl                       <none>

pushpin recommends no packages.

pushpin suggests no packages.
commit baa6f4132155eb9a93ed70bf98d709aba38af016
Author: Matthias Geiger <werdah...@riseup.net>
Date:   Mon Oct 7 16:23:45 2024 +0200

   Patch pushpin for newer base64

diff --git a/debian/patches/base64.diff b/debian/patches/base64.diff
new file mode 100644
index 0000000..51bbb47
--- /dev/null
+++ b/debian/patches/base64.diff
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -20,7 +20,7 @@
+ 
+ [dependencies]
+ arrayvec = "0.7"
+-base64 = "0.21"
++base64 = "0.22"
+ clap = { version = "4", features = ["cargo", "string", "wrap_help", "derive"] 
}
+ config = "0.11"
+ httparse = "1.7"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..23094aa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+base64.diff

Reply via email to