Skip to content

Commit

Permalink
package/fastd: bump to v19
Browse files Browse the repository at this point in the history
Maintenance release, most important is OpenSSL 1.1+ support. See full
release notes for details:

https://fastd.readthedocs.io/en/stable/releases/v19.html

Two patches went upstream.  The last remaining patch was not touched,
LTO might not work as expected, but upstream dropped CMake in favour
of the meson build system after v19, so it seemed not worth the
effort.

The hash of the license file is updated due to a copyright year
change.

Signed-off-by: Alexander Dahl <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
LeSpocky authored and awanga committed Oct 6, 2020
1 parent 6c7f39d commit cabb29b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 199 deletions.
56 changes: 0 additions & 56 deletions package/fastd/0002-CMakeList-do-not-overwrite-module-path.patch

This file was deleted.

137 changes: 0 additions & 137 deletions package/fastd/0003-cipher-remove-aes128-ctr-NaCl-implementation.patch

This file was deleted.

6 changes: 2 additions & 4 deletions package/fastd/fastd.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# from https://projects.universe-factory.net/projects/fastd/files
md5 e53236d3049f64f7955ad9556da099eb fastd-18.tar.xz
# computed locally
sha256 714ff09d7bd75f79783f744f6f8c5af2fe456c8cf876feaa704c205a73e043c9 fastd-18.tar.xz
sha256 c3095dd0adffc03eaeba9c7cd81f06962ef4797a836e49468b3dccc2802ff904 COPYRIGHT
sha256 6054608e2103b634c9d19ecd1ae058d4ec694747047130719db180578729783a fastd-19.tar.xz
sha256 1f5acece57466eac89108f934a196be09b7676fa2d637e78d6657ee1a7d644ac COPYRIGHT
4 changes: 2 additions & 2 deletions package/fastd/fastd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
################################################################################

FASTD_VERSION = 18
FASTD_SITE = https://projects.universe-factory.net/attachments/download/86
FASTD_VERSION = 19
FASTD_SITE = https://github.com/NeoRaider/fastd/releases/download/v$(FASTD_VERSION)
FASTD_SOURCE = fastd-$(FASTD_VERSION).tar.xz
FASTD_LICENSE = BSD-2-Clause
FASTD_LICENSE_FILES = COPYRIGHT
Expand Down

0 comments on commit cabb29b

Please sign in to comment.