Packages

Category Task Type Priority Severity  desc Summary Status Progress
AnyFeature RequestVery HighHigh [prosody] needs OpenRC init script and contains systemd ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

  • prosody 1:0.10.r7198+.2fd20f372cb1+-2
prosody /usr/lib/systemd/system/prosody.service
prosody /usr/lib/sysusers.d/prosody.conf
prosody /usr/lib/tmpfiles.d/prosody.conf

Steps to reproduce:

  • none
AnyFeature RequestVery HighHigh [unrealircd] needs OpenRC init script and contains syst ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

  • unrealircd 4.0.11-2
unrealircd /usr/lib/systemd/system/unrealircd.service
unrealircd /usr/lib/tmpfiles.d/unrealircd.conf

Steps to reproduce:

  • none
AnyFeature RequestVery HighHigh [mcelog] needs OpenRC init script and contains systemd  ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd file

Additional info:

  • mcelog 1:148-1
mcelog /usr/lib/systemd/system/mcelog.service

Steps to reproduce:

  • none
AnyBug ReportVery HighHigh [openrc] needs a minor fix Closed
100%
Task Description

Description:

  • OpenRC needs a minor fix (remount proc)

Additional info:

  • openrc 0.28-19
openrc /usr/lib/rc/sh/init.sh

-        mount -n -t proc -o noexec,nosuid,nodev,gid=proc,hidepid=2 proc /proc
+        mount -n -t proc -o noexec,nosuid,nodev proc /proc
+        mount -n /proc -o remount,gid=26,hidepid=2

Steps to reproduce:

  • Boot OpenRC in chroot with unshare
AnyFeature RequestVery HighHigh [bzr] needs OpenRC init script (bzr serve) Closed
100%
Task Description

Description:

  • needs OpenRC init script (bzr serve), like [git] (git-daemon) and [subversion] (svnserve)

Additional info:

  • bzr 2.7.0-2
Note: needs a provide: bazaar

Steps to reproduce:

  • none
