Date: Tuesday, November 8, 2022 @ 01:03:57
Author: grawlinson
Revision: 1345893
archrelease: copy trunk to community-x86_64
Added:
rustscan/repos/community-x86_64/PKGBUILD
(from rev 1345892, rustscan/trunk/PKGBUILD)
rustscan/repos/community-x86_64/update-lockfile.patch
(from rev 1345892, rustscan/trunk/update-lockfile.patch)
Deleted:
rustscan/repos/community-x86_64/PKGBUILD
rustscan/repos/community-x86_64/update-lockfile.patch
-----------------------+
PKGBUILD | 115 ++++++++++++++++++++++++------------------------
update-lockfile.patch | 22 ++++-----
2 files changed, 69 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-08 01:02:31 UTC (rev 1345892)
+++ PKGBUILD 2022-11-08 01:03:57 UTC (rev 1345893)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Gobidev <adrian[dot]groh[at]t-online[dot]de>
-# Contributor: Hao Long <[email protected]>
-
-pkgname=rustscan
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='A modern port scanner'
-arch=('x86_64')
-url='https://github.com/rustscan/RustScan'
-license=('GPL3')
-depends=('gcc-libs' 'nmap')
-makedepends=('git' 'rust')
-checkdepends=('python')
-options=('!lto')
-_commit='075025113d849303af8366ada88da2edcd8a24c0'
-source=(
- "$pkgname::git+$url#commit=$_commit"
- 'update-lockfile.patch'
-)
-b2sums=('SKIP'
-
'bede006174ed64bb1f2dcfb1ea4fc9e8b676af176c25299415a99e107581103c04f1ec08363bdd8106129ad694fb8f0b3be9d0e216222b57e44de5166f519b83')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd "$pkgname"
-
- # update out-of-sync lockfile
- patch -p1 -i ../update-lockfile.patch
-
- # download dependencies
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$pkgname"
-
- cargo build --frozen --release --all-features
-}
-
-check() {
- cd "$pkgname"
-
- cargo test --frozen --all-features
-}
-
-package() {
- cd "$pkgname"
-
- # binary
- install -vDm755 -t "$pkgdir/usr/bin" target/release/rustscan
-}
Copied: rustscan/repos/community-x86_64/PKGBUILD (from rev 1345892,
rustscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-08 01:03:57 UTC (rev 1345893)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Gobidev <adrian[dot]groh[at]t-online[dot]de>
+# Contributor: Hao Long <[email protected]>
+
+pkgname=rustscan
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='A modern port scanner'
+arch=('x86_64')
+url='https://github.com/rustscan/RustScan'
+license=('GPL3')
+depends=('gcc-libs' 'nmap')
+makedepends=('git' 'rust')
+checkdepends=('python')
+options=('!lto')
+_commit='bd32f4ead4edd662633c1dd1f569132352ed9f04'
+source=(
+ "$pkgname::git+$url#commit=$_commit"
+ 'update-lockfile.patch'
+)
+b2sums=('SKIP'
+
'2e9ee58867414ffc5148e4c4213a4cf1641961a9f540e201cc6311011b19fd32559e9af668aae514b13b53f024bd51764bb0853501dd7919f305aa71a17066f0')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$pkgname"
+
+ # update out-of-sync lockfile
+ # https://github.com/RustScan/RustScan/issues/460
+ patch -p1 -i ../update-lockfile.patch
+
+ # download dependencies
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$pkgname"
+
+ cargo build --frozen --release --all-features
+}
+
+check() {
+ cd "$pkgname"
+
+ cargo test --frozen --all-features
+}
+
+package() {
+ cd "$pkgname"
+
+ # binary
+ install -vDm755 -t "$pkgdir/usr/bin" target/release/rustscan
+}
Deleted: update-lockfile.patch
===================================================================
--- update-lockfile.patch 2022-11-08 01:02:31 UTC (rev 1345892)
+++ update-lockfile.patch 2022-11-08 01:03:57 UTC (rev 1345893)
@@ -1,11 +0,0 @@
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -1110,7 +1110,7 @@
-
- [[package]]
- name = "rustscan"
--version = "2.0.0"
-+version = "2.1.0"
- dependencies = [
- "ansi_term",
- "anyhow",
Copied: rustscan/repos/community-x86_64/update-lockfile.patch (from rev
1345892, rustscan/trunk/update-lockfile.patch)
===================================================================
--- update-lockfile.patch (rev 0)
+++ update-lockfile.patch 2022-11-08 01:03:57 UTC (rev 1345893)
@@ -0,0 +1,11 @@
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -1110,7 +1110,7 @@ dependencies = [
+
+ [[package]]
+ name = "rustscan"
+-version = "2.1.0"
++version = "2.1.1"
+ dependencies = [
+ "ansi_term",
+ "anyhow",