Packages

Category Task Type Priority Severity Summary Status  asc Progress
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

AnyFreedom IssueMediumMedium[filesystem] Review of permissionsUnconfirmed
0%
Task Description

Description: Packages leaves warnings about installation being within difference of the filesystem. So the package filesystem should get another review in time and warnings get therefore a solution.

AnyBug ReportLowMedium[cryptsetup] when dmcrypt start, the "/" filesystem, m...Assigned
0%
Task Description

When dmcrypt service start, the “/” filesystem is remounted, mtab is updated and bootmisc is recording the login users, by waiting time scheduling:

* root: waiting for dmcrypt (50 seconds)
* root: timed out waiting for dmcrypt
* Remounting root filesystem read/write ...
* Remounting filesystems ...
* mtab: waiting for dmcrypt (50 seconds)
* mtab: timed out waiting for dmcrypt
* Updating /etc/mtab ...
* Creating mtab symbolic link
* bootmisc: waiting to dmcrypt (50 seconds)
* bootmisc: timed out waiting for dmcrypt
* Creating user login records ...

These features on dmcrypt service are useless and these lines print above filesystem passphrase order (the printed line), those ones break printed console and print the pressed keyboard digit when I’m setting up password.
Sometimes this breaks services startup, and I need press “enter” consecutively to allow run the services.

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

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.

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.

StableFeature RequestVery LowLow [linux-libre-lts-xtreme] add package Closed
100%
Task Description

It would be awesome to have a kernel like this imported to hyperbola.

https://www.parabola.nu/packages/kernels/x86_64/linux-libre-lts-xtreme/

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

Could it be possible to add :

fsearch

https://github.com/cboxdoerfer/fsearch

License : GPL

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

Could it be possible to add :

flowblade

https://www.parabola.nu/packages/pcr/any/flowblade/

“a multitrack non-linear video editor for GNU/Linux”

License : GPL3

Thanks

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

Could it be possible to add :

whipper

“A Unix CD ripper aiming for accuracy over speed – forked from morituri”

https://www.parabola.nu/packages/community/any/whipper/ https://github.com/JoeLametta/whipper

License : GPL3

Thanks

AnyImplementation RequestVery LowLow [sacd-extract] add package Closed
100%
Task Description

Could it be possible to add :

sacd-extract

“Extract DSD files from an SACD image”

https://www.parabola.nu/packages/pcr/x86_64/sacd-extract/ https://sourceforge.net/p/sacd-ripper/

License : GPL2

Thanks

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

Hello,

Could it be possible to add :

radiotray

“An online radio streaming player that runs on a Linux system tray.”

https://aur.archlinux.org/packages/radiotray/

License : GPL

Thanks

AnyFeature RequestVery LowLow [nextcloud-client] add package Closed
100%
Task Description

I use Nextcloud for syncing, although, I would normally not ask for this, due to Nextcloud’s appimage being available, but for some reason the latest version doesn’t work on hyperbola. So... yeah.

Usually Nextcloud’s appimage works regardless of what packages you have, so I guess in essence... add Nextcloud-client package to this system is my request.

AnyImplementation RequestVery LowLow [ttf-font-awesome] add ttf-font-awesome font Closed
100%
Task Description

Could it be possible to add :

ttf-font-awesome

to the repo ?

https://www.parabola.nu/packages/community/any/ttf-font-awesome/ http://fontawesome.io/

Thanks

AnyImplementation RequestVery LowLow [awesome-terminal-fonts] add package Closed
100%
Task Description

Could it be possible to add :

awesome-terminal-fonts

to the repo please ?

https://www.parabola.nu/packages/community/any/awesome-terminal-fonts/ https://github.com/gabrielelana/awesome-terminal-fonts

Thanks

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

Hello,

Could it be possible to add this package :

w_scan

“Universal ATSC and DVB blind scanner”

https://aur.archlinux.org/packages/w_scan/

License : GPL

Thanks

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

Hello,

Could it be possible to add this package :

qpdfview

“A tabbed PDF viewer using the poppler library.”

https://www.parabola.nu/packages/community/x86_64/qpdfview/

License : GPL2

Thanks

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

Hello,

Could it be possible to add this package :

menulibre

“An advanced menu editor that provides modern features in a clean, easy-to-use interface. All without GNOME dependencies”

https://aur.archlinux.org/packages/menulibre/

License : GPL3

Thanks

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

Hello,

Could it be possible to add this package :

crunch

“A wordlist generator where you can specify a standard character set or a character set you specify and generate all possible combinations and permutations.”

https://aur.archlinux.org/packages/crunch/

License : GPL2

Thanks

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

Hello,

Could it be possible to add this package :

dmg2img

“A CLI tool to uncompress Apple’s compressed DMG files to the HFS+ IMG format”

https://aur.archlinux.org/packages/dmg2img/

License : GPL2

Thanks

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

Hello,

Could it be possible to add this package :

gcdemu

“GNOME panel applet controlling cdemu-daemon”

https://aur.archlinux.org/packages/gcdemu

http://cdemu.sourceforge.net/

License : GPL2

Thanks

AnyImplementation RequestVery LowLow [python-cheat] add package  Closed
100%
Task Description

Hello,

Could it be possible to add this package :

python-cheat

“Cheat allows you to create and view interactive cheatsheets on the command-line.”

https://aur.archlinux.org/packages/python-cheat/

https://github.com/chrisallenlane/cheat

License : GPL3

Thanks

AnyImplementation RequestVery LowLow [accuraterip-checksum] add package Closed
100%
Task Description

Hello,

Could it be possible to add this package :

accuraterip-checksum

“A C99 commandline program to compute the AccurateRip checksum of singletrack WAV files”

https://www.parabola.nu/packages/community/x86_64/accuraterip-checksum/

License : GPL

Thanks

StableBug ReportVery LowLow [lightdm] Wrong locale displayed Closed
100%
Task Description

On a fresh install, the system wide locale is not working with lightdm.
According to https://wiki.archlinux.org/index.php/LightDM#Wrong_locale_displayed

One needs to set the LANG variable in /etc/environment to have lightdm in desired language.

Example :

LANG=pt_PT.utf8

Could it be possible to implement a mechanism to automatically add the LANG variable set in /etc/locale.conf to /etc/environement when one install lightdm ?

It is not technically a bug but it could be handy to new users.

AnyImplementation RequestVery LowLow [pacpl] Add package Closed
100%
AnyImplementation RequestVery LowLow [gmusicbrowser] 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%
AnyFeature RequestLowLow [scribus] missing hunspell support Closed
100%
AnyBug ReportVery LowLow [remmina] impossible to connect to RDP servers after re ...Closed
100%
StableBug ReportVery LowLow Mupen64plus acts buggy Closed
100%
AnyImplementation RequestMediumLow Scid vs. PC – PGN Reader/ChessBase Closed
100%
AnyImplementation RequestMediumLow Stockfish Chess Engine Closed
100%
AnyImplementation RequestVery LowLow [powerpill] add package Closed
100%
AnyImplementation RequestVery LowLow [flacon] add package Closed
100%
AnyImplementation RequestVery LowLow [gogs] add package Closed
100%
AnyImplementation RequestVery LowLow [gimagereader] add package Closed
100%
AnyFreedom IssueVery LowLow Ublock origin continous support Closed
100%
AnyFreedom IssueVery LowLow Vague terminology "open source" in description of packa ...Closed
100%
AnyFreedom IssueVery LowLow [texmacs] ERROR: Unbound variable: eval-when, and not s ...Closed
100%
AnyFreedom IssueVery LowLow [wireshark*] mentions non-free OSes in pacman descripti ...Closed
100%
AnyFreedom IssueVery LowLow [keepass] mentions non-free OSes in pacman package desc ...Closed
100%
AnyFreedom IssueMediumLow [openssl] vague terminology "Open Source" in descriptio ...Closed
100%
AnyFreedom IssueMediumLow [openjdk7-src] vague terminology "Open Source" in descr ...Closed
100%
AnyFreedom IssueMediumLow [openjdk8-src] vague terminology "Open Source" in descr ...Closed
100%
AnyFreedom IssueMediumLow [openjpeg] vague terminology "Open Source" in descripti ...Closed
100%
AnyFreedom IssueMediumLow [openssl-1.0] vague terminology "Open Source" in descri ...Closed
100%
AnyFreedom IssueMediumLow [adobe-source-han-sans-cn-fonts] vague terminology "Ope ...Closed
100%
Showing tasks 1 - 50 of 1517 Page 1 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing