Package Details: naiveproxy 123.0.6312.40_1-2

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.070309
First Submitted: 2019-09-12 08:15 (UTC)
Last Updated: 2024-03-26 20:19 (UTC)

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,

  • neither provides=() and conflicts=() are needed for stable pkgbuilds like this
  • can remove the old sha1sums=() since using also sha256sums
  • for pkgvers you can use
pkgver=114.0.5735.91_3
_pkgver=${pkgver//_/-}

and replace ${_pkgver}-${_pkgrel} with ${_pkgver} so you can write the version only once when updating the pkgbuild

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 if socks5h://127.0.0.1:1080 already in use.

ynlieding commented on 2022-02-09 11:58 (UTC)

Build fails:

-> Downloading clang-llvmorg-14-init-11564-g37fbf238-3.tgz...  
% Total % Received % Xferd Average Speed Time Time Time Current  
Dload Upload Total Spent Left Speed  
0 229 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0  
curl: (22) The requested URL returned error: 404  
==> ERROR: Failure while downloading https://commondatastorage.googleapis.com/chromium-browser-clang//clang-llvmor  
g-14-init-11564-g37fbf238-3.tgz  
Aborting...

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:

[...]
Verifying: /tmp/build_dir/aur-naiveproxy/src/naiveproxy-78.0.3904.70-4/src/out/sysroot-build/sid/Packages.experimental_main_amd64.xz
Traceback (most recent call last):
  File "./merge-package-lists.py", line 28, in <module>
    AddPackagesFromFile(open(sys.argv[1], 'r'))
  File "./merge-package-lists.py", line 25, in AddPackagesFromFile
    for i in xrange(0, len(lines), 3):
NameError: name 'xrange' is not defined
==> ERROR: A failure occurred in build().

dreieck commented on 2019-11-10 11:41 (UTC)

This PKGBUILD is downloading stuff during build().

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 some source-building magic if needed), or, as an exception, use the prepare()-function for that.

==> Starting build()...
[...]
----------------------------------------------------------------------
downloading from https://snapshot.debian.org/archive/debian/20181214T150526Z//dists/experimental/main/binary-amd64/Packages.xz -> /tmp/build_dir/aur-naiveproxy/src/naiveproxy-78.0.3904.70-4/src/out/sysroot-build/sid/Packages.experimental_main_amd64.xz.49ec2b0b9a53723e20392bddc4a8a1a2c7781affb7c787c229f7cbb2d53dd7f3
----------------------------------------------------------------------
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  287k  100  287k    0     0  46486      0  0:00:06  0:00:06 --:--:-- 66667
----------------------------------------------------------------------
[ further downloads ]
[...]

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.