summaryrefslogtreecommitdiff
path: root/net-libs/librsync/files/librsync-0.9.7-getopt.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2020-12-16 00:00:18 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2020-12-16 00:00:18 +0000
commitc16790af2c9b4cbc38e565d4311252193ff85484 (patch)
tree4f43ee770507dee235d6b4f9433d9f807781fcc8 /net-libs/librsync/files/librsync-0.9.7-getopt.patch
parentfddf516add4924cfe9d698f116342e30b27d67b8 (diff)
downloadbaldeagleos-repo-21.1.1.tar.gz
baldeagleos-repo-21.1.1.tar.xz
baldeagleos-repo-21.1.1.zip
Updating liguros repo21.1.1
Diffstat (limited to 'net-libs/librsync/files/librsync-0.9.7-getopt.patch')
-rw-r--r--net-libs/librsync/files/librsync-0.9.7-getopt.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-libs/librsync/files/librsync-0.9.7-getopt.patch b/net-libs/librsync/files/librsync-0.9.7-getopt.patch
deleted file mode 100644
index 0859089b970a..000000000000
--- a/net-libs/librsync/files/librsync-0.9.7-getopt.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Patch by Daniel Baumann <daniel@debian.org> for librsync >= 0.9.7, which makes
-rdiff aware of -i and -z getopt options mentioned in --help output. For further
-information, please have a look to Debian bug ID #435894.
-
---- librsync-0.9.7/rdiff.c 2004-09-17 23:35:50.000000000 +0200
-+++ librsync-0.9.7/rdiff.c.getopt 2008-12-20 13:45:58.000000000 +0100
-@@ -97,8 +97,8 @@
- { "sum-size", 'S', POPT_ARG_INT, &strong_len },
- { "statistics", 's', POPT_ARG_NONE, &show_stats },
- { "stats", 0, POPT_ARG_NONE, &show_stats },
-- { "gzip", 0, POPT_ARG_NONE, 0, OPT_GZIP },
-- { "bzip2", 0, POPT_ARG_NONE, 0, OPT_BZIP2 },
-+ { "gzip", 'z', POPT_ARG_NONE, 0, OPT_GZIP },
-+ { "bzip2", 'i', POPT_ARG_NONE, 0, OPT_BZIP2 },
- { "paranoia", 0, POPT_ARG_NONE, &rs_roll_paranoia },
- { 0 }
- };