@redezem: The PKGBUILD has been updated for dotnet 6.
Search Criteria
Package Details: dug-git r284.55f6ecb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dug-git.git (read-only, click to copy) |
---|---|
Package Base: | dug-git |
Description: | A powerful global DNS progagation checker that can output in a variety of formats. |
Upstream URL: | https://dug.unfrl.com/ |
Licenses: | custom:ANTI-CAPITALIST SOFTWARE LICENSE v1.4 |
Provides: | dug |
Submitter: | neurotischism |
Maintainer: | neurotischism |
Last Packager: | neurotischism |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-03 22:46 (UTC) |
Last Updated: | 2023-12-28 07:00 (UTC) |
Dependencies (4)
- dotnet-host (dotnet-host-preview-binAUR, dotnet-host-binAUR) (make)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (1)
Latest Comments
neurotischism commented on 2023-12-28 07:09 (UTC)
redezem commented on 2023-12-18 05:58 (UTC)
Looks like upstream has switched to dotnet 6, only compiles if the bin install command is changed to refer to "net6.0" from "net5.0" as the folder the bin ends up in is now different.
neurotischism commented on 2023-09-14 04:04 (UTC)
If you encounter the runtime error No usable version of libssl was found
, it can be fixed by installing the Core package openssl-1.1
.
I haven't added the dependency explicitly to the package because I'm not sure why the correct version of OpenSSL isn't packaged in the self-contained build along with the rest of the dotnet framework.
There is some information about this on the dotnet core documentation page Self-contained Linux applications.
Pinned Comments
neurotischism commented on 2023-09-14 04:04 (UTC)
If you encounter the runtime error
No usable version of libssl was found
, it can be fixed by installing the Core packageopenssl-1.1
.I haven't added the dependency explicitly to the package because I'm not sure why the correct version of OpenSSL isn't packaged in the self-contained build along with the rest of the dotnet framework.
There is some information about this on the dotnet core documentation page Self-contained Linux applications.