Packages

Category  desc Task Type Priority Severity Summary Status Progress
TestingPrivacy IssueVery HighCritical [abiword] remove AltaVista's Babel Fish translator supp ...Closed
100%
Task Description

Abiword supports the defunct AltaVista’s Babel Fish translator which queries are redirected to the main Yahoo! page.

...

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr \
    --enable-shared \
    --disable-static \
    --enable-clipart \
    --enable-templates \
    --enable-plugins="aiksaurus applix **babelfish** bmp clarisworks collab docbook \
                      eml epub freetranslation garble gdict gimp goffice grammar \
                      hancom hrtext iscii kword latex loadbindings mathview mht \
                      mif mswrite opendocument openwriter openxml opml ots paint \
                      passepartout pdb pdf presentation psion s5 sdw t602 urldict \
                      wikipedia wmf wml wordperfect wpg xslfo" \
    --enable-introspection
  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  make
}

...
TestingBug ReportMediumCritical [rsyslog] wrong reference to /usr/bin/rsyslog in /etc/l ...Closed
100%
Task Description

In `/etc/logrotate.d/rsyslog`, line 5:

/usr/bin/killall -HUP /usr/bin/rsyslogd

should now read as follows:

/usr/bin/killall -HUP /usr/sbin/rsyslogd
TestingFeature RequestMediumMedium [dmraid] add cron job support Closed
100%
Task Description
$ pacman -Si dmraid
Repository      : core
Name            : dmraid
Version         : 1.0.0.rc16.3-10
Description     : Device mapper RAID interface
Architecture    : x86_64
URL             : http://people.redhat.com/~heinzm/sw/dmraid/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : device-mapper>=2.0.54
Optional Deps   : None
Conflicts With  : mkinitcpio<0.7
Replaces        : None
Download Size   : 108.95 KiB
Installed Size  : 365.00 KiB
Packager        : Tobias Powalowski <tpowa@archlinux.org>
Build Date      : Mon 21 Oct 2013 05:26:08 AM -02
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql dmraid
dmraid /usr/
dmraid /usr/bin/
dmraid /usr/bin/dmevent_tool
dmraid /usr/bin/dmraid
dmraid /usr/include/
dmraid /usr/include/dmraid/
dmraid /usr/include/dmraid/display.h
dmraid /usr/include/dmraid/dmraid.h
dmraid /usr/include/dmraid/dmreg.h
dmraid /usr/include/dmraid/format.h
dmraid /usr/include/dmraid/lib_context.h
dmraid /usr/include/dmraid/list.h
dmraid /usr/include/dmraid/locking.h
dmraid /usr/include/dmraid/metadata.h
dmraid /usr/include/dmraid/misc.h
dmraid /usr/include/dmraid/reconfig.h
dmraid /usr/lib/
dmraid /usr/lib/device-mapper/
dmraid /usr/lib/device-mapper/libdmraid-events-isw.so
dmraid /usr/lib/initcpio/
dmraid /usr/lib/initcpio/hooks/
dmraid /usr/lib/initcpio/hooks/dmraid
dmraid /usr/lib/initcpio/install/
dmraid /usr/lib/initcpio/install/dmraid
dmraid /usr/lib/libdmraid-events-isw.so
dmraid /usr/lib/libdmraid.so
dmraid /usr/lib/libdmraid.so.1
dmraid /usr/lib/libdmraid.so.1.0.0
dmraid /usr/lib/systemd/
dmraid /usr/lib/systemd/system/
dmraid /usr/lib/systemd/system/dmraid.service
dmraid /usr/lib/tmpfiles.d/
dmraid /usr/lib/tmpfiles.d/dmraid.conf
dmraid /usr/share/
dmraid /usr/share/man/
dmraid /usr/share/man/man8/
dmraid /usr/share/man/man8/dmevent_tool.8.gz
dmraid /usr/share/man/man8/dmraid.8.gz
TestingFeature RequestMediumMedium [logrotate] add cron job support Closed
100%
Task Description

$ pacman -Si logrotate
Repository : core
Name : logrotate
Version : 3.12.1-1
Description : Rotates system logs automatically
Architecture : x86_64
URL : https://github.com/logrotate/logrotate Licenses : GPL Groups : base
Provides : None
Depends On : popt gzip acl
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 37.11 KiB
Installed Size : 77.00 KiB
Packager : Pierre Schmitz pierre@archlinux.de Build Date : Sat 22 Apr 2017 12:00:21 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql logrotate
logrotate /etc/
logrotate /etc/logrotate.conf
logrotate /etc/logrotate.d/
logrotate /usr/
logrotate /usr/bin/
logrotate /usr/bin/logrotate
logrotate /usr/lib/
logrotate /usr/lib/systemd/
logrotate /usr/lib/systemd/system/
logrotate /usr/lib/systemd/system/logrotate.service
logrotate /usr/lib/systemd/system/logrotate.timer
logrotate /usr/lib/systemd/system/timers.target.wants/
logrotate /usr/lib/systemd/system/timers.target.wants/logrotate.timer
logrotate /usr/share/
logrotate /usr/share/man/
logrotate /usr/share/man/man5/
logrotate /usr/share/man/man5/logrotate.conf.5.gz
logrotate /usr/share/man/man8/
logrotate /usr/share/man/man8/logrotate.8.gz

TestingFeature RequestMediumMedium [lxdm] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si lxdm
Repository : community
Name : lxdm
Version : 0.5.3-4
Description : Lightweight X11 Display Manager
Architecture : x86_64
URL : http://lxde.org/ Licenses : GPL Groups : lxde
Provides : None
Depends On : gtk2 xorg-server
Optional Deps : iso-codes: show language names in language chooser

                librsvg: display the default background
                gnome-themes-standard: default GTK+ theme

Conflicts With : None
Replaces : None
Download Size : 98.87 KiB
Installed Size : 341.00 KiB
Packager : Balló György <ballogyor+arch@gmail.com>
Build Date : Tue 21 Feb 2017 01:24:36 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql lxdm > lxdm_fileslist.txt

TestingFeature RequestMediumMedium [lynis] add cron job support Closed
100%
Task Description
$ pacman -Si lynis
Repository      : community
Name            : lynis
Version         : 2.4.8-1
Description     : Security and system auditing tool to harden Unix/Linux systems
Architecture    : any
URL             : https://cisofy.com/lynis/
Licenses        : GPL3
Groups          : None
Provides        : None
Depends On      : sh  awk
Optional Deps   : net-tools: networking tests
                  bind-tools: nameserver tests
                  iptables: firewall tests
                  bash-completion: completion for bash
Conflicts With  : None
Replaces        : None
Download Size   : 200.59 KiB
Installed Size  : 1390.00 KiB
Packager        : Levente Polyak <anthraxx@archlinux.org>
Build Date      : Wed 29 Mar 2017 06:38:57 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql lynis > lynis_fileslist.txt
TestingFeature RequestMediumMedium [man-db] add cron job support Closed
100%
Task Description
$ pacman -Si man-db
Repository      : core
Name            : man-db
Version         : 2.7.6.1-2
Description     : A utility for reading man pages
Architecture    : x86_64
URL             : http://www.nongnu.org/man-db/
Licenses        : GPL  LGPL
Groups          : base
Provides        : man
Depends On      : bash  gdbm  zlib  groff  libpipeline  less
Optional Deps   : gzip
Conflicts With  : man
Replaces        : man
Download Size   : 756.10 KiB
Installed Size  : 2349.00 KiB
Packager        : Andreas Radke <andyrtr@archlinux.org>
Build Date      : Thu 15 Dec 2016 09:31:44 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql man-db > man-db_fileslist.txt
TestingFeature RequestMediumMedium [mlocate] add cron job support Closed
100%
Task Description

$ pacman -Si mlocate
Repository : core
Name : mlocate
Version : 0.26-6
Description : Merging locate/updatedb implementation
Architecture : x86_64
URL : https://anonscm.debian.org/cgit/collab-maint/mlocate.git Licenses : GPL Groups : None
Provides : None
Depends On : glibc
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 84.40 KiB
Installed Size : 719.00 KiB
Packager : Gaetan Bisson bisson@archlinux.org Build Date : Tue 04 Apr 2017 02:25:36 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql mlocate > mlocate_fileslist.txt

TestingFeature RequestMediumMedium [pacman] add cron job support Closed
100%
Task Description

$ pacman -Si pacman
Repository : core
Name : pacman
Version : 5.0.1-5.hyperbola2
Description : A library-based package manager with dependency support
Architecture : x86_64
URL : http://www.archlinux.org/pacman/ Licenses : GPL Groups : base base-devel
Provides : pacman-contrib
Depends On : bash glibc libarchive curl gpgme pacman-mirrorlist archlinux-keyring hyperbola-keyring
Optional Deps : cron: run specified programs at scheduled times and related tools
Conflicts With : pacman-contrib
Replaces : pacman-contrib
Download Size : 736.57 KiB
Installed Size : 5055.00 KiB
Packager : André Silva emulatorman@hyperbola.info Build Date : Mon 24 Jul 2017 04:03:17 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql pacman > pacman_fileslist.txt

TestingFeature RequestMediumMedium [ppp] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si ppp
Repository : core
Name : ppp
Version : 2.4.7-2
Description : A daemon which implements the Point-to-Point Protocol for dial-up networking
Architecture : x86_64
URL : http://www.samba.org/ppp/ Licenses : custom:GPL/BSD
Groups : None
Provides : None
Depends On : glibc libpcap>=1.0.0
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 282.88 KiB
Installed Size : 865.00 KiB
Packager : Allan McRae allan@archlinux.org Build Date : Mon 27 Jul 2015 02:37:06 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql ppp
ppp /etc/
ppp /etc/ppp/
ppp /etc/ppp/chap-secrets
ppp /etc/ppp/ip-down
ppp /etc/ppp/ip-down.d/
ppp /etc/ppp/ip-down.d/00-dns.sh
ppp /etc/ppp/ip-up
ppp /etc/ppp/ip-up.d/
ppp /etc/ppp/ip-up.d/00-dns.sh
ppp /etc/ppp/ipv6-down
ppp /etc/ppp/ipv6-down.d/
ppp /etc/ppp/ipv6-up
ppp /etc/ppp/ipv6-up.d/
ppp /etc/ppp/ipv6-up.d/00-iface-config.sh
ppp /etc/ppp/options
ppp /etc/ppp/pap-secrets
ppp /etc/ppp/peers/
ppp /usr/
ppp /usr/bin/
ppp /usr/bin/chat
ppp /usr/bin/plog
ppp /usr/bin/poff
ppp /usr/bin/pon
ppp /usr/bin/pppd
ppp /usr/bin/pppdump
ppp /usr/bin/pppoe-discovery
ppp /usr/bin/pppstats
ppp /usr/include/
ppp /usr/include/pppd/
ppp /usr/include/pppd/cbcp.h
ppp /usr/include/pppd/ccp.h
ppp /usr/include/pppd/chap-new.h
ppp /usr/include/pppd/chap_ms.h
ppp /usr/include/pppd/eap.h
ppp /usr/include/pppd/ecp.h
ppp /usr/include/pppd/eui64.h
ppp /usr/include/pppd/fsm.h
ppp /usr/include/pppd/ipcp.h
ppp /usr/include/pppd/ipv6cp.h
ppp /usr/include/pppd/ipxcp.h
ppp /usr/include/pppd/lcp.h
ppp /usr/include/pppd/magic.h
ppp /usr/include/pppd/md4.h
ppp /usr/include/pppd/md5.h
ppp /usr/include/pppd/patchlevel.h
ppp /usr/include/pppd/pathnames.h
ppp /usr/include/pppd/pppcrypt.h
ppp /usr/include/pppd/pppd.h
ppp /usr/include/pppd/session.h
ppp /usr/include/pppd/sha1.h
ppp /usr/include/pppd/spinlock.h
ppp /usr/include/pppd/tdb.h
ppp /usr/include/pppd/upap.h
ppp /usr/lib/
ppp /usr/lib/pppd/
ppp /usr/lib/pppd/2.4.7/
ppp /usr/lib/pppd/2.4.7/minconn.so
ppp /usr/lib/pppd/2.4.7/openl2tp.so
ppp /usr/lib/pppd/2.4.7/passprompt.so
ppp /usr/lib/pppd/2.4.7/passwordfd.so
ppp /usr/lib/pppd/2.4.7/pppoatm.so
ppp /usr/lib/pppd/2.4.7/pppol2tp.so
ppp /usr/lib/pppd/2.4.7/radattr.so
ppp /usr/lib/pppd/2.4.7/radius.so
ppp /usr/lib/pppd/2.4.7/radrealms.so
ppp /usr/lib/pppd/2.4.7/rp-pppoe.so
ppp /usr/lib/pppd/2.4.7/winbind.so
ppp /usr/lib/systemd/
ppp /usr/lib/systemd/system/
ppp /usr/lib/systemd/system/ppp@.service
ppp /usr/share/
ppp /usr/share/man/
ppp /usr/share/man/man1/
ppp /usr/share/man/man1/pon.1.gz
ppp /usr/share/man/man8/
ppp /usr/share/man/man8/chat.8.gz
ppp /usr/share/man/man8/pppd-radattr.8.gz
ppp /usr/share/man/man8/pppd-radius.8.gz
ppp /usr/share/man/man8/pppd.8.gz
ppp /usr/share/man/man8/pppdump.8.gz
ppp /usr/share/man/man8/pppstats.8.gz

TestingFeature RequestMediumMedium [shadow] add cron job support Closed
100%
Task Description
$ pacman -Si shadow
Repository      : core
Name            : shadow
Version         : 4.4-3
Description     : Password and account management tool suite with support for shadow files and PAM
Architecture    : x86_64
URL             : https://github.com/shadow-maint/shadow
Licenses        : BSD
Groups          : base
Provides        : None
Depends On      : bash  pam  acl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 1060.57 KiB
Installed Size  : 3474.00 KiB
Packager        : Dave Reisner <dreisner@archlinux.org>
Build Date      : Sat 29 Oct 2016 12:54:23 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql shadow > shadow_fileslist.txt
TestingFeature 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/
TestingBug ReportMediumMedium [iceweasel-uxp] Top Site positioning Closed
100%
Task Description

Description:

Iceweasel-ESR always center the Top Site when there is enough room:
https://framapic.org/K3b1UNn7p1Oj/rJssWooBCdXh.png

Iceweasel-UXP is changing the positioning causing the Top Site not aligned and not centered:
https://framapic.org/cRF237xTBQ76/N6qQpO14B65b.png

https://framapic.org/cH8ncT7LHTO6/NeakZ5GqbNEt.png

Additional info:
* package version(s): 52.9.0_20180601-3

Steps to reproduce:

Changing the size of the window.

TestingBug ReportMediumMedium [iceweasel-uxp-l10n] FindBar doesn't work with langpack ...Closed
100%
Task Description

Description:
FindBar doesn’t work with langpacks (l10n) installed, however if Iceweasel-UXP is used without it, FindBar works again.

Additional info:
* package version(s): 52.9.0_20180601-2
* config and/or log files etc:

[JavaScript Error: "chrome://global/content/bindings/findbar.xml : Unable to run script because scripts are blocked internally."]

[JavaScript Error: "chrome://global/content/bindings/findbar.xml : Unable to run script because scripts are blocked internally."]

[JavaScript Error: "chrome://global/content/bindings/findbar.xml : Unable to run script because scripts are blocked internally."]

[JavaScript Error: "XML Parsing Error: undefined entity
Location: jar:file:///usr/lib/iceweasel-uxp/omni.ja!/chrome/toolkit/content/global/bindings/findbar.xml
Line Number 172, Column 10:" {file: "jar:file:///usr/lib/iceweasel-uxp/omni.ja!/chrome/toolkit/content/global/bindings/findbar.xml" line: 172 column: 10 source: "         <xul:toolbarbutton anonid="find-next""}]

[JavaScript Error: "TypeError: findBar._findField is undefined" {file: "chrome://browser/content/tabbrowser.xml" line: 184}]
getFindBar@chrome://browser/content/tabbrowser.xml:184:11
@chrome://browser/content/browser.js:184:10
oncommand@chrome://browser/content/browser.xul:1:1

[JavaScript Warning: "Error in parsing value for 'max-width'.  Declaration dropped." {file: "chrome://browser/content/browser.xul" line: 0 column: 0 source: "-6.534000000000001px"}]

[JavaScript Warning: "Error in parsing value for 'max-width'.  Declaration dropped." {file: "chrome://browser/content/browser.xul" line: 0 column: 0 source: "-13.265999999999998px"}]

[JavaScript Warning: "Error in parsing value for 'max-width'.  Declaration dropped." {file: "chrome://browser/content/browser.xul" line: 0 column: 0 source: "-10.2px"}]

[JavaScript Warning: "Error in parsing value for 'max-width'.  Declaration dropped." {file: "chrome://browser/content/browser.xul" line: 0 column: 0 source: "-10.2px"}]

Steps to reproduce:

  • Install iceweasel-uxp and any l10n package (eg. iceweasel-uxp-l10n-en-gb)
  • Run:
    LC_ALL=en_GB.UTF-8 iceweasel-uxp
  • Go Edit > Find
TestingBug 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

TestingFreedom IssueMediumLow [iceweasel-uxp] Firefox is used on Private Browsing wit ...Closed
100%
Task Description

Description:

Private Browsing with Tracking Protection

When you browse in a Private Window, Firefox does not save:

  visited pages
  cookies
  searches
  temporary files

Firefox will save your:

  bookmarks
  downloads

Private Browsing doesn’t make you anonymous on the Internet. Your employer or Internet service provider can still know what page you visit.
Tracking Protection

Some websites use trackers that can monitor your activity across the Internet. With Tracking Protection Firefox will block many trackers that can collect information about your browsing behavior.

Learn more about Private Browsing.


Firefox is named 3 times.
Private Browsing link is broken

Additional info:
* package version(s) : 52.9.0_20180601-3

Steps to reproduce: Open Private Browsing

TestingBug ReportMediumLow [iceweasel-uxp] strange bug in the FindBar when a phras ...Closed
100%
Task Description

Description:
There is a strange bug (white rectangle) in the FindBar when a phrase isn’t found.

Additional info:
* package version(s): 52.9.0_20180601-3

Steps to reproduce:
Go to Edit > Find

Then put a phrase in the FindBar to search it in any page, if it isn’t found, appears a strange “white rectangle” covering the phrase.

TestingBug ReportVery LowLow [iceweasel-uxp] minor issues in "About Iceweasel-UXP" w ...Closed
100%
Task Description

Description:
“About Iceweasel-UXP” window contains some minor issues to be fixed:

  • “Iceweasel-UXP” instead of “Iceweasel” because we are a different project.
  • “Hyperbola Project” instead of “the Hyperbola Project” as link to point to Hyperbola site.
  • “for Iceweasel-UXP application” instead of “for Iceweasel rebranding” because we are maintaining an entire application, not just rebranding.

Additional info:
* package version(s): 52.9.0_20180601-3

Steps to reproduce:
Go to Help > About Iceweasel-UXP

TestingBug ReportMediumLow [iceweasel-uxp] XML Parsing Error: undefined entity in  ...Closed
100%
Task Description

Description:
There’s a XML parsing error in Iceweasel-UXP when it’s accessing a non-existent site or about:help

Additional info:
* package version(s): 52.9.0_20180601-7
* config and/or log files etc:

XML Parsing Error: undefined entity Location: jar:file:///usr/lib/iceweasel-uxp/browser/omni.ja!/chrome/browser/content/browser/aboutNetError.xhtml Line Number 22, Column 12:
    <title>&loadError.label;</title>
-----------^

Steps to reproduce:

  • Install Iceweasel-UXP:
    # pacman -S iceweasel-uxp
  • Run Iceweasel-UXP:
    ~ iceweasel-uxp
  • Type about:help or a non-existent site in the address bar
TestingBug ReportMediumLow [iceweasel-uxp] XML Parsing Error: undefined entity in  ...Closed
100%
Task Description

Description:
There’s a XML parsing error in Iceweasel-UXP when it’s accessing in a feed subscription.

Additional info:
* package version(s): 52.9.0_20180601-7
* config and/or log files etc:

XML Parsing Error: undefined entity Location: jar:file:///usr/lib/iceweasel-uxp/browser/omni.ja!/chrome/browser/content/browser/feeds/subscribe.xhtml Line Number 25, Column 12:
    <title>&feedPage.title;</title>
-----------^

Steps to reproduce:

  • Install Iceweasel-UXP:
    # pacman -S iceweasel-uxp
  • Run Iceweasel-UXP:
    ~ iceweasel-uxp
  • Enter to Hyperbola RSS Feeds page and then subscribe in one of feeds available.
TestingBug ReportMediumLow [xf86-video-intel] context menu not being highlighted i ...Closed
100%
Task Description

Description:
Context menu not being highlighted in UXP applications such as Iceweasel-UXP. This issue is generated in machines with i915 graphic cards using the Intel graphics driver .

Additional info:
* package version(s): 52.9.0_20180601-7

Steps to reproduce:

  • Install Iceweasel-UXP:
    # pacman -S iceweasel-uxp
  • Run Iceweasel-UXP:
    ~ iceweasel-uxp
  • Open new tabs with right click to use context menu.
StableBug ReportHighCritical [vhba-module-lts] modprobe: ERROR: could not insert 'vh ...Closed
100%
Task Description
filename:       /lib/modules/4.9.77-gnu-1-lts/extramodules/vhba.ko
license:        GPL
description:    Virtual SCSI HBA
version:        20161009
author:         Chia-I Wu
srcversion:     E5A3E6F70DFD436A6B1C8D6
depends:        scsi_mod
vermagic:       4.9.27-gnu-1-lts SMP mod_unload modversions

Can’t insert module vhba

Error :

modprobe: ERROR: could not insert ‘vhba’: Exec format error

StableSecurity IssueVery HighCritical [iceweasel-uxp] Issue with HTTPS websites Closed
100%
Task Description

With latest iceweasel-uxp, I can’t connect to some HTTPS websites :

For example :

https://pkgs.fedoraproject.org/ is an example

SEC_ERROR_UNKNOWN_ISSUER

StableUpdate RequestHighCritical [system-config-printer] update to 1.5.11 Closed
100%
Task Description

Description:

this release is mostly bugfix, updated translations, removed some deprecated parts in code (abandoning libgnome-keyring and starting using libsecret) and in UI and added Till’s patches from Ubuntu (Thank you, Till!).

Additional info:
* package version(s)

# pacman -Si system-config-printer
Repositorio               : extra
Nombre                    : system-config-printer
Versión                   : 1.5.9-2
Descripción               : A CUPS printer configuration tool and status applet
Arquitectura              : x86_64
URL                       : https://github.com/zdohnal/system-config-printer
Licencias                 : GPL
Grupos                    : Nada
Provee                    : Nada
Depende de                : python-pycups  python-dbus  python-pycurl  libnotify  python-requests  python-gobject  gtk3  python-cairo
Dependencias opcionales   : python-pysmbc: SMB browser support
                            python-packagekit: to install drivers with PackageKit
                            cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges
En conflicto con          : Nada
Remplaza a                : Nada
Tamaño de la descarga     : 908,59 KiB
Tamaño de la instalación  : 7159,00 KiB
Encargado                 : Andreas Radke <andyrtr@archlinux.org>
Fecha de creación         : vie 27 ene 2017 04:18:24 -03
Validado por              : Suma MD5  Suma SHA-256  Firma

* config and/or log files etc.

Steps to reproduce:

StableFreedom IssueVery HighCritical [cool-retro-term] update package to 1.0.1 and remove no ...Closed
100%
Task Description

In the latest version fixes several issues and font improvements[1], but unfortunately there is a major problem contained five three non-libre/free typefaces in the source code.

  • Apple II (1977): a licence forbids to sell and modify. Already removed
  • Commodore PET (1977): a licence forbids to sell and modify. Already removed
  • Atari 400/800 (1979): in the latest version, there is a vague term “freeware”[2] in documentation, but forbids to sell and modify.
  • Commercial 64 (1982): a licence forbids to sell. Already removed
  • Monaco (modern): proprietary from Apple.
$ rm -fr "./app/qml/fonts/{1977-*,1979-atari-400-800,1982-commodore64,modern-monaco}/";

Also, I attached three QML source code diff files down below, by removing and replacing strings.

[1]: https://github.com/Swordfish90/cool-retro-term/releases/tag/1.0.1/
[2]: https://www.gnu.org/philosophy/words-to-avoid#Freeware

StableFreedom IssueVery HighCritical [xorg-fonts-misc] contains non-libre/free Syriac typefa ...Closed
100%
StableFreedom IssueVery HighCritical [gftp] Remove many other (old and dead) FTP site bookma ...Closed
100%
StableImplementation RequestMediumCritical [strongswan] add new package Closed
100%
StableSecurity IssueVery HighCritical [exim] CVE-2019-10149 Closed
100%
StableBug ReportMediumCritical [mkinitcpio] crc32c_generic module missing with regular ...Closed
100%
StableBug ReportMediumCritical [virt-manager] Failed to initialize a valid firewall ba ...Closed
100%
StableBug ReportVery HighCritical [iceweasel-uxp] Broken addons with latest update Closed
100%
StableBug ReportMediumCritical [v4l-utils] Error in `dvbv5-scan': double free or corru ...Closed
100%
StableBug ReportMediumCritical [lynis] Unable to run audit on remote target because of ...Closed
100%
StableBug ReportHighCritical  [gufw] FileNotFoundError: [Errno 2] '/usr/sbin/ufw': ' ...Closed
100%
StableBug ReportMediumCritical [torsocks] which: no getcap Closed
100%
StableBug ReportMediumCritical [apache][modules][FHS] move external modules to new loc ...Closed
100%
StableBug ReportHighCritical [postfix][FHS] multiple issues, need rebuilding Closed
100%
StableBug ReportMediumCritical [roundcubemail-lts] not compatible with PHP 7.1 Closed
100%
StableFreedom IssueHighCritical [smplayer] Removal of unfree "Chromecast"-plugin Closed
100%
StableBug ReportHighHigh [elogind] /usr/lib/udev/rules.d/73-seat-late.rules not  ...Closed
100%
StableBug ReportHighHigh [qemu] add missing libseccomp dependency Closed
100%
StableBug ReportMediumHigh [lightdm-gtk-greeter-settings] pam_authenticate failed: ...Closed
100%
StableBug ReportMediumHigh [gparted] gparted_polkit doesn't work Closed
100%
StableBug ReportHighHigh [php-fpm] service: No such file or directory  Closed
100%
StableBug ReportMediumHigh [tp_smapi] not working with most recent libre kernel Closed
100%
StableFeature RequestVery LowHigh [youtube-viewer] Added the 'use_invidious_api' config-o ...Closed
100%
StableBug ReportVery LowHigh [ebtables] require rebuild Closed
100%
StableUpdate RequestLowHigh [pigeonhole] needs to be updated (depends on older vers ...Closed
100%
StableBug ReportVery LowHigh [apache][module] mod_wsgi returns "undefined symbol: Py ...Closed
100%
Showing tasks 1 - 50 of 341 Page 1 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing