Search Criteria
Package Details: graftcp 0.7.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/graftcp.git (read-only, click to copy) |
---|---|
Package Base: | graftcp |
Description: | A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy. |
Upstream URL: | https://github.com/hmgle/graftcp |
Licenses: | GPL3 |
Submitter: | hmgle |
Maintainer: | hmgle |
Last Packager: | hmgle |
Votes: | 2 |
Popularity: | 0.000014 |
First Submitted: | 2021-01-11 08:37 (UTC) |
Last Updated: | 2024-07-30 12:47 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- make (make-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
hmgle commented on 2024-02-22 14:38 (UTC)
@Zarkli This issue may be related to dependency errors in the Makefile and has been fixed in v0.7.2, see https://github.com/hmgle/graftcp/issues/65 for more information.
Zarkli commented on 2024-01-30 03:43 (UTC)
@hmgle Wired thing. I use the latest(go1.21.6 linux/amd64) go installed from the archlinux
extra
package repository. I can successfully build the package by myself by runningsudo make install
, but when I built from this package, it failed.hmgle commented on 2024-01-29 15:23 (UTC)
@Zarkli What version of Go are you using? Maybe this link (https://github.com/golang/go/issues/44703) will be helpful to you.
Zarkli commented on 2024-01-25 13:32 (UTC)
There is an error occurs in
build()
:hmgle commented on 2021-08-11 09:28 (UTC)
@Hazegard Fixed, thank you for your feedback.
Hazegard commented on 2021-08-09 16:11 (UTC) (edited on 2021-08-09 16:11 (UTC) by Hazegard)
There is an issue since the 0.4.0 release, the
graftcp-local
folder was renamed tolocal
, causing a build error.This diff fixes the issue: