Search Criteria
Package Details: 3proxy 0.9.4-1
Git Clone URL: | https://aur.archlinux.org/3proxy.git (read-only, click to copy) |
---|---|
Package Base: | 3proxy |
Description: | A tiny crossplatform proxy server |
Upstream URL: | http://www.3proxy.ru/ |
Licenses: | BSD |
Submitter: | basinilya |
Maintainer: | asm0dey |
Last Packager: | asm0dey |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2010-09-19 09:53 (UTC) |
Last Updated: | 2021-07-02 11:28 (UTC) |
Dependencies (3)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- make (make-git) (make)
Latest Comments
1 2 3 4 Next › Last »
bonob commented on 2023-06-25 19:25 (UTC)
A recent update of libproxy conflicts with this package, because it introduces a man(8) proxy page, which 3proxy also wants to provide.
I would say a way to resolve is to rename that man page, to 3proxy-proxy, in the same manner as
/usr/bin/proxy
is renamed to/usr/bin/3proxy-proxy
.That could be done by adding
( cd ${pkgdir}${_prefix}/share/man/man8 && mv proxy.8 3proxy-proxy.8 ) || return 1
inpackage()
in the PKGBUILD.My proposed patch if useful:
Nothing4You commented on 2021-09-17 20:38 (UTC)
this currently installs with a broken symlink: /var/log/3proxy -> ../../usr/local/3proxy/logs
naruto522ru commented on 2020-10-29 14:03 (UTC)
@asm0dey Okay, I'll try to see how much patience is enough on a slow laptop.
asm0dey commented on 2020-10-29 13:56 (UTC)
@naruto522ru there are couple, but let's start with email :)
naruto522ru commented on 2020-10-29 13:51 (UTC)
@asm0dey Is there anything besides email? For example messenger or skype? I feel uncomfortable with the mail.
asm0dey commented on 2020-10-29 13:26 (UTC)
@naruto522ru could you please reach me at pavel.finkelshtein at gmail.com, let's discuss proposed changes?
naruto522ru commented on 2020-10-29 11:54 (UTC) (edited on 2020-10-29 13:19 (UTC) by naruto522ru)
Here: https://github.com/naruto522ru/3proxy-PKGBUILD/ the corrected now complies with the standards for creating packages, of course, I took your work as a basis.Works even if you put 0.8.13-1 on top. So, clean up the residual files (checked).
Dwolfix commented on 2020-10-27 15:24 (UTC)
Version 0.9.0-4 was installed without errors. Thanks!
naruto522ru commented on 2020-10-27 14:48 (UTC) (edited on 2020-10-27 20:39 (UTC) by naruto522ru)
@asm0dey Thank you, I collected -4 builds and installs on top of 0.8.13-1, but it seems to me that PKGBUILD is not quite correctly written, because I checked the / run / directory for none of the installed packages (except for the filesystem), but due to the fact that PKGBUILD it is written incorrectly and belongs to 3proxy (pacman -Qo / run /). In the old ie 0.8.13-1 there was no such thing.
UPD:Therefore, Dwolfix did not fit over the old version.asm0dey commented on 2020-10-27 11:40 (UTC)
Oh that's interesting one
1 2 3 4 Next › Last »