forked from pool/schily
move patch formulae to in-patch descriptions
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=28
This commit is contained in:
parent
214927d25b
commit
2588b7d48a
@ -1,3 +1,10 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -1,3 +1,10 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -1,3 +1,10 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -1,3 +1,10 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
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
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user