Skip to content

Releases: go-while/go-pugleaf

Release v0.4.7-1

18 Sep 19:32
01ff542
Compare
Choose a tag to compare

Go-Pugleaf v0.4.7-1

Automated release build of go-pugleaf NNTP server and web gateway.

Included Binaries:

  • webserver - Main web interface
  • pugleaf-fetcher - Article fetcher from NNTP providers
  • pugleaf-nntp-server - NNTP server implementation
  • expire-news - Article expiration tool
  • fix-thread-activity - Thread activity fixer
  • rslight-importer - RSLight data importer
  • nntp-analyze - NNTP analysis tool
  • recover-db - Database recovery tool
  • nntp-transfer - Tool to transfer newsgroups
  • post-queue - Tool to send out queued posts
  • tcp2tor - TCP to Tor proxy

NOT included:

  • fix-references - Reference fixing tool
  • history-rebuild - History rebuild utility
  • merge-active - Active file merger
  • merge-descriptions - Description file merger
  • test-MsgIdItemCache - Cache testing tool

Platform Support:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

Binary Verification:

All binaries include SHA256 checksums for integrity verification:

  • SHA256SUMS.txt - Comprehensive checksums for all platforms
  • checksums-{os}-{arch}.sha256 - Individual platform checksums
  • Each archive also contains a checksums.sha256 file for verification after extraction

Verification Examples:

# Verify individual platform binaries
sha256sum -c checksums-linux-amd64.sha256

# Verify after archive extraction
tar -xzf go-pugleaf-v0.4.7-1-linux-amd64.tar.gz
cd build/
sha256sum -c checksums.sha256

Extract the archive for your platform and run the binaries.
See README.md for usage instructions.

Release v0.4.7-0

03 Sep 13:59
5ccd9a6
Compare
Choose a tag to compare

Go-Pugleaf v0.4.7-0

Automated release build of go-pugleaf NNTP server and web gateway.

Included Binaries:

  • webserver - Main web interface
  • pugleaf-fetcher - Article fetcher from NNTP providers
  • pugleaf-nntp-server - NNTP server implementation
  • expire-news - Article expiration tool
  • merge-active - Active file merger
  • merge-descriptions - Description file merger
  • test-MsgIdItemCache - Cache testing tool
  • history-rebuild - History rebuild utility
  • fix-references - Reference fixing tool
  • fix-thread-activity - Thread activity fixer
  • rslight-importer - RSLight data importer
  • nntp-analyze - NNTP analysis tool
  • recover-db - Database recovery tool

Platform Support:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

Binary Verification:

All binaries include SHA256 checksums for integrity verification:

  • SHA256SUMS.txt - Comprehensive checksums for all platforms
  • checksums-{os}-{arch}.sha256 - Individual platform checksums
  • Each archive also contains a checksums.sha256 file for verification after extraction

Verification Examples:

# Verify individual platform binaries
sha256sum -c checksums-linux-amd64.sha256

# Verify after archive extraction
tar -xzf go-pugleaf-v0.4.7-0-linux-amd64.tar.gz
cd build/
sha256sum -c checksums.sha256

Extract the archive for your platform and run the binaries.
See README.md for usage instructions.