Description
sks - Synchronizing OpenPGP Key Server
Property | Value |
---|---|
Distribution | Debian 10 (Buster) |
Repository | Debian Main i386 |
Package filename | sks_1.1.6-14+b1_i386.deb |
Package name | sks |
Package version | 1.1.6 |
Package release | 14+b1 |
Package architecture | i386 |
Package type | deb |
Category | net network::server protocol::TODO protocol::http role::program security::cryptography uitoolkit::ncurses use::synchronizing use::transmission works-with-format::TODO works-with::TODO |
Homepage | https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Home |
License | - |
Maintainer | Christoph Martin <martin@uni-mainz.de> |
Download size | 843.29 KB |
Installed size | 3.81 MB |
SKS is an OpenPGP key server that correctly handles all OpenPGP features defined in RFC2440 and RFC4880, including photoID packages and multiple subkeys. This key server implementation uses an efficient and reliable reconciliation algorithm to keep the database in sync with other SKS servers. Additionally it can both send and receive PKS style sync emails.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
sks_1.1.6-14+b1_amd64.deb | 1.1.6 | amd64 | Debian Main |
sks | - | - | - |
Requires
Name | Value |
---|---|
adduser | - |
db-util | - |
db5.3-util | - |
libc6 | >= 2.17 |
libdb5.3 | - |
libgmp10 | - |
lsb-base | >= 3.0-6 |
zlib1g | >= 1:1.1.4 |
Download
Type | URL |
---|---|
Mirror | ftp.br.debian.org |
Binary Package | sks_1.1.6-14+b1_i386.deb |
Source Package | sks |
Install Howto
- Update the package index:
# sudo apt-get update
- Install sks deb package:
# sudo apt-get install sks
Files
Path |
---|
/etc/cron.daily/sks |
/etc/init.d/sks |
/etc/logrotate.d/sks |
/etc/sks/forward.exim |
/etc/sks/forward.postfix |
/etc/sks/mailsync |
/etc/sks/membership |
/etc/sks/procmail |
/etc/sks/sksconf |
/lib/systemd/system/sks-recon.service |
/lib/systemd/system/sks.service |
/lib/systemd/system-preset/99-sks.preset |
/usr/lib/sks/berkeley_db.txt |
/usr/lib/sks/sks_add_mail |
/usr/lib/sks/sks_build.sh |
/usr/sbin/sks |
/usr/share/doc/sks/NEWS.Debian.gz |
/usr/share/doc/sks/README.Debian |
/usr/share/doc/sks/README.md.gz |
/usr/share/doc/sks/TODO.Debian |
/usr/share/doc/sks/changelog.Debian.gz |
/usr/share/doc/sks/changelog.Debian.i386.gz |
/usr/share/doc/sks/changelog.gz |
/usr/share/doc/sks/copyright |
/usr/share/doc/sks/sampleConfig/DB_CONFIG |
/usr/share/doc/sks/sampleConfig/aliases.sample |
/usr/share/doc/sks/sampleConfig/crontab.sample |
/usr/share/doc/sks/sampleConfig/mailsync |
/usr/share/doc/sks/sampleConfig/membership |
/usr/share/doc/sks/sampleConfig/procmailrc |
/usr/share/doc/sks/sampleConfig/rc.sks |
/usr/share/doc/sks/sampleConfig/sksconf.minimal |
/usr/share/doc/sks/sampleConfig/sksconf.typical |
/usr/share/doc/sks/sampleWeb/HTML5/README |
/usr/share/doc/sks/sampleWeb/HTML5/index.html |
/usr/share/doc/sks/sampleWeb/HTML5/robots.txt |
/usr/share/doc/sks/sampleWeb/OpenPKG/README |
/usr/share/doc/sks/sampleWeb/OpenPKG/index.html |
/usr/share/doc/sks/sampleWeb/OpenPKG/robots.txt |
/usr/share/doc/sks/sampleWeb/XHTML+ES/functions.es |
/usr/share/doc/sks/sampleWeb/XHTML+ES/index.xhtml |
/usr/share/doc/sks/sampleWeb/XHTML+ES/robots.txt |
/usr/share/lintian/overrides/sks |
/usr/share/man/man8/sks.8.gz |
/usr/share/sks/sks-db-setup |
/usr/share/sks/sks-db-upgrade |
/var/lib/sks/www/README |
/var/lib/sks/www/index.html |
/var/lib/sks/www/robots.txt |
Changelog
2018-02-23 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-14) unstable; urgency=medium * move to debhelper 11 * Standards-Version: 4.1.3 (no changes needed) * move Vcs: * fields to salsa.debian.org * use DEP-14 repo branch naming scheme * d/control: add Rules-Requires-Root: no * debian/tests/basic: reverse the order of the diffs * d/changelog: clean trailing whitespace * autopkgtest: no need to work around #870780 any more * trim noisy GnuPG fields * send systemctl enable stderr to stdout
2017-08-08 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-13) unstable; urgency=medium * one more fix to autopkgtest
2017-08-07 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-12) unstable; urgency=medium * /var/lib/sks/dump should be owned by debian-sks too * streamline automated setup * refresh git metadata in patches * disable by default on sysvinit-managed systems (same as systemd) * autopkgtest: work around #870780
2017-08-02 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-11) unstable; urgency=medium * logrotate: use invoke-rc.d instead of explicit /etc/init.d * test: ensure that the dumps are owned by debian-sks * description: refer explicitly to RFC 4880 * use systemd vendor presets to not enable sks daemons by default * sks-db-setup is now clearer about system integration suggestions * drop /etc/default/sks (see NEWS) - non-systemd systems should enable/disable sks via update-rc.d * clean up autopkgtest
2017-08-02 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-10) unstable; urgency=medium * debian/tests/basic needs sks installed
2017-08-01 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-9) unstable; urgency=medium * Pre-build Bdb library (fix parallel build) (Closes: #870398) * correct the autopkgtest
2017-08-01 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-8) unstable; urgency=medium * Try a different mechanism for build parallelism and dependency-tracking
2017-08-01 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-7) unstable; urgency=medium * allow building in parallel (Closes: #870398)
2017-08-01 - Daniel Kahn Gillmor <dkg@fifthhorseman.net> sks (1.1.6-6) unstable; urgency=medium [ Stéphane Glondu ] * Fix FTBFS with OCaml 4.05.0 (Closes: #870150) [ Daniel Kahn Gillmor ] * bump Standards-Version to 4.0.0 (no changes needed) * wrap-and-sort -ast * implement basic autopkgtest
2017-07-26 - Christoph Martin <martin@uni-mainz.de> sks (1.1.6-5) unstable; urgency=medium [ Daniel Kahn Gillmor] * move to debhelper 10 [ Christoph Martin ] * compile with system zarith where cryptokit depends on (closes: #868631)
See Also
Package | Description |
---|---|
skycat_3.1.2+starlink1~b+dfsg-5+b1_i386.deb | Image visualization and access to catalogs and data for astronomy |
skylighting_0.7.5-1_i386.deb | syntax highlighting tool |
skytools3-ticker_3.3-2_all.deb | Transitional package to pull in pgqd |
skyview-java-doc_3.4.2+repack-2_all.deb | Image generation from a range of remote databases (API doc) |
skyview-java_3.4.2+repack-2_all.deb | Image generation from a range of remote databases (Java package) |
skyview_3.4.2+repack-2_all.deb | Image generation from a range of remote databases |
sl_5.02-1_i386.deb | Correct you if you type `sl' by mistake |
slack_0.15.2-9_all.deb | configuration management program for lazy admins |
slang-cfitsio_0.3.8+nosvn-5+b3_i386.deb | read and write FITS files from S-Lang |
slang-curl_0.2.1-6_i386.deb | transfer files using HTTP and FTP from S-Lang |
slang-expat_0.5.0-3_i386.deb | S-Lang bindings for the expat XML parser |
slang-gdbm_1.7.1-7+b1_i386.deb | access to GDBM databases from S-Lang |
slang-gsl_0.7.0-6+b1_i386.deb | GNU Scientific Library binding for S-Lang |
slang-pvm_0.1.5-13_i386.deb | PVM (Parallel Virtual Machine) interface for S-Lang |
slang-sqlite_0.4.0-4_i386.deb | S-Lang bindings to the sqlite3 database library |
Advertisement
Advertisement