From 23553b3d1dd476ac72a62d945fbbb41141e4a919 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Sat, 6 Feb 2016 18:04:55 +0100 Subject: libbsd: bump version to 0.8.2 to fix CVE-2016-2090 Bump the version to 0.8.2, which includes a fix for the heap buffer overflow in fgetwln (CVE-2016-2090). Signed-off-by: Clemens Gruber [mol: don't forget the patch] Signed-off-by: Michael Olbrich --- ...1-use-I-instead-of-isystem-for-local-path.patch | 39 ---------------------- patches/libbsd-0.6.0/autogen.sh | 1 - patches/libbsd-0.6.0/series | 4 --- ...1-use-I-instead-of-isystem-for-local-path.patch | 39 ++++++++++++++++++++++ patches/libbsd-0.8.2/autogen.sh | 1 + patches/libbsd-0.8.2/series | 4 +++ 6 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 patches/libbsd-0.6.0/0001-use-I-instead-of-isystem-for-local-path.patch delete mode 120000 patches/libbsd-0.6.0/autogen.sh delete mode 100644 patches/libbsd-0.6.0/series create mode 100644 patches/libbsd-0.8.2/0001-use-I-instead-of-isystem-for-local-path.patch create mode 120000 patches/libbsd-0.8.2/autogen.sh create mode 100644 patches/libbsd-0.8.2/series (limited to 'patches') diff --git a/patches/libbsd-0.6.0/0001-use-I-instead-of-isystem-for-local-path.patch b/patches/libbsd-0.6.0/0001-use-I-instead-of-isystem-for-local-path.patch deleted file mode 100644 index 5eada1313..000000000 --- a/patches/libbsd-0.6.0/0001-use-I-instead-of-isystem-for-local-path.patch +++ /dev/null @@ -1,39 +0,0 @@ -From: Michael Olbrich -Date: Wed, 12 Feb 2014 11:28:04 +0100 -Subject: [PATCH] use '-I' instead of '-isystem' for local path - -Otherwise e.g. a 'md5.h' from system paths may be used instead of the -local one. - -Signed-off-by: Michael Olbrich ---- - src/Makefile.am | 2 +- - test/Makefile.am | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index 46f8634..ea7d47e 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -2,7 +2,7 @@ - - AM_CPPFLAGS = \ - -I$(top_builddir) \ -- -isystem $(top_srcdir)/include/bsd/ \ -+ -I$(top_srcdir)/include/bsd/ \ - -include $(top_builddir)/config.h \ - -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \ - -D__REENTRANT -diff --git a/test/Makefile.am b/test/Makefile.am -index d0e0f0b..e063af0 100644 ---- a/test/Makefile.am -+++ b/test/Makefile.am -@@ -2,7 +2,7 @@ - - AM_CPPFLAGS = \ - -I$(top_builddir) \ -- -isystem $(top_srcdir)/include/bsd/ \ -+ -I$(top_srcdir)/include/bsd/ \ - -include $(top_builddir)/config.h \ - -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \ - -D__REENTRANT diff --git a/patches/libbsd-0.6.0/autogen.sh b/patches/libbsd-0.6.0/autogen.sh deleted file mode 120000 index 9f8a4cb7d..000000000 --- a/patches/libbsd-0.6.0/autogen.sh +++ /dev/null @@ -1 +0,0 @@ -../autogen.sh \ No newline at end of file diff --git a/patches/libbsd-0.6.0/series b/patches/libbsd-0.6.0/series deleted file mode 100644 index 4e941d98e..000000000 --- a/patches/libbsd-0.6.0/series +++ /dev/null @@ -1,4 +0,0 @@ -# generated by git-ptx-patches -#tag:base --start-number 1 -0001-use-I-instead-of-isystem-for-local-path.patch -# 11cd8d3f722f73a2447389987314e113 - git-ptx-patches magic diff --git a/patches/libbsd-0.8.2/0001-use-I-instead-of-isystem-for-local-path.patch b/patches/libbsd-0.8.2/0001-use-I-instead-of-isystem-for-local-path.patch new file mode 100644 index 000000000..c919ce965 --- /dev/null +++ b/patches/libbsd-0.8.2/0001-use-I-instead-of-isystem-for-local-path.patch @@ -0,0 +1,39 @@ +From: Michael Olbrich +Date: Wed, 12 Feb 2014 11:28:04 +0100 +Subject: [PATCH] use '-I' instead of '-isystem' for local path + +Otherwise e.g. a 'md5.h' from system paths may be used instead of the +local one. + +Signed-off-by: Michael Olbrich +--- + src/Makefile.am | 2 +- + test/Makefile.am | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/Makefile.am b/src/Makefile.am +index 4649937bb891..265c631d7e70 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -2,7 +2,7 @@ + + AM_CPPFLAGS = \ + -I$(top_builddir) \ +- -isystem $(top_srcdir)/include/bsd/ \ ++ -I$(top_srcdir)/include/bsd/ \ + -include $(top_builddir)/config.h \ + -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \ + -D__REENTRANT +diff --git a/test/Makefile.am b/test/Makefile.am +index 9b79f06540ce..dcc7d1d55914 100644 +--- a/test/Makefile.am ++++ b/test/Makefile.am +@@ -7,7 +7,7 @@ HEADERS_CPPFLAGS = \ + -D__REENTRANT + + AM_CPPFLAGS = \ +- -isystem $(top_srcdir)/include/bsd/ \ ++ -I$(top_srcdir)/include/bsd/ \ + $(HEADERS_CPPFLAGS) \ + -DLIBBSD_OVERLAY + diff --git a/patches/libbsd-0.8.2/autogen.sh b/patches/libbsd-0.8.2/autogen.sh new file mode 120000 index 000000000..9f8a4cb7d --- /dev/null +++ b/patches/libbsd-0.8.2/autogen.sh @@ -0,0 +1 @@ +../autogen.sh \ No newline at end of file diff --git a/patches/libbsd-0.8.2/series b/patches/libbsd-0.8.2/series new file mode 100644 index 000000000..4e941d98e --- /dev/null +++ b/patches/libbsd-0.8.2/series @@ -0,0 +1,4 @@ +# generated by git-ptx-patches +#tag:base --start-number 1 +0001-use-I-instead-of-isystem-for-local-path.patch +# 11cd8d3f722f73a2447389987314e113 - git-ptx-patches magic -- cgit v1.2.3