summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysUpdate metadata for sopv supportGuillem Jover
Use OpenPGP when referring to the standard or its objects. Add sopv as the primary alternative dependency to gpgv.
8 daysMerge tag '0.6.3' into debianTimo Weingärtner
release 0.6.3
8 dayschangelog for 0.6.3HEAD0.6.3masterTimo Weingärtner
8 daysremove examples/kit_edu, service goneTimo Weingärtner
8 daysAdd sopv supportGuillem Jover
This is a subset of the Stateless OpenPGP CLI <https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/>, that can easily replace the GnuPG usage. There are multiple implementations providing this interface.
8 daysClarify comment on exit code override to workaround overlapping codesGuillem Jover
The framework expects to be able to ignore specific exit codes from the plugins, but if we are possibly returning exit codes from different tools, then it's hard to untangle what tool generated which exit code. In the plugins at hand the exit code 1 seems like a safe one, given both curl and rsync usage, so we currently turn any OpenPGP verification error into that.
8 daysCurrent gpgv requires the datafile for detached signaturesGuillem Jover
Otherwise we get the following error: gpgv: no signed data gpgv: can't hash datafile: No data
8 daysUse OpenPGP when referring to the standard or objectsGuillem Jover
These are OpenPGP signatures that any conforming implementation should be able to handle. They are not specific to GnuPG, which is one of many implementations, even though a very prominent one.
2021-07-19always use read with -rTimo Weingärtner
2021-07-19factor out download_source()Timo Weingärtner
2021-07-19use bash arrays in path_search()Timo Weingärtner
2021-07-19make config variables readonlyTimo Weingärtner
2016-05-25plugins/psql: fix spelling in commentTimo Weingärtner
2015-02-17Debian release 0.6.2-1debian/0.6.2-1Timo Weingärtner
2015-02-17Merge tag '0.6.2' into debianTimo Weingärtner
release 0.6.2
2015-02-17changelog for 0.6.20.6.2Timo Weingärtner
2015-02-17apply shellcheck to update-openssh-known-hostsTimo Weingärtner
applied with care, the two remaining things are meant that way
2015-01-22plugins/curl: fix silent wrong output on HTTP 404Timo Weingärtner
2014-10-28Bump Standards-VersionTimo Weingärtner
2014-10-28fix invalid-short-name-in-dep5-copyright lintian warningTimo Weingärtner
2014-03-10Debian release 0.6.1-3debian/0.6.1-3Timo Weingärtner
2014-03-10postrm: only act on purge, don't fail when emptyTimo Weingärtner
2014-03-04add some real-life examplesTimo Weingärtner
kit_edu has connect-timeout because firewall DROPs connections from outside
2014-02-26Debian release 0.6.1-2debian/0.6.1-2Timo Weingärtner
Move the ITP bug closing to the current release.
2014-02-26postinst: check for dangling but possibly correct symlinkTimo Weingärtner
test -e dereferences symlinks
2014-02-19Debian release 0.6.1-1debian/0.6.1-1Timo Weingärtner
Move the ITP bug closing to the current release.
2014-02-19debian/watch: use github directlyTimo Weingärtner
2014-02-19Bump Standards Version to 3.9.5.Timo Weingärtner
2014-02-19rely on dh_usrlocalTimo Weingärtner
2014-02-19Packaging changes for new upstream versionTimo Weingärtner
* License now GPL3+ * README removed * add lintian override for manpage * add Build-Depends: pandoc
2014-02-18Merge tag '0.6.1' into debianTimo Weingärtner
release 0.6.1
2014-02-18changelog for 0.6.10.6.1Timo Weingärtner
2014-02-18Documentation update, license clarificationTimo Weingärtner
use pandoc for manpage generation, drop now-redundant README
2014-02-05make main script configurable via environmentTimo Weingärtner
2013-02-02add random sleep to cron.d file to reduce DDoS effects on serversTimo Weingärtner
2013-01-23document alternate URL syntaxes and how to use ssh-based transfer with an ↵Timo Weingärtner
identity
2013-01-23Avoid German-isms in Description:Timo Weingärtner
Thanks: Philipp Kern <pkern@debian.org>
2013-01-12use #!/bin/sh, any POSIX sh is ok.Timo Weingärtner
Thanks: Philipp Kern <pkern@debian.org>
2013-01-10Debian release 0.6-1debian/0.6-1Timo Weingärtner
Move the ITP bug closing from 0.2 to the current release.
2013-01-10update maintainerscriptsTimo Weingärtner
* add postrm to clean up cache and lib dirs * no longer remove stuff on upgrades in prerm Git-Dch: full
2013-01-08add Homepage: and Vcs-*: fieldsTimo Weingärtner
2013-01-08add watch fileTimo Weingärtner
2013-01-08use copyright-format 1.0Timo Weingärtner
2013-01-07add gbp.confTimo Weingärtner
2013-01-07Mention filtering capabilityTimo Weingärtner
2013-01-07Drop dash Depends: (dash is essential)Timo Weingärtner
2013-01-07echo '3.0 (quilt)' > debian/source/formatTimo Weingärtner
2013-01-07Bump Standards Version to 3.9.4.Timo Weingärtner
2013-01-07Revert "drop debian/"Timo Weingärtner
This reverts commit 9817011424d5a37501ffb6bcee573e6fb25b852d.
2013-01-07implement caching for filtered versionTimo Weingärtner
filtering can take a long time, about 1m for 20k key entries