|
Any | Feature Request | High | High | [ppp] adapt package in accordance with the Hyperbola Pa ... | Closed | |
Task Description
Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .
|
|
Any | Bug Report | Medium | Medium | [ppp] Couldn't open the /dev/ppp device: No such file o ... | Closed | |
Task Description
Description: pppd service crashes because pppoe module isn’t running by default.
Additional info: * package version(s): 2.4.7-2.hyperbola3 * config and/or log files etc:
pppd[3659]: Plugin rp-pppoe.so loaded.
pppd[3659]: Couldn't open the /dev/ppp device: No such file or directory
pppd[3659]: Linux kernel does not support PPPoE -- are you running 2.4.x?
pppd[3659]: Exit.
Steps to reproduce:
install ppp package: # pacman -S ppp
run pppd service: # rc-service pppd start
|
|
Any | Implementation Request | Very Low | Low | [powerpill] add package | Closed | |
Task Description
Hello,
Could it be possible to add this package :
powerpill
“Pacman wrapper for faster downloads.”
https://aur.archlinux.org/packages/powerpill/
https://xyne.archlinux.ca/projects/powerpill
License : GPL
Thanks
|
|
Any | Feature Request | High | High | [powerdns] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl.
$ pacman -Si powerdns
Repository : community
Name : powerdns
Version : 4.0.3-3.hyperbola1
Description : Authoritative DNS server, without systemd support
Architecture : x86_64
URL : https://www.powerdns.com/
Licenses : GPL2
Groups : None
Provides : pdns
Depends On : boost-libs libsodium lua openssl protobuf sqlite
Optional Deps : libmariadbclient: MariaDB/MySQL backend
postgresql-libs: PostgreSQL backend
libldap: LDAP backend
geoip: GeoIP backend
yaml-cpp: GeoIP backend
Conflicts With : pdns
Replaces : None
Download Size : 2.70 MiB
Installed Size : 18.38 MiB
Packager : André Silva <emulatorman@hyperbola.info>
Build Date : Mon 18 Sep 2017 01:37:08 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Any | Feature Request | High | High | [powerdns-recursor] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl.
$ pacman -Si powerdns-recursor
Repository : community
Name : powerdns-recursor
Version : 4.0.4-3.hyperbola1
Description : Resolving DNS server, without systemd and libsystemd support
Architecture : x86_64
URL : https://www.powerdns.com/
Licenses : GPL2
Groups : None
Provides : pdns-recursor
Depends On : gcc-libs boost-libs lua openssl protobuf libboost_context.so=1.63.0-64
Optional Deps : None
Conflicts With : pdns-recursor
Replaces : None
Download Size : 1234.97 KiB
Installed Size : 4870.00 KiB
Packager : André Silva <emulatorman@hyperbola.info>
Build Date : Wed 20 Sep 2017 03:43:30 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Any | Feature Request | High | High | [pound] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl-1.0.
$ pacman -Si pound
Repository : community
Name : pound
Version : 2.7-4
Description : A reverse proxy, load balancer, and SSL wrapper
Architecture : x86_64
URL : http://www.apsis.ch/pound/index_html
Licenses : GPL
Groups : None
Provides : None
Depends On : pcre openssl-1.0
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 59.37 KiB
Installed Size : 153.00 KiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Wed 05 Apr 2017 08:05:27 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Stable | Bug Report | Very Low | Medium | [postgrey] has systemd service and no OpenRC init scrip ... | Closed | |
Task Description
Description: The title says everything
Also, it doesn’t follow the FHS (/usr/bin/postgrey should be in /usr/sbin)
Additional info: * postgrey-1.37-1
|
|
Any | Feature Request | High | High | [postgresql] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends and makedepends on openssl.
$ pacman -Si postgresql
Repository : extra
Name : postgresql
Version : 9.6.4-1.hyperbola1
Description : Sophisticated object-relational DBMS, with OpenRC support
Architecture : x86_64
URL : https://www.postgresql.org/
Licenses : custom:PostgreSQL
Groups : None
Provides : None
Depends On : postgresql-libs>=9.6.4 krb5 libxml2 readline>=6.0 openssl>=1.0.0 pam
Optional Deps : python2: for PL/Python support
perl: for PL/Perl support
tcl: for PL/Tcl support
postgresql-old-upgrade: upgrade from previous major version using pg_upgrade
Conflicts With : None
Replaces : None
Download Size : 5.68 MiB
Installed Size : 26.57 MiB
Packager : André Silva <emulatorman@hyperbola.info>
Build Date : Sat 12 Aug 2017 05:59:51 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Any | Bug Report | Medium | High | [postgresql] creating directory Permission denied | Closed | |
Task Description
In the File postgresql.install
the output is:
==> requires datadir /var/lib/data
==> run as user postgres: 'initdb -D /var/lib/data'
when it should be:
==> requires datadir /var/lib/postgres/data
==> run as user postgres: 'initdb -D /var/lib/postgres/data'
It may be necessary to change:
local datadir = "/var/lib/data"
to
local datadir = "/var/lib/postgres/data"
The comand for default fails:
creating directory /var/lib/data... initdb: could not create directory "/var/lib/data": Permission denied
|
|
Any | Feature Request | High | High | [postgresql] adapt package in accordance with the Hyper ... | Closed | |
Task Description
Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .
|
|
Any | Feature Request | High | High | [postgresql-old-upgrade] rebuild package against libres ... | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl.
$ pacman -Si postgresql-old-upgrade
Repository : extra
Name : postgresql-old-upgrade
Version : 9.5.6-1
Description : PostgreSQL build for migrating between major versions with pg_upgrade
Architecture : x86_64
URL : https://www.postgresql.org/
Licenses : custom:PostgreSQL
Groups : None
Provides : None
Depends On : postgresql-libs>=9.5 libxml2 openssl>=1.0.0 pam
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 3.74 MiB
Installed Size : 16.06 MiB
Packager : Levente Polyak <anthraxx@archlinux.org>
Build Date : Sun 05 Mar 2017 08:27:59 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Any | Feature Request | High | High | [postgresql-libs] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl.
$ pacman -Si postgresql-libs
Repository : extra
Name : postgresql-libs
Version : 9.6.4-1.hyperbola1
Description : Libraries for use with PostgreSQL
Architecture : x86_64
URL : https://www.postgresql.org/
Licenses : custom:PostgreSQL
Groups : None
Provides : postgresql-client
Depends On : krb5 openssl>=1.0.0 readline>=6.0
Optional Deps : None
Conflicts With : postgresql-client
Replaces : None
Download Size : 1101.37 KiB
Installed Size : 6211.00 KiB
Packager : André Silva <emulatorman@hyperbola.info>
Build Date : Sat 12 Aug 2017 05:59:12 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Any | Feature Request | High | High | [postgresql-libs] adapt package in accordance with the ... | Closed | |
Task Description
Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .
|
|
Any | Feature Request | High | High | [postgresql-docs] adapt package in accordance with the ... | Closed | |
Task Description
Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .
|
|
Stable | Bug Report | High | Critical | [postfix][FHS] multiple issues, need rebuilding | Closed | |
Task Description
Description: Postfix is a mess, first it failed to start (running ‘postfix start’) with the following:
postfix: fatal: chdir(/usr/lib/postfix/bin): No such file or directory
Then, to solve this, I symlinked /usr/libexec/postfix to /usr/lib/postfix/bin, because there were the binaries, but then it came with the following:
# postfix start
/usr/lib/postfix/bin/postfix-script: line 89: /usr/bin/postconf: No such file or directory
/usr/lib/postfix/bin/postfix-script: line 90: /usr/bin/postlog: No such file or directory
Because all the post* bins where now in /usr/sbin, so I symlinked them to /usr/bin, and it could finally run, but with many warnings
# postfix start
postfix/postfix-script: warning: symlink leaves directory: /usr/lib/postfix/./bin
postfix/postfix-script: warning: not owned by group postdrop: /usr/bin/postqueue
postfix/postfix-script: warning: not owned by group postdrop: /usr/bin/postdrop
postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/bin/postqueue
postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/bin/postdrop
postfix/postfix-script: starting the Postfix mail system
Additional info: * postfix 3.2.2-1.hyperbola6
|
|
Any | Feature Request | High | High | [postfix] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl.
$ pacman -Si postfix
Repository : extra
Name : postfix
Version : 3.2.2-1.hyperbola1
Description : Fast, easy to administer, secure mail server, with OpenRC support
Architecture : x86_64
URL : http://www.postfix.org/
Licenses : custom
Groups : None
Provides : smtp-server smtp-forwarder postfix-tools
Depends On : openssl pcre icu libsasl libldap db libmariadbclient postgresql-libs sqlite tinycdb quilt
Optional Deps : None
Conflicts With : smtp-server smtp-forwarder postfix-tools
Replaces : postfix-tools
Download Size : 1285.80 KiB
Installed Size : 4315.00 KiB
Packager : André Silva <emulatorman@hyperbola.info>
Build Date : Fri 18 Aug 2017 11:17:01 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Stable | Bug Report | Very Low | Very Low | [postfix] has different directory permissions than 'fil... | Deferred | |
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
|
|
Any | Freedom Issue | Medium | Low | [portaudio] vague terminology "Open Source" in descript ... | Closed | |
Task Description
This package contains vague terminology “Open Source”:
community/portaudio 190600_20161030-1
A free, cross-platform, open source, audio I/O library.
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
A free software, cross-platform, audio I/O library.
|
|
Any | Feature Request | High | High | [popt] adapt package in accordance with the Hyperbola P ... | Closed | |
Task Description
Adapt package in accordance with the Hyperbola Packaging Guidelines to follow the Hyperbola Social Contract .
|
|
Any | Freedom Issue | Medium | Low | [polymake] vague terminology "Open Source" in descripti ... | Closed | |
Task Description
This package contains vague terminology “Open Source”:
community/polymake 3.1-1
Open source software for research in polyhedral geometry
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free software for research in polyhedral geometry
|
|
Any | Freedom Issue | Medium | Low | [pokerth] vague terminology "Open Source" in descriptio ... | Closed | |
Task Description
This package contains vague terminology “Open Source”:
community/pokerth 1.1.1-17
Open source Texas Hold'em Poker simulator
According to: https://www.gnu.org/distros/free-system-distribution-guidelines.html
We shall avoid vague terminology such as “Open Source”, please see here: https://www.gnu.org/philosophy/words-to-avoid.html#Open
It would be good example to set to have proper description of packages without using “Open Source”.
eg.
Free software Texas Hold'em Poker simulator
|
|
Any | Security Issue | High | High | [podofo] vulnerable allows remote attackers to cause a ... | Closed | |
Task Description
https://icepng.github.io/2017/04/21/PoDoFo-1/
https://blogs.gentoo.org/ago/2017/03/31/podofo-four-null-pointer-dereference
http://www.securityfocus.com/bid/97296/info
Package information
Repositorio : community Nombre : podofo Versión : 0.9.5-2 Descripción : A C++ library to work with the PDF file format Arquitectura : x86_64 URL : http://podofo.sourceforge.net Licencias : GPL Grupos : Nada Provee : Nada Depende de : lua openssl fontconfig libtiff libidn libjpeg-turbo Dependencias opcionales : Nada En conflicto con : Nada Remplaza a : Nada Tamaño de la descarga : 785,18 KiB Tamaño de la instalación : 4492,00 KiB Encargado : Antonio Rojas arojas@archlinux.org Fecha de creación : sáb 18 feb 2017 06:52:31 -05 Validado por : Suma MD5 Suma SHA-256 Firma
Debian just patched for v0.9.5-6
https://sources.debian.net/src/libpodofo/0.9.5-6/debian/patches/CVE-2017-738%5B0123%5D.patch/
https://sources.debian.net/src/libpodofo/0.9.5-6/debian/patches/
|
|
Any | Feature Request | High | High | [podofo] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl.
$ pacman -Si podofo
Repository : community
Name : podofo
Version : 0.9.5-2.hyperbola1
Description : A C++ library to work with the PDF file format
Architecture : x86_64
URL : http://podofo.sourceforge.net
Licenses : GPL
Groups : None
Provides : None
Depends On : lua openssl fontconfig libtiff libidn libjpeg-turbo
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 775.34 KiB
Installed Size : 4509.00 KiB
Packager : André Silva <emulatorman@hyperbola.info>
Build Date : Sat 21 Oct 2017 12:20:14 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Any | Feature Request | High | High | [poco] rebuild package against libressl | Closed | |
Task Description
Rebuild package against libressl, since it depends on openssl.
$ pacman -Si poco
Repository : community
Name : poco
Version : 1.7.8-2
Description : C++ class libraries for network-centric, portable applications, complete edition with debug libraries
Architecture : x86_64
URL : http://www.pocoproject.org/
Licenses : custom:boost
Groups : None
Provides : None
Depends On : libmariadbclient openssl unixodbc
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 2.94 MiB
Installed Size : 13.91 MiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Tue 25 Apr 2017 09:58:48 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature
|
|
Any | Drop Request | Very High | Critical | [pm-utils] unmaintained and unsupportable | Closed | |
Task Description
pm-utils is no longer maintained from a long time . Therefore, it should be removed from repos since Hyperbola contains an amendment about anti-abandonware through its packaging guidelines .
|
|
Any | Implementation Request | Very Low | Low | [plymouth] add package | Closed | |
|
|
Any | Feature Request | Very High | High | [pkgfile] contains systemd unit files | Closed | |
|
|
Any | Feature Request | Very High | High | [pkgfile] contains systemd unit files | Closed | |
|
|
Any | Freedom Issue | Very Low | Low | [pkgdiff]: using kernel name instead of operating syste ... | Closed | |
|
|
Any | Feature Request | High | High | [pkg-config] adapt package in accordance with the Hyper ... | Closed | |
|
|
Any | Feature Request | High | High | [pkcs11-helper] rebuild package against libressl | Closed | |
|
|
Any | Feature Request | High | High | [pkcs11-helper] adapt package in accordance with the Hy ... | Closed | |
|
|
Any | Feature Request | High | High | [pjproject] rebuild package against libressl | Closed | |
|
|
Any | Freedom Issue | Very Low | Low | [pinta] mentioning proprietary software Paint.NET | Closed | |
|
|
Any | Feature Request | High | High | [pinentry] adapt package in accordance with the Hyperbo ... | Closed | |
|
|
Stable | Update Request | Low | High | [pigeonhole] needs to be updated (depends on older vers ... | Closed | |
|
|
Any | Feature Request | Very High | High | [phpldapadmin] needs OpenRC init script | Closed | |
|
|
Any | Update Request | Very Low | High | [php] update to old stable PHP 7.1.32 | Closed | |
|
|
Any | Update Request | Medium | High | [php] is out of date/support | Closed | |
|
|
Any | Security Issue | Very High | Critical | [php] CVE-2017-9120 | Closed | |
|
|
Any | Feature Request | Defer | Low | [php-imagick] add package | Closed | |
|
|
Stable | Bug Report | High | High | [php-fpm] service: No such file or directory | Closed | |
|
|
Any | Bug Report | Low | High | [php-fpm] service fails to start | Closed | |
|
|
Any | Feature Request | High | High | [phantomjs] rebuild package against libressl | Closed | |
|
|
Any | Freedom Issue | Very Low | Low | [pflask]: using kernel name instead of operating system ... | Closed | |
|
|
Any | Feature Request | High | High | [perl] adapt package in accordance with the Hyperbola P ... | Closed | |
|
|
Any | Feature Request | High | High | [perl-net-ssleay] rebuild package against libressl | Closed | |
|
|
Any | Feature Request | High | High | [perl-crypt-openssl-random] rebuild package against lib ... | Closed | |
|
|
Any | Feature Request | High | High | [perl-crypt-openssl-dsa] rebuild package against libres ... | Closed | |
|
|
Any | Feature Request | High | High | [perl-crypt-openssl-bignum] rebuild package against lib ... | Closed | |
|