-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
42 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,15 @@ | |
# Copyright (C) 2023 Luca Barbato and Donald Hoskins | ||
|
||
include $(TOPDIR)/rules.mk | ||
include ./rust-values.mk | ||
|
||
PKG_NAME:=rust | ||
PKG_VERSION:=1.71.1 | ||
PKG_RELEASE:=1 | ||
PKG_VERSION:=1.72.0 | ||
PKG_RELEASE:=2 | ||
|
||
PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.gz | ||
PKG_SOURCE_URL:=https://static.rust-lang.org/dist/ | ||
PKG_HASH:=6fa90d50d1d529a75f6cc349784de57d7ec0ba2419b09bde7d335c25bd4e472e | ||
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rust-$(RUSTC_TARGET_ARCH)/rustc-$(PKG_VERSION)-src | ||
PKG_HASH:=ea9d61bbb51d76b6ea681156f69f0e0596b59722f04414b01c6e100b4b5be3a1 | ||
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src | ||
|
||
PKG_MAINTAINER:=Luca Barbato <[email protected]> | ||
PKG_LICENSE:=Apache-2.0 MIT | ||
|
@@ -23,6 +22,7 @@ PKG_HOST_ONLY:=1 | |
|
||
include $(INCLUDE_DIR)/host-build.mk | ||
include $(INCLUDE_DIR)/package.mk | ||
include ./rust-values.mk | ||
|
||
define Package/rust | ||
SECTION:=lang | ||
|
@@ -31,6 +31,7 @@ define Package/rust | |
TITLE:=Rust Programming Language Compiler | ||
URL:=https://www.rust-lang.org/ | ||
DEPENDS:=$(RUST_ARCH_DEPENDS) | ||
BUILDONLY:=1 | ||
endef | ||
|
||
define Package/rust/description | ||
|
@@ -95,8 +96,7 @@ define Host/Install | |
\ | ||
sed -e 's|@RUSTC_TARGET_ARCH@|$(RUSTC_TARGET_ARCH)|g' \ | ||
-e 's|@TARGET_CC_NOCACHE@|$(TARGET_CC_NOCACHE)|g' \ | ||
-e 's|@RUSTC_LDFLAGS@|$(RUSTC_LDFLAGS)|g' \ | ||
$(CURDIR)/files/cargo-config > $(CARGO_HOME)/config ; \ | ||
$(CURDIR)/files/cargo-config > $(CARGO_HOME)/config.toml ; \ | ||
) | ||
endef | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ PKG_RELEASE:=2 | |
|
||
PKG_MAINTAINER:=Matthias Schiffer <[email protected]> | ||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||
PKG_SOURCE_URL:=https://github.com/NeoRaider/libuecc/releases/download/v$(PKG_VERSION) | ||
PKG_SOURCE_URL:=https://github.com/neocturne/libuecc/releases/download/v$(PKG_VERSION) | ||
PKG_HASH:=b94aef08eab5359d0facaa7ead2ce81b193eef0c61379d9835213ebc0a46257a | ||
|
||
PKG_LICENSE:=BSD-2-Clause | ||
|
@@ -26,7 +26,7 @@ define Package/libuecc | |
SECTION:=libs | ||
CATEGORY:=Libraries | ||
TITLE:=Very small Elliptic Curve Cryptography library | ||
URL:=https://github.com/NeoRaider/libuecc/ | ||
URL:=https://github.com/neocturne/libuecc/ | ||
endef | ||
|
||
TARGET_CFLAGS += -ffunction-sections -fdata-sections | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ PKG_RELEASE=3 | |
|
||
PKG_MAINTAINER:=Matthias Schiffer <[email protected]> | ||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||
PKG_SOURCE_URL:=https://github.com/NeoRaider/fastd/releases/download/v$(PKG_VERSION) | ||
PKG_SOURCE_URL:=https://github.com/neocturne/fastd/releases/download/v$(PKG_VERSION) | ||
PKG_HASH:=19750b88705d66811b7c21b672537909c19ae6b21350688cbd1a3a54d08a8951 | ||
|
||
PKG_LICENSE:=BSD-2-Clause LGPL-2.1-or-later | ||
|
@@ -53,7 +53,7 @@ define Package/fastd | |
CATEGORY:=Network | ||
DEPENDS:=+kmod-tun +libpthread +libuecc +FASTD_WITH_STATUS_SOCKET:libjson-c +FASTD_WITH_CAPABILITIES:libcap | ||
TITLE:=Fast and Secure Tunneling Daemon | ||
URL:=https://github.com/NeoRaider/fastd/ | ||
URL:=https://github.com/neocturne/fastd/ | ||
SUBMENU:=VPN | ||
endef | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters