Packages

Category Task Type Priority Severity  asc Summary Status Progress
AnyUpdate RequestVery LowVery Low [youtube-viewer] minor fix: function API name Closed
100%
Task Description

Description:

Fixes[0] a small error in the name API function extract.

Replaced name `indivious` to `invidious`

Attached[1] patch update

- [0]:https://github.com/arankaren/youtube-viewer/commit/a464c878579f22c1cf7e5e54897c5ecaf27e333e

- [1]:https://paste.debian.net/plain/1091395

AnyFeature RequestVery LowVery Low [ttf-iosevka] add Iosevka font Closed
100%
Task Description

Iosevka wins a poll about most beautiful fonts on reddit (/r/linux). This font is very similar than Droid Sans (Official Google Font) with many advantages:

1 - Has 5 types modes (lightest, light, normal, bold, super bold)
2 - Condensed and big sizes (perfect for visual impairments users)
3 - Very Legible on i3-wm, Sway, Conky bar
4 - OTF license (Freedom license)

Iosevka is already on AUR, but create a official package prevent bug or proprietary third parties apps (Yaourt, etc) be installed by beginners Hyperbola users.

Official Site:
https://github.com/be5invis/Iosevka

On AUR:
https://aur.archlinux.org/packages/ttf-iosevka

AnyFeature RequestLowVery Low [openrc] services should be added to runlevels through  ...Closed
100%
Task Description

The OpenRC services should be added to runlevels through installing process instead be forced each time when openrc package is upgraded, because some sysadmins need customize them and are useful for Xen environments.

Example:

rc-update
                  ... |
          agetty.tty1 |      default                                 
         agetty.tty10 |      default                                 
         agetty.tty11 |      default                                 
         agetty.tty12 |      default                                 
          agetty.tty2 |      default                                 
          agetty.tty3 |      default                                 
          agetty.tty4 |      default                                 
          agetty.tty5 |      default                                 
          agetty.tty6 |      default                                 
          agetty.tty7 |      default                                 
          agetty.tty8 |      default                                 
          agetty.tty9 |      default                                 
                  ... |
                 swap | boot                                         
                  ... |
rc-update del swap boot
rc-update del agetty.tty{12,11,10,9,8,7,6,5,4,3,2,1}
rc-update add agetty.tty{1,2,3} system # "system" runlevel runs after "default" runlevel
rc-update
                  ... |
          agetty.tty1 |                                        system
         agetty.tty10 |                                        system
         agetty.tty11 |                                        system
         agetty.tty12 |                                              
          agetty.tty2 |                                              
          agetty.tty3 |                                              
          agetty.tty4 |                                              
          agetty.tty5 |                                              
          agetty.tty6 |                                              
          agetty.tty7 |                                              
          agetty.tty8 |                                              
          agetty.tty9 |                                              
                  ... |
pacman -Sy openrc
rc-update
                  ... |
          agetty.tty1 |      default                           system
         agetty.tty10 |      default                           system
         agetty.tty11 |      default                           system
         agetty.tty12 |      default                                 
          agetty.tty2 |      default                                 
          agetty.tty3 |      default                                 
          agetty.tty4 |      default                                 
          agetty.tty5 |      default                                 
          agetty.tty6 |      default                                 
          agetty.tty7 |      default                                 
          agetty.tty8 |      default                                 
          agetty.tty9 |      default                                 
                  ... |
                 swap | boot                                         
                  ... |
AnyFeature RequestVery LowVery Low Dreamchess package wanted Closed
100%
Task Description

this package is under gpl3. It is the most reasonable chess game because it can be easy or hard depending on your preference.

AnyBug ReportVery LowVery Low [ntfs-3g] ldconfig: File [...] is empty, not checked Closed
100%
Task Description

Error detected in ntfs-3g.

ldconfig: File /usr/lib/libntfs-3g.so is empty, not checked.
ldconfig: File /usr/lib/libntfs-3g.so.88 is empty, not checked.
ldconfig: File /usr/lib/libntfs-3g.so.88.0.0 is empty, not checked.
StableBug ReportVery LowVery Low Gajim "Unable to run gpg - it may not be available"  Closed
100%
Task Description

Description:

Gajim XMPP Client wont start after installing python2-gnupg.

Additional info:
* package version(s)

  community/python2-gnupg 0.4.0-2
  extra/gajim 0.16.8-1.hyperbola2

* config and/or log files etc.

/usr/lib/python2.7/site-packages/gajim/common/gajim.py

Steps to reproduce:

With Gajim working is not possible to assign an OpenPGP key because it needs a wrapper. Therefore python2-gnupgp package is needed. But after installing python2-gnupgp, Gajim doesn’t start. The following output is displayed from the console:


07/21/2018 18:00:41 (E) gajim.c.gnupg Unable to run gpg - it may not be available.
Traceback (most recent call last):

File "/usr/lib/python2.7/site-packages/gnupg.py", line 757, in __init__
  p = self._open_subprocess(["--version"])
File "/usr/lib/python2.7/site-packages/gnupg.py", line 832, in _open_subprocess
  startupinfo=si)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
  errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
  raise child_exception

OSError: [Errno 2] No such file or directory
Traceback (most recent call last):

File "gajim.py", line 513, in <module>
  interface.run()
File "/usr/lib/python2.7/site-packages/gajim/gui_interface.py", line 2704, in run
  self.roster = roster_window.RosterWindow()
File "/usr/lib/python2.7/site-packages/gajim/roster_window.py", line 6611, in __init__
  connection_zeroconf.ConnectionZeroconf(gajim.ZEROCONF_ACC_NAME)
File "/usr/lib/python2.7/site-packages/gajim/common/zeroconf/connection_zeroconf.py", line 68, in __init__
  CommonConnection.__init__(self, name)
File "/usr/lib/python2.7/site-packages/gajim/common/connection.py", line 150, in __init__
  self.gpg = gpg.GnuPG()
File "/usr/lib/python2.7/site-packages/gajim/common/gpg.py", line 37, in __init__
  gnupg.GPG.__init__(self, gpgbinary=gajim.GPG_BINARY, use_agent=use_agent)
File "/usr/lib/python2.7/site-packages/gnupg.py", line 761, in __init__
  raise OSError(msg)

OSError: Unable to run gpg - it may not be available.


After doing some search, the issue is that gajim.py is trying to call ‘gpg’ as ‘gpg1’.

# grep -n GPG_BINARY /usr/lib/python2.7/site-packages/gajim/common/gajim.py
162:GPG_BINARY = ‘gpg1’

By replacing ‘gpg’ instead of ‘gpg1’, Gajim will start normally with OpenPGP feature available.

Maybe a newer revision of python2-gnupg is required or maybe a small patch in the current package.

StableBug ReportVery LowVery Low[spamassassin] has different directory permissions than...Deferred
0%
Task Description

Description:
The /usr/sbin directory in spamassassin has permissions 755
https://git.hyperbola.info:50100/packages/extra.git/tree/spamassassin/PKGBUILD#n88

And ‘filesystem’ sets it to 750
https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135

So when installing spamassassin, pacman throws a warning

warning: directory permissions differ on /usr/sbin/
filesystem: 750  package: 755

Additional info:
* spamassassin 3.4.2-1.hyperbola2

StableBug ReportVery LowVery Low[postfix] has different directory permissions than 'fil...Deferred
0%
Task Description

Description:
The /usr/sbin directory in postfix has permissions 755
https://git.hyperbola.info:50100/packages/extra.git/tree/postfix/PKGBUILD#n115

And ‘filesystem’ sets it to 750
https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135

So when installing postfix, pacman throws a warning

warning: directory permissions differ on /usr/sbin/
filesystem: 750  package: 755

Additional info:
* postfix-3.2.2-1.hyperbola6

StableBug ReportVery LowVery Low[fail2ban] update dovecot failregex to support verbose ...Unconfirmed
0%
Task Description

Description:
The /etc/fail2ban/filter.d/dovecot.conf file has a failregex with the following:

^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user\s*$

and works with things like:

Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user

but with verbosity enabled in Dovecot, this output looks like this:

Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user (given password: password)

and in this case it doesn’t work, but it does if we fix the failregex if we replace it with:

^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user( \(given password: \S*\))?\s*$

with this new expression, it works with and without verbosity

And regarding postfix, to make it work correctly I “backported” some pieces from newest failregex:

/etc/fail2ban/postfixr-rbl.conf:

^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: [45]54 [45]\.7\.1 Service unavailable; Client host \[\S+\] blocked using .* from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$

/etc/fail2ban/postfix.conf: (second failregex)

^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: 45[04] 4\.7\.1 Client host rejected: cannot find your (reverse )?hostname, (\[\S*\]); from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$

I can create a patch if you want. Note that I haven’t tested all filters, some others may also need some rework

Additional info:
* fail2ban-0.9.6-2.hyperbola3

TestingBug ReportVery LowVery Low [Hyperbola GNU/Linux-libre 0.4] [wine-stable] doesn't r ...Closed
100%
Task Description

The title says that above if without having required library dependencies for most of them under 32-bit.

AnyBackport RequestVery LowVery Low Icetray for Iceape-uxp Closed
100%
Task Description

This already works for it, but I just thought I would request it to be put in.

StableUpdate RequestVery LowLow [icewm] Upgrade package version Closed
100%
Task Description

The current version of the package icewm within the Hyperbola-repositories is 1.3.8. The latest version is 1.6.3!
An update would be helpful as this window-manager follows absolutely the principles of the distribution Hyperbola itself, being simple and fast.

AnySecurity IssueVery LowLow [gnupg-stable]: shall be upgraded to mitigate risks wit ...Closed
100%
Task Description

Description:

[gnupg]: shall be upgraded to mitigate risks with new vulnerabilities as explained on:
https://neopg.io/blog/encryption-spoof and on
https://gnupg.org/

AnyReplace RequestLowLow [appmenu-qt4] replace with appmenu-qt (qt5) Closed
100%
Task Description

“appmenu-qt4”[0][2] is a deprecated package (release in 2012)[1] and use qt4 unsupported/non-lts software[3], but “appmenu-qt5” not contains any release source code[2]

$ pacman -Si appmenu-qt4
Repository : community
Name : appmenu-qt4
Version : 0.2.6-1
Description : Export Qt4 applications menus over D-Bus
Architecture : x86_64
URL : https://launchpad.net/appmenu-qt Licenses : GPL Groups : None
Provides : None
Depends On : libdbusmenu-qt4
Optional Deps : None
Conflicts With : appmenu-qt
Replaces : appmenu-qt
Download Size : 16.55 KiB
Installed Size : 48.00 KiB
Packager : Antonio Rojas arojas@archlinux.org Build Date : Tue 28 Feb 2017 05:59:31 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

[0]:https://launchpad.net/appmenu-qt (qt4)
[1]:https://launchpad.net/appmenu-qt/+download [2]:https://launchpad.net/appmenu-qt5 [3]:https://en.wikipedia.org/wiki/Qt_5.6_LTS

AnyReplace RequestLowLow [botan*] remove unstable "botan" and rename ''botan1.10 ...Closed
100%
Task Description

Remove unstable “botan” and rename “botan1.10” to “botan-old-stable”[0]

$ pacman -Si botan
Repository      : community
Name            : botan
Version         : 2.1.0-1
Description     : Crypto library written in C++
Architecture    : x86_64
URL             : https://botan.randombit.net/
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : gcc-libs  sh
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 1816.44 KiB
Installed Size  : 7040.00 KiB
Packager        : Alexander Rødseth <rodseth@gmail.com>
Build Date      : Fri 21 Apr 2017 09:19:27 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si botan1.10
Repository      : community
Name            : botan1.10
Version         : 1.10.13-1
Description     : Crypto library written in C++ - old stable branch
Architecture    : x86_64
URL             : http://botan.randombit.net/
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : gcc-libs  sh
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 1014.98 KiB
Installed Size  : 3734.00 KiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Fri 06 Jan 2017 06:48:59 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

[0]:https://botan.randombit.net/

StableReplace RequestVery LowLow [avideo] Replace with youtube-dl Closed
100%
Task Description

What do you think ? Avideo is not updated anymore, can’t we use regular youtube-dl instead as RMS himself say :

“youtube-dl is okay to be in the Directory because it does not actually execute nonfree JS as we first suspected.”

Source : https://directory.fsf.org/wiki/Youtube-dl Also : https://github.com/fent/node-ytdl-core/issues/222

AnyPrivacy IssueVery LowLow [purple-plugin-pack] Provides Napster support which is  ...Closed
100%
Task Description

purple-plugin-pack provides access to Napster which is only useful with a single company and sever (as far as I could tell).

AnyPrivacy IssueVery LowLow [github] check github-related packages Closed
100%
Task Description

We should check if the following packages run any non-free JS (like youtube-dl) or access a proprietary API:

- hub
- python-pygithub
- python2-pygithub

I haven’t check them, but they look fishy. Take it as a reminder, this is far from being urgent IMO.

AnyImplementation RequestVery LowLow [3proxy] add package since it's useful for tor on ftp p ...Closed
100%
Task Description

Add “3proxy”[0] package

Useful for tor on ftp proxy[1]

[0]:https://github.com/z3APA3A/3proxy [1]:https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/FTP

AnyImplementation RequestVery LowLow [plymouth] add package Closed
100%
Task Description

Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background.

Please implement plymouth as an optional package.

TestingImplementation RequestVery LowLow [sirikata] add package Closed
100%
Task Description

Sirikata a platform for virtual worlds.

Sirikata is a platform for virtual worlds. We provide a set of libraries and protocols which can be used to deploy a virtual world, as well as fully featured sample implementations of services for hosting and deploying these worlds.

Please implement sirikata as an optional package.

AnyImplementation RequestVery LowLow [multipath-tools] add package Closed
100%
Task Description

Hello,

Could it be possible to add this package :

multipath-tools

“Multipath tools for Linux (including kpartx)”

License : GPL2

to the repo ?

Thank you

AnyImplementation RequestVery LowLow [thinkfan] add package Closed
100%
Task Description

Could it be possible to add this package :

thinkfan

“A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi”

License : GPL

to the repo ?

Thanks

AnyImplementation RequestLowLow [nut] add Network UPS Tools 2.7.x package Closed
100%
Task Description

Add “nut” package.

Useful for uninterruptible power supplies, power distribution units, solar controllers and servers power supply units.

AnyImplementation RequestLowLow [codecrypt] add new package Closed
100%
Task Description

This is a GnuPG-like unix program for encryption and signing that uses only quantum-computer-resistant algorithms:

  McEliece cryptosystem (compact QC-MDPC variant) for encryption
  Hash-based Merkle tree algorithm (FMTSeq variant) for digital signatures

Codecrypt is free software. The code is licensed under terms of LGPL3 in a good hope that it will make combinations with other tools easier.

AnyImplementation RequestVery LowLow [mat] add package  Closed
100%
AnyImplementation RequestVery LowLow [mednaffe] add package Closed
100%
AnyImplementation RequestVery LowLow [fsearch] add package Closed
100%
AnyImplementation RequestVery LowLow [flowblade] add package Closed
100%
AnyImplementation RequestVery LowLow [whipper] add package Closed
100%
AnyImplementation RequestVery LowLow [sacd-extract] add package Closed
100%
AnyImplementation RequestVery LowLow [radiotray] add package Closed
100%
AnyImplementation RequestVery LowLow [ttf-font-awesome] add ttf-font-awesome font Closed
100%
AnyImplementation RequestVery LowLow [awesome-terminal-fonts] add package Closed
100%
AnyImplementation RequestVery LowLow [w_scan] add package  Closed
100%
AnyImplementation RequestVery LowLow [qpdfview] add package Closed
100%
AnyImplementation RequestVery LowLow [menulibre] add package Closed
100%
AnyImplementation RequestVery LowLow [crunch] add package Closed
100%
AnyImplementation RequestVery LowLow [dmg2img] add package Closed
100%
AnyImplementation RequestVery LowLow [gcdemu] add package Closed
100%
AnyImplementation RequestVery LowLow [python-cheat] add package  Closed
100%
AnyImplementation RequestVery LowLow [accuraterip-checksum] add package Closed
100%
AnyImplementation RequestVery LowLow [pacpl] Add package Closed
100%
AnyImplementation RequestVery LowLow [gmusicbrowser] Add package Closed
100%
AnyImplementation RequestVery LowLow [octopi] add package Closed
100%
AnyImplementation RequestVery LowLow [quiterss] add package  Closed
100%
AnyImplementation RequestVery LowLow [wekan] add package  Closed
100%
AnyImplementation RequestVery LowLow [moloch] add package  Closed
100%
AnyImplementation RequestMediumLow Scid vs. PC – PGN Reader/ChessBase Closed
100%
AnyImplementation RequestMediumLow Stockfish Chess Engine Closed
100%
Showing tasks 1 - 50 of 1517 Page 1 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing