Package: gnuplot / 5.0.5+dfsg1-6+deb9u1

Metadata

Package Version Patches format
gnuplot 5.0.5+dfsg1-6+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
04_fix_libexecdir.diff | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix libexecdir
07_doc.patch | (download)

docs/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix path in documentation generation
08_disable_demo_plugin.patch | (download)

demo/Makefile.am | 4 0 + 4 - 0 !
demo/Makefile.am.in | 1 0 + 1 - 0 !
demo/Makefile.in | 2 0 + 2 - 0 !
3 files changed, 7 deletions(-)

 temporarly disable demo plugin
 this patch should be removed, when a new 
 version appears, where already no binaries
 in demo/plugin folder.
09_remove_beos.patch | (download)

configure.in | 5 0 + 5 - 0 !
src/Makefile.am | 6 1 + 5 - 0 !
2 files changed, 1 insertion(+), 10 deletions(-)

 remove beos-specific code
10_removepicins.patch | (download)

docs/Makefile.am | 1 0 + 1 - 0 !
docs/doc2tex.c | 6 0 + 6 - 0 !
2 files changed, 7 deletions(-)

 removes picins latex include
11_fix_linkage_wx.patch | (download)

src/Makefile.am | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add missing linkage against x11 libs.
13_honour_SOURCE_DATE_EPOCH.patch | (download)

term/post.trm | 36 33 + 3 - 0 !
1 file changed, 33 insertions(+), 3 deletions(-)

 honour source_date_epoch
 Get date from the environment variable SOURCE_DATE_EPOCH (when set),
 to build output timestamps.
 See https://reproducible-builds.org/specs/source-date-epoch/
14_strip_username_from_output.patch | (download)

term/post.trm | 10 1 + 9 - 0 !
1 file changed, 1 insertion(+), 9 deletions(-)

 strip username from output
 Strip username from output to make it reproducible.
20_CVE 2017 9670.patch | (download)

src/set.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix memory corruption vulnerability. cve-2017-9670