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: 183
Popularity: 0.24
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 2 3 4 5 6 7 8 .. 18 Next › Last »

AlPiotrowicz commented on 2020-02-16 11:15 (UTC) (edited on 2020-02-16 11:17 (UTC) by AlPiotrowicz)

I get :


    [junit] Running plugins.Library.io.FreenetURITest
    [junit] Testsuite: plugins.Library.io.FreenetURITest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0,022 sec
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0,022 sec
    [junit] 
    [junit] Testcase: initializationError took 0,002 sec
    [junit]     Caused an ERROR
    [junit] org/hamcrest/SelfDescribing
    [junit] java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing
    [junit]     at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    [junit]     at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
    [junit]     at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:151)
    [junit]     at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
    [junit]     at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:719)
    [junit]     at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:642)
    [junit]     at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:600)
    [junit]     at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
    [junit]     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
    [junit]     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit]     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    [junit]     at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    [junit]     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
    [junit]     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
    [junit] Caused by: java.lang.ClassNotFoundException: org.hamcrest.SelfDescribing
    [junit]     at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
    [junit]     at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
    [junit]     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
    [junit] 

BUILD FAILED /tmp/makepkg/freenet/src/plugin-Library/build.xml:190: Test plugins.Library.io.FreenetURITest failed

skydrome commented on 2020-02-15 20:21 (UTC) (edited on 2020-02-19 21:17 (UTC) by skydrome)

https://freenetproject.org/freenet-build-1485-released.html

Changes to the package:

  • Git verifies the signed tag now, you will have to import the freenet developers key from https://freenetproject.org/assets/keyring.gpg ** or gpg --recv-keys FD6C57F9
  • Includes the Library plugin
  • /opt/freenet folder permissions updated, youll likely see warnings about it when updating. Systemd will change them on its own. Install the package twice and you shouldnt see the warnings again if it changed them correctly.
  • freenet.ini.pacnew can be ignored unless you want a fresh install, only updated for new installations ** New installs will have opennet disabled until you manually enable it
  • wrapper.config.pacnew should be updated if youve made local changes to yours
  • freenet doesnt overwrite our newest geoip db anymore

skydrome commented on 2019-04-01 04:37 (UTC)

https://freenetproject.org/freenet-build-1484-released.html

HiJack88 commented on 2019-03-17 19:57 (UTC)

@skydrome: Thanks for fixing it. It works now :) I appreciate your help!

skydrome commented on 2019-03-12 08:19 (UTC)

fixed it for using git-fetch without a gitconfig

HiJack88 commented on 2019-03-09 04:22 (UTC)

Hi all,

looks like i°m keep getting a new build error:

==> Starting prepare()... remote: Enumerating objects: 7, done. remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 100% (4/4), done. remote: Total 7 (delta 3), reused 7 (delta 3), pack-reused 0 Unpacking objects: 100% (7/7), done. From https://github.com/skydrome/fred * branch gradle-4.10.3 -> FETCH_HEAD

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'robin@Hood.(none)') ==> ERROR: A failure occurred in prepare(). Aborting... ==> ERROR: Makepkg was unable to build . ==> Restart building freenet ? [y/N] ==> -------------------------------- ==>

Does that mean i need to provide login data in order to download sources?

skydrome commented on 2019-03-06 20:30 (UTC)

fixed building with java10+ until its fixed upstream next release

tleydxdy commented on 2019-03-04 02:31 (UTC)

The version is inconsistent with the PKGBUILD