Search Criteria
Package Details: dhtest 988afec50c596245947d8a478cf8f7112f5ca662-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dhtest.git (read-only, click to copy) |
---|---|
Package Base: | dhtest |
Description: | A DHCP client simulation on linux |
Upstream URL: | https://github.com/saravana815/dhtest |
Keywords: | check client dhcp network |
Licenses: | GPL2 |
Submitter: | luelista |
Maintainer: | nafets227 |
Last Packager: | nafets227 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-04 10:24 (UTC) |
Last Updated: | 2021-06-06 12:51 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Latest Comments
nafets227 commented on 2021-06-06 16:06 (UTC)
Unfortunately upstream does not provide releases (last one is 1.5 from 2018). So I am thinking to rename to dhclient-git and relabel to r<commit-count>.<commit-sha>. Is it what you are suggesting as "VCS version"? what exactly is the other option "git clone the last commit"?
FabioLolix commented on 2021-06-06 13:01 (UTC)
Hello, please either make a VCS version for this package (using git hashes as packagver is suboptimal as its value is random not sequential and not suitable for a proper versioning) or git clone the last commit
nafets227 commented on 2021-02-27 18:34 (UTC) (edited on 2021-02-27 18:42 (UTC) by nafets227)
Patch below updates to the latest version from git. V1.5 is not an option, as it does not compile (issue with double definitions in detest.c and functions.c solved with commit https://github.com/saravana815/dhtest/commit/45f3d680a03312630139b83f60e5c1ba576e2fbf9), so we use the latest version from master.
Patch is also available at https://github.com/nafets227/dhtest.aur
diff --git a/PKGBUILD b/PKGBUILD index aec1a4b..b0e1b31 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: luelistan archlinux-aur-git@max-weller.de
pkgname=dhtest -pkgver=2c6a9c3ef96e570b213fb9592bed1aae28c9d7cd +pkgver=988afec50c596245947d8a478cf8f7112f5ca662 pkgrel=1 pkgdesc="A DHCP client simulation on linux" arch=("x86_64") @@ -10,7 +10,7 @@ url="https://github.com/saravana815/dhtest" license=('GPL2')
source=("https://github.com/saravana815/dhtest/archive/${pkgver}.tar.gz") -sha256sums=("39d30b14333cb8bb7b5b74eafaef6dab5c56cf69bddb81c76be3f69f50ca4a8b") +sha256sums=("a9ac727d30ce86df62720f2b493779f44633c5ab67390f24caa043a86c4f4bae")
build() { cd "$srcdir/$pkgname-$pkgver"
wushuzh commented on 2020-12-22 07:18 (UTC)
I saw release 1.5 is available.
https://github.com/saravana815/dhtest/releases/tag/v1.5
Is it possible to update the pacakge ?