Autor Thema: Anonyme Netzwerke ...  (Gelesen 3383 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
FreeNet 0.7.5 Build 1495
« Antwort #45 am: 30 Dezember, 2022, 19:00 »
Changelog


    New users:

    There is a new firsttime wizard for single-step setup, contributed by redwerk and finally merged after resolving dependency-requirements.
    To further ease the start, the bookmarks are re-organized with "starting points" at the top.

    User experience:

    For integration in browser extensions, TheSeeker added support for the schemes web+freenet and ext+freenet which do not need further allow-listing by browsers to use.
    CometZ@6DtYG~ created a new theme sky-dark-static, a clean dark scheme, simpler than Winterfacey.
    To enable more beautiful Freesites, Spider Admin, naejadu and vwoodzell extended the CSS filter to enable sticky, transition, and word-wrap.
    The m3u-player is now only inserted into sites which contain at least one video or audio tag. When a part of a stream fails, it is now skipped, allowing for continuous playback without user-intervention.

    Performance:

    For better lifetime of larger files, the healing size is increased from 16 to 256 MiB, so a 512 MiB file will keep working if accessed
    once every 10 days. To keep alive files explicitly, you can use the keepalive plugin.
    And the pending keys optimizations by Eleriseth should reduce the CPU load on very fast nodes with many peers.

    Further technical improvements:

    finally merged the HashingAPI by unixninja92, a GSoC project that had gotten lost in the pull requests. This provides an easy and well-tested way to create and verify different types of Hashes from byte arrays, including Sha256 and TigerTree. #258
    old announcement fixes by toad were finally mergedunit tests were upgraded to junit4, thanks to vwoodzell! the client getter method now honors the max size argument

[close]

Weitere Infos & DL -> https://github.com/freenet/fred/releases

https://freenetproject.org/index.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
FreeNet 0.7.5 Build 1497
« Antwort #46 am: 05 März, 2023, 10:00 »
Changelog


This release fixes a severe vulnerability in path folding that allowed
to distinguish between downloaders and forwarders with an adapted
node that is directly connected via opennet.

This vulnerability was reported to the Project by Prof. Ming Yang and
Prof. Zhen Ling from the School of Computer Science and Engineering,
Southeast University, Prof. Xinwen Fu from the Miner School of
Computer & Information Sciences, University of Massachusetts Lowell,
and Yonghuan Xu from School of Cyber Science and Engineering,
Southeast university.

Yonghuan also provided support in fixing the vulnerability. Thank you
very much!

To reduce the probability of hitting other problems in path folding,
we also merged the pull-request to completely avoid path folding at
HTL 17 or higher.

Due to changes in the infrastructure, this release has to re-use the
Windows Installer from 1496, so newly installed nodes on Windows will
still be vulnerable for a few minutes after installation until they
auto-update. This should get fixed in 1498.

Besides this change, there’s a German translation fix by an anonymous
contributor: Email ? E-Mail.

And a fix for a test that points towards the need to check the
compression code on newer JDKs.

[close]

Weitere Infos & DL -> https://github.com/freenet/fred/releases

https://freenetproject.org/index.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
FreeNet 0.7.5 Build 1498 Pre-release 1
« Antwort #47 am: 16 Oktober, 2023, 10:00 »
Changelog


   The Windows installer is currently not signed!

    Shorten description of sharesite freesite for english
    gzip: replace test workaround by fixing the output of the compressor — thanks to Bombe for the SingleOffsetReplacingOutputStream!
    replace GregorianCalendar with java.time.OffsetDateTime in CurrentTimeUTC — thanks to Veniamin Fernandes
    CSS: Support word-wrap: anywhere
    Move UPnP2 to normal plugins. It does not seem broken, but UPnP does
    Move Library plugin to advanced plugins because new users tend to get lost with it
    html-filter: allow summary and details html element. Thanks to naejadu
    Add a bit of styling to the plugin list (for winterfacey) — thanks to Bombe
    Remove option that to load plugins from central server — thanks to Bombe!
    fix: invalid max store size showed bytes with GiB suffix
    polish: show datastore size warning with GiB suffix
    Refine ClientRequestSelectorTest, PersistentJobRunnerImplTest, SplitFileFetcherStorageTest, and SplitFileInserterStorageTest — thanks to Veniamin Fernandes
    Change deprecated jcenter() maven repo to mavenCentral() — thanks to Veniamin Fernandes
    ???? Fix JarClassLoader’s ability to work with ServiceLoader — thanks to Bombe!
    refactor the browser warning wizard page
    fix the flag size of nepal — thanks to Percept0r@NYZkOs7eQ…!
    Switch swiss flag to civil and state ensign — thanks to Percept0r@NY
    bookmarks: Add Opennet SeedNodes stats site
    Reorder starting bookmarks: FFS ? clean spider ? Index of Indexes
    Re-order default software bookmarks by ease of use from fproxy
    Add generate media site to the default bookmarks
    Show the noderef in basic-mode: it is now robust enough
    Added tests for PebbleUtils — thanks to Bombe!
    Fix NPE when subsets are not initialized — thanks to Bombe
    reduce logging for too many excluded sub-arrays thanks to Hiina
    disable setting for new-load-management (NLM broke nodes)
    add utility to disable a config option, thanks to Bombe
    merge debian package as default build action thanks to DC*/desyncr! This resolves one of our high impact tasks.

[close]

Weitere Infos & DL -> https://github.com/freenet/fred/releases

https://freenetproject.org/index.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )