./net/py-stem, Python controller library for the tor daemon

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8.2nb1, Package name: py311-stem-1.8.2nb1, Maintainer: pkgsrc-users

Stem is a Python library for controlling the tor daemon over a socket.


Required to run:
[databases/py-sqlite3] [security/py-cryptography] [security/py-nacl] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2792.617 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-14 17:35:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-stem: updated to 1.8.2

1.8.2
Bug fixes
   2022-11-28 20:07:30 by Nia Alarie | Files touched by this commit (3)
Log message:
Convert several packages to using versioned_depends for py-cryptography.

Somehow this has been hanging around in my tree for months.
   2022-10-04 22:21:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-stem: updated to 1.8.1

1.8.1
Bug fixes
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2022-01-01 22:21:41 by Thomas Klausner | Files touched by this commit (9)
Log message:
*: convert more to egg.mk
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-01-31 00:32:23 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-stem: update to 1.8.0.

Stem 1.8 is the final release in Stem’s 1.x series and with it
Python 2.x support. Over a year in the making, this introduces
CollecTor, bandwidth metric, and HSv3 descriptor support.

        Controller

            Added get_start_time() method to the Controller
            Added get_uptime() method to the Controller
            Controller events could fail to be delivered in a timely fashion \ 
(ticket 27173)
            Adjusted get_microdescriptors() fallback to also use '.new' cache \ 
files (ticket 28508)
            ExitPolicies could raise TypeError when read concurrently (ticket 29899)
            Moved the arrived_at attribute from Event to ControlMessage
            STALE_DESC Flag (spec)
            DORMANT and ACTIVE Signal (spec)
            QUERY_RATE_LIMITED HSDescReason (spec)
            EXTOR and HTTPTUNNEL Listener

        Descriptors

            Added the stem.descriptor.collector module (ticket 17979)
            Added v3 hidden service descriptor support (ticket 31369)
            Bandwidth file support (ticket 29056)
            stem.descriptor.remote methods now raise stem.DownloadFailed
            Check Ed25519 validity though the cryptography module rather than \ 
PyNaCl (ticket 22022)
            Download compressed descriptors by default (ticket 29186)
            Added Compression class
            Added stem.descriptor.remote.get_microdescriptors()
            Added stem.descriptor.remote.get_bandwidth_file() (ticket 26902)
            Added DetachedSignature parsing (ticket 28495)
            Added from_str() method (ticket 28450)
            Added type_annotation() method (ticket 28397)
            Added digest() method (ticket 28398)
            Added the hash_type and encoding arguments to ServerDescriptor and \ 
ExtraInfo's digest methods (ticket 28398)
            Added the network status vote's new bandwidth_file_digest attribute \ 
(spec)
            Added is_valid() and is_fresh() methods (ticket 28448)
            Replaced RouterStatusEntryMicroV3() hex encoded digest attribute \ 
with a base64 encoded microdescriptor_digest
            Replaced the digest attribute of Microdescriptor with a method by \ 
the same name (ticket 28398)
            Default the version_flavor attribute of NetworkStatusDocumentV3 to \ 
'ns' (spec)
            DescriptorDownloader crashed if use_mirrors is set (ticket 28393)
            Renamed stem.descriptor.hidden_service_descriptor to \ 
stem.descriptor.hidden_service
            Don't download from Serge, a bridge authority that frequently timeout
            Updated dizum authority's address (ticket 31406)

        Client

            Sockets with ORPorts errored if responses exceeded a hardcoded \ 
buffer size (ticket 28961)

        Utilities

            is_valid_hidden_service_address() now provides true if a v3 hidden \ 
servie address
            Fixed 'invalid escape sequence' python 3.6 warnings (ticket 27270)

        Website

            Migrated to GitHub's issue tracker
            Added NetBSD to our download page
            Describe advanced listener usage
            Exemplify manual SAFECOOKIE authentication
            Update PyPI links (ticket 30137)

        Interpreter

            tor-prompt is now ~34% faster when used to non-interactively invoke \ 
commands