Package Details: onioncat 4.11.0-1

Git Clone URL: https://aur.archlinux.org/onioncat.git (read-only, click to copy)
Package Base: onioncat
Description: OnionCat is a VPN-adapter, which uses Tor or I2P as its transport.
Upstream URL: https://www.onioncat.org/
Keywords: connector service tor
Licenses: GPL3
Submitter: xduugu
Maintainer: revel
Last Packager: revel
Votes: 14
Popularity: 0.000005
First Submitted: 2008-12-27 17:31 (UTC)
Last Updated: 2023-03-10 09:39 (UTC)

Latest Comments

1 2 Next › Last »

revel commented on 2022-11-26 22:04 (UTC)

thanks @necklace, switched source links to github

necklace commented on 2022-11-23 14:26 (UTC)

./configure not found - might have to autoconf - and cypherpunk link seems dead?

revel commented on 2019-08-20 16:22 (UTC)

Wow, it looks like someone upstream started caring about this project again.

revel commented on 2018-11-30 04:54 (UTC)

@needle8420 sorry for the delay. There is no need to ask me or anyone else to do this. You can submit and keep-up an AUR package yourself. Please take a look at https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages

needle8420 commented on 2018-11-28 22:01 (UTC) (edited on 2018-11-28 23:06 (UTC) by needle8420)

revel, please add this to aur ...

archlinux-pkgbuild-mkp224o-git.v2.txt
https://pastebin.com/raw/2Lyw1gpB

mkp224o
vanity address generator for tor onion v3 (ed25519) hidden services, similar to shallot

also feel free to suggest my benchmark code to upstream

needle8420 commented on 2018-11-22 18:06 (UTC) (edited on 2018-11-22 18:14 (UTC) by needle8420)

revel, thx for your maintenance :-)

i only used microsoft-github, cos i could not find any other source. otherwise i would not trust MSGH.

onioncat seems too mature, to maintain a git package. 'it just works'

the changes i suggested affect the files in the github repo. configure.ac is using svn commands. files src/.deps/*.Po are missing.

i fixed configure.ac with

-define([svnversion], esyscmd([sh -c "echo -n $(( `svnversion | tr -d 'M'` + 1 ))"]))dnl
+define([svnversion], esyscmd([sh -c 'printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"']))dnl

ps, aur translates ` [grave accent] to newline, had to use `. bug or feature?

revel commented on 2018-11-18 23:54 (UTC)

@needle8420 many thanks for pointing out that the source files were no longer available at the usual location. I took an easy path and just reuploaded the files to github (forked repo). So, this aur package works again. However, from looking at the original github repository, I would bet this is the last version of this package which will be supported here. The changes you have suggested should rather go to the -svn version of this package (which probably should be renamed to -git as well). It looks like that aur package is currently unmaintained (orphaned), so please feel free to adopt and update it if you care enough.

needle8420 commented on 2018-11-18 17:06 (UTC) (edited on 2018-11-18 17:07 (UTC) by needle8420)

archlinux-pkgbuild-onioncat-git.txt https://pastebin.com/WhKKbD7E

... cos source archives are not accessible and svn repo is deprecated [1] and not accessible

[1] https://www.onioncat.org/download/

maybe add around patching:

if [ "$(git rev-parse --short HEAD)" == '8e7f6eb' ]
then
    # patch
fi

revel commented on 2016-06-17 21:58 (UTC)

@FlyingJay1 execute: gpg --recv-key 1DA87FC35C5FFD47

FlyingJay1 commented on 2016-06-17 21:46 (UTC)

Onioncat fails to build: onioncat-0.2.2.r569.tar.gz ... FAILED (unknown public key 1DA87FC35C5FFD47) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build onioncat.