Search Criteria
Package Details: udr-git v0.9.4.r23.g774f2e7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/udr-git.git (read-only, click to copy) |
---|---|
Package Base: | udr-git |
Description: | A UDT wrapper for rsync that improves throughput of large dataset transfers over long distances. |
Upstream URL: | http://www.labcomputing.org/ |
Licenses: | Apache |
Conflicts: | udr |
Provides: | udr |
Submitter: | xphoniexx |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2012-10-16 22:01 (UTC) |
Last Updated: | 2021-03-29 10:53 (UTC) |
Dependencies (6)
- crypto++ (crypto++-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
- udtAUR
- git (git-gitAUR, git-glAUR) (make)
- python-pytest (check)
Latest Comments
mariodsantana commented on 2021-01-07 21:30 (UTC)
Sorry for the delayed response, @greyltc. jaystevens seems to have inherited the UDR repo on github. The repo referenced by this package (LabAdvComp/UDR) doesn't exist, and the user (LabAdvComp) seems to be defunct ("This organization has no public repositories.") There are four people listed under that org, I found nothing UDR-related in their github accounts.
The jaystevens/UDR repo has a bunch of forks, and importantly, it compiles for me. I'm not sure what the protocol is for choosing a source repo for an aur package, but as it stands this package doesn't work:
greyltc commented on 2020-12-25 11:06 (UTC)
Who is jaystevens?
mariodsantana commented on 2020-10-25 17:12 (UTC)
Any chance someone could update this package to point to the new upstream repo? It's at https://github.com/jaystevens/UDR
A simple
sed -i 's/LabAdvComp/jaystevens/' PKGBUILD
does the trick.@greyltc @xphoniexx
xphoniexx commented on 2019-06-12 00:58 (UTC) (edited on 2019-06-12 02:34 (UTC) by xphoniexx)
Sorry, all the devs that used to work on this project have moved on. If your still interested in maintaining this package, you might be better off just pulling in the PR.
greyltc commented on 2018-11-27 17:59 (UTC)
@epitron Looks like there's a PR for that upstream https://github.com/LabAdvComp/UDR/pull/41
so let's bug them about accepting it instead of patching here.
epitron commented on 2018-09-18 02:15 (UTC)
OpenSSL 1.1.0 has introduced changes that make udr unable to compile. More details here: https://github.com/LabAdvComp/UDR/issues/39
This patch fixes the problem: https://github.com/martinetd/UDR/commit/d65038fab5a35a446d5e17274a28ece64ad8c3c2.patch