belenios 2.5.1+dfsg-1 source package in Ubuntu

Changelog

belenios (2.5.1+dfsg-1) unstable; urgency=medium

  * New upstream release
  * Fix cleaning (Closes: #1043725)
  * Drop dependency on markdown (Closes: #1073091)
  * Bump Standards-Version to 4.7.0

 -- Stéphane Glondu <email address hidden>  Tue, 02 Jul 2024 05:19:19 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
belenios_2.5.1+dfsg-1.dsc 2.1 KiB d3c73a4acc7eeadb4c3b97e0819d04d78abcdc4c01bc0b63049faf83bf5817d3
belenios_2.5.1+dfsg.orig.tar.xz 537.7 KiB 8319f290cbabcbc735e088559bc00f8dcbbe994f6d1e3711d66dfeef8ed99b16
belenios_2.5.1+dfsg-1.debian.tar.xz 25.7 KiB a07595200ae1d0ec5cb53d4cb9af51e78df18691d8be4abf2ebd25bb480fbbde

Available diffs

  • diff from 2.2+git10-gbb6b7ea8+dfsg-1 to 2.5.1+dfsg-1 (pending)

No changes file available.

Binary packages built by this source

belenios-tool: verifiable voting system (command-line tool)

 Belenios aims at providing an easy to use voting system, guaranteeing
 state-of-the-art security, namely vote privacy and verifiability. It
 can be used in many types of elections, ranging from scientific
 councils to sport associations.
 .
 It consists of a command-line tool and a web server. Both use the
 same backend and can be used to organize elections and perform
 verifications.
 .
 Security properties of the system are:
  * Vote privacy: No one can learn the vote of a voter. Vote privacy
    relies on the encryption of the votes.
  * End-to-end verifiablity: Every voter can check that her vote has
    been counted and only eligible voters may vote. End-to-end
    verifiablity relies on the fact that the ballot box is public
    (voters can check that their ballots have been received) and on
    the fact that the tally is publicly verifiable (anyone can recount
    the votes). Moreover, ballots are signed by the voter credential
    (only eligible voters are able to vote).
 .
 This package provides the command-line tool, which is the most
 convenient way to exercise the verifiability capabilities of the
 system. It can be used to run an election without using the web
 server, and to monitor an election running on a web server.

belenios-tool-dbgsym: debug symbols for belenios-tool