Search Criteria
Package Details: naiveproxy 130.0.6723.40_5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/naiveproxy.git (read-only, click to copy) |
---|---|
Package Base: | naiveproxy |
Description: | A Proxy using Chrome's network stack to camouflage traffic with strong censorship resistence and low detectablility. |
Upstream URL: | https://github.com/klzgrad/naiveproxy |
Licenses: | BSD-3-Clause |
Conflicts: | naiveproxy-bin, naiveproxy-git |
Provides: | naiveproxy |
Submitter: | navigaid |
Maintainer: | bgme (lilac) |
Last Packager: | lilac |
Votes: | 6 |
Popularity: | 0.000578 |
First Submitted: | 2019-09-12 08:15 (UTC) |
Last Updated: | 2024-10-20 12:24 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- ccache (ccache-gitAUR) (make)
- gn (gn-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (check)
- python (python37AUR, python311AUR, python310AUR) (check)
Required by (1)
- qv2ray-plugin-naiveproxy-git (optional)
Latest Comments
BryanLiang commented on 2023-12-02 09:27 (UTC)
I wonder why the
unzip
is the make dependency because I do not find any usage of it in the PKGBUILD.I remove it from the makedepends list and rebuild the package successfully.
FabioLolix commented on 2023-06-30 12:58 (UTC)
Hello,
and replace
${_pkgver}-${_pkgrel}
with${_pkgver}
so you can write the version only once when updating the pkgbuildlord commented on 2023-06-07 15:11 (UTC)
Can you please use other port for tests? Many are using 1080 as default for Naive and other SOCKS proxies.
suienzan commented on 2022-11-21 09:00 (UTC)
build fails in
check()
function ifsocks5h://127.0.0.1:1080
already in use.ynlieding commented on 2022-02-09 11:58 (UTC)
Build fails:
navigaid commented on 2019-11-13 03:32 (UTC) (edited on 2019-11-13 03:32 (UTC) by navigaid)
hi @dreieck , thanks for reporting the issue.
Offline build is supported now, please check it out :)
(it uses the same build.sh from naiveproxy-git rather than the one bundled with source tarball to avoid downloading extra binaries during makepkg)
dreieck commented on 2019-11-10 11:42 (UTC)
Fails to build for me:
dreieck commented on 2019-11-10 11:41 (UTC)
This
PKGBUILD
is downloading stuff duringbuild()
.This should not happen,
build()
has not to assume a present internet connection.Please make sure that everything which is needed to build the package is downloaded via the
source
-array (apply somesource
-building magic if needed), or, as an exception, use theprepare()
-function for that.Please apply this also to your other
naiveproxy
-packages.Thanks in advance!
mystique commented on 2019-10-26 14:44 (UTC)
7c05f17e0fca145e4dafb5ba18b71c9a naiveproxy-78.0.3904.70-1.tar.gz
md5 was not updated for latest update.
mystique commented on 2019-09-14 18:37 (UTC)
you need to add unzip and python2 as build deps.. then it builds no problem.