Packages

Category  asc Task Type Priority Severity Summary Status Progress
AnyFeature RequestMediumMedium [create_ap] needs OpenRC init script Closed
100%
Task Description
pacman -Si

Dépôt                    : community
Nom                      : create_ap
Version                  : 0.4.6-1
Description              : A shell script to create a NATed/Bridged Software Access Point
Architecture             : any
URL                      : https://github.com/oblique/create_ap
Licences                 : BSD
Groupes                  : --
Fournit                  : --
Dépend de                : bash  hostapd  iproute2  iw  dnsmasq  iptables  util-linux  procps-ng
Dépendances opt.         : haveged: boost low entropy
Est en conflit avec      : --
Remplace                 : --
Taille du téléchargement : 17,61 KiB
Taille installée         : 63,00 KiB
Paqueteur                : NicoHood <nicohood@archlinux.org>
Compilé le               : sam. 11 févr. 2017 10:53:08 CET
Validé par               : Somme MD5  Somme SHA-256  Signature
pacman -Ql

create_ap /etc/
create_ap /etc/create_ap.conf
create_ap /usr/
create_ap /usr/bin/
create_ap /usr/bin/create_ap
create_ap /usr/lib/
create_ap /usr/lib/systemd/
create_ap /usr/lib/systemd/system/
create_ap /usr/lib/systemd/system/create_ap.service
create_ap /usr/share/
create_ap /usr/share/bash-completion/
create_ap /usr/share/bash-completion/completions/
create_ap /usr/share/bash-completion/completions/create_ap
create_ap /usr/share/doc/
create_ap /usr/share/doc/create_ap/
create_ap /usr/share/doc/create_ap/README.md
create_ap /usr/share/licenses/
create_ap /usr/share/licenses/create_ap/
create_ap /usr/share/licenses/create_ap/LICENSE
AnyFeature RequestHighHigh [cronie] adapt package in accordance with the Hyperbola ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

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

AnyFeature RequestHighHigh [cryptsetup] adapt package in accordance with the Hyper ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyBug ReportLowMedium [cryptsetup] can't umount luks filesystem on reboot/shu ...Closed
100%
Task Description

dmcrypt service can’t umount luks filesystem on reboot/shutdown, device or resource busy:

* Removing dm-crypt mappings
* foobar-pv
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
Device foobar-pv is still in use                                              [ !! ]
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.

AnyBug ReportLowLow [crystal] error build Invidious Closed
100%
Task Description

Description:

crystal build src/invidious.cr –release

Error in src/invidious.cr:19: while requiring "kemal"

require "kemal"
^

in lib/kemal/src/kemal.cr:4: while requiring "./kemal/*"

require "./kemal/*"
^

in lib/kemal/src/kemal/config.cr:26: expanding macro

    property static_headers : (HTTP::Server::Response, String, File::Info -> Void)?
    ^~~~~~~~

in lib/kemal/src/kemal/config.cr:26: expanding macro

    property static_headers : (HTTP::Server::Response, String, File::Info -> Void)?
    ^

in macro 'property' expanded macro: macro_48177600:567, line 4:

   1.       
   2.         
   3.           
>  4.             @static_headers : (HTTP::Server::Response, String, File::Info -> Void) | ::Nil
   5. 
   6.             def static_headers : (HTTP::Server::Response, String, File::Info -> Void) | ::Nil
   7.               @static_headers
   8.             end
   9. 
  10.             def static_headers=(@static_headers : (HTTP::Server::Response, String, File::Info -> Void) | ::Nil)
  11.             end
  12.           
  13.         
  14.       
  15.     

undefined constant File::Info

Additional info:
* package version(s)

Crystal 0.22.0 (2017-04-22) LLVM 4.0.0

Steps to reproduce:

AnyBug ReportVery HighCritical [cups] [cups-filters] ServerBin directory inconsistency Closed
100%
Task Description

As the default path of the ServerBin directory is now /usr/libexec/bin:
1. cups-files.conf should be modified/adapted accordingly.
2. The contents of /usr/lib/cups which is currently owned by cups-filters, cups-pdf foomatic-db-engine and smbclient should be moved to /usr/libexec/cups.

As it is, cups doesn’t work in v0.3.

AnyBug ReportMediumHigh [cups] lp command no longer works Closed
100%
Task Description

Probably related to this bug:

https://issues.hyperbola.info/index.php?do=details&task_id=1419

[alon@T60-hyperbola ~]$ lp -d HP_OfficeJet_Pro_8710 /home/alon/Desktop/all/testpages/clean_page.pdf
    lp: Unsupported document-format "application/pdf".
    [alon@T60-hyperbola ~]$ lp -d HP_OfficeJet_Pro_8710 /home/alon/Desktop/all/testpages/clean_page.ps
    lp: Unsupported document-format "application/postscript".
AnyUpdate RequestMediumMedium [cups] update request Closed
100%
Task Description

New versión v2.2.7

References:

AnyFeature RequestHighHigh [curl] adapt package in accordance with the Hyperbola P ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [curl] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si curl
Repository      : core
Name            : curl
Version         : 7.54.0-3
Description     : An URL retrieval utility and library
Architecture    : x86_64
URL             : https://curl.haxx.se
Licenses        : MIT
Groups          : None
Provides        : libcurl.so=4-64
Depends On      : ca-certificates  krb5  libssh2  openssl  zlib  libpsl  libnghttp2
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 872.36 KiB
Installed Size  : 1419.00 KiB
Packager        : Jan de Groot <jgc@archlinux.org>
Build Date      : Thu 04 May 2017 06:44:15 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyPrivacy IssueVery HighCritical [cutegram] only useful with Telegram service Closed
100%
Task Description

Description:
Cutegram is a Telegram client. It is free software, however uses Telegram, a nonfree server-side service that requires accounts tied to telephone numbers. It needs go to the blacklist since Hyperbola’s objective is to support privacy of its community.

Additional info:

$ pacman -Si cutegram
Repository      : community
Name            : cutegram
Version         : 2.7.1-3
Description     : A different telegram client from Aseman team
Architecture    : x86_64
URL             : http://aseman.co/en/products/cutegram/
Licenses        : GPL
Groups          : None
Provides        : cutegram
Depends On      : qt5-imageformats  qt5-webkit  telegramqml>=0.9.1  libqtelegram-ae>=3:6.1
Optional Deps   : gst-plugins-bad: audio support
                  gst-plugins-good: audio and notification sound
Conflicts With  : cutegram-git  sigram-git  sigram  cutegram
Replaces        : cutegram-cn
Download Size   : 12.03 MiB
Installed Size  : 17.07 MiB
Packager        : Jiachen Yang <farseerfc@gmail.com>
Build Date      : Mon 25 Jan 2016 05:59:04 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFreedom IssueVery LowLow [cutter]: using name of kernel, when referring to opera ...Closed
100%
Task Description

Description:

community/cutter 1.04-1
     TCP/IP Connection cutting on Linux Firewalls and Routers

See:
https://www.gnu.org/philosophy/words-to-avoid.html#Linux

Even though I am not sure for this package. It needs review if this description is correct.

AnyFreedom IssueVery LowLow [cwiid]: using kernel name instead of operating system  ...Closed
100%
Task Description

Description:

community/cwiid 0.6.00+svn201-1
     Linux Nintendo Wiimote interface

See:
https://www.gnu.org/philosophy/words-to-avoid.html#Linux

Even though I am not sure for this package. It needs review if this description is correct.

AnyFeature RequestHighHigh [cyrus-sasl-gssapi] adapt package in accordance with th ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [cyrus-sasl-ldap] adapt package in accordance with the  ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [cyrus-sasl-sql] adapt package in accordance with the H ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [cyrus-sasl] adapt package in accordance with the Hyper ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [cyrus-sasl] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it makedepends on openssl.

$ pacman -Si cyrus-sasl
Repository      : extra
Name            : cyrus-sasl
Version         : 2.1.26-10.hyperbola1
Description     : Cyrus saslauthd SASL authentication daemon, with OpenRC support
Architecture    : x86_64
URL             : https://www.cyrusimap.org/sasl/
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : libsasl=2.1.26  krb5
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 45.18 KiB
Installed Size  : 167.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Wed 16 Aug 2017 01:08:49 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [dash] adapt package in accordance with the Hyperbola P ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [db] adapt package in accordance with the Hyperbola Pac ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [dbus-docs] adapt package in accordance with the Hyperb ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFeature RequestHighHigh [dbus] adapt package in accordance with the Hyperbola P ...Closed
100%
Task Description

Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .

AnyFreedom IssueVery LowLow [deepin-account-faces]: using kernel name instead of op ...Closed
100%
Task Description

Description:

community/deepin-account-faces 1.0.10-1 (deepin)
     Account faces for Linux Deepin

See:
https://www.gnu.org/philosophy/words-to-avoid.html#Linux

Even though I am not sure for this package. It needs review if this description is correct.

AnyFreedom IssueVery LowLow [deepin-control-center]: using kernel name instead of o ...Closed
100%
AnyPrivacy IssueHighCritical [deepin-desktop-base] Check for CNZZ Spyware Closed
100%
AnyFreedom IssueVery LowLow [deepin-notifications]: using kernel name instead of op ...Closed
100%
AnyFreedom IssueVery LowLow [deepin-screenshot]: using kernel name instead of opera ...Closed
100%
AnyFeature RequestVery HighHigh [deluge] contains systemd unit files Closed
100%
AnyFeature RequestHighHigh [device-mapper] adapt package in accordance with the Hy ...Closed
100%
AnyDrop RequestHighHigh [devtools] remove this package Closed
100%
AnyFreedom IssueVery HighCritical [dgen-sdl] contains nonfree CZ80, dZ80, DrZ80, Multi-Z8 ...Closed
100%
AnyBug ReportHighHigh [dhcp]: /etc/init.d/dhcpd failed to run Closed
100%
AnyFeature RequestHighHigh [dhcpcd-hardened-script] adapt package in accordance wi ...Closed
100%
AnyImplementation RequestHighHigh [dhcpcd-ui] add package Closed
100%
AnyFeature RequestHighHigh [dhcpcd] adapt package in accordance with the Hyperbola ...Closed
100%
AnyFeature RequestHighHigh [dialog] adapt package in accordance with the Hyperbola ...Closed
100%
AnyFeature RequestHighHigh [diffutils] adapt package in accordance with the Hyperb ...Closed
100%
AnySecurity IssueVery HighCritical [dillo] enable IPv6, SSL/TLS and threaded DNS support Closed
100%
AnyFeature RequestHighHigh [dillo] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [ding-libs] adapt package in accordance with the Hyperb ...Closed
100%
AnyFreedom IssueMediumLow [displaycal] vague terminology "Open Source" in descrip ...Closed
100%
AnySecurity IssueHighHigh [djview] remove unsecure "nsdejavu.so" Closed
100%
AnyImplementation RequestVery LowLow [dmg2img] add package Closed
100%
AnyFeature RequestHighHigh [dmraid] adapt package in accordance with the Hyperbola ...Closed
100%
AnyReplace RequestVery HighCritical [dnscrypt-proxy] update package to 2.x following backpo ...Closed
100%
AnyFeature RequestHighHigh [dnssec-anchors] adapt package in accordance with the H ...Closed
100%
AnyFeature RequestHighHigh [dnssec-tools] rebuild package against libressl Closed
100%
AnyBackport RequestLowMedium [docker] package request Closed
100%
Showing tasks 201 - 250 of 1517 Page 5 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing