|
Packages | Any | Feature Request | Very High | High | [dovecot] needs OpenRC init script and contains systemd ... | Closed | |
Task Description
Description:
Additional info:
dovecot /usr/lib/systemd/system/dovecot.service
dovecot /usr/lib/systemd/system/dovecot.socket
dovecot /usr/lib/tmpfiles.d/dovecot.conf
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [onioncat] needs OpenRC init script | Closed | |
Task Description
Description:
Additional info:
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [umurmur] needs OpenRC init script and contains systemd ... | Closed | |
Task Description
Description:
Additional info:
umurmur /usr/lib/systemd/system/umurmur.service
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [prosody] needs OpenRC init script and contains systemd ... | Closed | |
Task Description
Description:
Additional info:
prosody /usr/lib/systemd/system/prosody.service
prosody /usr/lib/sysusers.d/prosody.conf
prosody /usr/lib/tmpfiles.d/prosody.conf
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [unrealircd] needs OpenRC init script and contains syst ... | Closed | |
Task Description
Description:
Additional info:
unrealircd /usr/lib/systemd/system/unrealircd.service
unrealircd /usr/lib/tmpfiles.d/unrealircd.conf
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [mcelog] needs OpenRC init script and contains systemd ... | Closed | |
Task Description
Description:
Additional info:
mcelog /usr/lib/systemd/system/mcelog.service
Steps to reproduce:
|
|
Packages | Any | Bug Report | Very High | High | [openrc] needs a minor fix | Closed | |
Task Description
Description:
Additional info:
openrc /usr/lib/rc/sh/init.sh
—
- mount -n -t proc -o noexec,nosuid,nodev,gid=proc,hidepid=2 proc /proc
+ mount -n -t proc -o noexec,nosuid,nodev proc /proc
+ mount -n /proc -o remount,gid=26,hidepid=2
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [bzr] needs OpenRC init script (bzr serve) | Closed | |
Task Description
Description:
Additional info:
Note: needs a provide: bazaar
Steps to reproduce:
|
|
Packages | Any | Feature Request | Very High | High | [mercurial] needs OpenRC init scripts (hg serve and chg ... | Closed | |
Task Description
Description:
Additional info:
Note: needs a provide: hg
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | High | [murmur-headless] add a Murmur package capable of worki ... | Closed | |
Task Description
Description:
Add new a Murmur package capable of working without a graphical user interface. It’s common on servers and embedded devices that requires only interfaces like network (eg. SSH) or serial port to handle services.
Additional info:
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | High | [asterisk-headless] add an Asterisk package capable of ... | Closed | |
Task Description
Description:
Add an Asterisk package capable of working without a graphical user interface. It’s common on servers and embedded devices that requires only interfaces like network (eg. SSH) or serial port to handle services.
Additional info:
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | Medium | [coturn] add new package | Closed | |
Task Description
Description:
Additional info:
Steps to reproduce:
|
|
Packages | Any | Implementation Request | Very High | Medium | [mediagoblin] add GNU MediaGoblin package | Closed | |
Task Description
Description:
Additional info:
Steps to reproduce:
|
|
Packages | Any | Security Issue | Very High | Critical | [schroedinger] unmaintained and unsupportable | Closed | |
Task Description
Description:
Remove Schrödinger in Hyperbola because it’s unmaintained and unsupportable. [0] [1]
Additional info:
$ pacman -Si schroedinger
Repository : extra
Name : schroedinger
Version : 1.0.11-3
Description : An implemenation of the Dirac video codec in ANSI C code
Architecture : x86_64
URL : https://launchpad.net/schroedinger
Licenses : GPL2 LGPL2.1 MPL MIT
Groups : None
Provides : None
Depends On : orc gcc-libs
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 331.64 KiB
Installed Size : 1676.00 KiB
Packager : Evangelos Foutras <evangelos@foutrelis.com>
Build Date : Sat 05 Dec 2015 12:28:01 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature
Steps to reproduce:
|
|
Packages | Any | Bug Report | Very High | High | [mkinitcpio] consolefont and keymap hooks is adapted to ... | Closed | |
Task Description
Description:
Additional info:
/usr/lib/initcpio/install/consolefont
---
- [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
+ [[ -s /etc/conf.d/consolefont ]] && . /etc/conf.d/consolefont
- if [[ $FONT ]]; then
- for file in "/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
+ if [[ $consolefont ]]; then
+ for file in "/usr/share/kbd/consolefonts/$consolefont".@(fnt|psf?(u))?(.gz); do
- error "consolefont: requested font not found: \`%s'" "$FONT"
+ error "consolefont: requested font not found: \`%s'" "$consolefont"
-This hook loads consolefont specified in vconsole.conf during early
-userspace.
+This hook loads consolefont specified in /etc/conf.d/consolefont during
+early userspace.
/usr/lib/initcpio/install/keymap
---
- for cfg in /etc/{vconsole,locale}.conf; do
+ for cfg in /etc/{conf.d/keymaps,locale}.conf; do
- loadkeys -q $uc ${KEYMAP:-us} -b > "$BUILDROOT/keymap.bin"
+ loadkeys -q $uc ${keymap:-us} -b > "$BUILDROOT/keymap.bin"
-This hook loads keymap(s) specified in vconsole.conf during early
-userspace.
+This hook loads keymap(s) specified in /etc/conf.d/keymaps during
+early userspace.
Repository : core
Name : mkinitcpio
Version : 23-1.hyperbola3.1
Description : Modular initramfs image creation utility, with eudev support
Architecture : any
URL : https://projects.archlinux.org/mkinitcpio.git/
Licenses : GPL
Groups : None
Provides : None
Depends On : awk mkinitcpio-busybox>=1.19.4-2 kmod util-linux>=2.23 libarchive coreutils bash findutils grep filesystem>=2011.10-1 gzip eudev
Optional Deps : xz: Use lzma or xz compression for the initramfs image
bzip2: Use bzip2 compression for the initramfs image
lzop: Use lzo compression for the initramfs image
lz4: Use lz4 compression for the initramfs image
mkinitcpio-nfs-utils: Support for root filesystem on NFS
Conflicts With : None
Replaces : None
Download Size : 38.40 KiB
Installed Size : 186.00 KiB
Packager : André Silva <emulatorman@hyperbola.info>
Build Date : Fri 05 Oct 2018 03:28:32 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature
Steps to reproduce:
|
|
Packages | Any | Freedom Issue | Very High | Critical | [gens] contains nonfree Starscream code | Closed | |
Task Description
Gens contains nonfree Starscream code
$ pacman -Si gens
Repository : multilib
Name : gens
Version : 2.15.5-10
Description : A Sega Genesis / Sega CD / Sega 32X emulator
Architecture : x86_64
URL : http://gens.sourceforge.net
Licenses : GPL
Groups : None
Provides : None
Depends On : lib32-gtk2 lib32-sdl
Optional Deps : lib32-alsa-plugins: Sound support for PulseAudio
lib32-libpulse: Sound support for PulseAudio
Conflicts With : None
Replaces : None
Download Size : 359.08 KiB
Installed Size : 1948.00 KiB
Packager : Maxime Gauduin <alucryd@gmail.com>
Build Date : Wed 21 Aug 2013 03:24:58 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature
Starscream License:
-----------------------------------------------------------------------------
Starscream 680x0 emulation library Custom version S0.26d
Copyright 1997, 1998, 1999 Neill Corlett
Modified by Stéphane Dallongeville
Used for the sub 68000 CPU emulation in Gens.
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
0. Terms of Use
-----------------------------------------------------------------------------
"Starscream" refers to the following files:
* STAR.C
* STARCPU.H
* CPUDEBUG.C
* CPUDEBUG.H
* STARDOC.TXT
* any object file or executable compiled from the above
* any source code generated from STAR.C, or object file assembled from such
code
Starscream may be distributed freely in unmodified form, as long as this
documentation is included.
No money, goods, or services may be charged or solicited for Starscream, or
any emulator or other program which includes Starscream, in whole or in part.
Using Starscream in a shareware or commercial application is forbidden.
Contact Neill Corlett (corlett@elwha.nrrc.ncsu.edu) if you'd like to license
Starscream for commercial use.
Any program which uses Starscream must include the following credit text, in
its documentation or in the program itself:
"Starscream 680x0 emulation library by Neill Corlett
(corlett@elwha.nrrc.ncsu.edu)"
|
|
Packages | Any | Freedom Issue | Very High | Critical | [gens-gs] contains nonfree Starscream code and the Poor ... | Closed | |
Task Description
Gens/GS contains nonfree: * Starscream code * The Poorman’s Sega 32x BIOS files (on the source code)
$ pacman -Si gens-gs
Repository : multilib
Name : gens-gs
Version : 2.16.7-6
Description : An emulator of Sega Genesis, Sega CD and 32X, combining features from various forks of Gens
Architecture : x86_64
URL : http://segaretro.org/Gens/GS
Licenses : GPL
Groups : None
Provides : gens
Depends On : lib32-gtk2 lib32-sdl
Optional Deps : lib32-alsa-plugins: ALSA sound support
lib32-libcanberra: Hide a silly warning
lib32-libpulse: PulseAudio sound support
Conflicts With : gens
Replaces : None
Download Size : 2047.36 KiB
Installed Size : 4815.00 KiB
Packager : Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
Build Date : Mon 07 Dec 2015 10:23:49 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature
Starscream License:
-----------------------------------------------------------------------------
Starscream 680x0 emulation library Custom version M0.26d
Copyright 1997, 1998, 1999 Neill Corlett
Modified by Stéphane Dallongeville
Used for the main 68000 CPU emulation in Gens.
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
0. Terms of Use
-----------------------------------------------------------------------------
"Starscream" refers to the following files:
* STAR.C
* STARCPU.H
* CPUDEBUG.C
* CPUDEBUG.H
* STARDOC.TXT
* any object file or executable compiled from the above
* any source code generated from STAR.C, or object file assembled from such
code
Starscream may be distributed freely in unmodified form, as long as this
documentation is included.
No money, goods, or services may be charged or solicited for Starscream, or
any emulator or other program which includes Starscream, in whole or in part.
Using Starscream in a shareware or commercial application is forbidden.
Contact Neill Corlett (corlett@elwha.nrrc.ncsu.edu) if you'd like to license
Starscream for commercial use.
Any program which uses Starscream must include the following credit text, in
its documentation or in the program itself:
"Starscream 680x0 emulation library by Neill Corlett
(corlett@elwha.nrrc.ncsu.edu)"
The Poorman’s Sega 32x BIOS License:
The Poorman's Sega 32x BIOS files
By Devster (Joseph Norman)
http://devster.retrodev.com/
Exclaimer
---------
; Feel free to use this code, recompile the code, redistribute the unmodified code,
; modify it with your own name on it and redistribute it as yours if you
; so wish to do so without getting caught looking stupid, but you may not sell it for
; cash monies, or for in exchange of hot prostitutes, nor include it with any other
; redistributable software packages without consent from DevSter. This code is IS AS,
; which is latin for jibber jabber, to DevSter and the holder of this code, means
; there are no other further attatchments, absolutely no guarantees in it "working",
; comes with no lifetime waranty, et al, and you will gain nothing more than to play
; your super cool Sega Genesis 32X (names reserved to their rightful owners) without
; having to resort to using the actual copyrighted bios files. Let it further be noted
; that the use of the word "code" in this exclaimer refers to both the source code, and
; the pre-compiled code that was distributed.
|
|
Packages | Any | Freedom Issue | Very High | Critical | [dgen-sdl] contains nonfree CZ80, dZ80, DrZ80, Multi-Z8 ... | Closed | |
Task Description
DGen/SDL contains nonfree: * CZ80 * dZ80 * DrZ80 * Multi-Z80 * Musashi v3.3 * Starscream
$ pacman -Si dgen-sdl
Repository : community
Name : dgen-sdl
Version : 1.33-2
Description : An emulator for Sega Genesis/Mega Drive systems ported to SDL
Architecture : x86_64
URL : http://dgen.sourceforge.net
Licenses : BSD
Groups : None
Provides : None
Depends On : sdl libgl libarchive
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 420.95 KiB
Installed Size : 2000.00 KiB
Packager : Allan McRae <allan@archlinux.org>
Build Date : Sun 06 Dec 2015 12:19:03 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature
CZ80 License:
************************************************
* *
* CZ80 (Z80 CPU emulator) version 0.91 *
* Compiled with Dev-C++ *
* Copyright 2004-2005 Stéphane Dallongeville *
* *
************************************************
CZ80 is a Z80 CPU emulator, priorities were given to :
- code size
- speed
- accuracy
- portablity
It supports almost all undocumented opcodes and flags.
The emulator can be freely distribued and used for any non commercial
project as long you don't forget to credit me somewhere :)
If you want some support about the CZ80, you can contact me on
the Gens forum (http://gens.consolemul.com then go to the forum).
dZ80 License:
dZ80 Version 2.0 Source Code
Copyright 1996-2002 Mark Incley.
E-mail: dz80@inkland.org
http://www.inkland.org
Serious Bit
-----------
I have made this source code available so that it may be compiled on platforms
other than MS-DOS and Windows. You may compile it and distribute the resulting
executable only if no monies are charged for it.
** YOU ARE NOT ALLOWED TO DISTRIBUTE THIS SOFTWARE COMMERICIALLY **
Not So Serious Bit
------------------
If you make any feature modifications to the dZ80 source code, please let me
know, so that I can make them to my source too. I didn't intend for dZ80 to
grow into an all singing and dancin' disassembler, but, if features are added,
I would like to add them to my base version too.
DrZ80 License:
___________________________________________________________________________
DrZ80 (c) Copyright 2004 Reesy. Free for non-commercial use
Reesy's e-mail: drsms_reesy(atsymbol)yahoo.co.uk
Replace (atsymbol) with @
___________________________________________________________________________
Multi-Z80 License:
Multi-Z80 32 Bit emulator
Copyright 1996, 1997, 1998, 1999, 2000 - Neil Bradley, All rights reserved
MZ80 License agreement
-----------------------
(MZ80 Refers to both the assembly code emitted by makez80.c and makez80.c
itself)
MZ80 May be distributed in unmodified form to any medium.
MZ80 May not be sold, or sold as a part of a commercial package without
the express written permission of Neil Bradley (neil@synthcom.com). This
includes shareware.
Modified versions of MZ80 may not be publicly redistributed without author
approval (neil@synthcom.com). This includes distributing via a publicly
accessible LAN. You may make your own source modifications and distribute
MZ80 in source or object form, but if you make modifications to MZ80
then it should be noted in the top as a comment in makez80.c.
MZ80 Licensing for commercial applications is available. Please email
neil@synthcom.com for details.
Synthcom Systems, Inc, and Neil Bradley will not be held responsible for
any damage done by the use of MZ80. It is purely "as-is".
If you use MZ80 in a freeware application, credit in the following text:
"Multi-Z80 CPU emulator by Neil Bradley (neil@synthcom.com)"
must accompany the freeware application within the application itself or
in the documentation.
Legal stuff aside:
If you find problems with MZ80, please email the author so they can get
resolved. If you find a bug and fix it, please also email the author so
that those bug fixes can be propogated to the installed base of MZ80
users. If you find performance improvements or problems with MZ80, please
email the author with your changes/suggestions and they will be rolled in
with subsequent releases of MZ80.
The whole idea of this emulator is to have the fastest available 32 bit
Multi-Z80 emulator for the x86, giving maximum performance.
Musashi v3.3 License:
MUSASHI
=======
Version 3.3
A portable Motorola M680x0 processor emulation engine.
Copyright 1998-2001 Karl Stenerud. All rights reserved.
LICENSE AND COPYRIGHT:
---------------------
The Musashi M680x0 emulator is copyright 1998-2001 Karl Stenerud.
The source code included in this archive is provided AS-IS, free for any
non-commercial purpose.
If you build a program using this core, please give credit to the author.
If you wish to use this core in a commercial environment, please contact
the author to discuss commercial licensing.
Starscream License:
-----------------------------------------------------------------------------
Starscream 680x0 emulation library version 0.26d
Copyright 1997, 1998, 1999 Neill Corlett
Modified by Stéphane Dallongeville
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
0. Terms of Use
-----------------------------------------------------------------------------
"Starscream" refers to the following files:
* STAR.C
* STARCPU.H
* CPUDEBUG.C
* CPUDEBUG.H
* STARDOC.TXT
* any object file or executable compiled from the above
* any source code generated from STAR.C, or object file assembled from such
code
Starscream may be distributed freely in unmodified form, as long as this
documentation is included.
No money, goods, or services may be charged or solicited for Starscream, or
any emulator or other program which includes Starscream, in whole or in part.
Using Starscream in a shareware or commercial application is forbidden.
Contact Neill Corlett (corlett@elwha.nrrc.ncsu.edu) if you'd like to license
Starscream for commercial use.
Any program which uses Starscream must include the following credit text, in
its documentation or in the program itself:
"Starscream 680x0 emulation library by Neill Corlett
(corlett@elwha.nrrc.ncsu.edu)"
|
|
Packages | Testing | Bug Report | High | High | [sway] error while loading shared libraries | Closed | |
Task Description
$ pacman -Si sway Repository : community Name : sway Version : 0.12.2-1 Description : i3 compatible window manager for Wayland Architecture : x86_64 URL : http://swaywm.org Licenses : MIT Groups : None Provides : None Depends On : wlc xorg-server-xwayland json-c pango wayland gdk-pixbuf2 Optional Deps : rxvt-unicode: Default terminal emulator.
dmenu: Default for launching applications.
imagemagick: For taking screenshots.
ffmpeg: For recording screencasts.
i3status: To display system information with a bar.
Conflicts With : None Replaces : None Download Size : 4.76 MiB Installed Size : 5.32 MiB Packager : Jerome Leclanche jerome@leclan.ch Build Date : Wed 12 Apr 2017 02:42:57 PM -03 Validated By : MD5 Sum SHA-256 Sum Signature
$ sway sway: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
$ ldd /usr/bin/sway
linux-vdso.so.1 (0x00007fffe00eb000)
libwlc.so.0 => /usr/lib/libwlc.so.0 (0x00007f41d3298000)
libxkbcommon.so.0 => /usr/lib/libxkbcommon.so.0 (0x00007f41d3058000)
libjson-c.so.2 => /usr/lib/libjson-c.so.2 (0x00007f41d2e4d000)
libwayland-server.so.0 => /usr/lib/libwayland-server.so.0 (0x00007f41d2c3a000)
libinput.so.10 => /usr/lib/libinput.so.10 (0x00007f41d2a05000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007f41d27f8000)
libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007f41d25ac000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f41d235a000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007f41d202c000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f41d1d19000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007f41d1b15000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f41d1771000)
libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007f41d14c9000)
libudev.so.1 => /usr/lib/libudev.so.1 (0x00007f41d12a4000)
libGLESv2.so.2 => /usr/lib/libGLESv2.so.2 (0x00007f41d109a000)
libEGL.so.1 => /usr/lib/libEGL.so.1 (0x00007f41d0e65000)
libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007f41d0c54000)
libgbm.so.1 => /usr/lib/libgbm.so.1 (0x00007f41d0a47000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f41d0843000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f41d0504000)
libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0x00007f41d0302000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f41d00d9000)
libxcb-composite.so.0 => /usr/lib/libxcb-composite.so.0 (0x00007f41cfed6000)
libxcb-xkb.so.1 => /usr/lib/libxcb-xkb.so.1 (0x00007f41cfcb9000)
libxcb-image.so.0 => /usr/lib/libxcb-image.so.0 (0x00007f41cfab4000)
libxcb-xfixes.so.0 => /usr/lib/libxcb-xfixes.so.0 (0x00007f41cf8ac000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f41cf65b000)
libsystemd.so.0 => not found
libffi.so.6 => /usr/lib/libffi.so.6 (0x00007f41cf452000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f41cf24a000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f41cf02c000)
libmtdev.so.1 => /usr/lib/libmtdev.so.1 (0x00007f41cee26000)
libevdev.so.2 => /usr/lib/libevdev.so.2 (0x00007f41cec0c000)
libwacom.so.2 => /usr/lib/libwacom.so.2 (0x00007f41cea02000)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007f41ce7ed000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f41ce4d9000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f41ce295000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f41cdfd4000)
libthai.so.0 => /usr/lib/libthai.so.0 (0x00007f41cddca000)
libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007f41cdb94000)
libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007f41cd990000)
libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007f41cd782000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f41cd577000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f41cd365000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f41cd14e000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f41ccedc000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f41d34db000)
libglapi.so.0 => /usr/lib/libglapi.so.0 (0x00007f41cccad000)
libxcb-dri2.so.0 => /usr/lib/libxcb-dri2.so.0 (0x00007f41ccaa8000)
libxcb-dri3.so.0 => /usr/lib/libxcb-dri3.so.0 (0x00007f41cc8a5000)
libxcb-present.so.0 => /usr/lib/libxcb-present.so.0 (0x00007f41cc6a2000)
libxcb-sync.so.1 => /usr/lib/libxcb-sync.so.1 (0x00007f41cc49b000)
libxshmfence.so.1 => /usr/lib/libxshmfence.so.1 (0x00007f41cc298000)
libwayland-client.so.0 => /usr/lib/libwayland-client.so.0 (0x00007f41cc089000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f41cbe5f000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f41cbc5b000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f41cba55000)
libxcb-util.so.1 => /usr/lib/libxcb-util.so.1 (0x00007f41cb84f000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007f41d3634000)
libgudev-1.0.so.0 => /usr/lib/libgudev-1.0.so.0 (0x00007f41cb645000)
libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x00007f41cb3b1000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f41cb13e000)
libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007f41caf2e000)
libdatrie.so.1 => /usr/lib/libdatrie.so.1 (0x00007f41cad26000)
libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007f41cab23000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007f41ca91d000)
libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0x00007f41ca701000)
libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007f41ca4fb000)
libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007f41ca166000)
libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x00007f41c9f3a000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007f41c9d36000)
libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007f41c9b20000)
libmount.so.1 => /usr/lib/libmount.so.1 (0x00007f41c98d2000)
libblkid.so.1 => /usr/lib/libblkid.so.1 (0x00007f41c968c000)
libuuid.so.1 => /usr/lib/libuuid.so.1 (0x00007f41c9487000)
|
|
Packages | Testing | Bug Report | High | High | [sddm] error while loading shared libraries | Closed | |
Task Description
$ pacman -Si sddm Repository : extra Name : sddm Version : 0.14.0-2 Description : QML based X11 display manager Architecture : x86_64 URL : http://github.com/sddm/sddm Licenses : GPL Groups : None Provides : display-manager Depends On : qt5-declarative Optional Deps : None Conflicts With : None Replaces : None Download Size : 3.22 MiB Installed Size : 4.16 MiB Packager : Antonio Rojas arojas@archlinux.org Build Date : Fri 02 Sep 2016 03:45:49 PM -03 Validated By : MD5 Sum SHA-256 Sum Signature
$ sddm sddm: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
$ ldd /usr/bin/sddm
linux-vdso.so.1 (0x00007ffe6dbf3000)
libQt5DBus.so.5 => /usr/lib/libQt5DBus.so.5 (0x00007f4f42c22000)
libQt5Qml.so.5 => /usr/lib/libQt5Qml.so.5 (0x00007f4f4261e000)
libsystemd.so.0 => not found
libQt5Network.so.5 => /usr/lib/libQt5Network.so.5 (0x00007f4f42293000)
libQt5Core.so.5 => /usr/lib/libQt5Core.so.5 (0x00007f4f41bb7000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f4f4182f000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f4f41618000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f4f41274000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f4f41056000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f4f40e05000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f4f40af2000)
libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f4f40884000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f4f40413000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f4f401fc000)
libicui18n.so.59 => /usr/lib/libicui18n.so.59 (0x00007f4f3fd7e000)
libicuuc.so.59 => /usr/lib/libicuuc.so.59 (0x00007f4f3f9cd000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f4f3f7c9000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f4f3f5c1000)
libpcre16.so.0 => /usr/lib/libpcre16.so.0 (0x00007f4f3f358000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f4f3f044000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f42eae000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007f4f43013000)
libicudata.so.59 => /usr/lib/libicudata.so.59 (0x00007f4f3d531000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f4f3d2be000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007f4f3d0ba000)
|
|
Packages | Any | Security Issue | High | High | [npapi-sdk] remove unsecure/deprecated package | Closed | |
Task Description
“npapi-sdk” (released in 2012) uses deprecated/unsecure NPAPI[0] api
$ pacman -Si npapi-sdk Repository : extra Name : npapi-sdk Version : 0.27.2-1 Description : Netscape Plugin API (NPAPI) Architecture : any URL : https://bitbucket.org/mgorny/npapi-sdk Licenses : MPL Groups : None Provides : None Depends On : None Optional Deps : None Conflicts With : None Replaces : None Download Size : 15.77 KiB Installed Size : 67.00 KiB Packager : Ionut Biru ibiru@archlinux.org Build Date : Thu 25 Apr 2013 01:47:15 PM -03 Validated By : MD5 Sum SHA-256 Sum Signature
[0]:https://developer.mozilla.org/en-US/docs/Plugins/Roadmap
|
|
Packages | Any | Security Issue | High | High | [npapi-vlc] remove unsecured package | Closed | |
Task Description
“npapi-vlc” uses deprecated/unsecure NPAPI[0] api
$ pacman -Si npapi-vlc Repository : community Name : npapi-vlc Version : 2.2.5-1 Description : The modern VLC Mozilla (NPAPI) plugin Architecture : x86_64 URL : https://code.videolan.org/videolan/npapi-vlc Licenses : GPL Groups : None Provides : None Depends On : gtk2 vlc Optional Deps : None Conflicts With : None Replaces : None Download Size : 69.96 KiB Installed Size : 287.00 KiB Packager : Timothy Redaelli timothy.redaelli@gmail.com Build Date : Tue 14 Feb 2017 12:27:08 PM -03 Validated By : MD5 Sum SHA-256 Sum Signature
[0]:https://developer.mozilla.org/en-US/docs/Plugins/Roadmap
|
|
Packages | Any | Security Issue | High | High | [nspluginwrapper] remove unsecure/deprecated package | Closed | |
Task Description
“nspluginwrapper” (released in 2011) uses deprecated/unsecure NPAPI[0] api
$ pacman -Si nspluginwrapper Repository : multilib Name : nspluginwrapper Version : 1.4.4-3 Description : Cross-platform NPAPI compatible plugin viewer Architecture : x86_64 URL : http://nspluginwrapper.davidben.net/ Licenses : GPL Groups : None Provides : None Depends On : curl libxt lib32-libxt gcc-libs lib32-gcc-libs gtk2 lib32-gtk2 Optional Deps : None Conflicts With : None Replaces : None Download Size : 146.14 KiB Installed Size : 475.00 KiB Packager : Felix Yan felixonmars@gmail.com Build Date : Sat 12 Jul 2014 02:40:45 PM -03 Validated By : MD5 Sum SHA-256 Sum Signature
[0]:https://developer.mozilla.org/en-US/docs/Plugins/Roadmap
|
|
Packages | Any | Security Issue | High | High | [x2goplugin] remove unsecure package | Closed | |
Task Description
“x2goplugin” uses deprecated/unsecure NPAPI[0] api
$ pacman -Si x2goplugin Repository : extra Name : x2goplugin Version : 4.1.0.0-1 Description : provides X2Go Client as QtBrowser-based Mozilla plugin Architecture : x86_64 URL : http://www.x2go.org Licenses : GPL2 Groups : None Provides : None Depends On : qt4 libcups nxproxy libssh libxpm Optional Deps : None Conflicts With : None Replaces : None Download Size : 1250.54 KiB Installed Size : 2761.00 KiB Packager : Andreas Radke andyrtr@archlinux.org Build Date : Wed 22 Feb 2017 12:42:48 PM -03 Validated By : MD5 Sum SHA-256 Sum Signature
[0]:https://developer.mozilla.org/en-US/docs/Plugins/Roadmap
|
|
Packages | Any | Security Issue | High | High | [djview] remove unsecure "nsdejavu.so" | Closed | |
Task Description
Remove “nsdejavu.so”, uses deprecated/unsecure NPAPI[0] api
$ sudo pacman -Si djview Repository : community Name : djview Version : 4.10.6-1 Description : Portable DjVu viewer and browser plugin Architecture : x86_64 URL : http://djvu.sourceforge.net/djview4.html Licenses : GPL Groups : None Provides : djview4 Depends On : qt5-base djvulibre libxkbcommon-x11 libsm Optional Deps : None Conflicts With : djview4 Replaces : djview4 Download Size : 535.79 KiB Installed Size : 1978.00 KiB Packager : Gaetan Bisson bisson@archlinux.org Build Date : Wed 04 May 2016 08:53:23 PM -03 Validated By : MD5 Sum SHA-256 Sum Signature
$ sudo pacman -Ql djview djview /usr/ djview /usr/bin/ djview /usr/bin/djview djview /usr/bin/djview4 djview /usr/lib/ djview /usr/lib/mozilla/ djview /usr/lib/mozilla/plugins/ djview /usr/lib/mozilla/plugins/nsdejavu.so djview /usr/share/ djview /usr/share/applications/ djview /usr/share/applications/djvulibre-djview4.desktop djview /usr/share/djvu/ djview /usr/share/djvu/djview4/ djview /usr/share/djvu/djview4/djview_cs.qm djview /usr/share/djvu/djview4/djview_de.qm djview /usr/share/djvu/djview4/djview_es.qm djview /usr/share/djvu/djview4/djview_fr.qm djview /usr/share/djvu/djview4/djview_ru.qm djview /usr/share/djvu/djview4/djview_uk.qm djview /usr/share/djvu/djview4/djview_zh_cn.qm djview /usr/share/djvu/djview4/djview_zh_tw.qm djview /usr/share/icons/ djview /usr/share/icons/hicolor/ djview /usr/share/icons/hicolor/32×32/ djview /usr/share/icons/hicolor/32×32/mimetypes/ djview /usr/share/icons/hicolor/32×32/mimetypes/djvulibre-djview4.png djview /usr/share/icons/hicolor/64×64/ djview /usr/share/icons/hicolor/64×64/mimetypes/ djview /usr/share/icons/hicolor/64×64/mimetypes/djvulibre-djview4.png djview /usr/share/icons/hicolor/scalable/ djview /usr/share/icons/hicolor/scalable/mimetypes/ djview /usr/share/icons/hicolor/scalable/mimetypes/djvulibre-djview4.svgz djview /usr/share/man/ djview /usr/share/man/man1/ djview /usr/share/man/man1/djview.1.gz djview /usr/share/man/man1/nsdejavu.1.gz
[0]:https://developer.mozilla.org/en-US/docs/Plugins/Roadmap
|
|
Packages | Any | Security Issue | High | High | [icedtea-web] remove unsecure "IcedTeaPlugin.so" | Closed | |
|
|
Packages | Testing | Bug Report | High | High | [freerdp] error while loading shared libraries | Closed | |
|
|
Packages | Testing | Bug Report | High | High | [gnome-shell] error while loading shared libraries | Closed | |
|
|
Packages | Testing | Bug Report | High | High | [ksystemlog] error while loading shared libraries | Closed | |
|
|
Packages | Testing | Bug Report | High | High | [mutter] error while loading shared libraries | Closed | |
|
|
Software Development | chroot-nspawn | Implementation Request | High | High | [chroot-nspawn] create systemd-nspawn replacement | Closed | |
|
|
Services | Wiki Page Issue | Implementation Request | High | High | Add libreboot Installation page with "Full-Disk Encrypt ... | Closed | |
|
|
Packages | Any | Drop Request | High | High | [devtools] remove this package | Closed | |
|
|
Packages | Any | Implementation Request | High | High | [onioncat]: add package | Closed | |
|
|
Packages | Any | Implementation Request | High | High | [xen] add Xen 4.8.x split packages | Closed | |
|
|
Packages | Any | Bug Report | High | High | [filesystem] remove /etc/crypttab file | Closed | |
|
|
Packages | Any | Bug Report | High | High | [dhcp]: /etc/init.d/dhcpd failed to run | Closed | |
|
|
Packages | Any | Replace Request | High | Critical | [python2] replace deprecated Python 2 to Tauthon | Closed | |
|
|
Packages | Testing | Feature Request | Medium | Medium | [irqbalance] needs OpenRC init script | Closed | |
|
|
Packages | Testing | Feature Request | Medium | Medium | [audit] needs OpenRC init script | Closed | |
|
|
Packages | Any | Bug Report | Medium | Medium | [btrfs-progs] contains systemd unit files | Closed | |
|
|
Packages | Any | Bug Report | Medium | Medium | [libcanberra] contains systemd unit files | Closed | |
|
|
Packages | Testing | Feature Request | Medium | Medium | [cups-filters] needs OpenRC init script | Closed | |
|
|
Packages | Any | Security Issue | Medium | Medium | [cinepaint] unmaintained and unsupportable | Closed | |
|
|
Packages | Any | Bug Report | Medium | Medium | [at-spi2-core] contains systemd unit files | Closed | |
|
|
Packages | Any | Bug Report | Medium | Medium | [colord] contains systemd unit files | Closed | |
|
|
Packages | Testing | Feature Request | Medium | Medium | [dmraid] add cron job support | Closed | |
|
|
Packages | Testing | Feature Request | Medium | Medium | [dnsmasq] needs OpenRC init script | Closed | |
|
|
Packages | Any | Bug Report | Medium | Medium | [evince] contains systemd unit files | Closed | |
|
|
Packages | Any | Feature Request | Medium | Medium | [fluidsynth] needs OpenRC init script | Closed | |
|