Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fastd: update to 21
@ 2020-11-12  0:43 ndowens
  2020-11-12  0:44 ` [PR PATCH] [Updated] " ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-12  0:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages fastd
https://github.com/void-linux/void-packages/pull/26309

fastd: update to 21
@Gottox this fixes https://nvd.nist.gov/vuln/detail/CVE-2020-27638 Seems service does run as checked ps -aux | grep fastd

A patch file from https://github.com/void-linux/void-packages/pull/26309.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fastd-26309.patch --]
[-- Type: text/x-diff, Size: 1532 bytes --]

From 84ea8e32de115d3298bf4137bf7408d72736feeb Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 18:42:32 -0600
Subject: [PATCH] fastd: update to 21

---
 srcpkgs/fastd/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template
index 2bca39e95f8..1c43d73013a 100644
--- a/srcpkgs/fastd/template
+++ b/srcpkgs/fastd/template
@@ -1,17 +1,17 @@
 # Template file for 'fastd'
 pkgname=fastd
-version=18
-revision=5
-build_style=cmake
-hostmakedepends="pkg-config bison"
-makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
+version=21
+revision=1
+build_style=meson
+configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled"
+hostmakedepends="bison pkg-config"
+makedepends="libcap-devel json-c-devel libuecc-devel libsodium-devel"
 short_desc="Fast and Secure Tunneling Daemon"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://projects.universe-factory.net/projects/fastd"
-distfiles="https://git.universe-factory.net/fastd/snapshot/fastd-${version}.tar"
-checksum=dce99ee057f43e3d732a120fb0cb60acb3b86e8231d3dd64ab72fc1254c2491a
-configure_args="ENABLE_LTO=ON -DWITH_CIPHER_AES128_CTR_NACL=OFF"
+distfiles="https://github.com/NeoRaider/fastd/releases/download/v$version/fastd-$version.tar.xz"
+checksum=942f33bcd794bcb8e19da4c30c875bdfd4d0f1c24ec4dcdf51237791bbfb0d4c
 conf_files="
  /etc/fastd/secret.conf
  /etc/fastd/fastd.conf"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] fastd: update to 21
  2020-11-12  0:43 [PR PATCH] fastd: update to 21 ndowens
@ 2020-11-12  0:44 ` ndowens
  2020-11-12 14:23 ` Gottox
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-12  0:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages fastd
https://github.com/void-linux/void-packages/pull/26309

fastd: update to 21
@Gottox this fixes https://nvd.nist.gov/vuln/detail/CVE-2020-27638 Seems service does run as checked ps -aux | grep fastd

A patch file from https://github.com/void-linux/void-packages/pull/26309.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fastd-26309.patch --]
[-- Type: text/x-diff, Size: 1532 bytes --]

From b32330198f0d5bdc147a2f8942ecd2c23b96701e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 18:42:32 -0600
Subject: [PATCH] fastd: update to 21

---
 srcpkgs/fastd/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template
index 2bca39e95f8..d07de67b11d 100644
--- a/srcpkgs/fastd/template
+++ b/srcpkgs/fastd/template
@@ -1,17 +1,17 @@
 # Template file for 'fastd'
 pkgname=fastd
-version=18
-revision=5
-build_style=cmake
-hostmakedepends="pkg-config bison"
-makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
+version=21
+revision=1
+build_style=meson
+configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled"
+hostmakedepends="bison pkg-config"
+makedepends="json-c-devel libcap-devel libuecc-devel libsodium-devel"
 short_desc="Fast and Secure Tunneling Daemon"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://projects.universe-factory.net/projects/fastd"
-distfiles="https://git.universe-factory.net/fastd/snapshot/fastd-${version}.tar"
-checksum=dce99ee057f43e3d732a120fb0cb60acb3b86e8231d3dd64ab72fc1254c2491a
-configure_args="ENABLE_LTO=ON -DWITH_CIPHER_AES128_CTR_NACL=OFF"
+distfiles="https://github.com/NeoRaider/fastd/releases/download/v$version/fastd-$version.tar.xz"
+checksum=942f33bcd794bcb8e19da4c30c875bdfd4d0f1c24ec4dcdf51237791bbfb0d4c
 conf_files="
  /etc/fastd/secret.conf
  /etc/fastd/fastd.conf"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fastd: update to 21
  2020-11-12  0:43 [PR PATCH] fastd: update to 21 ndowens
  2020-11-12  0:44 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-12 14:23 ` Gottox
  2020-11-14  1:12 ` [PR PATCH] [Updated] " ndowens
  2020-11-14 15:01 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Gottox @ 2020-11-12 14:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/26309#issuecomment-726108899

Comment:
:heart_decoration: 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] fastd: update to 21
  2020-11-12  0:43 [PR PATCH] fastd: update to 21 ndowens
  2020-11-12  0:44 ` [PR PATCH] [Updated] " ndowens
  2020-11-12 14:23 ` Gottox
@ 2020-11-14  1:12 ` ndowens
  2020-11-14 15:01 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  1:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages fastd
https://github.com/void-linux/void-packages/pull/26309

fastd: update to 21
@Gottox this fixes https://nvd.nist.gov/vuln/detail/CVE-2020-27638 Seems service does run as checked ps -aux | grep fastd

A patch file from https://github.com/void-linux/void-packages/pull/26309.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fastd-26309.patch --]
[-- Type: text/x-diff, Size: 1542 bytes --]

From 15c861388718d5663e25be3f87afe015b6cfdd4c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 18:42:32 -0600
Subject: [PATCH] fastd: update to 21

[ci skip]
---
 srcpkgs/fastd/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template
index 2bca39e95f8..d07de67b11d 100644
--- a/srcpkgs/fastd/template
+++ b/srcpkgs/fastd/template
@@ -1,17 +1,17 @@
 # Template file for 'fastd'
 pkgname=fastd
-version=18
-revision=5
-build_style=cmake
-hostmakedepends="pkg-config bison"
-makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
+version=21
+revision=1
+build_style=meson
+configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled"
+hostmakedepends="bison pkg-config"
+makedepends="json-c-devel libcap-devel libuecc-devel libsodium-devel"
 short_desc="Fast and Secure Tunneling Daemon"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://projects.universe-factory.net/projects/fastd"
-distfiles="https://git.universe-factory.net/fastd/snapshot/fastd-${version}.tar"
-checksum=dce99ee057f43e3d732a120fb0cb60acb3b86e8231d3dd64ab72fc1254c2491a
-configure_args="ENABLE_LTO=ON -DWITH_CIPHER_AES128_CTR_NACL=OFF"
+distfiles="https://github.com/NeoRaider/fastd/releases/download/v$version/fastd-$version.tar.xz"
+checksum=942f33bcd794bcb8e19da4c30c875bdfd4d0f1c24ec4dcdf51237791bbfb0d4c
 conf_files="
  /etc/fastd/secret.conf
  /etc/fastd/fastd.conf"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: fastd: update to 21
  2020-11-12  0:43 [PR PATCH] fastd: update to 21 ndowens
                   ` (2 preceding siblings ...)
  2020-11-14  1:12 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14 15:01 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-11-14 15:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

There's a merged pull request on the void-packages repository

fastd: update to 21
https://github.com/void-linux/void-packages/pull/26309

Description:
@Gottox this fixes https://nvd.nist.gov/vuln/detail/CVE-2020-27638 Seems service does run as checked ps -aux | grep fastd

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-14 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12  0:43 [PR PATCH] fastd: update to 21 ndowens
2020-11-12  0:44 ` [PR PATCH] [Updated] " ndowens
2020-11-12 14:23 ` Gottox
2020-11-14  1:12 ` [PR PATCH] [Updated] " ndowens
2020-11-14 15:01 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).