All Projects

Project Category  asc Task Type Priority Severity Summary Status Progress
PackagesAnyBug ReportLowMedium[cryptsetup] when dmcrypt start, the "/" filesystem, m...Assigned
0%
Task Description

When dmcrypt service start, the “/” filesystem is remounted, mtab is updated and bootmisc is recording the login users, by waiting time scheduling:

* root: waiting for dmcrypt (50 seconds)
* root: timed out waiting for dmcrypt
* Remounting root filesystem read/write ...
* Remounting filesystems ...
* mtab: waiting for dmcrypt (50 seconds)
* mtab: timed out waiting for dmcrypt
* Updating /etc/mtab ...
* Creating mtab symbolic link
* bootmisc: waiting to dmcrypt (50 seconds)
* bootmisc: timed out waiting for dmcrypt
* Creating user login records ...

These features on dmcrypt service are useless and these lines print above filesystem passphrase order (the printed line), those ones break printed console and print the pressed keyboard digit when I’m setting up password.
Sometimes this breaks services startup, and I need press “enter” consecutively to allow run the services.

PackagesAnyImplementation RequestLowLow [i2p] add new package Closed
100%
Task Description

Description:

  • add new package

Additional info:

  • none

Steps to reproduce:

  • none
PackagesAnyImplementation RequestVery HighMedium [coturn] add new package Closed
100%
Task Description

Description:

  • add new package

Additional info:

Steps to reproduce:

  • none
PackagesAnyImplementation RequestVery HighMedium [mediagoblin] add GNU MediaGoblin package Closed
100%
Task Description

Description:

  • add GNU MediaGoblin package

Additional info:

  • none

Steps to reproduce:

  • none
PackagesAnyImplementation RequestMediumMedium [uzem][uzebox] add uzem emulator and uzebox firmware pa ...Closed
100%
Task Description

Add “uzem” emulator and “uzebox” firmware packages[0][1].

It’s a emulator and firmware for fully free 8bit game console.

[0]:http://belogic.com/uzebox/index.asp (no https found)
[1]:https://github.com/Uzebox/uzebox

PackagesAnyImplementation RequestLowLow [nut] add Network UPS Tools 2.7.x package Closed
100%
Task Description

Add “nut” package.

Useful for uninterruptible power supplies, power distribution units, solar controllers and servers power supply units.

PackagesAnyFeature RequestVery HighHigh [kmod] add init file to load kernel modules from /etc f ...Closed
100%
Task Description

Add init file to load kernel modules in system configuration

Examples:

/etc/modules.conf
----
btrfs

/etc/modules.d/*.conf
----

/etc/modules.d/nouveau.conf
----
nouveau

/etc/init.d/modules
----
#!/usr/bin/openrc-run
command="/usr/bin/modprobe"
command_args="$(cat /etc/modules.{,d/*}conf)"

/etc/runlevels/boot/modules
PackagesAnyFeature RequestVery HighHigh [procps-ng] add init file to load sysctl configuration  ...Closed
100%
Task Description

Add init file to load sysctl configuration files

Examples:

/etc/init.d/sysctl
----
#!/usr/bin/openrc-run
command="/usr/bin/sysctl"
command_args="--system"
----
/etc/runlevels/boot/sysctl
PackagesAnyBug ReportLowMedium [cryptsetup] can't umount luks filesystem on reboot/shu ...Closed
100%
Task Description

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

* Removing dm-crypt mappings
* foobar-pv
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
device-mapper: remove ioctl on foobar-pv  failed: Device or resource busy
Device foobar-pv is still in use                                              [ !! ]
PackagesAnyBackport RequestVery HighHigh [gegl] update package to 0.4.2 backport Closed
100%
Task Description

Description:

Update package to 0.4.2 backport version
Note: Is needed by GIMP 2.10.2 backport or update [gegl] to 0.3.34
      Update the [babl] package
      https://issues.hyperbola.info/index.php?do=details&task_id=1051
      https://issues.hyperbola.info/index.php?do=details&task_id=1052
      https://issues.hyperbola.info/index.php?do=details&task_id=1054

Additional info:

gegl 0.3.26-2.hyperbola1
$ pacman -Si gegl
Repository      : extra
Name            : gegl
Version         : 0.3.26-2.hyperbola1
Description     : Graph based image processing framework
Architecture    : x86_64
URL             : http://www.gegl.org/
Licenses        : GPL3  LGPL3
Groups          : None
Provides        : None
Depends On      : babl  libspiro  json-glib
Optional Deps   : libraw: raw plugin
                  openexr: openexr plugin
                  ffmpeg: ffmpeg plugin
                  suitesparse: matting-levin plugin
                  librsvg: svg plugin
                  jasper: jasper plugin
                  libtiff: tiff plugin
                  lua: lua plugin
                  lensfun: lens-correct plugin
Conflicts With  : gegl02
Replaces        : gegl02
Download Size   : 1347.15 KiB
Installed Size  : 6823.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Sun 31 Dec 2017 05:37:41 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

none
PackagesAnyBackport RequestVery HighHigh [gimp] update package to 2.10.2 backport Closed
100%
Task Description

Description:

Update package to 2.10.2 backport version
Note: Needs [gegl] 0.4.2 and [babl] 0.1.50
      or update [gegl] 0.3.34 only
      Update the [babl] package
      https://issues.hyperbola.info/index.php?do=details&task_id=1051
      https://issues.hyperbola.info/index.php?do=details&task_id=1052
      https://issues.hyperbola.info/index.php?do=details&task_id=1053

Additional info:

gimp 2.8.22-1.hyperbola1
Repository      : extra
Name            : gimp
Version         : 2.8.22-1.hyperbola1
Description     : GNU Image Manipulation Program, with gegl and libxslt support
Architecture    : x86_64
URL             : https://www.gimp.org/
Licenses        : GPL  LGPL
Groups          : None
Provides        : None
Depends On      : pygtk  lcms  libxpm  libwmf  libxmu  librsvg  libmng  dbus-glib  libexif  gegl  jasper  desktop-file-utils  hicolor-icon-theme  babl  openexr
                  libgudev
Optional Deps   : gutenprint: for sophisticated printing only as gimp has built-in cups print support
                  poppler-glib: for pdf support
                  alsa-lib: for MIDI event controller module
                  curl: for URI support
                  ghostscript: for postscript support
Conflicts With  : gimp-devel
Replaces        : None
Download Size   : 12.12 MiB
Installed Size  : 67.73 MiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Sun 31 Dec 2017 08:42:46 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

none
PackagesAnyFeature RequestVery HighHigh [dovecot] needs OpenRC init script and contains systemd ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

  • dovecot 2.2.29.1-1
dovecot /usr/lib/systemd/system/dovecot.service
dovecot /usr/lib/systemd/system/dovecot.socket
dovecot /usr/lib/tmpfiles.d/dovecot.conf

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [onioncat] needs OpenRC init script Closed
100%
Task Description

Description:

  • needs OpenRC init script

Additional info:

  • onioncat 0.2.2.r578-1

Steps to reproduce:

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

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

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

Steps to reproduce:

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

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

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

Steps to reproduce:

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

Description:

  • needs OpenRC init script and contains systemd file

Additional info:

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

Steps to reproduce:

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

Description:

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

Additional info:

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

Steps to reproduce:

  • none
PackagesAnyFreedom IssueVery HighCritical [cmake-fedora] useful only for non-FSDG distros Closed
100%
Task Description

$ pacman -Si cmake-fedora
Repository : community
Name : cmake-fedora
Version : 2.7.1-3
Description : CMake helper modules for fedora developers
Architecture : any
URL : https://pagure.io/cmake-fedora Licenses : custom:BSD
Groups : None
Provides : None
Depends On : cmake
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 90.94 KiB
Installed Size : 422.00 KiB
Packager : Felix Yan felixonmars@archlinux.org Build Date : Mon 17 Apr 2017 06:39:49 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

PackagesAnyImplementation RequestVery HighCritical [linux-libre-lts-server] add "Linux-libre" kernel adapt ...Closed
100%
Task Description

Description:

Additional info:

  • none.

Steps to reproduce:

  • none.
PackagesAnyBug ReportMediumMedium [btrfs-progs] contains systemd unit files Closed
100%
Task Description

]$ pacman -Si btrfs-progs
Repository : core
Name : btrfs-progs
Version : 4.10.2-1
Description : Btrfs filesystem utilities
Architecture : x86_64
URL : https://btrfs.wiki.kernel.org Licenses : GPL2
Groups : None
Provides : btrfs-progs-unstable
Depends On : glibc libutil-linux e2fsprogs lzo zlib
Optional Deps : None
Conflicts With : btrfs-progs-unstable
Replaces : btrfs-progs-unstable
Download Size : 603.00 KiB
Installed Size : 4022.00 KiB
Packager : Sébastien Luttringer seblu@seblu.net Build Date : Fri 31 Mar 2017 08:20:32 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql btrfs-progs
btrfs-progs /usr/
btrfs-progs /usr/bin/
btrfs-progs /usr/bin/btrfs
btrfs-progs /usr/bin/btrfs-convert
btrfs-progs /usr/bin/btrfs-debug-tree
btrfs-progs /usr/bin/btrfs-find-root
btrfs-progs /usr/bin/btrfs-image
btrfs-progs /usr/bin/btrfs-map-logical
btrfs-progs /usr/bin/btrfs-select-super
btrfs-progs /usr/bin/btrfs-zero-log
btrfs-progs /usr/bin/btrfsck
btrfs-progs /usr/bin/btrfstune
btrfs-progs /usr/bin/fsck.btrfs
btrfs-progs /usr/bin/mkfs.btrfs
btrfs-progs /usr/include/
btrfs-progs /usr/include/btrfs/
btrfs-progs /usr/include/btrfs/btrfs-list.h
btrfs-progs /usr/include/btrfs/btrfsck.h
btrfs-progs /usr/include/btrfs/crc32c.h
btrfs-progs /usr/include/btrfs/ctree.h
btrfs-progs /usr/include/btrfs/extent-cache.h
btrfs-progs /usr/include/btrfs/extent_io.h
btrfs-progs /usr/include/btrfs/ioctl.h
btrfs-progs /usr/include/btrfs/kerncompat.h
btrfs-progs /usr/include/btrfs/list.h
btrfs-progs /usr/include/btrfs/radix-tree.h
btrfs-progs /usr/include/btrfs/rbtree.h
btrfs-progs /usr/include/btrfs/send-stream.h
btrfs-progs /usr/include/btrfs/send-utils.h
btrfs-progs /usr/include/btrfs/send.h
btrfs-progs /usr/include/btrfs/sizes.h
btrfs-progs /usr/include/btrfs/version.h
btrfs-progs /usr/lib/
btrfs-progs /usr/lib/initcpio/
btrfs-progs /usr/lib/initcpio/hooks/
btrfs-progs /usr/lib/initcpio/hooks/btrfs
btrfs-progs /usr/lib/initcpio/install/
btrfs-progs /usr/lib/initcpio/install/btrfs
btrfs-progs /usr/lib/libbtrfs.so
btrfs-progs /usr/lib/libbtrfs.so.0
btrfs-progs /usr/lib/libbtrfs.so.0.1
btrfs-progs /usr/lib/systemd/
btrfs-progs /usr/lib/systemd/system/
btrfs-progs /usr/lib/systemd/system/btrfs-scrub@.service
btrfs-progs /usr/lib/systemd/system/btrfs-scrub@.timer
btrfs-progs /usr/lib/udev/
btrfs-progs /usr/lib/udev/rules.d/
btrfs-progs /usr/lib/udev/rules.d/64-btrfs-dm.rules
btrfs-progs /usr/share/
btrfs-progs /usr/share/bash-completion/
btrfs-progs /usr/share/bash-completion/completions/
btrfs-progs /usr/share/bash-completion/completions/btrfs
btrfs-progs /usr/share/man/
btrfs-progs /usr/share/man/man5/
btrfs-progs /usr/share/man/man5/btrfs.5.gz
btrfs-progs /usr/share/man/man8/
btrfs-progs /usr/share/man/man8/btrfs-balance.8.gz
btrfs-progs /usr/share/man/man8/btrfs-check.8.gz
btrfs-progs /usr/share/man/man8/btrfs-convert.8.gz
btrfs-progs /usr/share/man/man8/btrfs-debug-tree.8.gz
btrfs-progs /usr/share/man/man8/btrfs-device.8.gz
btrfs-progs /usr/share/man/man8/btrfs-filesystem.8.gz
btrfs-progs /usr/share/man/man8/btrfs-find-root.8.gz
btrfs-progs /usr/share/man/man8/btrfs-image.8.gz
btrfs-progs /usr/share/man/man8/btrfs-inspect-internal.8.gz
btrfs-progs /usr/share/man/man8/btrfs-map-logical.8.gz
btrfs-progs /usr/share/man/man8/btrfs-property.8.gz
btrfs-progs /usr/share/man/man8/btrfs-qgroup.8.gz
btrfs-progs /usr/share/man/man8/btrfs-quota.8.gz
btrfs-progs /usr/share/man/man8/btrfs-receive.8.gz
btrfs-progs /usr/share/man/man8/btrfs-replace.8.gz
btrfs-progs /usr/share/man/man8/btrfs-rescue.8.gz
btrfs-progs /usr/share/man/man8/btrfs-restore.8.gz
btrfs-progs /usr/share/man/man8/btrfs-scrub.8.gz
btrfs-progs /usr/share/man/man8/btrfs-select-super.8.gz
btrfs-progs /usr/share/man/man8/btrfs-send.8.gz
btrfs-progs /usr/share/man/man8/btrfs-show-super.8.gz
btrfs-progs /usr/share/man/man8/btrfs-subvolume.8.gz
btrfs-progs /usr/share/man/man8/btrfs-zero-log.8.gz
btrfs-progs /usr/share/man/man8/btrfs.8.gz
btrfs-progs /usr/share/man/man8/btrfsck.8.gz
btrfs-progs /usr/share/man/man8/btrfstune.8.gz
btrfs-progs /usr/share/man/man8/fsck.btrfs.8.gz
btrfs-progs /usr/share/man/man8/mkfs.btrfs.8.gz

PackagesAnyBug ReportMediumMedium [libcanberra] contains systemd unit files Closed
100%
Task Description

$ pacman -Si libcanberra
Repository : extra
Name : libcanberra
Version : 0.30+2+gc0620e4-1
Description : A small and lightweight implementation of the XDG Sound Theme Specification
Architecture : x86_64
URL : http://0pointer.de/lennart/projects/libcanberra Licenses : LGPL Groups : None
Provides : None
Depends On : libvorbis libltdl alsa-lib tdb sound-theme-freedesktop
Optional Deps : libcanberra-pulse: PulseAudio driver

                libcanberra-gstreamer: GStreamer driver

Conflicts With : None
Replaces : None
Download Size : 78.73 KiB
Installed Size : 371.00 KiB
Packager : Jan de Groot jgc@archlinux.org Build Date : Thu 04 May 2017 06:59:26 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql libcanberra
libcanberra /etc/
libcanberra /etc/X11/
libcanberra /etc/X11/xinit/
libcanberra /etc/X11/xinit/xinitrc.d/
libcanberra /etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module.sh
libcanberra /usr/
libcanberra /usr/bin/
libcanberra /usr/bin/canberra-boot
libcanberra /usr/bin/canberra-gtk-play
libcanberra /usr/include/
libcanberra /usr/include/canberra-gtk.h
libcanberra /usr/include/canberra.h
libcanberra /usr/lib/
libcanberra /usr/lib/gnome-settings-daemon-3.0/
libcanberra /usr/lib/gnome-settings-daemon-3.0/gtk-modules/
libcanberra /usr/lib/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop
libcanberra /usr/lib/gtk-2.0/
libcanberra /usr/lib/gtk-2.0/modules/
libcanberra /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
libcanberra /usr/lib/gtk-3.0/
libcanberra /usr/lib/gtk-3.0/modules/
libcanberra /usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so
libcanberra /usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.so
libcanberra /usr/lib/libcanberra-0.30/
libcanberra /usr/lib/libcanberra-0.30/libcanberra-alsa.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-alsa.so
libcanberra /usr/lib/libcanberra-0.30/libcanberra-multi.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-multi.so
libcanberra /usr/lib/libcanberra-0.30/libcanberra-null.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-null.so
libcanberra /usr/lib/libcanberra-gtk.so
libcanberra /usr/lib/libcanberra-gtk.so.0
libcanberra /usr/lib/libcanberra-gtk.so.0.1.9
libcanberra /usr/lib/libcanberra-gtk3.so
libcanberra /usr/lib/libcanberra-gtk3.so.0
libcanberra /usr/lib/libcanberra-gtk3.so.0.1.9
libcanberra /usr/lib/libcanberra.la
libcanberra /usr/lib/libcanberra.so
libcanberra /usr/lib/libcanberra.so.0
libcanberra /usr/lib/libcanberra.so.0.2.5
libcanberra /usr/lib/pkgconfig/
libcanberra /usr/lib/pkgconfig/libcanberra-gtk.pc
libcanberra /usr/lib/pkgconfig/libcanberra-gtk3.pc
libcanberra /usr/lib/pkgconfig/libcanberra.pc
libcanberra /usr/lib/systemd/
libcanberra /usr/lib/systemd/system/
libcanberra /usr/lib/systemd/system/canberra-system-bootup.service
libcanberra /usr/lib/systemd/system/canberra-system-shutdown-reboot.service
libcanberra /usr/lib/systemd/system/canberra-system-shutdown.service
libcanberra /usr/share/
libcanberra /usr/share/gtk-doc/
libcanberra /usr/share/gtk-doc/html/
libcanberra /usr/share/gtk-doc/html/libcanberra/
libcanberra /usr/share/gtk-doc/html/libcanberra/ch01.html
libcanberra /usr/share/gtk-doc/html/libcanberra/home.png
libcanberra /usr/share/gtk-doc/html/libcanberra/index.html
libcanberra /usr/share/gtk-doc/html/libcanberra/left-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/left.png
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra-canberra-gtk.html
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra-canberra.html
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra.devhelp2
libcanberra /usr/share/gtk-doc/html/libcanberra/right-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/right.png
libcanberra /usr/share/gtk-doc/html/libcanberra/style.css
libcanberra /usr/share/gtk-doc/html/libcanberra/up-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/up.png
libcanberra /usr/share/vala/
libcanberra /usr/share/vala/vapi/
libcanberra /usr/share/vala/vapi/libcanberra-gtk.vapi
libcanberra /usr/share/vala/vapi/libcanberra.vapi

PackagesAnyDrop RequestLowLow [gegl02] remove unmaintained version of GEGL Closed
100%
Task Description

gegl02 uses an unmaintained version of GEGL (released on Apr 2th 2012). Also, Debian patches bump GEGL version compatibility for GIMP [0], therefore gegl02 is useless for it too.

[0]:https://download.gimp.org/pub/gegl/0.2/

[1]:https://sources.debian.org/src/gimp/2.8.20-1/debian/patches/bump_Babl-GEGL_versions.patch

$ pacman -Si gegl
Repository      : extra
Name            : gegl
Version         : 0.3.14-2
Description     : Graph based image processing framework
Architecture    : x86_64
URL             : http://www.gegl.org/
Licenses        : GPL3  LGPL3
Groups          : None
Provides        : None
Depends On      : babl  libspiro  json-glib
Optional Deps   : libraw: raw plugin
                  openexr: openexr plugin
                  ffmpeg: ffmpeg plugin
                  suitesparse: matting-levin plugin
                  librsvg: svg plugin
                  jasper: jasper plugin
                  libtiff: tiff plugin
                  lua: lua plugin
                  lensfun: lens-correct plugin
Conflicts With  : None
Replaces        : None
Download Size   : 1614.14 KiB
Installed Size  : 11629.00 KiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Thu 27 Apr 2017 03:56:30 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si gegl02
Repository      : extra
Name            : gegl02
Version         : 0.2.0-7
Description     : Graph based image processing framework (v0.2)
Architecture    : x86_64
URL             : http://www.gegl.org/
Licenses        : GPL3  LGPL3
Groups          : None
Provides        : None
Depends On      : babl  libspiro
Optional Deps   : libopenraw: openraw plugin
                  openexr: openexr plugin
                  ffmpeg: ffmpeg plugin
                  librsvg: svg plugin
                  jasper: jasper plugin
Conflicts With  : None
Replaces        : None
Download Size   : 435.52 KiB
Installed Size  : 2542.00 KiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Fri 23 Dec 2016 02:26:13 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyDrop RequestLowLow [nginx-mainline] remove unstable and duplicated package Closed
100%
Task Description
$ pacman -Si nginx-mainline
Repository      : community
Name            : nginx-mainline
Version         : 1.13.0-1
Description     : Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
Architecture    : x86_64
URL             : https://nginx.org
Licenses        : custom
Groups          : None
Provides        : nginx
Depends On      : pcre  zlib  openssl  geoip
Optional Deps   : None
Conflicts With  : nginx
Replaces        : None
Download Size   : 440.75 KiB
Installed Size  : 1486.00 KiB
Packager        : Giancarlo Razzolini <grazzolini@archlinux.org>
Build Date      : Tue 25 Apr 2017 08:25:13 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyDrop RequestLowLow [libreoffice-fresh*] remove unstable and duplicated pac ...Closed
100%
Task Description
$ pacman -Si libreoffice-fresh
Repository      : extra
Name            : libreoffice-fresh
Version         : 5.3.2-3
Description     : LibreOffice branch which contains new features and program enhancements
Architecture    : x86_64
URL             : http://www.libreoffice.org/
Licenses        : LGPL3
Groups          : None
Provides        : libreoffice  libreoffice-en-US
Depends On      : curl>=7.20.0  hunspell>=1.2.8  python>=3.6  libwpd>=0.9.2  libwps  neon>=0.28.6  pango  nspr  libjpeg  libxrandr  libgl  dbus-glib  libxslt  redland
                  hyphen  lpsolve  gcc-libs  sh  graphite  icu  lcms2  poppler>=0.24.0  libvisio  libetonyek  libodfgen  libcdr  libmspub  harfbuzz-icu  glew  nss
                  clucene  hicolor-icon-theme  desktop-file-utils  shared-mime-info  glu  libpagemaker  libxinerama  libabw  libmwaw  libe-book  libcups  liblangtag
                  libexttextcat  libfbclient  libcmis  liborcus  libtommath  libzmf  libatomic_ops
Optional Deps   : java-runtime: adds java support
                  java-environment: required by extension-wiki-publisher and extension-nlpsolver
                  pstoedit: translates PostScript and PDF graphics into other vector formats
                  libmythes: for use in thesaurus
                  beanshell: interactive java -- good for prototyping/macros
                  libmspack: library for Microsoft compression formats for use in FontOOo
                  libwpg: library for importing and converting WordPerfect Graphics format
                  sane: for scanner access
                  unixodbc: adds ODBC database support
                  gst-plugins-base-libs: for multimedia content, e.g. in Impress
                  libpaper: takes care of papersize
                  postgresql-libs: for postgresql-connector
                  coin-or-mp: required by the Calc solver
                  gtk2: for GTK2 integration
                  gtk3: for GTK3 integration
                  kdelibs: for KDE desktop integration
Conflicts With  : libreoffice-still
Replaces        : None
Download Size   : 92.72 MiB
Installed Size  : 382.37 MiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Thu 27 Apr 2017 03:06:19 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si libreoffice-still
Repository      : extra
Name            : libreoffice-still
Version         : 5.2.6-3
Description     : LibreOffice maintenance branch
Architecture    : x86_64
URL             : http://www.libreoffice.org/
Licenses        : LGPL3
Groups          : None
Provides        : libreoffice  libreoffice-en-US
Depends On      : curl>=7.20.0  hunspell>=1.2.8  python>=3.6  libwpd>=0.9.2  libwps  neon>=0.28.6  pango  nspr  libjpeg  libxrandr  libgl  dbus-glib  libxslt  redland
                  hyphen  lpsolve  gcc-libs  sh  graphite  lcms2  poppler>=0.24.0  libvisio  libetonyek  libodfgen  libcdr  libmspub  harfbuzz-icu  glew  nss  clucene
                  hicolor-icon-theme  desktop-file-utils  shared-mime-info  glu  libpagemaker  libxinerama  libabw  libmwaw  libe-book  libcups  liblangtag
                  libexttextcat  libfbclient  libcmis
Optional Deps   : java-runtime: adds java support
                  java-environment: required by extension-wiki-publisher and extension-nlpsolver
                  pstoedit: translates PostScript and PDF graphics into other vector formats
                  libmythes: for use in thesaurus
                  beanshell: interactive java -- good for prototyping/macros
                  libmspack: library for Microsoft compression formats for use in FontOOo
                  libwpg: library for importing and converting WordPerfect Graphics format
                  sane: for scanner access
                  unixodbc: adds ODBC database support
                  gst-plugins-base-libs: for multimedia content, e.g. in Impress
                  libpaper: takes care of papersize
                  postgresql-libs: for postgresql-connector
                  coin-or-mp: required by the Calc solver
                  gtk2: for GTK2 integration
                  gtk3: for GTK3 integration
                  kdelibs: for KDE desktop integration
Conflicts With  : libreoffice-fresh
Replaces        : None
Download Size   : 93.79 MiB
Installed Size  : 367.54 MiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Thu 27 Apr 2017 06:51:11 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ss libreoffice
...
extra/libreoffice-fresh 5.3.2-3
    LibreOffice branch which contains new features and program enhancements
extra/libreoffice-fresh-af 5.3.2-1
    Afrikaans language pack for LibreOffice Fresh
extra/libreoffice-fresh-am 5.3.2-1
    Amharic language pack for LibreOffice Fresh
extra/libreoffice-fresh-ar 5.3.2-1
    Arabic language pack for LibreOffice Fresh
extra/libreoffice-fresh-as 5.3.2-1
    Assamese (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ast 5.3.2-1
    Asturianu language pack for LibreOffice Fresh
extra/libreoffice-fresh-be 5.3.2-1
    Belarusian language pack for LibreOffice Fresh
extra/libreoffice-fresh-bg 5.3.2-1
    Bulgarian language pack for LibreOffice Fresh
extra/libreoffice-fresh-bn 5.3.2-1
    Bengali language pack for LibreOffice Fresh
extra/libreoffice-fresh-bn-IN 5.3.2-1
    Bengali (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-bo 5.3.2-1
    Tibetan language pack for LibreOffice Fresh
extra/libreoffice-fresh-br 5.3.2-1
    Breton language pack for LibreOffice Fresh
extra/libreoffice-fresh-brx 5.3.2-1
    Bodo language pack for LibreOffice Fresh
extra/libreoffice-fresh-bs 5.3.2-1
    Bosnian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ca 5.3.2-1
    Catalan language pack for LibreOffice Fresh
extra/libreoffice-fresh-ca-valencia 5.3.2-1
    Catalan (Valencia) language pack for LibreOffice Fresh
extra/libreoffice-fresh-cs 5.3.2-1
    Czech language pack for LibreOffice Fresh
extra/libreoffice-fresh-cy 5.3.2-1
    Welsh language pack for LibreOffice Fresh
extra/libreoffice-fresh-da 5.3.2-1
    Danish language pack for LibreOffice Fresh
extra/libreoffice-fresh-de 5.3.2-1
    German language pack for LibreOffice Fresh
extra/libreoffice-fresh-dgo 5.3.2-1
    Dogri language pack for LibreOffice Fresh
extra/libreoffice-fresh-dz 5.3.2-1
    Dzongkha language pack for LibreOffice Fresh
extra/libreoffice-fresh-el 5.3.2-1
    Greek language pack for LibreOffice Fresh
extra/libreoffice-fresh-en-GB 5.3.2-1
    English (GB) language pack for LibreOffice Fresh
extra/libreoffice-fresh-en-ZA 5.3.2-1
    English (ZA) language pack for LibreOffice Fresh
extra/libreoffice-fresh-eo 5.3.2-1
    Esperanto language pack for LibreOffice Fresh
extra/libreoffice-fresh-es 5.3.2-1
    Spanish language pack for LibreOffice Fresh
extra/libreoffice-fresh-et 5.3.2-1
    Estonian language pack for LibreOffice Fresh
extra/libreoffice-fresh-eu 5.3.2-1
    Basque language pack for LibreOffice Fresh
extra/libreoffice-fresh-fa 5.3.2-1
    Persian language pack for LibreOffice Fresh
extra/libreoffice-fresh-fi 5.3.2-1
    Finnish language pack for LibreOffice Fresh
extra/libreoffice-fresh-fr 5.3.2-1
    French language pack for LibreOffice Fresh
extra/libreoffice-fresh-ga 5.3.2-1
    Irish language pack for LibreOffice Fresh
extra/libreoffice-fresh-gd 5.3.2-1
    Gaelic (Scottish) language pack for LibreOffice Fresh
extra/libreoffice-fresh-gl 5.3.2-1
    Galician language pack for LibreOffice Fresh
extra/libreoffice-fresh-gu 5.3.2-1
    Gujarati language pack for LibreOffice Fresh
extra/libreoffice-fresh-he 5.3.2-1
    Hebrew language pack for LibreOffice Fresh
extra/libreoffice-fresh-hi 5.3.2-1
    Hindi language pack for LibreOffice Fresh
extra/libreoffice-fresh-hr 5.3.2-1
    Croatian language pack for LibreOffice Fresh
extra/libreoffice-fresh-hu 5.3.2-1
    Hungarian language pack for LibreOffice Fresh
extra/libreoffice-fresh-id 5.3.2-1
    Indonesian language pack for LibreOffice Fresh
extra/libreoffice-fresh-is 5.3.2-1
    Icelandic language pack for LibreOffice Fresh
extra/libreoffice-fresh-it 5.3.2-1
    Italian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ja 5.3.2-1
    Japanese language pack for LibreOffice Fresh
extra/libreoffice-fresh-ka 5.3.2-1
    Georgian language pack for LibreOffice Fresh
extra/libreoffice-fresh-kk 5.3.2-1
    Kazakh language pack for LibreOffice Fresh
extra/libreoffice-fresh-km 5.3.2-1
    Khmer (Cambodia) language pack for LibreOffice Fresh
extra/libreoffice-fresh-kmr-Latn 5.3.2-1
    Kurdish language pack for LibreOffice Fresh
extra/libreoffice-fresh-kn 5.3.2-1
    Kannada language pack for LibreOffice Fresh
extra/libreoffice-fresh-ko 5.3.2-1
    Korean language pack for LibreOffice Fresh
extra/libreoffice-fresh-kok 5.3.2-1
    Konkani language pack for LibreOffice Fresh
extra/libreoffice-fresh-ks 5.3.2-1
    Kashmiri language pack for LibreOffice Fresh
extra/libreoffice-fresh-lb 5.3.2-1
    Luxembourgish language pack for LibreOffice Fresh
extra/libreoffice-fresh-lo 5.3.2-1
    Lao language pack for LibreOffice Fresh
extra/libreoffice-fresh-lt 5.3.2-1
    Lithuanian language pack for LibreOffice Fresh
extra/libreoffice-fresh-lv 5.3.2-1
    Latvian language pack for LibreOffice Fresh
extra/libreoffice-fresh-mai 5.3.2-1
    Maithili language pack for LibreOffice Fresh
extra/libreoffice-fresh-mk 5.3.2-1
    Macedonian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ml 5.3.2-1
    Malayalam language pack for LibreOffice Fresh
extra/libreoffice-fresh-mn 5.3.2-1
    Mongolian language pack for LibreOffice Fresh
extra/libreoffice-fresh-mni 5.3.2-1
    Manipuri language pack for LibreOffice Fresh
extra/libreoffice-fresh-mr 5.3.2-1
    Marathi language pack for LibreOffice Fresh
extra/libreoffice-fresh-my 5.3.2-1
    Burmese language pack for LibreOffice Fresh
extra/libreoffice-fresh-nb 5.3.2-1
    Norwegian Bokmal language pack for LibreOffice Fresh
extra/libreoffice-fresh-ne 5.3.2-1
    Nepali language pack for LibreOffice Fresh
extra/libreoffice-fresh-nl 5.3.2-1
    Dutch language pack for LibreOffice Fresh
extra/libreoffice-fresh-nn 5.3.2-1
    Norwegian Nynorsk language pack for LibreOffice Fresh
extra/libreoffice-fresh-nr 5.3.2-1
    Ndebele (South) language pack for LibreOffice Fresh
extra/libreoffice-fresh-nso 5.3.2-1
    Northern Sotho language pack for LibreOffice Fresh
extra/libreoffice-fresh-oc 5.3.2-1
    Occitan language pack for LibreOffice Fresh
extra/libreoffice-fresh-om 5.3.2-1
    Oromo language pack for LibreOffice Fresh
extra/libreoffice-fresh-or 5.3.2-1
    Oriya language pack for LibreOffice Fresh
extra/libreoffice-fresh-pa-IN 5.3.2-1
    Punjabi (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-pl 5.3.2-1
    Polish language pack for LibreOffice Fresh
extra/libreoffice-fresh-pt 5.3.2-1
    Portuguese language pack for LibreOffice Fresh
extra/libreoffice-fresh-pt-BR 5.3.2-1
    Portuguese (Brasil) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ro 5.3.2-1
    Romanian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ru 5.3.2-1
    Russian language pack for LibreOffice Fresh
extra/libreoffice-fresh-rw 5.3.2-1
    Kinyarwanda language pack for LibreOffice Fresh
extra/libreoffice-fresh-sa-IN 5.3.2-1
    Sanskrit (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-sat 5.3.2-1
    Santali language pack for LibreOffice Fresh
extra/libreoffice-fresh-sd 5.3.2-1
    Sindhi language pack for LibreOffice Fresh
extra/libreoffice-fresh-sdk 5.3.2-3
    Software Development Kit for LibreOffice Fresh
extra/libreoffice-fresh-si 5.3.2-1
    Singhalese language pack for LibreOffice Fresh
extra/libreoffice-fresh-sid 5.3.2-1
    Sidama language pack for LibreOffice Fresh
extra/libreoffice-fresh-sk 5.3.2-1
    Slovak language pack for LibreOffice Fresh
extra/libreoffice-fresh-sl 5.3.2-1
    Slovenian language pack for LibreOffice Fresh
extra/libreoffice-fresh-sq 5.3.2-1
    Albanien language pack for LibreOffice Fresh
extra/libreoffice-fresh-sr 5.3.2-1
    Serbian language pack for LibreOffice Fresh
extra/libreoffice-fresh-sr-Latn 5.3.2-1
    Serbian (Latin) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ss 5.3.2-1
    Swati language pack for LibreOffice Fresh
extra/libreoffice-fresh-st 5.3.2-1
    Southern Sotho language pack for LibreOffice Fresh
extra/libreoffice-fresh-sv 5.3.2-1
    Swedish language pack for LibreOffice Fresh
extra/libreoffice-fresh-sw-TZ 5.3.2-1
    Swahili (Tanzania) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ta 5.3.2-1
    Tamil language pack for LibreOffice Fresh
extra/libreoffice-fresh-te 5.3.2-1
    Telugu language pack for LibreOffice Fresh
extra/libreoffice-fresh-tg 5.3.2-1
    Tajik language pack for LibreOffice Fresh
extra/libreoffice-fresh-th 5.3.2-1
    Thai language pack for LibreOffice Fresh
extra/libreoffice-fresh-tn 5.3.2-1
    Tswana language pack for LibreOffice Fresh
extra/libreoffice-fresh-tr 5.3.2-1
    Turkish language pack for LibreOffice Fresh
extra/libreoffice-fresh-ts 5.3.2-1
    Tsonga language pack for LibreOffice Fresh
extra/libreoffice-fresh-tt 5.3.2-1
    Tatar language pack for LibreOffice Fresh
extra/libreoffice-fresh-ug 5.3.2-1
    Uighur language pack for LibreOffice Fresh
extra/libreoffice-fresh-uk 5.3.2-1
    Ukrainian language pack for LibreOffice Fresh
extra/libreoffice-fresh-uz 5.3.2-1
    Uzbek language pack for LibreOffice Fresh
extra/libreoffice-fresh-ve 5.3.2-1
    Venda language pack for LibreOffice Fresh
extra/libreoffice-fresh-vi 5.3.2-1
    Vietnamese language pack for LibreOffice Fresh
extra/libreoffice-fresh-xh 5.3.2-1
    Xhosa language pack for LibreOffice Fresh
extra/libreoffice-fresh-zh-CN 5.3.2-1
    Chinese (simplified) language pack for LibreOffice Fresh
extra/libreoffice-fresh-zh-TW 5.3.2-1
    Chinese (traditional) language pack for LibreOffice Fresh
extra/libreoffice-fresh-zu 5.3.2-1
    Zulu language pack for LibreOffice Fresh
extra/libreoffice-still 5.2.6-3
    LibreOffice maintenance branch
extra/libreoffice-still-af 5.2.6-1
    Afrikaans language pack for LibreOffice still
extra/libreoffice-still-am 5.2.6-1
    Amharic language pack for LibreOffice still
extra/libreoffice-still-ar 5.2.6-1
    Arabic language pack for LibreOffice still
extra/libreoffice-still-as 5.2.6-1
    Assamese (India) language pack for LibreOffice still
extra/libreoffice-still-ast 5.2.6-1
    Asturianu language pack for LibreOffice still
extra/libreoffice-still-be 5.2.6-1
    Belarusian language pack for LibreOffice still
extra/libreoffice-still-bg 5.2.6-1
    Bulgarian language pack for LibreOffice still
extra/libreoffice-still-bn 5.2.6-1
    Bengali language pack for LibreOffice still
extra/libreoffice-still-bn-IN 5.2.6-1
    Bengali (India) language pack for LibreOffice still
extra/libreoffice-still-bo 5.2.6-1
    Tibetan language pack for LibreOffice still
extra/libreoffice-still-br 5.2.6-1
    Breton language pack for LibreOffice still
extra/libreoffice-still-brx 5.2.6-1
    Bodo language pack for LibreOffice still
extra/libreoffice-still-bs 5.2.6-1
    Bosnian language pack for LibreOffice still
extra/libreoffice-still-ca 5.2.6-1
    Catalan language pack for LibreOffice still
extra/libreoffice-still-ca-valencia 5.2.6-1
    Catalan (Valencia) language pack for LibreOffice still
extra/libreoffice-still-cs 5.2.6-1
    Czech language pack for LibreOffice still
extra/libreoffice-still-cy 5.2.6-1
    Welsh language pack for LibreOffice still
extra/libreoffice-still-da 5.2.6-1
    Danish language pack for LibreOffice still
extra/libreoffice-still-de 5.2.6-1
    German language pack for LibreOffice still
extra/libreoffice-still-dgo 5.2.6-1
    Dogri language pack for LibreOffice still
extra/libreoffice-still-dz 5.2.6-1
    Dzongkha language pack for LibreOffice still
extra/libreoffice-still-el 5.2.6-1
    Greek language pack for LibreOffice still
extra/libreoffice-still-en-GB 5.2.6-1
    English (GB) language pack for LibreOffice still
extra/libreoffice-still-en-ZA 5.2.6-1
    English (ZA) language pack for LibreOffice still
extra/libreoffice-still-eo 5.2.6-1
    Esperanto language pack for LibreOffice still
extra/libreoffice-still-es 5.2.6-1
    Spanish language pack for LibreOffice still
extra/libreoffice-still-et 5.2.6-1
    Estonian language pack for LibreOffice still
extra/libreoffice-still-eu 5.2.6-1
    Basque language pack for LibreOffice still
extra/libreoffice-still-fa 5.2.6-1
    Persian language pack for LibreOffice still
extra/libreoffice-still-fi 5.2.6-1
    Finnish language pack for LibreOffice still
extra/libreoffice-still-fr 5.2.6-1
    French language pack for LibreOffice still
extra/libreoffice-still-ga 5.2.6-1
    Irish language pack for LibreOffice still
extra/libreoffice-still-gd 5.2.6-1
    Gaelic (Scottish) language pack for LibreOffice still
extra/libreoffice-still-gl 5.2.6-1
    Galician language pack for LibreOffice still
extra/libreoffice-still-gu 5.2.6-1
    Gujarati language pack for LibreOffice still
extra/libreoffice-still-he 5.2.6-1
    Hebrew language pack for LibreOffice still
extra/libreoffice-still-hi 5.2.6-1
    Hindi language pack for LibreOffice still
extra/libreoffice-still-hr 5.2.6-1
    Croatian language pack for LibreOffice still
extra/libreoffice-still-hu 5.2.6-1
    Hungarian language pack for LibreOffice still
extra/libreoffice-still-id 5.2.6-1
    Indonesian language pack for LibreOffice still
extra/libreoffice-still-is 5.2.6-1
    Icelandic language pack for LibreOffice still
extra/libreoffice-still-it 5.2.6-1
    Italian language pack for LibreOffice still
extra/libreoffice-still-ja 5.2.6-1
    Japanese language pack for LibreOffice still
extra/libreoffice-still-ka 5.2.6-1
    Georgian language pack for LibreOffice still
extra/libreoffice-still-kk 5.2.6-1
    Kazakh language pack for LibreOffice still
extra/libreoffice-still-km 5.2.6-1
    Khmer (Cambodia) language pack for LibreOffice still
extra/libreoffice-still-kmr-Latn 5.2.6-1
    Kurdish language pack for LibreOffice still
extra/libreoffice-still-kn 5.2.6-1
    Kannada language pack for LibreOffice still
extra/libreoffice-still-ko 5.2.6-1
    Korean language pack for LibreOffice still
extra/libreoffice-still-kok 5.2.6-1
    Konkani language pack for LibreOffice still
extra/libreoffice-still-ks 5.2.6-1
    Kashmiri language pack for LibreOffice still
extra/libreoffice-still-lb 5.2.6-1
    Luxembourgish language pack for LibreOffice still
extra/libreoffice-still-lo 5.2.6-1
    Lao language pack for LibreOffice still
extra/libreoffice-still-lt 5.2.6-1
    Lithuanian language pack for LibreOffice still
extra/libreoffice-still-lv 5.2.6-1
    Latvian language pack for LibreOffice still
extra/libreoffice-still-mai 5.2.6-1
    Maithili language pack for LibreOffice still
extra/libreoffice-still-mk 5.2.6-1
    Macedonian language pack for LibreOffice still
extra/libreoffice-still-ml 5.2.6-1
    Malayalam language pack for LibreOffice still
extra/libreoffice-still-mn 5.2.6-1
    Mongolian language pack for LibreOffice still
extra/libreoffice-still-mni 5.2.6-1
    Manipuri language pack for LibreOffice still
extra/libreoffice-still-mr 5.2.6-1
    Marathi language pack for LibreOffice still
extra/libreoffice-still-my 5.2.6-1
    Burmese language pack for LibreOffice still
extra/libreoffice-still-nb 5.2.6-1
    Norwegian Bokmal language pack for LibreOffice still
extra/libreoffice-still-ne 5.2.6-1
    Nepali language pack for LibreOffice still
extra/libreoffice-still-nl 5.2.6-1
    Dutch language pack for LibreOffice still
extra/libreoffice-still-nn 5.2.6-1
    Norwegian Nynorsk language pack for LibreOffice still
extra/libreoffice-still-nr 5.2.6-1
    Ndebele (South) language pack for LibreOffice still
extra/libreoffice-still-nso 5.2.6-1
    Northern Sotho language pack for LibreOffice still
extra/libreoffice-still-oc 5.2.6-1
    Occitan language pack for LibreOffice still
extra/libreoffice-still-om 5.2.6-1
    Oromo language pack for LibreOffice still
extra/libreoffice-still-or 5.2.6-1
    Oriya language pack for LibreOffice still
extra/libreoffice-still-pa-IN 5.2.6-1
    Punjabi (India) language pack for LibreOffice still
extra/libreoffice-still-pl 5.2.6-1
    Polish language pack for LibreOffice still
extra/libreoffice-still-pt 5.2.6-1
    Portuguese language pack for LibreOffice still
extra/libreoffice-still-pt-BR 5.2.6-1
    Portuguese (Brasil) language pack for LibreOffice still
extra/libreoffice-still-ro 5.2.6-1
    Romanian language pack for LibreOffice still
extra/libreoffice-still-ru 5.2.6-1
    Russian language pack for LibreOffice still
extra/libreoffice-still-rw 5.2.6-1
    Kinyarwanda language pack for LibreOffice still
extra/libreoffice-still-sa-IN 5.2.6-1
    Sanskrit (India) language pack for LibreOffice still
extra/libreoffice-still-sat 5.2.6-1
    Santali language pack for LibreOffice still
extra/libreoffice-still-sd 5.2.6-1
    Sindhi language pack for LibreOffice still
extra/libreoffice-still-sdk 5.2.6-3
    Software Development Kit for LibreOffice maintenance branch
extra/libreoffice-still-si 5.2.6-1
    Singhalese language pack for LibreOffice still
extra/libreoffice-still-sid 5.2.6-1
    Sidama language pack for LibreOffice still
extra/libreoffice-still-sk 5.2.6-1
    Slovak language pack for LibreOffice still
extra/libreoffice-still-sl 5.2.6-1
    Slovenian language pack for LibreOffice still
extra/libreoffice-still-sq 5.2.6-1
    Albanien language pack for LibreOffice still
extra/libreoffice-still-sr 5.2.6-1
    Serbian language pack for LibreOffice still
extra/libreoffice-still-sr-Latn 5.2.6-1
    Serbian (Latin) language pack for LibreOffice still
extra/libreoffice-still-ss 5.2.6-1
    Swati language pack for LibreOffice still
extra/libreoffice-still-st 5.2.6-1
    Southern Sotho language pack for LibreOffice still
extra/libreoffice-still-sv 5.2.6-1
    Swedish language pack for LibreOffice still
extra/libreoffice-still-sw-TZ 5.2.6-1
    Swahili (Tanzania) language pack for LibreOffice still
extra/libreoffice-still-ta 5.2.6-1
    Tamil language pack for LibreOffice still
extra/libreoffice-still-te 5.2.6-1
    Telugu language pack for LibreOffice still
extra/libreoffice-still-tg 5.2.6-1
    Tajik language pack for LibreOffice still
extra/libreoffice-still-th 5.2.6-1
    Thai language pack for LibreOffice still
extra/libreoffice-still-tn 5.2.6-1
    Tswana language pack for LibreOffice still
extra/libreoffice-still-tr 5.2.6-1
    Turkish language pack for LibreOffice still
extra/libreoffice-still-ts 5.2.6-1
    Tsonga language pack for LibreOffice still
extra/libreoffice-still-tt 5.2.6-1
    Tatar language pack for LibreOffice still
extra/libreoffice-still-ug 5.2.6-1
    Uighur language pack for LibreOffice still
extra/libreoffice-still-uk 5.2.6-1
    Ukrainian language pack for LibreOffice still
extra/libreoffice-still-uz 5.2.6-1
    Uzbek language pack for LibreOffice still
extra/libreoffice-still-ve 5.2.6-1
    Venda language pack for LibreOffice still
extra/libreoffice-still-vi 5.2.6-1
    Vietnamese language pack for LibreOffice still
extra/libreoffice-still-xh 5.2.6-1
    Xhosa language pack for LibreOffice still
extra/libreoffice-still-zh-CN 5.2.6-1
    Chinese (simplified) language pack for LibreOffice still
extra/libreoffice-still-zh-TW 5.2.6-1
    Chinese (traditional) language pack for LibreOffice still
extra/libreoffice-still-zu 5.2.6-1
    Zulu language pack for LibreOffice still
...
PackagesAnySecurity IssueVery HighCritical [gnome-mplayer] [gecko-mediaplayer] [gmtk] remove unsec ...Closed
100%
Task Description

Remove “gnome-mplayer”, “gecko-mediaplayer” and “gmtk” are unsecured/abandonware packages(released in 2014)
“gecko-mediaplayer” uses deprecated/unsecured NPAPI[0] and XULRunner[1][2] apis

$ pacman -Si gnome-mplayer
Repository : community
Name : gnome-mplayer
Version : 1.0.9-4
Description : A simple MPlayer GUI.
Architecture : x86_64
URL : https://sites.google.com/site/kdekorte2/gnomemplayer Licenses : GPL Groups : None
Provides : None
Depends On : mplayer dbus-glib libnotify gmtk
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 343.29 KiB
Installed Size : 1461.00 KiB
Packager : Balló György <ballogyor+arch@gmail.com>
Build Date : Sun 22 Jan 2017 04:45:38 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Si gecko-mediaplayer
Repository : community
Name : gecko-mediaplayer
Version : 1.0.9-3
Description : Browser plugin that uses gnome-mplayer to play media in a web browser.
Architecture : x86_64
URL : https://sites.google.com/site/kdekorte2/gecko-mediaplayer Licenses : GPL Groups : None
Provides : None
Depends On : gnome-mplayer>=1.0.9 dbus-glib gmtk curl
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 80.92 KiB
Installed Size : 598.00 KiB
Packager : Balló György <ballogyor+arch@gmail.com>
Build Date : Sun 22 Jan 2017 04:36:31 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Si gmtk
Repository : community
Name : gmtk
Version : 1.0.9-3
Description : Common functions for gnome-mplayer and gecko-mediaplayer.
Architecture : x86_64
URL : https://sites.google.com/site/kdekorte2/gmtk Licenses : GPL Groups : None
Provides : None
Depends On : glib2 gtk3 dconf
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 73.85 KiB
Installed Size : 246.00 KiB
Packager : Balló György <ballogyor+arch@gmail.com>
Build Date : Sun 22 Jan 2017 04:50:49 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

[0]:https://developer.mozilla.org/en-US/docs/Plugins/Roadmap [1]:https://hearsum.ca/blog/mozilla-will-stop-producing-automated-builds-of-xulrunner-after-the-410-cycle.html [2]:https://tracker.debian.org/pkg/xulrunner

PackagesAnySecurity IssueVery HighCritical [freewrl] remove unsecure "libFreeWRLplugin.so" Closed
100%
PackagesAnySecurity IssueVery HighCritical [xulrunner] unmaintained and unsupportable Closed
100%
PackagesAnyDrop RequestLowLow [autoconf-2.64] remove duplicated package Closed
100%
PackagesAnySecurity IssueHighHigh [npapi-sdk] remove unsecure/deprecated package Closed
100%
PackagesAnySecurity IssueHighHigh [npapi-vlc] remove unsecured package Closed
100%
PackagesAnySecurity IssueHighHigh [nspluginwrapper] remove unsecure/deprecated package Closed
100%
PackagesAnySecurity IssueHighHigh [x2goplugin] remove unsecure package Closed
100%
PackagesAnySecurity IssueHighHigh [djview] remove unsecure "nsdejavu.so" Closed
100%
PackagesAnyReplace RequestLowLow [botan*] remove unstable "botan" and rename ''botan1.10 ...Closed
100%
PackagesAnySecurity IssueHighHigh [icedtea-web] remove unsecure "IcedTeaPlugin.so" Closed
100%
PackagesAnyFreedom IssueVery HighCritical [cataclysm-dda] uses CC BY-SA for software Closed
100%
PackagesAnyBug ReportMediumMedium [at-spi2-core] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [colord] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [evince] contains systemd unit files Closed
100%
PackagesAnyFeature RequestMediumMedium [fluidsynth] needs OpenRC init script Closed
100%
PackagesAnyFeature RequestMediumMedium [fossil] needs OpenRC init script Closed
100%
PackagesAnyBug ReportMediumMedium [glib-networking] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gnupg] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs] contains systemd unit files Closed
100%
PackagesAnyImplementation RequestMediumMedium [octopi] [octopi-cachecleaner] [octopi-notifier] [octop ...Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs-afc] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs-gphoto2] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs-mtp] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [hplip] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [ifplugd] contains systemd unit files Closed
100%
Showing tasks 1 - 50 of 160 Page 1 of 4

Available keyboard shortcuts

Tasklist

Task Details

Task Editing