Search Criteria
Package Details: naiveproxy 114.0.5735.91_3-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 |
Conflicts: | naiveproxy-bin, naiveproxy-git |
Provides: | naiveproxy |
Submitter: | navigaid |
Maintainer: | rrenn |
Last Packager: | rrenn |
Votes: | 4 |
Popularity: | 0.150698 |
First Submitted: | 2019-09-12 08:15 (UTC) |
Last Updated: | 2023-06-07 05:54 (UTC) |
Dependencies (9)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-linux4, glibc-git, glibc-widevine)
- ccache (ccache-git) (make)
- gn (gn-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310) (make)
- unzip (unzip-natspec, unzip-zstd) (make)
- openssl (quictls-openssl, openssl-git, openssl-hardened, openssl-static) (check)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310) (check)
Required by (1)
- qv2ray-plugin-naiveproxy-git (optional)
Latest Comments
lord 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.