Package Details: hash-slinger 3.3-2

Git Clone URL: https://aur.archlinux.org/hash-slinger.git (read-only, click to copy)
Package Base: hash-slinger
Description: Tools to generate special DNS records (SSHFP, TLSA, OPENPGPKEY, IPSECKEY)
Upstream URL: https://github.com/letoams/hash-slinger
Licenses: GPL2
Submitter: Schnouki
Maintainer: HLFH
Last Packager: HLFH
Votes: 2
Popularity: 0.000000
First Submitted: 2014-09-10 08:44 (UTC)
Last Updated: 2023-11-19 08:12 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

HLFH commented on 2020-04-16 09:59 (UTC)

I updated hash-slinger to version 3.0.

andrej commented on 2019-03-27 20:19 (UTC) (edited on 2019-03-27 20:29 (UTC) by andrej)

BTW, local certificates don't work due to this bug. A release was promised in December 2018, but not released yet. Perhaps building this from Git could help.

A quick and dirty workaround for anyone affected by this: Download this file, replace its first line with '#!/usr/bin/env python2' and then just brutally overwrite /usr/bin/tlsa with that. :-)

andrej commented on 2019-03-27 19:56 (UTC)

Traceback (most recent call last):
  File "/usr/bin/tlsa", line 31, in <module>
    import unbound
  File "/usr/lib/python2.7/site-packages/unbound.py", line 17, in <module>
    _unbound = swig_import_helper()
  File "/usr/lib/python2.7/site-packages/unbound.py", line 16, in swig_import_helper
    return importlib.import_module('_unbound')
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: libunbound.so.2: cannot open shared object file: No such file or directory

There's libunbound.so.8 on my system, so it looks like something is (unnecessarily?) hardwired here. This ugly hack works for me:

sudo ln -s /usr/lib/libunbound.so /usr/lib/libunbound.so.2

HLFH commented on 2016-05-03 21:27 (UTC)

Cool. I updated to 2.7. I'm co-maintener of hash-slinger. Yeeeepee. The pending request could be closed.

tohojo commented on 2015-10-24 00:08 (UTC)

I just uploaded an updated version of the old python2-unbound package, so should be available now :)

randompie commented on 2015-10-13 15:30 (UTC)

"python2-unbound" is not found in the AUR. Was it uploaded to the new system?

Schnouki commented on 2015-01-10 01:28 (UTC)

Updated, thanks a lot for your detailed message @grawity!

grawity commented on 2015-01-06 07:08 (UTC)

In addition to 2.6, the tarball is now signed by: validpgpkeys=('F384E78A1D3352D3EB928AB862D3582FE0FD94D2') python2-gnupg>=0.3.7 is a new optdep for `openpgpkey`: $ openpgpkey --fetch $'paul\x40nohats.ca'