diff options
author | Guilhem Moulin <guilhem@debian.org> | 2025-04-26 18:25:09 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2025-04-26 18:28:55 +0200 |
commit | e5d3ebac3c693bd6bb2796375352ec581a1cc0ab (patch) | |
tree | 2e4fa9cc73259f5cce31d0461d10388da2eea675 /debian/patches/Fix-struct-flock-and-timeval-packing-on-armhf.patch | |
parent | 9d9aed0761dac394d271bf3c5ca10db5b2d7da81 (diff) |
Refresh d/patches and drop those applied upstream.
Diffstat (limited to 'debian/patches/Fix-struct-flock-and-timeval-packing-on-armhf.patch')
-rw-r--r-- | debian/patches/Fix-struct-flock-and-timeval-packing-on-armhf.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/Fix-struct-flock-and-timeval-packing-on-armhf.patch b/debian/patches/Fix-struct-flock-and-timeval-packing-on-armhf.patch index 460672f..886e871 100644 --- a/debian/patches/Fix-struct-flock-and-timeval-packing-on-armhf.patch +++ b/debian/patches/Fix-struct-flock-and-timeval-packing-on-armhf.patch @@ -12,7 +12,7 @@ Bug-Debian: https://bugs.debian.org/1067763 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm -index 55a18a0..7824988 100644 +index 10162c7..699f58d 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -23,6 +23,7 @@ use strict; @@ -36,7 +36,7 @@ index 55a18a0..7824988 100644 or $self->fail("setsockopt SO_RCVTIMEO: $!"); setsockopt($s, Socket::SOL_SOCKET, Socket::SO_SNDTIMEO, $timeout) diff --git a/pullimap b/pullimap -index 8be78da..1964c63 100755 +index d4aebf9..68dfd96 100755 --- a/pullimap +++ b/pullimap @@ -31,6 +31,8 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version @@ -46,7 +46,7 @@ index 8be78da..1964c63 100755 +use Config; + use lib "./lib"; - use Net::IMAP::InterIMAP 0.5.7 qw/xdg_basedir read_config compact_set/; + use Net::IMAP::InterIMAP 0.5.8 qw/xdg_basedir read_config compact_set/; @@ -88,7 +90,9 @@ do { |