All Projects

Project Category Task Type Priority Severity Summary Status  desc Progress
PackagesAnyImplementation RequestMediumMedium [ncdu] add new package Closed
100%
Task Description

PKGBUILD

# $Id: PKGBUILD 187611 2016-08-26 15:44:01Z bisson $
# Contributor: lp76 <l.peduto@gmail.com>
# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>

pkgname=ncdu
pkgver=1.12
pkgrel=1.hyperbola1
pkgdesc='Disk usage analyzer with an ncurses interface'
url='https://dev.yorhel.nl/ncdu'
license=('custom:MIT')
depends=('ncurses')
arch=('i686' 'x86_64')
validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
sha512sums=('20620dd79d2af878442769e097f13806f64f23875dcb85ebccd573a3de43aba5663d496049b64015d13f9a79d624298032c008ef61dfb6f61d8b12902b8dca12'
            'SKIP')

build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr
    make
}

package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}" install
    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
PackagesAnyImplementation RequestMediumMedium [searx] add new package Closed
100%
Task Description

Hi André, you could make an init for the searx search engine, it happens that
I want to launch it from local to avoid being in searx.me or
searx.riseup.net.

I have seen that there is a PKGBUILD in AUR [0]. I think it is necessary to make one with the init Openrc

[0]: https://aur.archlinux.org/packages/searx-py3/

PackagesAnyBug ReportVery HighHigh [android-udev] [MTP] unable to mount Android phone Closed
100%
Task Description

Require package: android-udev

* Add to /etc/udev/rules.d/51-android.rules

GROUP="uucp"

* Add the user to the group uucp

gpasswd -a username uucp

* Reboot

Package Information

$ pacman -Ql android-udev
android-udev /usr/
android-udev /usr/lib/
android-udev /usr/lib/udev/
android-udev /usr/lib/udev/rules.d/
android-udev /usr/lib/udev/rules.d/51-android.rules
PackagesAnyFeature RequestVery HighHigh [netdata] contains systemd unit files  Closed
100%
Task Description

Description:

The Arch version of tinc from the snapshot used by Hyperbola comes with systemd support. Since Hyperbola follows the Init Freedom Campaign , systemd unit files removal is required or add OpenRC init scripts to replace it.

Additional info:
* package version(s)
* config and/or log files etc.

Repositorio               : community
Nombre                    : netdata
Versión                   : 1.6.0-3
Descripción               : Real-time performance monitoring, in the greatest possible detail, over the web.
Arquitectura              : x86_64
URL                       : https://github.com/firehol/netdata/wiki
Licencias                 : GPL
Grupos                    : Nada
Provee                    : Nada
Depende de                : libmnl  libnetfilter_acct  zlib
Dependencias opcionales   : nodejs: Webbox plugin
                            lm_sensors: sensors module
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 1778,98 KiB
Tamaño de la instalación  : 6515,00 KiB
Encargado                 : Sven-Hendrik Haase <sh@lutzhaase.com>
Fecha de creación         : dom 23 abr 2017 16:24:38 -05
Validado por              : Suma MD5  Suma SHA-256  Firma
community/netdata	/usr/lib/systemd/
community/netdata	/usr/lib/systemd/system/
community/netdata	/usr/lib/systemd/system/netdata.service

Steps to reproduce:

  • Install package
PackagesAnySecurity IssueVery HighCritical [mupdf] multiple security issues Closed
100%
Task Description

Summary

The package mupdf is vulnerable to multiple issues including arbitrary code execution and denial of service via CVE-2018-6544, CVE-2018-6192, CVE-2018-6187, CVE-2018-5686 and CVE-2018-1000051.

Package Information

$ pacman -Si mupdf
Repositorio               : community
Nombre                    : mupdf
Versión                   : 1.11-1
Descripción               : Lightweight PDF and XPS viewer
Arquitectura              : x86_64
URL                       : http://mupdf.com
Licencias                 : AGPL3
Grupos                    : Nada
Provee                    : Nada
Depende de                : curl  desktop-file-utils  freetype2  harfbuzz  jbig2dec  libjpeg  openjpeg2  openssl
Dependencias opcionales   : Nada
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 18,18 MiB
Tamaño de la instalación  : 33,03 MiB
Encargado                 : Christian Hesse <arch@eworm.de>
Fecha de creación         : mar 11 abr 2017 05:22:41 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

References

PackagesAnySecurity IssueVery HighCritical [php] CVE-2017-9120 Closed
100%
Task Description

Description:

PHP 7.x through 7.1.5 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a long string because of an Integer overflow in mysqli_real_escape_string.

Additional info:
* package version(s)

$ pacman -Si php
Repositorio               : extra
Nombre                    : php
Versión                   : 7.1.4-3.hyperbola3
Descripción               : A general-purpose scripting language that is especially suited to web development, without systemd support
Arquitectura              : x86_64
URL                       : http://www.php.net
Licencias                 : PHP
Grupos                    : Nada
Provee                    : php-ldap=7.1.4
Depende de                : libxml2  curl  libzip  pcre
Dependencias opcionales   : Nada
En conflicto con          : php-ldap
Remplaza a                : php-ldap
Tamaño de la descarga     : 3,02 MiB
Tamaño de la instalación  : 15,94 MiB
Encargado                 : André Silva <emulatorman@hyperbola.info>
Fecha de creación         : mié 27 dic 2017 19:15:03 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

* config and/or log files etc.

Last update of php be v7.1.x is v7.1.23:

- https://secure.php.net/ChangeLog-7.php#7.1.23

Patch availabble from v7.1.5
https://bugs.php.net/bug.php?id=74544

Steps to reproduce:

- Install php

PackagesAnyPrivacy IssueHighHigh [redshift] remove geoclue2 support Closed
100%
Task Description

Bug Report

Tratando proveedor ubicación `geoclue2'...
Usando el proveedor `geoclue2'.
Unable to connect to GeoClue.
Incapaz de obtener localización desde el proveedor.

Package information:

$ pacman -S redshift
Repositorio : community
Nombre : redshift
Versión : 1.11-4.hyperbola1
Descripción : Adjusts the color temperature of your screen according to your surroundings, without geoclue2 support
Arquitectura : x86_64
URL : http://jonls.dk/redshift/ Licencias : GPL3
Grupos : Nada
Provee : Nada
Depende de : libdrm libxcb libxxf86vm
Dependencias opcionales : python-gobject: for redshift-gtk python-xdg: for redshift-gtk librsvg: for redshift-gtk
En conflicto con : Nada
Remplaza a : Nada
Tamaño de la descarga : 107,66 KiB
Tamaño de la instalación : 1004,00 KiB
Encargado : André Silva emulatorman@hyperbola.info Fecha de creación : sáb 17 jun 2017 14:03:43 -05
Validado por : Suma MD5 Suma SHA-256 Firma

PackagesAnySecurity IssueHighHigh [podofo] vulnerable allows remote attackers to cause a  ...Closed
100%
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/

PackagesStableBug ReportHighHigh [php-fpm] service: No such file or directory  Closed
100%
Task Description
$ service php-fpm start
 * service: No such file or directory

$ pacman -Ql php-fpm | less

php-fpm /etc/
php-fpm /etc/init.d/
php-fpm /etc/init.d/php-fpm
php-fpm /etc/php/
php-fpm /etc/php/php-fpm.conf
php-fpm /etc/php/php-fpm.d/
php-fpm /etc/php/php-fpm.d/www.conf
php-fpm /usr/
php-fpm /usr/bin/
php-fpm /usr/bin/php-fpm
php-fpm /usr/lib/
php-fpm /usr/lib/tmpfiles.d/
php-fpm /usr/lib/tmpfiles.d/php-fpm.conf
php-fpm /usr/share/
php-fpm /usr/share/man/
php-fpm /usr/share/man/man8/
php-fpm /usr/share/man/man8/php-fpm.8.gz
php-fpm /usr/share/php/
php-fpm /usr/share/php/fpm/
php-fpm /usr/share/php/fpm/status.html

Possibly the problem is the removal of runscript.
runscript conflicted in [minicom] with [openrc], detailed in https://issues.hyperbola.info/index.php?do=details&task_id=122 and was removed in openrc https://git.hyperbola.info:50100/packages/core.git/tree/openrc/PKGBUILD#n137

PackagesAnySecurity IssueHighCritical [irssi] IRSSI-SA-2018-02 Irssi Security Advisory Closed
100%
Task Description

Multiple vulnerabilities have been located in Irssi.

Access remote: yes

References links:

PackagesAnyPull RequestHighHigh [firetools] update of 0.9.50 to 0.9.52 + support for UX ...Closed
100%
Task Description

Description:

Hi guys, there have been minor changes in firetools GUI, we have also published iceweasel-uxp. Given this case, here I publish the relevant updates of the files.

PackagesTestingBug ReportHighCritical [wpa_supplicant]: wireless connection does not work Closed
100%
Task Description

Description:

Wireless connection does not work

Additional info:
* package version(s)

- wpa_supplicant 2:2.9-1
- libressl 3.2.2-1

* config and/or log files etc.

Successfully initialized wpa_supplicant
OpenSSL: Failed to set cipher string 'DEFAULT@SECLEVEL=1'
SSL: Failed to initialize TLS context.
Failed to initialize EAPOL state machines.
nl80211: deinit ifname=wlp0s18f2u1 disabled_11b_rates=0

Steps to reproduce:

$ wpa_supplicant -B -i device-name -c <(wpa_passphrase “ssid” “psk”)

PackagesTestingBug ReportMediumMedium [apache] status: crashed Closed
100%
Task Description
sudo service httpd status
* status: crashed

Temp solved:

sed 's|start-stop-daemon --start -- ${APACHE2} ${APACHE2_OPTS} -k start|${APACHE2} ${APACHE2_OPTS} -k start|' -i /etc/init.d/httpd
PackagesTestingBug ReportMediumHigh [dbus] error of connection with dbus Closed
100%
Task Description

Error creating proxy: Error al llamar StartSereviceByName para org.gtk.vfs.UDisks2VolumeMonitor: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gtk.vfs.UDisks2VolumeMonitor exited with status 127 (g-dbus-error-quark, 25)

The programs brasero, xfburn, AcetoneISO, K3b are affected by this bug.

PackagesTestingFeature RequestMediumMedium [mariadb] needs OpenRC init script Closed
100%
Task Description
$ pacman -Si mariadb
Repository      : extra
Name            : mariadb
Version         : 10.1.26-1.hyperbola1
Description     : Fast SQL database server, drop-in replacement for MySQL, with eudev and libeudev support
Architecture    : x86_64
URL             : https://mariadb.org/
Licenses        : GPL
Groups          : None
Provides        : mysql=10.1.26
Depends On      : mariadb-clients=10.1.26  inetutils  libaio  libxml2  pcre  jemalloc  lz4  boost-libs  lzo  libevent  libeudev
Optional Deps   : galera: for MariaDB cluster with Galera WSREP
                  perl-dbd-mysql: for mysqlhotcopy, mysql_convert_table_format and mysql_setpermission
Conflicts With  : mysql
Replaces        : None
Download Size   : 26.74 MiB
Installed Size  : 167.26 MiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 04 Sep 2017 02:06:13 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ sudo pacman -Ql mariadb
mariadb /etc/
mariadb /etc/mysql/
mariadb /etc/mysql/my.cnf
mariadb /etc/mysql/wsrep.cnf
mariadb /usr/
mariadb /usr/bin/
mariadb /usr/bin/aria_chk
mariadb /usr/bin/aria_dump_log
mariadb /usr/bin/aria_ftdump
mariadb /usr/bin/aria_pack
mariadb /usr/bin/aria_read_log
mariadb /usr/bin/innochecksum
mariadb /usr/bin/mariabackup
mariadb /usr/bin/mbstream
mariadb /usr/bin/msql2mysql
mariadb /usr/bin/my_print_defaults
mariadb /usr/bin/myisam_ftdump
mariadb /usr/bin/myisamchk
mariadb /usr/bin/myisamlog
mariadb /usr/bin/myisampack
mariadb /usr/bin/mysql_client_test
mariadb /usr/bin/mysql_client_test_embedded
mariadb /usr/bin/mysql_convert_table_format
mariadb /usr/bin/mysql_embedded
mariadb /usr/bin/mysql_find_rows
mariadb /usr/bin/mysql_fix_extensions
mariadb /usr/bin/mysql_install_db
mariadb /usr/bin/mysql_secure_installation
mariadb /usr/bin/mysql_setpermission
mariadb /usr/bin/mysql_tzinfo_to_sql
mariadb /usr/bin/mysql_waitpid
mariadb /usr/bin/mysql_zap
mariadb /usr/bin/mysqlaccess
mariadb /usr/bin/mysqlbug
mariadb /usr/bin/mysqld
mariadb /usr/bin/mysqld_multi
mariadb /usr/bin/mysqld_safe
mariadb /usr/bin/mysqld_safe_helper
mariadb /usr/bin/mysqldumpslow
mariadb /usr/bin/mysqlhotcopy
mariadb /usr/bin/mysqltest_embedded
mariadb /usr/bin/perror
mariadb /usr/bin/rcmysql
mariadb /usr/bin/replace
mariadb /usr/bin/resolve_stack_dump
mariadb /usr/bin/resolveip
mariadb /usr/bin/tokuft_logprint
mariadb /usr/bin/tokuftdump
mariadb /usr/bin/wsrep_sst_common
mariadb /usr/bin/wsrep_sst_mariabackup
mariadb /usr/bin/wsrep_sst_mysqldump
mariadb /usr/bin/wsrep_sst_rsync
mariadb /usr/bin/wsrep_sst_xtrabackup
mariadb /usr/bin/wsrep_sst_xtrabackup-v2
mariadb /usr/lib/
mariadb /usr/lib/mysql/
mariadb /usr/lib/mysql/plugin/
mariadb /usr/lib/mysql/plugin/adt_null.so
mariadb /usr/lib/mysql/plugin/auth_0x0100.so
mariadb /usr/lib/mysql/plugin/auth_ed25519.so
mariadb /usr/lib/mysql/plugin/auth_gssapi.so
mariadb /usr/lib/mysql/plugin/auth_gssapi_client.so
mariadb /usr/lib/mysql/plugin/auth_pam.so
mariadb /usr/lib/mysql/plugin/auth_socket.so
mariadb /usr/lib/mysql/plugin/auth_test_plugin.so
mariadb /usr/lib/mysql/plugin/client_ed25519.so
mariadb /usr/lib/mysql/plugin/cracklib_password_check.so
mariadb /usr/lib/mysql/plugin/daemon_example.ini
mariadb /usr/lib/mysql/plugin/debug_key_management.so
mariadb /usr/lib/mysql/plugin/dialog.so
mariadb /usr/lib/mysql/plugin/dialog_examples.so
mariadb /usr/lib/mysql/plugin/example_key_management.so
mariadb /usr/lib/mysql/plugin/file_key_management.so
mariadb /usr/lib/mysql/plugin/ha_connect.so
mariadb /usr/lib/mysql/plugin/ha_federatedx.so
mariadb /usr/lib/mysql/plugin/ha_innodb.so
mariadb /usr/lib/mysql/plugin/ha_mroonga.so
mariadb /usr/lib/mysql/plugin/ha_sphinx.so
mariadb /usr/lib/mysql/plugin/ha_spider.so
mariadb /usr/lib/mysql/plugin/ha_test_sql_discovery.so
mariadb /usr/lib/mysql/plugin/ha_tokudb.so
mariadb /usr/lib/mysql/plugin/handlersocket.so
mariadb /usr/lib/mysql/plugin/libdaemon_example.so
mariadb /usr/lib/mysql/plugin/locales.so
mariadb /usr/lib/mysql/plugin/metadata_lock_info.so
mariadb /usr/lib/mysql/plugin/mypluglib.so
mariadb /usr/lib/mysql/plugin/mysql_clear_password.so
mariadb /usr/lib/mysql/plugin/qa_auth_client.so
mariadb /usr/lib/mysql/plugin/qa_auth_interface.so
mariadb /usr/lib/mysql/plugin/qa_auth_server.so
mariadb /usr/lib/mysql/plugin/query_cache_info.so
mariadb /usr/lib/mysql/plugin/query_response_time.so
mariadb /usr/lib/mysql/plugin/semisync_master.so
mariadb /usr/lib/mysql/plugin/semisync_slave.so
mariadb /usr/lib/mysql/plugin/server_audit.so
mariadb /usr/lib/mysql/plugin/simple_password_check.so
mariadb /usr/lib/mysql/plugin/sql_errlog.so
mariadb /usr/lib/mysql/plugin/wsrep_info.so
mariadb /usr/lib/sysusers.d/
mariadb /usr/lib/sysusers.d/mariadb.conf
mariadb /usr/lib/tmpfiles.d/
mariadb /usr/lib/tmpfiles.d/mariadb.conf
mariadb /usr/share/
mariadb /usr/share/doc/
mariadb /usr/share/doc/mariadb/
mariadb /usr/share/doc/mariadb/CREDITS
mariadb /usr/share/doc/mariadb/EXCEPTIONS-CLIENT
mariadb /usr/share/doc/mariadb/INSTALL-BINARY
mariadb /usr/share/doc/mariadb/PATENTS
mariadb /usr/share/doc/mariadb/README
mariadb /usr/share/doc/mariadb/README-wsrep
mariadb /usr/share/doc/mariadb/README.md
mariadb /usr/share/licenses/
mariadb /usr/share/licenses/mariadb/
mariadb /usr/share/licenses/mariadb/COPYING
mariadb /usr/share/licenses/mariadb/COPYING.AGPLv3
mariadb /usr/share/licenses/mariadb/COPYING.GPLv2
mariadb /usr/share/licenses/mariadb/COPYING.thirdparty
mariadb /usr/share/man/
mariadb /usr/share/man/man1/
mariadb /usr/share/man/man1/aria_chk.1.gz
mariadb /usr/share/man/man1/aria_dump_log.1.gz
mariadb /usr/share/man/man1/aria_ftdump.1.gz
mariadb /usr/share/man/man1/aria_pack.1.gz
mariadb /usr/share/man/man1/aria_read_log.1.gz
mariadb /usr/share/man/man1/galera_new_cluster.1.gz
mariadb /usr/share/man/man1/galera_recovery.1.gz
mariadb /usr/share/man/man1/innochecksum.1.gz
mariadb /usr/share/man/man1/mariadb-service-convert.1.gz
mariadb /usr/share/man/man1/msql2mysql.1.gz
mariadb /usr/share/man/man1/my_print_defaults.1.gz
mariadb /usr/share/man/man1/my_safe_process.1.gz
mariadb /usr/share/man/man1/myisam_ftdump.1.gz
mariadb /usr/share/man/man1/myisamchk.1.gz
mariadb /usr/share/man/man1/myisamlog.1.gz
mariadb /usr/share/man/man1/myisampack.1.gz
mariadb /usr/share/man/man1/mysql-stress-test.pl.1.gz
mariadb /usr/share/man/man1/mysql.server.1.gz
mariadb /usr/share/man/man1/mysql_client_test.1.gz
mariadb /usr/share/man/man1/mysql_client_test_embedded.1.gz
mariadb /usr/share/man/man1/mysql_convert_table_format.1.gz
mariadb /usr/share/man/man1/mysql_find_rows.1.gz
mariadb /usr/share/man/man1/mysql_fix_extensions.1.gz
mariadb /usr/share/man/man1/mysql_install_db.1.gz
mariadb /usr/share/man/man1/mysql_secure_installation.1.gz
mariadb /usr/share/man/man1/mysql_setpermission.1.gz
mariadb /usr/share/man/man1/mysql_tzinfo_to_sql.1.gz
mariadb /usr/share/man/man1/mysql_waitpid.1.gz
mariadb /usr/share/man/man1/mysql_zap.1.gz
mariadb /usr/share/man/man1/mysqlaccess.1.gz
mariadb /usr/share/man/man1/mysqlbug.1.gz
mariadb /usr/share/man/man1/mysqld_multi.1.gz
mariadb /usr/share/man/man1/mysqld_safe.1.gz
mariadb /usr/share/man/man1/mysqld_safe_helper.1.gz
mariadb /usr/share/man/man1/mysqldumpslow.1.gz
mariadb /usr/share/man/man1/mysqlhotcopy.1.gz
mariadb /usr/share/man/man1/mysqltest_embedded.1.gz
mariadb /usr/share/man/man1/perror.1.gz
mariadb /usr/share/man/man1/replace.1.gz
mariadb /usr/share/man/man1/resolve_stack_dump.1.gz
mariadb /usr/share/man/man1/resolveip.1.gz
mariadb /usr/share/man/man1/tokuft_logdump.1.gz
mariadb /usr/share/man/man1/tokuftdump.1.gz
mariadb /usr/share/man/man1/wsrep_sst_common.1.gz
mariadb /usr/share/man/man1/wsrep_sst_mysqldump.1.gz
mariadb /usr/share/man/man1/wsrep_sst_rsync.1.gz
mariadb /usr/share/man/man1/wsrep_sst_xtrabackup-v2.1.gz
mariadb /usr/share/man/man1/wsrep_sst_xtrabackup.1.gz
mariadb /usr/share/man/man8/
mariadb /usr/share/man/man8/mysqld.8.gz
mariadb /usr/share/mysql/
mariadb /usr/share/mysql/binary-configure
mariadb /usr/share/mysql/charsets/
mariadb /usr/share/mysql/charsets/Index.xml
mariadb /usr/share/mysql/charsets/README
mariadb /usr/share/mysql/charsets/armscii8.xml
mariadb /usr/share/mysql/charsets/ascii.xml
mariadb /usr/share/mysql/charsets/cp1250.xml
mariadb /usr/share/mysql/charsets/cp1251.xml
mariadb /usr/share/mysql/charsets/cp1256.xml
mariadb /usr/share/mysql/charsets/cp1257.xml
mariadb /usr/share/mysql/charsets/cp850.xml
mariadb /usr/share/mysql/charsets/cp852.xml
mariadb /usr/share/mysql/charsets/cp866.xml
mariadb /usr/share/mysql/charsets/dec8.xml
mariadb /usr/share/mysql/charsets/geostd8.xml
mariadb /usr/share/mysql/charsets/greek.xml
mariadb /usr/share/mysql/charsets/hebrew.xml
mariadb /usr/share/mysql/charsets/hp8.xml
mariadb /usr/share/mysql/charsets/keybcs2.xml
mariadb /usr/share/mysql/charsets/koi8r.xml
mariadb /usr/share/mysql/charsets/koi8u.xml
mariadb /usr/share/mysql/charsets/latin1.xml
mariadb /usr/share/mysql/charsets/latin2.xml
mariadb /usr/share/mysql/charsets/latin5.xml
mariadb /usr/share/mysql/charsets/latin7.xml
mariadb /usr/share/mysql/charsets/macce.xml
mariadb /usr/share/mysql/charsets/macroman.xml
mariadb /usr/share/mysql/charsets/swe7.xml
mariadb /usr/share/mysql/czech/
mariadb /usr/share/mysql/czech/errmsg.sys
mariadb /usr/share/mysql/danish/
mariadb /usr/share/mysql/danish/errmsg.sys
mariadb /usr/share/mysql/dutch/
mariadb /usr/share/mysql/dutch/errmsg.sys
mariadb /usr/share/mysql/english/
mariadb /usr/share/mysql/english/errmsg.sys
mariadb /usr/share/mysql/errmsg-utf8.txt
mariadb /usr/share/mysql/estonian/
mariadb /usr/share/mysql/estonian/errmsg.sys
mariadb /usr/share/mysql/fill_help_tables.sql
mariadb /usr/share/mysql/french/
mariadb /usr/share/mysql/french/errmsg.sys
mariadb /usr/share/mysql/german/
mariadb /usr/share/mysql/german/errmsg.sys
mariadb /usr/share/mysql/greek/
mariadb /usr/share/mysql/greek/errmsg.sys
mariadb /usr/share/mysql/hungarian/
mariadb /usr/share/mysql/hungarian/errmsg.sys
mariadb /usr/share/mysql/install_spider.sql
mariadb /usr/share/mysql/italian/
mariadb /usr/share/mysql/italian/errmsg.sys
mariadb /usr/share/mysql/japanese/
mariadb /usr/share/mysql/japanese/errmsg.sys
mariadb /usr/share/mysql/korean/
mariadb /usr/share/mysql/korean/errmsg.sys
mariadb /usr/share/mysql/magic
mariadb /usr/share/mysql/maria_add_gis_sp.sql
mariadb /usr/share/mysql/maria_add_gis_sp_bootstrap.sql
mariadb /usr/share/mysql/mroonga/
mariadb /usr/share/mysql/mroonga/install.sql
mariadb /usr/share/mysql/mroonga/uninstall.sql
mariadb /usr/share/mysql/my-huge.cnf
mariadb /usr/share/mysql/my-innodb-heavy-4G.cnf
mariadb /usr/share/mysql/my-large.cnf
mariadb /usr/share/mysql/my-medium.cnf
mariadb /usr/share/mysql/my-small.cnf
mariadb /usr/share/mysql/mysql-log-rotate
mariadb /usr/share/mysql/mysql.server
mariadb /usr/share/mysql/mysql_performance_tables.sql
mariadb /usr/share/mysql/mysql_system_tables.sql
mariadb /usr/share/mysql/mysql_system_tables_data.sql
mariadb /usr/share/mysql/mysql_test_data_timezone.sql
mariadb /usr/share/mysql/mysql_to_mariadb.sql
mariadb /usr/share/mysql/mysqld_multi.server
mariadb /usr/share/mysql/norwegian-ny/
mariadb /usr/share/mysql/norwegian-ny/errmsg.sys
mariadb /usr/share/mysql/norwegian/
mariadb /usr/share/mysql/norwegian/errmsg.sys
mariadb /usr/share/mysql/policy/
mariadb /usr/share/mysql/policy/apparmor/
mariadb /usr/share/mysql/policy/apparmor/README
mariadb /usr/share/mysql/policy/apparmor/usr.sbin.mysqld
mariadb /usr/share/mysql/policy/apparmor/usr.sbin.mysqld.local
mariadb /usr/share/mysql/policy/selinux/
mariadb /usr/share/mysql/policy/selinux/README
mariadb /usr/share/mysql/policy/selinux/mariadb-server.fc
mariadb /usr/share/mysql/policy/selinux/mariadb-server.te
mariadb /usr/share/mysql/policy/selinux/mariadb.te
mariadb /usr/share/mysql/polish/
mariadb /usr/share/mysql/polish/errmsg.sys
mariadb /usr/share/mysql/portuguese/
mariadb /usr/share/mysql/portuguese/errmsg.sys
mariadb /usr/share/mysql/romanian/
mariadb /usr/share/mysql/romanian/errmsg.sys
mariadb /usr/share/mysql/russian/
mariadb /usr/share/mysql/russian/errmsg.sys
mariadb /usr/share/mysql/serbian/
mariadb /usr/share/mysql/serbian/errmsg.sys
mariadb /usr/share/mysql/slovak/
mariadb /usr/share/mysql/slovak/errmsg.sys
mariadb /usr/share/mysql/spanish/
mariadb /usr/share/mysql/spanish/errmsg.sys
mariadb /usr/share/mysql/swedish/
mariadb /usr/share/mysql/swedish/errmsg.sys
mariadb /usr/share/mysql/ukrainian/
mariadb /usr/share/mysql/ukrainian/errmsg.sys
mariadb /usr/share/mysql/wsrep.cnf
mariadb /usr/share/mysql/wsrep_notify
mariadb /var/
mariadb /var/lib/
mariadb /var/lib/mysql/
PackagesAnyBug ReportMediumHigh [brasero] could not establish a connection to Tracker Closed
100%
Task Description

# Bug

(brasero:1402): WARNING : Could not establish a connection to Tracker: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Tracker1 was not provided by any .service files
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

# Package information

$ sudo pacman -Si brasero
[sudo] password for heckyel: 
Repositorio               : extra
Nombre                    : brasero
Versión                   : 3.12.1-2.hyperbola1
Descripción               : CD/DVD mastering tool
Arquitectura              : x86_64
URL                       : https://wiki.gnome.org/Apps/Brasero
Licencias                 : GPL
Grupos                    : gnome-extra
Provee                    : Nada
Depende de                : gtk3  gst-plugins-good  totem-plparser  cdrkit  cdrdao
                            shared-mime-info  libcanberra  dvd+rw-tools  dconf  libsm
                            libtracker-sparql  libnotify  gvfs
Dependencias opcionales   : libburn: alternative back-end
                            libisofs: libburn back-end
                            dvdauthor: video project
                            vcdimager: video project
En conflicto con          : Nada
Remplaza a                : nautilus-cd-burner
Tamaño de la descarga     : 2,58 MiB
Tamaño de la instalación  : 14,46 MiB
Encargado                 : Scott Adams <haricot@hyperbola.info>
Fecha de creación         : lun 29 may 2017 00:24:19 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

# File attached
pacman -Ql brasero > brasero.txt

PackagesAnySecurity IssueMediumHigh [blender] error invalid PGP keys Closed
100%
Task Description
$ sudo pacman -S blender
resolviendo dependencias…
buscando conflictos entre paquetes…

Paquetes (20) alembic-1.7.1-1  blender-common-2.78.c-1.hyperbola4  blosc-1.11.3-1  ilmbase-2.2.0-2  intel-tbb-2017_20170226-1  libraw-0.18.2-1  libspnav-0.2.3-1  llvm-4.0.0-2
              log4cplus-1.2.0-3  opencollada-1.6.45-1.hyperbola1  opencolorio-1.0.9-5  openexr-2.2.0-3.hyperbola2  openimageio-1.6.18-1.hyperbola1  openshadinglanguage-1.7.5-1.hyperbola1
              opensubdiv-3.1.1-1  openvdb-3.2.0-2  ptex-2.1.28-1.hyperbola1  valgrind-3.12.0-2  zstd-1.1.4-1  blender-2.78.c-1.hyperbola4

Tamaño total de la descarga:      0,33 MiB
Tamaño total de la instalación:  567,26 MiB

:: ¿Continuar con la instalación? [S/n] s
:: Recibiendo los paquetes…
 libspnav-0.2.3-1-x86_64                                                                     8,5 KiB   849K/s 00:00 [######################################################################] 100%
 zstd-1.1.4-1-x86_64                                                                       283,3 KiB   199K/s 00:01 [######################################################################] 100%
 blosc-1.11.3-1-x86_64                                                                      43,0 KiB   331K/s 00:00 [######################################################################] 100%
(20/20) comprobando las claves del depósito                                                                         [######################################################################] 100%
(20/20) verificando la integridad de los paquetes                                                                   [######################################################################] 100%
error: libspnav: signature from "Andrea Scarpino <me@andreascarpino.it>" is marginal trust
:: El archivo /var/cache/pacman/pkg/libspnav-0.2.3-1-x86_64.pkg.tar.xz está dañado (paquete no válido o dañado (firma PGP)).
¿Quiere eliminarlo? [S/n] s
error: zstd: signature from "Andrzej Giniewicz (giniu) <gginiu@gmail.com>" is marginal trust
:: El archivo /var/cache/pacman/pkg/zstd-1.1.4-1-x86_64.pkg.tar.xz está dañado (paquete no válido o dañado (firma PGP)).
¿Quiere eliminarlo? [S/n] s
error: blosc: signature from "Andrzej Giniewicz (giniu) <gginiu@gmail.com>" is marginal trust
:: El archivo /var/cache/pacman/pkg/blosc-1.11.3-1-x86_64.pkg.tar.xz está dañado (paquete no válido o dañado (firma PGP)).
¿Quiere eliminarlo? [S/n] s
error: no se pudo realizar la operación (paquete no válido o dañado)
Ocurrieron errores, por lo que no se actualizaron los paquetes
PackagesAnyUpdate RequestMediumMedium [youtube-viewer] update request to v3.7.9 Closed
100%
Task Description

Please package update to version 3.7.9 of youtube-viewer.

libre.patch attached :)

PackagesAnyBug ReportMediumMedium [shadow] warning <<FAIL_DELAY>> Closed
100%
Task Description

This message comes out when using the userdel, useradd, gpasswd.

Configuration error, unknown "FAIL_DELAY" element (report to administrator)
Possible solution

Remove specific patches for Debian

  • 429_login_FAILLOG_ENAB
  • 463_login_delay_obeys_to_PAM
PackagesAnyBug ReportMediumHigh [postgresql] creating directory Permission denied Closed
100%
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
PackagesAnyBug ReportMediumHigh [qtox][toxic] rebuild package Closed
100%
Task Description

Description:

Hi guys. From → https://issues.hyperbola.info/index.php?do=details&task_id=1121

Now is necessary rebuild qtox and toxic.

Additional info:

toxic:

ldd $(command -v toxic) | grep 'not found'
	libtoxdns.so.1 => not found
	libtoxencryptsave.so.1 => not found
	libtoxav.so.1 => not found
	libtoxcore.so.1 => not found
	libtoxcrypto.so.1 => not found
	libtoxnetwork.so.1 => not found
	libtoxdht.so.1 => not found
	libtoxnetcrypto.so.1 => not found
	libtoxfriends.so.1 => not found
	libtoxmessenger.so.1 => not found
	libtoxgroup.so.1 => not found

qtox:

ldd $(command -v qtox) | grep 'not found'
	libtoxcore.so.1 => not found
	libtoxav.so.1 => not found
	libtoxencryptsave.so.1 => not found
PackagesTestingBug ReportMediumMedium [ntop] useradd: the group "ntop" does not exist Closed
100%
Task Description

Description:

During the installation, a group error message is displayed.

Additional info:
* package version(s)

$ pacman -Si ntop
Repositorio               : community
Nombre                    : ntop
Versión                   : 5.0.1-11.hyperbola3
Descripción               : A network traffic probe that shows the network usage, with libressl and OpenRC support
Arquitectura              : x86_64
URL                       : https://www.ntop.org/
Licencias                 : GPL-3
Grupos                    : Nada
Provee                    : Nada
Depende de                : libevent  libpcap  gd  glibc libxml2  libressl  rrdtool  pcre geoip  lua  python2
Dependencias opcionales   : Nada
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 21,33 MiB
Tamaño de la instalación  : 48,51 MiB
Encargado                 : HyperBuilder
                            <hyperbuilder@hyperbola.info>
Fecha de creación         : mié 27 mar 2019 17:09:11 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

* config and/or log files etc.

$ ntop
Thu Jul 18 19:53:19 2019  Initializing gdbm databases
Thu Jul 18 19:53:19 2019  **ERROR** ....open of /var/lib/ntop/prefsCache.db failed: File open error
Thu Jul 18 19:53:19 2019  Possible solution: please use '-P <directory>'
Thu Jul 18 19:53:19 2019  **FATAL_ERROR** GDBM open failed, ntop shutting down...
Thu Jul 18 19:53:19 2019  CLEANUP[t140566150068416]: ntop caught signal 2 [state=2]
Thu Jul 18 19:53:19 2019  ntop is now quitting...

Steps to reproduce:

* Install package in Milky Way v0.3 Testing

PackagesTestingBug ReportMediumMedium [ardour] require re-build Closed
100%
Task Description

Description:

Ardour require rebuild in v0.3

Additional info:

Repositorio               : extra
Nombre                    : ardour
Versión                   : 5.8-1
Descripción               : Professional-grade digital audio workstation
Arquitectura              : x86_64
URL                       : http://ardour.org/
Licencias                 : GPL
Grupos                    : Nada
Provee                    : Nada
Depende de                : liblrdf  liblo  lilv  suil  taglib  aubio  rubberband  gtkmm
Dependencias opcionales   : xjadeo: video monitoring
                            harvid: video timeline
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 8,31 MiB
Tamaño de la instalación  : 38,16 MiB
Encargado                 : Rashif Rahman (Ray) <schiv@archlinux.org>
Fecha de creación         : mié 26 abr 2017 02:45:34 -05
Validado por              : Suma MD5  Suma SHA-256  Firma
$ ldd /usr/lib/ardour5/ardour-5.8.0 | grep 'not found'

	libardourcp.so => not found
	libcanvas.so.0 => not found
	libgtkmm2ext.so.0 => not found
	libptformat.so.0 => not found
	libardour.so.3 => not found
	libmidipp.so.4 => not found
	libevoral.so.0 => not found
	libaudiographer.so.0 => not found
	libpbd.so.4 => not found
	libtimecode.so => not found

Steps to reproduce:

* Install package in v0.3

PackagesAnyReplace RequestMediumHigh [firejail] use firejail LTS Closed
100%
Task Description

Description:

Firejail developers since October 2018 have started building LTS versions of firejail[0], according to Packaging Guidelines we must use LTS versions of the packages if they are available.

Links:

[0]: https://github.com/netblue30/firejail/tree/LTSbase

PackagesAnyBug ReportMediumHigh [libvirt] USB device passthrough can't be used due to  ...Closed
100%
Task Description

Description:

On a system which lacks support for either the vfio kernel module, or lacks IOMMU hardware, it is no longer possible to use host USB device assignment

Additional info:
* package version(s)

# pacman -Si libvirt
Repositorio               : community
Nombre                    : libvirt
Versión                   : 3.2.0-2.hyperbola9
Descripción               : API for controlling virtualization engines
                            (openvz,kvm,qemu,xen,etc), with eudev, libressl and OpenRC support
Arquitectura              : x86_64
URL                       : https://libvirt.org/
Licencias                 : LGPL-2.1
Grupos                    : Nada
Provee                    : Nada
Depende de                : e2fsprogs  gnutls  iptables  libxml2  parted  polkit  python2
                            avahi  yajl  libpciaccess  eudev  dbus  libxau  libxdmcp  libpcap
                            libcap-ng  curl  libsasl  libgcrypt  libgpg-error  libressl
                            libxcb  gcc-libs  iproute2  libnl  libx11  numactl  gettext  ceph
                            libssh2  netcf
Dependencias opcionales   : ebtables: required for default NAT networking
                            dnsmasq: required for default NAT/DHCP for guests
                            bridge-utils: for bridged networking
                            openbsd-netcat: for remote management over ssh
                            qemu
                            radvd
                            dmidecode
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 6,93 MiB
Tamaño de la instalación  : 41,21 MiB
Encargado                 : HyperBuilder <hyperbuilder@hyperbola.info>
Fecha de creación         : vie 19 jul 2019 08:21:25 -05
Validado por              : Suma MD5  Suma SHA-256  Firma

* Patch

- https://www.redhat.com/archives/libvir-list/2017-April/msg00594.html

Steps to reproduce:

- Install package

PackagesAnyFeature RequestMediumMedium [aspell-eo] Add new package Closed
100%
PackagesAnyBug ReportLowHigh [php-fpm] service fails to start Closed
100%
PackagesAnyPull RequestVery LowHigh [firejail] update of 0.9.52 to 0.9.54 + support for UXP ...Closed
100%
PackagesAnyBug ReportVery LowHigh [nginx]: cannot start if NetworkManager is not started Closed
100%
PackagesStableFeature RequestVery LowHigh [youtube-viewer] Added the 'use_invidious_api' config-o ...Closed
100%
PackagesAnyUpdate RequestVery LowVery Low [youtube-viewer] minor fix: function API name Closed
100%
PackagesStableBug ReportVery LowHigh [ebtables] require rebuild Closed
100%
PackagesAnyBug ReportVery HighCritical [ath9k-htc-firmware]: not work Closed
100%
Software DevelopmentGeneralBug ReportMediumMedium [bind-tools], require re-build Closed
100%
ServicesPunBB IssuePull RequestVery LowMedium Fixes in hyperforum styles Closed
100%
ServicesPunBB IssuePull RequestVery LowMedium Fixes in hyperforum - Page Administration - LibreJS Closed
100%
PackagesTestingBug ReportVery LowHigh [cronie] /bin/sh: /usr/bin/nano: No existe el fichero o ...Closed
100%
PackagesAnyBug ReportMediumHigh [redshift] No more location providers to try Closed
100%
PackagesStableBug ReportMediumMedium [libusb] error when mounting USB memories on virtual ma ...Closed
100%
PackagesAnyBug ReportMediumMedium [weechat] startup complains about missing guile  Closed
100%
PackagesAnyBug ReportHighHigh [openrc] hwclock: Cannot access the Hardware Clock via  ...Closed
100%
PackagesAnyBug ReportMediumHigh [Solved] [xorg-xdm] * status: crashed Closed
100%
PackagesAnyFeature RequestMediumMedium [DCPT500W] possible integration of drivers to cups on P ...Closed
100%
PackagesAnyUpdate RequestMediumMedium [cups] update request Closed
100%
PackagesStableFeature RequestMediumHigh [ntfs-3g] require FHS Closed
100%
PackagesAnyFreedom IssueMediumHigh [xdg-utils] Remove nonfree apps Closed
100%
PackagesAnyBug ReportMediumMedium [surf-2.1-1]: Unresolved dependencies Closed
100%
PackagesStableBug ReportVery LowHigh [devede] xorriso unsupported option '-dvd-video' Closed
100%
PackagesAnyBug ReportVery LowMedium [clamtk] Gtk-WARNING **: Impossible to find the theme e ...Closed
100%
PackagesAnyImplementation RequestVery LowLow [emacs-exwm] add package Closed
100%
Showing tasks 1 - 50 of 58 Page 1 of 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing