From 2588b7d48a215bfb1f3acdd8353b2fcb2c0a46f8c453059f025670c8cc7f13f2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Jun 2018 15:05:07 +0000 Subject: [PATCH] move patch formulae to in-patch descriptions OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=28 --- schily-2018-05-25_star_bufferoverflow.patch | 7 +++++++ schily-2018-05-25_star_configuration.patch | 6 ++++++ schily-2018-05-25_star_detect_gzip_failures.patch | 7 +++++++ schily-2018-05-25_star_lock.patch | 7 +++++++ schily-2018-05-25_star_mk.patch | 6 ++++++ schily-2018-05-25_star_no_fsync.patch | 7 +++++++ schily-2018-05-25_star_selinux.patch | 6 ++++++ schily-2018-05-25_star_use_ssh_by_default.patch | 6 ++++++ schily.spec | 8 -------- 9 files changed, 52 insertions(+), 8 deletions(-) diff --git a/schily-2018-05-25_star_bufferoverflow.patch b/schily-2018-05-25_star_bufferoverflow.patch index ca81aa5..5c8d8ba 100644 --- a/schily-2018-05-25_star_bufferoverflow.patch +++ b/schily-2018-05-25_star_bufferoverflow.patch @@ -1,3 +1,10 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +References: http://bugzilla.opensuse.org/625527 +X-Upstream: PATCH-FIX-UPSTREAM + +fix bufferoverflow + Index: schily-2018-05-25/star/longnames.c =================================================================== --- schily-2018-05-25.orig/star/longnames.c diff --git a/schily-2018-05-25_star_configuration.patch b/schily-2018-05-25_star_configuration.patch index c67cb06..7cc65a1 100644 --- a/schily-2018-05-25_star_configuration.patch +++ b/schily-2018-05-25_star_configuration.patch @@ -1,3 +1,9 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +X-Upstream: PATCH-FIX-SUSE + +Some default values for configuration/compilation + Index: schily-2018-05-25/DEFAULTS/Defaults.linux =================================================================== --- schily-2018-05-25.orig/DEFAULTS/Defaults.linux diff --git a/schily-2018-05-25_star_detect_gzip_failures.patch b/schily-2018-05-25_star_detect_gzip_failures.patch index 86fd15c..f23605c 100644 --- a/schily-2018-05-25_star_detect_gzip_failures.patch +++ b/schily-2018-05-25_star_detect_gzip_failures.patch @@ -1,3 +1,10 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +References: http://bugzilla.opensuse.org/858660 +X-Upstream: PATCH-FIX-UPSTREAM + +detect gzip failures + Index: schily-2018-05-25/star/buffer.c =================================================================== --- schily-2018-05-25.orig/star/buffer.c diff --git a/schily-2018-05-25_star_lock.patch b/schily-2018-05-25_star_lock.patch index 24f21d6..7bd8f0e 100644 --- a/schily-2018-05-25_star_lock.patch +++ b/schily-2018-05-25_star_lock.patch @@ -1,3 +1,10 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +References: http://bugzilla.opensuse.org/414251 +X-Upstream: PATCH-FIX-SUSE + +Set read lock before using the semaphore wait on a pipe fd to avoid deadlock + Index: schily-2018-05-25/star/fifo.c =================================================================== --- schily-2018-05-25.orig/star/fifo.c diff --git a/schily-2018-05-25_star_mk.patch b/schily-2018-05-25_star_mk.patch index 6ed61de..0b4ae61 100644 --- a/schily-2018-05-25_star_mk.patch +++ b/schily-2018-05-25_star_mk.patch @@ -1,3 +1,9 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +X-Upstream: PATCH-FIX-UPSTREAM + +Fix broken star.mk in 1.5.3 (included from all.mk) + Index: schily-2018-05-25/star/star.mk =================================================================== --- schily-2018-05-25.orig/star/star.mk diff --git a/schily-2018-05-25_star_no_fsync.patch b/schily-2018-05-25_star_no_fsync.patch index cf4b138..2f7ef8d 100644 --- a/schily-2018-05-25_star_no_fsync.patch +++ b/schily-2018-05-25_star_no_fsync.patch @@ -1,3 +1,10 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +References: http://bugzilla.opensuse.org/97500 +X-Upstream: PATCH-FIX-SUSE + +do not run FSYNC by default + Index: schily-2018-05-25/star/star.c =================================================================== --- schily-2018-05-25.orig/star/star.c diff --git a/schily-2018-05-25_star_selinux.patch b/schily-2018-05-25_star_selinux.patch index d17584a..a3f9ee1 100644 --- a/schily-2018-05-25_star_selinux.patch +++ b/schily-2018-05-25_star_selinux.patch @@ -1,3 +1,9 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +X-Upstream: PATCH-FIX-UPSTREAM + +Implement selinux + Index: schily-2018-05-25/autoconf/rules.cnf.in =================================================================== --- schily-2018-05-25.orig/autoconf/rules.cnf.in diff --git a/schily-2018-05-25_star_use_ssh_by_default.patch b/schily-2018-05-25_star_use_ssh_by_default.patch index 087778d..8d1168d 100644 --- a/schily-2018-05-25_star_use_ssh_by_default.patch +++ b/schily-2018-05-25_star_use_ssh_by_default.patch @@ -1,3 +1,9 @@ +From: Kristyna Streitova +Date: Wed, 06 Jun 2018 14:51:57 +0000 +X-Upstream: PATCH-FIX-SUSE + +use ssh as adefault remote access method + Index: schily-2018-05-25/librmt/remote.c =================================================================== --- schily-2018-05-25.orig/librmt/remote.c diff --git a/schily.spec b/schily.spec index e6825c8..5cad1fd 100644 --- a/schily.spec +++ b/schily.spec @@ -35,21 +35,13 @@ Url: http://cdrtools.sourceforge.net/private/cdrecord.html Source: https://downloads.sf.net/schilytools/%name-%rver.tar.bz2 Source1: README-FIRST Patch1: iconv-name.diff -# PATCH-FIX-SUSE: some default values for configuration/compilation Patch2: schily-2018-05-25_star_configuration.patch -# PATCH-FIX-SUSE: [bnc#97500] do not run FSYNC by default Patch3: schily-2018-05-25_star_no_fsync.patch -# PATCH-FIX-SUSE: [bnc#414251] set read lock before using the semaphore wait on a pipe fd to avoid deadlock Patch4: schily-2018-05-25_star_lock.patch -# PATCH-FIX-UPSTREAM: [bnc#858660] detect gzip failures Patch5: schily-2018-05-25_star_detect_gzip_failures.patch -# PATCH-FIX-UPSTREAM: [bnc#625527] fix bufferoverflow Patch6: schily-2018-05-25_star_bufferoverflow.patch -# PATCH-FIX-SUSE: use ssh as adefault remote access method Patch7: schily-2018-05-25_star_use_ssh_by_default.patch -# PATCH-FIX-UPSTREAM: Fix broken star.mk in 1.5.3 (included from all.mk) Patch8: schily-2018-05-25_star_mk.patch -# PATCH-FIX-UPSTREAM: Implement selinux Patch9: schily-2018-05-25_star_selinux.patch # Honor https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).