From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 09 Jul 2021 00:11:36 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m1cF6-0000pp-Kc for lore@lore.pengutronix.de; Fri, 09 Jul 2021 00:11:36 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m1cF6-0005GA-8E; Fri, 09 Jul 2021 00:11:36 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m1cEv-0005FQ-VW; Fri, 09 Jul 2021 00:11:25 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1m1cEv-0005oT-Mz; Fri, 09 Jul 2021 00:11:25 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Fri, 9 Jul 2021 00:11:23 +0200 Message-Id: <20210708221123.21150-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210708220204.13187-2-rhi@pengutronix.de> References: <20210708220204.13187-2-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2] linuxptp: version bump 2.0 -> 3.1.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false The old version has been depublished from SourceForge due to CVEs. The remaining patch has been applied upstream. Signed-off-by: Roland Hieber --- PATCH v2: - remove old patches - resend only this one patch out-of-series, no changes for the rest of the series PATCH v1: https://lore.ptxdist.org/ptxdist/20210708220204.13187-2-rhi@pengutronix.de --- ...Fix-building-with-new-kernel-headers.patch | 54 ------------------- patches/linuxptp-2.0/series | 4 -- rules/linuxptp.make | 4 +- 3 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644 patches/linuxptp-2.0/0001-Fix-building-with-new-kernel-headers.patch delete mode 100644 patches/linuxptp-2.0/series 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 -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 ---- - 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 -+#include - #include - #include - #include - #include --#include - #include - - #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 -+#include - #include - #include - #include -diff --git a/timemaster.c b/timemaster.c -index 4ba921edb902..28c215a2de95 100644 ---- a/timemaster.c -+++ b/timemaster.c -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - #include - #include 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 7e94cb20dfbd..6415512f1cbc 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)) -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de