Search Criteria
Package Details: x84 2.0.15-1
Git Clone URL: | https://aur.archlinux.org/x84.git (read-only, click to copy) |
---|---|
Package Base: | x84 |
Description: | Telnet server for UTF-8 and cp437 terminals |
Upstream URL: | https://github.com/jquast/x84 |
Licenses: | |
Submitter: | maze |
Maintainer: | maze |
Last Packager: | maze |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2013-04-19 15:06 |
Last Updated: | 2018-04-30 10:36 |
Dependencies (7)
- python2
- python2-bcrypt
- python2-html2text (python2-html2text-git)
- python2-requests (python2-requests-git)
- python2-sauce
- python2-sqlitedict
- python2 (make)
Latest Comments
jswagner commented on 2017-10-03 06:17
I managed a successful install of 2.0.15 with the following changes to the PKGBUILD:
location of new .tar.gz and updated MD5 sum
replacing 'python2-py-bcrypt' with 'python2-bcrypt'
replacing '-i bin/x84' with '-i x84/engine.py' at the end of the sed command in package()
jswagner commented on 2015-09-27 02:36
The dependency 'python2-sqlitedict' is currently unavailable.
maze commented on 2014-04-22 13:53
Bump to 1.1.2
maze commented on 2013-08-25 21:42
There is no python2-bcrypt module. Feel free to upload one to AUR and I'll add it to the optdepends.
jswagner commented on 2013-08-25 21:18
1.0.8 is current:
https://pypi.python.org/packages/source/x/x84/x84-1.0.8.tar.gz
Blowfish encryption is enabled by depending on py-bcrypt, and then setting "password_digest" under the [system] header from "internal" to "bcrypt". Not sure if this should be default on Arch, but it seems most people will want that. :)
jswagner commented on 2013-08-25 21:18
1.0.8 is current is current.
https://pypi.python.org/packages/source/x/x84/x84-1.0.8.tar.gz
Blowfish encryption is enabled by depending on py-bcrypt, and then setting "password_digest" under the [system] header from "internal" to "bcrypt". Not sure if this should be default on Arch, but it seems most people will want that. :)