Package Details: freenet 0.7.5.1497-1

Git Clone URL: https://aur.archlinux.org/freenet.git (read-only, click to copy)
Package Base: freenet
Description: A peer-to-peer platform for censorship-resistant communication and publishing
Upstream URL: https://freenetproject.org
Keywords: anonymous censorship encrypted freenet network
Licenses: GPL2
Submitter: Xemertix
Maintainer: Thynix
Last Packager: skydrome
Votes: 182
Popularity: 0.001872
First Submitted: 2009-04-17 16:46 (UTC)
Last Updated: 2023-03-05 00:21 (UTC)

Dependencies (7)

Required by (0)

Sources (8)

Pinned Comments

amanvg commented on 2020-10-13 08:32 (UTC)

if you are having issues with the key, run this command:

curl -sS https://freenetproject.org/assets/keyring.gpg | gpg --import -

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 19 Next › Last »

Thynix commented on 2016-04-24 15:18 (UTC)

Whoops, it needed an update for the KeyUtils version. I've pushed that change. Does it work for you now?

MrTimscampi commented on 2016-04-24 10:35 (UTC)

It's not compiling on my machine, both with openjdk7/8 and java7/8. Here's what I get: [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /home/mrtimscampi/.cache/pacaur/freenet/src/plugin-KeyUtils/src/plugins/KeyUtils/KeyExplorerUtils.java:38: error: cannot find symbol [javac] import freenet.client.async.KeyListenerConstructionException; [javac] ^ [javac] symbol: class KeyListenerConstructionException [javac] location: package freenet.client.async [javac] /home/mrtimscampi/.cache/pacaur/freenet/src/plugin-KeyUtils/src/plugins/KeyUtils/KeyExplorerUtils.java:123: error: cannot find symbol [javac] KeyListenerConstructionException { [javac] ^ [javac] symbol: class KeyListenerConstructionException [javac] location: class KeyExplorerUtils [javac] /home/mrtimscampi/.cache/pacaur/freenet/src/plugin-KeyUtils/src/plugins/KeyUtils/KeyExplorerUtils.java:327: error: cannot find symbol And it continues for a while, with more KeyListenerConstructionException symbol not being found.

X-san commented on 2016-03-26 05:33 (UTC)

It's suddenly working tonight. Guess my connectivity was poor earlier. Thanks for the quick response though.

skydrome commented on 2016-03-26 04:47 (UTC)

you should not be getting different chksums as nothing has changed regarding them. The issue files are from sourceforge maybe it is serving you a bad mirror. Try downloading them manually from a different host. https://sourceforge.net/projects/ant-contrib/files/ant-contrib/1.0b3/ant-contrib-1.0b3-bin.tar.bz2 https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/4.65/lzma465.tar.bz2 https://sourceforge.net/projects/bitcollider/files/jBitcollider%20%28Java%29/0.8/jBitcollider-0.8.zip

X-san commented on 2016-03-25 22:47 (UTC)

sha256sums are not passing on the following files: ant-contrib-1.0b3-bin.tar.bz2 lzma465.tar.bz2 jBitcollider-0.8.zip Have tried a couple times making sure to use clean directory.

Matheus commented on 2016-03-23 18:01 (UTC)

The freenet 0.7.5 build 1472 has been released.

skydrome commented on 2016-02-17 22:28 (UTC)

no reason other than didn't need to at the time, ive updated the pkgbuild to checkout each version tag now

tuxayo commented on 2016-02-13 17:40 (UTC)

@skydrome I confirm that it works. Is there a reason to keep to two incompatible versions configured in the PKGBUILD? (fred 1470 and KeyUtils master)

skydrome commented on 2016-02-04 06:49 (UTC)

you just have to uncomment _fred=#branch=next

tuxayo commented on 2016-02-03 15:03 (UTC)

@skydrome You mean compiling the PKGBUILD without any modification works?