Thanks, applied as 4da5f0b864b25018962b3213c8cde1d4f8b645f6.

Michael

[sent from post-receive hook]

On Tue, 20 Jul 2021 13:48:50 +0200, Roland Hieber <r...@pengutronix.de> wrote:
> The old version has been depublished from SourceForge due to CVEs.
> The remaining patch has been applied upstream.
> 
> Signed-off-by: Roland Hieber <r...@pengutronix.de>
> Message-Id: <20210708221123.21150-1-...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git 
> a/patches/linuxptp-2.0/0001-Fix-building-with-new-kernel-headers.patch 
> b/patches/linuxptp-2.0/0001-Fix-building-with-new-kernel-headers.patch
> deleted file mode 100644
> index 247a6a353a7d..000000000000
> --- a/patches/linuxptp-2.0/0001-Fix-building-with-new-kernel-headers.patch
> +++ /dev/null
> @@ -1,54 +0,0 @@
> -From: Miroslav Lichvar <mlich...@redhat.com>
> -Date: Thu, 6 Dec 2018 18:23:44 +0100
> -Subject: [PATCH] Fix building with new kernel headers.
> -
> -net_tstamp.h in recent kernel versions requires time.h for clockid_t.
> -
> -Signed-off-by: Miroslav Lichvar <mlich...@redhat.com>
> ----
> - clock.c      | 2 +-
> - sk.c         | 1 +
> - timemaster.c | 1 +
> - 3 files changed, 3 insertions(+), 1 deletion(-)
> -
> -diff --git a/clock.c b/clock.c
> -index faf2dea82a5b..9bbcefa5c57c 100644
> ---- a/clock.c
> -+++ b/clock.c
> -@@ -17,11 +17,11 @@
> -  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> -  */
> - #include <errno.h>
> -+#include <time.h>
> - #include <linux/net_tstamp.h>
> - #include <poll.h>
> - #include <stdlib.h>
> - #include <string.h>
> --#include <time.h>
> - #include <sys/queue.h>
> - 
> - #include "address.h"
> -diff --git a/sk.c b/sk.c
> -index f18b2bf8732b..386b4c8adf80 100644
> ---- a/sk.c
> -+++ b/sk.c
> -@@ -18,6 +18,7 @@
> -  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> -  */
> - #include <errno.h>
> -+#include <time.h>
> - #include <linux/net_tstamp.h>
> - #include <linux/sockios.h>
> - #include <linux/ethtool.h>
> -diff --git a/timemaster.c b/timemaster.c
> -index 4ba921edb902..28c215a2de95 100644
> ---- a/timemaster.c
> -+++ b/timemaster.c
> -@@ -22,6 +22,7 @@
> - #include <errno.h>
> - #include <libgen.h>
> - #include <limits.h>
> -+#include <time.h>
> - #include <linux/net_tstamp.h>
> - #include <net/if.h>
> - #include <signal.h>
> diff --git a/patches/linuxptp-2.0/series b/patches/linuxptp-2.0/series
> deleted file mode 100644
> index fe0aad8306c3..000000000000
> --- a/patches/linuxptp-2.0/series
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -# generated by git-ptx-patches
> -#tag:base --start-number 1
> -0001-Fix-building-with-new-kernel-headers.patch
> -# b102f87ad3ef97777cea9ad16f755ca7  - git-ptx-patches magic
> diff --git a/rules/linuxptp.make b/rules/linuxptp.make
> index 38aa5847e6a7..425ba3925a76 100644
> --- a/rules/linuxptp.make
> +++ b/rules/linuxptp.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LINUXPTP) += linuxptp
>  #
>  # Paths and names
>  #
> -LINUXPTP_VERSION     := 2.0
> -LINUXPTP_MD5         := d8bb7374943bb747db7786ac26f17f11
> +LINUXPTP_VERSION     := 3.1.1
> +LINUXPTP_MD5         := 3b79ab5e77c5b5cf06bc1c8350d405bb
>  LINUXPTP             := linuxptp-$(LINUXPTP_VERSION)
>  LINUXPTP_SUFFIX              := tgz
>  LINUXPTP_URL         := $(call ptx/mirror, SF, 
> linuxptp/$(LINUXPTP).$(LINUXPTP_SUFFIX))

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de

Reply via email to