AnyFeature RequestVery HighHigh [mercurial] needs OpenRC init scripts (hg serve and chg ...Closed
100%
Task Description

Description:

  • needs OpenRC init scripts (hg serve and chg server), like [git] (git-daemon) and [subversion] (svnserve)

Additional info:

  • mercurial 4.2-1
Note: needs a provide: hg

Steps to reproduce:

  • none
AnyImplementation RequestVery HighHigh [murmur-headless] add a Murmur package capable of worki ...Closed
100%
Task Description

Description:

  • Add new a Murmur package capable of working without a graphical user interface. It’s common on servers and embedded devices that requires only interfaces like network (eg. SSH) or serial port to handle services.

Additional info:

  • based on murmur 1.2.19-5

Steps to reproduce:

  • none
AnyImplementation RequestVery HighHigh [asterisk-headless] add an Asterisk package capable of  ...Closed
100%
Task Description

Description:

  • Add an Asterisk package capable of working without a graphical user interface. It’s common on servers and embedded devices that requires only interfaces like network (eg. SSH) or serial port to handle services.

Additional info:

  • based on asterisk 14.4.0-1

Steps to reproduce:

  • none
AnyBug ReportVery HighHigh [mkinitcpio] consolefont and keymap hooks is adapted to ...Closed
100%
Task Description

Description:

  • “consolefont” and “keymap” hooks is adapted to systemd using /etc/vconsole.conf file, those hooks are needed to adapt to [openrc] with /etc/conf.d/consolefont and /etc/conf.d/keymaps

Additional info:

  • mkinitcpio 23-1.hyperbola3.1
/usr/lib/initcpio/install/consolefont
---
-        [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
+        [[ -s /etc/conf.d/consolefont ]] && . /etc/conf.d/consolefont

-        if [[ $FONT ]]; then
-            for file in "/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
+        if [[ $consolefont ]]; then
+            for file in "/usr/share/kbd/consolefonts/$consolefont".@(fnt|psf?(u))?(.gz); do

-            error "consolefont: requested font not found: \`%s'" "$FONT"
+            error "consolefont: requested font not found: \`%s'" "$consolefont"

-This hook loads consolefont specified in vconsole.conf during early 
-userspace.
+This hook loads consolefont specified in /etc/conf.d/consolefont during 
+early userspace.
/usr/lib/initcpio/install/keymap
---
-        for cfg in /etc/{vconsole,locale}.conf; do
+        for cfg in /etc/{conf.d/keymaps,locale}.conf; do

-        loadkeys -q $uc ${KEYMAP:-us} -b > "$BUILDROOT/keymap.bin"
+        loadkeys -q $uc ${keymap:-us} -b > "$BUILDROOT/keymap.bin"

-This hook loads keymap(s) specified in vconsole.conf during early 
-userspace.
+This hook loads keymap(s) specified in /etc/conf.d/keymaps during 
+early userspace.
Repository      : core
Name            : mkinitcpio
Version         : 23-1.hyperbola3.1
Description     : Modular initramfs image creation utility, with eudev support
Architecture    : any
URL             : https://projects.archlinux.org/mkinitcpio.git/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : awk  mkinitcpio-busybox>=1.19.4-2  kmod  util-linux>=2.23  libarchive  coreutils  bash  findutils  grep  filesystem>=2011.10-1  gzip  eudev
Optional Deps   : xz: Use lzma or xz compression for the initramfs image
                  bzip2: Use bzip2 compression for the initramfs image
                  lzop: Use lzo compression for the initramfs image
                  lz4: Use lz4 compression for the initramfs image
                  mkinitcpio-nfs-utils: Support for root filesystem on NFS
Conflicts With  : None
Replaces        : None
Download Size   : 38.40 KiB
Installed Size  : 186.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Fri 05 Oct 2018 03:28:32 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

  • Use “consolefont” and “keymap” hooks from mkinitcpio
AnyFeature RequestDeferMedium [aqemu] libertybsd is missing from installation list Closed
100%
Task Description

aqemu only lists GNU/Linux and GNU/Hurd. Since LibertyBSD is also free it should also be added.

AnyUpdate RequestVery LowMedium [mesa] needs update Closed
100%
Task Description

mesa package is outdated on version 17.0.5.
speaking with some Sway dev and trying to compile wlroots fails because it relies on mesa 17.2.3

TestingImplementation RequestVery LowMedium [yaics] add package Closed
100%
Task Description

Yaics is a simple GNU social client written in C++ and Qt and licensed under the GNU GPL 3.0 (or later).

Please implement yaics as an optional package.

https://stigatle.no/yaics/

https://gitlab.com/stigatle/yaics

StableBug ReportVery LowMedium [kodi-addons-visualization] addons don't work Closed
100%
Task Description

After installation, none of the addons is present in Kodi!

AnyImplementation RequestVery LowMedium [sway] needs OpenRC init script  Closed
100%
Task Description
$ pacman -Si sway
Repository      : community
Name            : sway
Version         : 0.15.1-1.hyperbola1
Description     : i3 compatible window manager for Wayland, without systemd support
Architecture    : x86_64
URL             : http://swaywm.org
Licenses        : MIT
Groups          : None
Provides        : None
Depends On      : wlc  xorg-server-xwayland  json-c  pango  wayland  gdk-pixbuf2
Optional Deps   : rxvt-unicode: Default terminal emulator.
                  dmenu: Default for launching applications.
                  imagemagick: For taking screenshots.
                  ffmpeg: For recording screencasts.
                  i3status: To display system information with a bar.
Conflicts With  : None
Replaces        : None
Download Size   : 4.79 MiB
Installed Size  : 5.47 MiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Thu 01 Feb 2018 04:37:34 AM CET
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql sway
sway /etc/
sway /etc/pam.d/
sway /etc/pam.d/swaylock
sway /etc/sway/
sway /etc/sway/config
sway /etc/sway/security.d/
sway /etc/sway/security.d/00-defaults
sway /usr/
sway /usr/bin/
sway /usr/bin/sway
sway /usr/bin/swaybar
sway /usr/bin/swaybg
sway /usr/bin/swaygrab
sway /usr/bin/swaylock
sway /usr/bin/swaymsg
sway /usr/share/
sway /usr/share/backgrounds/
sway /usr/share/backgrounds/sway/
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1136x640.png
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1136x640_Portrait.png
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1366x768.png
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536.png
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536_Portrait.png
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_768x1024.png
sway /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_768x1024_Portrait.png
sway /usr/share/licenses/
sway /usr/share/licenses/sway/
sway /usr/share/licenses/sway/LICENSE
sway /usr/share/man/
sway /usr/share/man/man1/
sway /usr/share/man/man1/sway.1.gz
sway /usr/share/man/man1/swaygrab.1.gz
sway /usr/share/man/man1/swaylock.1.gz
sway /usr/share/man/man1/swaymsg.1.gz
sway /usr/share/man/man5/
sway /usr/share/man/man5/sway-bar.5.gz
sway /usr/share/man/man5/sway-input.5.gz
sway /usr/share/man/man5/sway.5.gz
sway /usr/share/man/man7/
sway /usr/share/man/man7/sway-security.7.gz
sway /usr/share/wayland-sessions/
sway /usr/share/wayland-sessions/sway.desktop
AnyImplementation RequestVery LowMedium Qemu Documentation Request Closed
100%
Task Description

I just wanted to do some testing through qemu to report bugs if I can...

Can you make a beginners guide to installing hyperbola through qemu?

This would really be appreicated.

AnyImplementation RequestVery LowMedium bitlbee plugins Closed
100%
Task Description

I request please can add to the hyperbola repositories the packages: ‘telegram-purple’, ‘Mastodon plugin for Bitlbee’, ‘bitlbee-facebook’ and ‘funyahoo-plusplus’ of course this is subject to not cause conflicts of security and stability in the operating system, thank you very much in advance.

This bitlbee project wiki can be used as a reference.
https://wiki.bitlbee.org/FrontPage

AnyPrivacy IssueVery LowMedium [avahi] avahi publishes the hostname by default Closed
100%
Task Description

By default, the ‘disable-publishing’ parameter in the [publish] section of avahi-daemon.conf is set to ‘no’, which can be seen in my opinion as a privacy issue as avahi broadcasts the hostname without the user’s consent even though this has been explicitly disabled in the settings of networkmanager.

AnyBug ReportVery LowMedium [python-pafy] Like/dislike ratio and category not displ ...Closed
100%
Task Description

Tried browsing videos in other YouTube client(s) such as mps-youtube. Minor problems, like/dislike ratio and category aren’t displaying of video metadata.

AnyBug ReportVery LowMedium [shadow] missing = sign in /etc/cron.daily/grpck Closed
100%
Task Description

I think that line 12 of this file should be:

CMD_GRPCK="/usr/bin/grpck -r"

instead of:

CMD_GRPCK"/usr/bin/grpck -r"
StableBug ReportVery LowMedium [cowsay] perl-text-charwidth dependency missing Closed
100%
Task Description

cowsay (cowsay-3.03-9.hyperbola1) is missing perl-text-charwidth dependency

Error message :

“Can’t locate Text/CharWidth.pm in @INC (you may need to install the Text::CharWidth module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/bin/cowsay line 14.
BEGIN failed–compilation aborted at /usr/bin/cowsay line 14.”

After installing perl-text-charwidth, it works fine.

AnyImplementation RequestVery LowMedium [arm-linux-gnueabihf-gcc] add package Closed
100%
Task Description

Hello,

Could it be possible to add this package :

arm-linux-gnueabihf-gcc

“The GNU Compiler Collection (arm-linux-gnueabihf)”

Also requires :

arm-linux-gnueabihf-binutils (A set of programs to assemble and manipulate binary and object files)
arm-linux-gnueabihf-glibc (GNU C Library)

https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc/

License : GPL

Thanks

AnyImplementation RequestVery LowMedium [etherpad-lite] add package Closed
100%
Task Description

Hi,

Would be nice to add etherpad-lite to our pacman.

https://github.com/ether/etherpad-lite

https://aur.archlinux.org/packages/etherpad-lite/

AnyBackport RequestVery LowMedium [iceweasel-uxp] Privacy Possum continuous support for I ...Closed
100%
Task Description

This is another addon I would like support indefinitely for Iceweasel-UXP:

It blocks etag tracking and other nasty forms of tracking.

But again, you would need to make the changes based on the newer versions only for legacy and without WebExt required of course.

StableBug ReportVery LowMedium [nfs-utils] missing idmapd.conf Closed
100%
Task Description

Hello,

When mounting an NFS share, I get a warning about missing idmpad.conf

rpc.idmapd: Skipping configuration file "/etc/idmapd.conf": No such file or directory
4341: * Stopping idmapd ...

Debian includes a default config file for idmap :

[General]

Verbosity = 0
Pipefs-Directory = /run/rpc_pipefs
# set your own domain here, if id differs from FQDN minus hostname
# Domain = localdomain

[Mapping]

Nobody-User = nobody
Nobody-Group = nogroup
StableBug ReportVery LowMedium [Iceweasel] do not restore session and forget logins af ...Closed
100%
Task Description

Description:
The package iceweasel-esr do not restore session and forget logins after restart. It ignores the configurations of user.

Additional info:
* package version(s): 1:52.8.0esr.deb1~deb9u1-1

Steps to reproduce:

  1. Click the Menu button and choose Preferences.
  2. Select the General panel.
  3. In the When Firefox starts drop-down menu, select Show my windows and tabs from last time.
  4. Close the about:preferences page. Any changes you’ve made will automatically be saved.
  5. Quit of session with Ctrl+Q
  6. Starts Iceweasel. The session will not be restored. Clicks Menu, choose History and see that restore session is disabled.
TestingBug ReportVery LowMedium [iceweasel-uxp] Edit and zoom control button icons gone ...Closed
100%
TestingBug ReportVery LowMedium [iceweasel-uxp] Themes are applied but lost after closi ...Closed
100%
AnyImplementation RequestVery LowMedium [gitea] self-hosted git service  Closed
100%
StableBackport RequestVery LowMedium Zoom Page WE Backport Request Closed
100%
AnyFeature RequestVery LowMedium Qemu-kvm package request Closed
100%
AnyDrop RequestVery LowMedium [hardening-wrapper] deprecated, not needed anymore Closed
100%
AnyReplace RequestVery LowMedium [youtube-dl] replace avideo-lts with youtube-dl Closed
100%
AnyBackport RequestVery LowMedium [iceowl] package request Closed
100%
StableBug ReportVery LowMedium PCManFM display different behavior Closed
100%
AnyImplementation RequestVery LowMedium [epson-inkjet-printer-escpr] add package Closed
100%
AnyBackport RequestVery LowMedium [icedove-uxp] backport mail merge Closed
100%
AnyBackport RequestVery LowMedium [icedove-uxp] backport cardbook Closed
100%
AnyFeature RequestVery LowMedium Remove dependency of packages on pulseaudio/libpulse Closed
100%
AnyBug ReportVery LowMedium [mate-panel] country flags for keyboard layouts are mis ...Closed
100%
StableUpdate RequestVery LowMedium [minetest] update package to 0.4.17.1 Closed
100%
AnyBug ReportVery LowMedium [ffmpegthumbnailer] missing support for some media form ...Closed
100%
AnyImplementation RequestVery LowMedium [foxtrotgps] please add package to repos Closed
100%
AnyImplementation RequestVery LowMedium [peertube] Add new Package Closed
100%
AnyFeature RequestVery LowMedium [slim-themes] please add hyperbola branded variant Closed
100%
StableBackport RequestVery LowMedium Request for addon used by Iceweasel-UXP: uMatrix Closed
100%
AnyUpdate RequestVery LowMedium Update addon random agent spoofer Closed
100%
AnyFeature RequestVery LowMedium Add Trinity Desktop Closed
100%
AnyImplementation RequestVery LowMedium [pagamigo] please package this Python script for PayPal ...Closed
100%
StableUpdate RequestVery LowMedium [xfe] update package to 1.43.1 Closed
100%
AnySecurity IssueVery LowMedium [patch] CVE-2018-6951 - NULL pointer DoS Closed
100%
Showing tasks 851 - 900 of 1517 Page 18 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing