mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] linuxptp: version bump 2.0 -> 3.1.1
Date: Tue, 20 Jul 2021 13:48:50 +0200	[thread overview]
Message-ID: <20210720114850.2600941-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210708221123.21150-1-rhi@pengutronix.de>

Thanks, applied as 4da5f0b864b25018962b3213c8cde1d4f8b645f6.

Michael

[sent from post-receive hook]

On Tue, 20 Jul 2021 13:48:50 +0200, Roland Hieber <rhi@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 <rhi@pengutronix.de>
> Message-Id: <20210708221123.21150-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@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 <mlichvar@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 <mlichvar@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-request@pengutronix.de


  reply	other threads:[~2021-07-20 11:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08 22:01 [ptxdist] [PATCH 1/6] dbench: use HTTPS URL Roland Hieber
2021-07-08 22:02 ` [ptxdist] [PATCH 2/6] linuxptp: version bump 2.0 -> 3.1.1 Roland Hieber
2021-07-08 22:11   ` [ptxdist] [PATCH v2] " Roland Hieber
2021-07-20 11:48     ` Michael Olbrich [this message]
2021-07-08 22:02 ` [ptxdist] [PATCH 3/6] linuxptp: pin down license files Roland Hieber
2021-07-20 11:48   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-07-08 22:02 ` [ptxdist] [PATCH 4/6] ppp: use HTTPS URL Roland Hieber
2021-07-09  6:59   ` Alexander Dahl
2021-07-09 10:50     ` Roland Hieber
2021-07-09 11:12       ` Alexander Dahl
2021-07-20 11:48   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-07-08 22:02 ` [ptxdist] [PATCH 5/6] rsync: " Roland Hieber
2021-07-20 11:48   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-07-08 22:02 ` [ptxdist] [PATCH 6/6] samba: use HTTPS URL in menu help text Roland Hieber
2021-07-20 11:48   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-07-20 11:48 ` [ptxdist] [APPLIED] dbench: use HTTPS URL Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210720114850.2600941-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=rhi@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox