Package Details: linuxptp 4.4-1

Git Clone URL: https://aur.archlinux.org/linuxptp.git (read-only, click to copy)
Package Base: linuxptp
Description: An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.
Upstream URL: https://linuxptp.nwtime.org/
Keywords: ptp tsn
Licenses: GPL
Submitter: ventosus
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 11
Popularity: 0.000002
First Submitted: 2014-11-21 10:59 (UTC)
Last Updated: 2024-11-11 16:54 (UTC)

Latest Comments

1 2 Next › Last »

fridtjof commented on 2024-09-26 14:57 (UTC)

Seems the project has been slowly moving to linuxptp.nwtime.org:

https://sourceforge.net/p/linuxptp/mailman/message/58710296/

https://sourceforge.net/p/linuxptp/mailman/message/58710185/

Recent release announcements have been linking there as well:

https://lists.nwtime.org/sympa/arc/linuxptp-users/2024-09/msg00008.html

So I guess moving forward tarballs will be at https://downloads.nwtime.org/linuxptp now.

2bluesc commented on 2024-09-15 20:37 (UTC)

any plan to update to v4.4?

@goodmen I usually wait for the source tarball to be uploaded to the official site at https://sourceforge.net/projects/linuxptp/files/

It's not clear what the official release process is anymore. Even v4.3 hasn't been updated and sourceforge.net really hasn't been a good home for any project in many years.

I think I'll update to use git and via Github (https://github.com/richardcochran/linuxptp/tags) soon if it's not uploaded soon.

goodmen commented on 2024-09-09 11:10 (UTC)

any plan to update to v4.4?

commit 0188667308e62b6ac61151193320ec052e2fd023 (HEAD -> master, tag: v4.4, origin/master, origin/HEAD) Author: Richard Cochran richardcochran@gmail.com Date: Sat Sep 7 11:36:01 2024 -0700

Version 4.4

Signed-off-by: Richard Cochran <richardcochran@gmail.com>

pcmoore commented on 2024-03-18 22:15 (UTC)

It looks like there is now a v4.2 release, any chance we can get an updated package soon?

2bluesc commented on 2023-10-01 06:58 (UTC) (edited on 2023-10-01 06:58 (UTC) by 2bluesc)

Version 4.1 has been released, patch and complete PKGBUILD here:

https://gist.github.com/596ee5af0d41661cdb05538325f029b3

@ventosus can you please update the package or add me as a maintainer or co-maintainer so I can help update this package?

blackhole commented on 2023-08-10 14:24 (UTC) (edited on 2023-08-10 14:25 (UTC) by blackhole)

For those interested, the PKGBUILD for version 4.0 based on Ubuntu package:


pkgname=linuxptp
pkgver=4.0
pkgrel=1
pkgdesc='An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.'
arch=('i686' 'x86_64' 'aarch64')
url='http://linuxptp.sourceforge.net/'
license=('GPL')
depends=('glibc')
makedepends=()
source=("http://archive.ubuntu.com/ubuntu/pool/universe/l/"$pkgname"/"$pkgname"_"$pkgver"-"$pkgrel"_amd64.deb")
sha256sums=('c176f4da42199b7961239a4c4a1d23d3aaaddf92d5c6d479d007bd54cf68071c')

package() {
  bsdtar xf data.tar.zst -C "$pkgdir"
  rm -f "$pkgdir"/usr/share/doc/linuxptp/changelog.Debian.gz
  rm -f "$pkgdir"/usr/share/doc/linuxptp/README.Debian
  install -d $pkgdir/usr/bin
  cp -r "$pkgdir"/usr/sbin/* "$pkgdir"/usr/bin/
  rm -rf "$pkgdir"/usr/sbin
  install -d $pkgdir/usr/lib
  cp -r "$pkgdir"/lib/* "$pkgdir"/usr/lib/
  rm -rf "$pkgdir"/lib
}

mys_721tx commented on 2023-05-29 09:42 (UTC)

Could you also add the systemd service files? Ubuntu's package has some example: http://archive.ubuntu.com/ubuntu/pool/universe/l/linuxptp/linuxptp_3.1.1-4.debian.tar.xz

blackhole commented on 2022-04-28 09:47 (UTC)

Could you add aarch64 to arch? Here is compiling fine

ventosus commented on 2021-07-15 22:12 (UTC)

thanks, updated to 3.1.1

rgacogne commented on 2021-07-12 15:59 (UTC)

Hi! Two security issues have been found in 3.1 1, it would be nice to upgrade to 3.1.1 :)