All Projects

Project Category Task Type Priority Severity Summary Status Progress  desc
Software DevelopmentGeneralImplementation RequestMediumHigh Develop GNU/HyperBK patchset Closed
100%
Task Description

Develop GNU/HyperBK patchset for toolchain (Glibc, Binutils and GCC) and packages.

PATCHING NOTE

Make sure the definitions are not simply duplicated from GNU/Linux' because that will eventually result in
out-of-sync definitions that break for us.

Example of triplet check:	linux*-gnu | gnu* | hyperbk-gnu)
Example of uname check:		Linux|GNU|GNU/*)
Example of C macro check:	defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
				[note: GNU/Hurd defines __GNU__, and GNU/HyperBK define __GLIBC__ as hardcoded macro]
Example of makefile check:	ifneq (, $(filter Linux GNU GNU_%, $(shell uname -s)))
				[note1: findstring matches subwords, use filter instead]
				[note2: list must be the first parameter, otherwise matching fails]
				[note3: "%" is make's wildcard]
Software DevelopmentGeneralImplementation RequestVery HighHigh Port Icedove to UXP platform Closed
100%
Task Description

Description:
Historically, Icedove was a re-branding of Mozilla Thunderbird by the Debian project, with minimal modifications, in order to resolve branding disputes. Debian since discontinued Icedove after reaching an agreement with Mozilla over the use of it’s trademark.

Otherwise, new Thunderbird will use Quantum, a platform that contains numerous privacy, freedom, and trademark issues, in addition to an ever expanding Google Chromium code base which breaks compatibility with previous versions. Therefore, i suggest port our current Icedove from the deprecated XUL platform to UXP one like our Iceweasel-UXP.

TODO list:

  • Remove SSL Error Reporting telemetry from installer/package-manifest.in. [0]
  • Add missing emoji browser/fonts/”TwemojiMozilla.ttf” library to UXP sources
  • Change Icedove-UXP logo typeface from the non-free “Libertad Book” to free “DejaVU Sans”.
  • Rename Icedove to Icedove-UXP in logo typeface.
  • Check “Thunderbird” remaining references.
  • Fix/adapt confvars.sh to UXP-based applications. (eg. MOZ_APP_VERSION=52.9.`date –utc ‘+%Y%m%d’`)
Software DevelopmentGeneralImplementation RequestVery HighHigh Port Iceape to UXP platform  Closed
100%
Task Description

Description:
Historically, Iceape was a re-branding of Seamonkey by the Debian project, with minimal modifications, in order to resolve branding disputes.

As of December 2013 , Iceape was no longer being maintained by the Debian project and users were encouraged to migrate to other alternatives for security patches.

However, since Seamonkey is being maintained from Thunderbird source and Hyperbola is porting Icedove to UXP platform , it could be built on the UXP platform which contains multiple security and privacy improvements.

TODO list:

  • Change Iceape-UXP logo typeface from the non-free “Libertad Book” to free “DejaVU Sans”.
  • Rename Iceape to Iceape-UXP in logo typeface.
  • Check “Seamonkey” remaining references.
  • Fix/adapt confvars.sh to UXP-based applications. (eg. MOZ_APP_VERSION=52.9.`date –utc ‘+%Y%m%d’`)
Software DevelopmentIceweasel-UXPImplementation RequestDeferLow Swiftweasel-UXP theme for Iceweasel-UXP Closed
100%
Task Description

Description:
Historically, Swiftweasel was a Firefox-based application built on XUL platform around 2007 and abandoned in 2010. It was optimized for several architectures using the following methods such as the Profile-Guided Optimization (PGO) and binary code optimization for computers with limited resources.

Since there are users encouraging us develop a Palemoon-based application , and Swiftweasel contains non-trademarked graphics and logos, we could port Swiftweasel to UXP platform as theme for Iceweasel-UXP.

Software DevelopmentIcedove-UXPImplementation RequestDeferLow Swiftdove-UXP theme for Icedove-UXP Closed
100%
Task Description

Description:
Historically, Swiftdove was a Thunderbird-based application built on XUL platform around 2007 and abandoned in 2010. It was optimized for several architectures using the following methods such as the Profile-Guided Optimization (PGO) and binary code optimization for computers with limited resources.

Since FossaMail may potentially be revived on UXP in the future [0] and Swiftdove contains non-trademarked graphics and logos, we could port Swiftdove to UXP platform as theme for Icedove-UXP.

Software DevelopmentGeneralImplementation RequestVery HighCritical POWER (ppc64le) porting Closed
100%
Task Description

The unfortunate reality is that x86 computers come encumbered with built-in low-level backdoors like the Intel Management Engine , as well as nonfree boot firmware. This means that users can’t gain full control over their computers, even if they install a free operating system such as Hyperbola GNU/Linux-libre .

Hyperbola is working hard to fix these issues and getting closer every day, but for the time being, this is why many current Respects Your Freedom (RYF) offerings are refurbished older devices.

For the future of free computing, we need support architectures that do not come with such malware pre-installed, and the Power9-based Talos II promises to be a great architecture example for workstations and servers environments where Hyperbola is focused since is a fully free long-term support distribution.

Devices like this are the future of computing that Respects Your Freedom and for that reason it’s a high priority for Hyperbola port all packages for the POWER architecture (power64le).

NOTE: POWER porting is focused only for Hyperbola GNU/Linux-libre .

Software DevelopmentGeneralImplementation RequestDeferCritical RISC-V (riscv64) porting + multilib support Closed
100%
Task Description

The unfortunate reality is that x86 computers come encumbered with built-in low-level backdoors like the Intel Management Engine , as well as nonfree boot firmware. This means that users can’t gain full control over their computers, even if they install a free operating system such as Hyperbola GNU/Linux-libre .

Hyperbola is working hard to fix these issues and getting closer every day, but for the time being, this is why many current Respects Your Freedom (RYF) offerings are refurbished older devices.

For the future of free computing, we need support architectures that do not come with such malware pre-installed, and RISC-V promises to be a great architecture example for low-power computers, laptops and embedded systems, also as ARM architecture replacement.

Devices like this are the future of computing that Respects Your Freedom and for that reason it’s a high priority for Hyperbola port all packages for the RISC-V architecture (riscv64) with multilib support.

NOTE: RISC-V porting is focused only for Hyperbola GNU/Linux-libre .

ServicesFlyspray BrandingImplementation RequestMediumMedium Add Hyperbola branding to HyperTask Closed
100%
Task Description

Add Hyperbola branding to HyperTask such as HyperWiki and HyperForum for prolixity reasons.

PackagesTestingFeature RequestMediumMedium [hostname-blanker] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si hostname-blanker
Repository : community
Name : hostname-blanker
Version : 0.1-1
Description : Service that removes computer hostname by setting it to localhost on startup, hence sending nothing to the network.
Architecture : any
URL : None
Licenses : GPL2
Groups : None
Provides : hostname-protection
Depends On : systemd
Optional Deps : None
Conflicts With : None
Replaces : hostname-protection
Download Size : 3.00 KiB
Installed Size : 25.00 KiB
Packager : André Silva emulatorman@hyperbola.info Build Date : Tue 13 Jun 2017 02:48:08 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql hostname-blanker
hostname-blanker /opt/
hostname-blanker /opt/hostname-blanker.sh
hostname-blanker /usr/
hostname-blanker /usr/lib/
hostname-blanker /usr/lib/systemd/
hostname-blanker /usr/lib/systemd/system/
hostname-blanker /usr/lib/systemd/system/hostname-blanker.service

PackagesTestingFeature RequestMediumMedium [firewalld] needs OpenRC init script Closed
100%
Task Description

$ pacman -Si firewalld
Repository : community
Name : firewalld
Version : 0.4.4.4-1
Description : Firewall daemon with D-Bus interface
Architecture : any
URL : https://github.com/t-woerner/firewalld Licenses : GPL2
Groups : None
Provides : None
Depends On : dbus-glib dconf ebtables hicolor-icon-theme ipset iptables python-slip
Optional Deps : bash-completion: bash completion

                gtk3: firewall-config
                libnm-glib: firewall-config and firewall-applet
                libnotify: firewall-applet
                python-pyqt5: firewall-applet

Conflicts With : None
Replaces : None
Download Size : 534.36 KiB
Installed Size : 4859.00 KiB
Packager : Maxime Gauduin alucryd@archlinux.org Build Date : Wed 26 Apr 2017 04:20:06 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql firewalld
firewalld /etc/
firewalld /etc/conf.d/
firewalld /etc/conf.d/firewalld
firewalld /etc/dbus-1/
firewalld /etc/dbus-1/system.d/
firewalld /etc/dbus-1/system.d/FirewallD.conf
firewalld /etc/firewall/
firewalld /etc/firewall/applet.conf
firewalld /etc/firewalld/
firewalld /etc/firewalld/firewalld.conf
firewalld /etc/firewalld/helpers/
firewalld /etc/firewalld/icmptypes/
firewalld /etc/firewalld/ipsets/
firewalld /etc/firewalld/lockdown-whitelist.xml
firewalld /etc/firewalld/services/
firewalld /etc/firewalld/zones/
firewalld /etc/xdg/
firewalld /etc/xdg/autostart/
firewalld /etc/xdg/autostart/firewall-applet.desktop
firewalld /usr/
firewalld /usr/bin/
firewalld /usr/bin/firewall-applet
firewalld /usr/bin/firewall-cmd
firewalld /usr/bin/firewall-config
firewalld /usr/bin/firewall-offline-cmd
firewalld /usr/bin/firewallctl
firewalld /usr/bin/firewalld
firewalld /usr/lib/
firewalld /usr/lib/firewalld/
firewalld /usr/lib/firewalld/helpers/
firewalld /usr/lib/firewalld/helpers/Q.931.xml
firewalld /usr/lib/firewalld/helpers/RAS.xml
firewalld /usr/lib/firewalld/helpers/amanda.xml
firewalld /usr/lib/firewalld/helpers/ftp.xml
firewalld /usr/lib/firewalld/helpers/h323.xml
firewalld /usr/lib/firewalld/helpers/irc.xml
firewalld /usr/lib/firewalld/helpers/netbios-ns.xml
firewalld /usr/lib/firewalld/helpers/pptp.xml
firewalld /usr/lib/firewalld/helpers/sane.xml
firewalld /usr/lib/firewalld/helpers/sip.xml
firewalld /usr/lib/firewalld/helpers/snmp.xml
firewalld /usr/lib/firewalld/helpers/tftp.xml
firewalld /usr/lib/firewalld/icmptypes/
firewalld /usr/lib/firewalld/icmptypes/address-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/bad-header.xml
firewalld /usr/lib/firewalld/icmptypes/beyond-scope.xml
firewalld /usr/lib/firewalld/icmptypes/communication-prohibited.xml
firewalld /usr/lib/firewalld/icmptypes/destination-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/echo-reply.xml
firewalld /usr/lib/firewalld/icmptypes/echo-request.xml
firewalld /usr/lib/firewalld/icmptypes/failed-policy.xml
firewalld /usr/lib/firewalld/icmptypes/fragmentation-needed.xml
firewalld /usr/lib/firewalld/icmptypes/host-precedence-violation.xml
firewalld /usr/lib/firewalld/icmptypes/host-prohibited.xml
firewalld /usr/lib/firewalld/icmptypes/host-redirect.xml
firewalld /usr/lib/firewalld/icmptypes/host-unknown.xml
firewalld /usr/lib/firewalld/icmptypes/host-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/ip-header-bad.xml
firewalld /usr/lib/firewalld/icmptypes/neighbour-advertisement.xml
firewalld /usr/lib/firewalld/icmptypes/neighbour-solicitation.xml
firewalld /usr/lib/firewalld/icmptypes/network-prohibited.xml
firewalld /usr/lib/firewalld/icmptypes/network-redirect.xml
firewalld /usr/lib/firewalld/icmptypes/network-unknown.xml
firewalld /usr/lib/firewalld/icmptypes/network-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/no-route.xml
firewalld /usr/lib/firewalld/icmptypes/packet-too-big.xml
firewalld /usr/lib/firewalld/icmptypes/parameter-problem.xml
firewalld /usr/lib/firewalld/icmptypes/port-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/precedence-cutoff.xml
firewalld /usr/lib/firewalld/icmptypes/protocol-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/redirect.xml
firewalld /usr/lib/firewalld/icmptypes/reject-route.xml
firewalld /usr/lib/firewalld/icmptypes/required-option-missing.xml
firewalld /usr/lib/firewalld/icmptypes/router-advertisement.xml
firewalld /usr/lib/firewalld/icmptypes/router-solicitation.xml
firewalld /usr/lib/firewalld/icmptypes/source-quench.xml
firewalld /usr/lib/firewalld/icmptypes/source-route-failed.xml
firewalld /usr/lib/firewalld/icmptypes/time-exceeded.xml
firewalld /usr/lib/firewalld/icmptypes/timestamp-reply.xml
firewalld /usr/lib/firewalld/icmptypes/timestamp-request.xml
firewalld /usr/lib/firewalld/icmptypes/tos-host-redirect.xml
firewalld /usr/lib/firewalld/icmptypes/tos-host-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/tos-network-redirect.xml
firewalld /usr/lib/firewalld/icmptypes/tos-network-unreachable.xml
firewalld /usr/lib/firewalld/icmptypes/ttl-zero-during-reassembly.xml
firewalld /usr/lib/firewalld/icmptypes/ttl-zero-during-transit.xml
firewalld /usr/lib/firewalld/icmptypes/unknown-header-type.xml
firewalld /usr/lib/firewalld/icmptypes/unknown-option.xml
firewalld /usr/lib/firewalld/ipsets/
firewalld /usr/lib/firewalld/ipsets/README
firewalld /usr/lib/firewalld/services/
firewalld /usr/lib/firewalld/services/RH-Satellite-6.xml
firewalld /usr/lib/firewalld/services/amanda-client.xml
firewalld /usr/lib/firewalld/services/amanda-k5-client.xml
firewalld /usr/lib/firewalld/services/bacula-client.xml
firewalld /usr/lib/firewalld/services/bacula.xml
firewalld /usr/lib/firewalld/services/bitcoin-rpc.xml
firewalld /usr/lib/firewalld/services/bitcoin-testnet-rpc.xml
firewalld /usr/lib/firewalld/services/bitcoin-testnet.xml
firewalld /usr/lib/firewalld/services/bitcoin.xml
firewalld /usr/lib/firewalld/services/ceph-mon.xml
firewalld /usr/lib/firewalld/services/ceph.xml
firewalld /usr/lib/firewalld/services/cfengine.xml
firewalld /usr/lib/firewalld/services/condor-collector.xml
firewalld /usr/lib/firewalld/services/dhcp.xml
firewalld /usr/lib/firewalld/services/dhcpv6-client.xml
firewalld /usr/lib/firewalld/services/dhcpv6.xml
firewalld /usr/lib/firewalld/services/dns.xml
firewalld /usr/lib/firewalld/services/docker-registry.xml
firewalld /usr/lib/firewalld/services/dropbox-lansync.xml
firewalld /usr/lib/firewalld/services/elasticsearch.xml
firewalld /usr/lib/firewalld/services/freeipa-ldap.xml
firewalld /usr/lib/firewalld/services/freeipa-ldaps.xml
firewalld /usr/lib/firewalld/services/freeipa-replication.xml
firewalld /usr/lib/firewalld/services/freeipa-trust.xml
firewalld /usr/lib/firewalld/services/ftp.xml
firewalld /usr/lib/firewalld/services/ganglia-client.xml
firewalld /usr/lib/firewalld/services/ganglia-master.xml
firewalld /usr/lib/firewalld/services/high-availability.xml
firewalld /usr/lib/firewalld/services/http.xml
firewalld /usr/lib/firewalld/services/https.xml
firewalld /usr/lib/firewalld/services/imap.xml
firewalld /usr/lib/firewalld/services/imaps.xml
firewalld /usr/lib/firewalld/services/ipp-client.xml
firewalld /usr/lib/firewalld/services/ipp.xml
firewalld /usr/lib/firewalld/services/ipsec.xml
firewalld /usr/lib/firewalld/services/iscsi-target.xml
firewalld /usr/lib/firewalld/services/kadmin.xml
firewalld /usr/lib/firewalld/services/kerberos.xml
firewalld /usr/lib/firewalld/services/kibana.xml
firewalld /usr/lib/firewalld/services/klogin.xml
firewalld /usr/lib/firewalld/services/kpasswd.xml
firewalld /usr/lib/firewalld/services/kshell.xml
firewalld /usr/lib/firewalld/services/ldap.xml
firewalld /usr/lib/firewalld/services/ldaps.xml
firewalld /usr/lib/firewalld/services/libvirt-tls.xml
firewalld /usr/lib/firewalld/services/libvirt.xml
firewalld /usr/lib/firewalld/services/managesieve.xml
firewalld /usr/lib/firewalld/services/mdns.xml
firewalld /usr/lib/firewalld/services/mosh.xml
firewalld /usr/lib/firewalld/services/mountd.xml
firewalld /usr/lib/firewalld/services/ms-wbt.xml
firewalld /usr/lib/firewalld/services/mssql.xml
firewalld /usr/lib/firewalld/services/mysql.xml
firewalld /usr/lib/firewalld/services/nfs.xml
firewalld /usr/lib/firewalld/services/ntp.xml
firewalld /usr/lib/firewalld/services/openvpn.xml
firewalld /usr/lib/firewalld/services/pmcd.xml
firewalld /usr/lib/firewalld/services/pmproxy.xml
firewalld /usr/lib/firewalld/services/pmwebapi.xml
firewalld /usr/lib/firewalld/services/pmwebapis.xml
firewalld /usr/lib/firewalld/services/pop3.xml
firewalld /usr/lib/firewalld/services/pop3s.xml
firewalld /usr/lib/firewalld/services/postgresql.xml
firewalld /usr/lib/firewalld/services/privoxy.xml
firewalld /usr/lib/firewalld/services/proxy-dhcp.xml
firewalld /usr/lib/firewalld/services/ptp.xml
firewalld /usr/lib/firewalld/services/pulseaudio.xml
firewalld /usr/lib/firewalld/services/puppetmaster.xml
firewalld /usr/lib/firewalld/services/quassel.xml
firewalld /usr/lib/firewalld/services/radius.xml
firewalld /usr/lib/firewalld/services/rpc-bind.xml
firewalld /usr/lib/firewalld/services/rsh.xml
firewalld /usr/lib/firewalld/services/rsyncd.xml
firewalld /usr/lib/firewalld/services/samba-client.xml
firewalld /usr/lib/firewalld/services/samba.xml
firewalld /usr/lib/firewalld/services/sane.xml
firewalld /usr/lib/firewalld/services/sip.xml
firewalld /usr/lib/firewalld/services/sips.xml
firewalld /usr/lib/firewalld/services/smtp-submission.xml
firewalld /usr/lib/firewalld/services/smtp.xml
firewalld /usr/lib/firewalld/services/smtps.xml
firewalld /usr/lib/firewalld/services/snmp.xml
firewalld /usr/lib/firewalld/services/snmptrap.xml
firewalld /usr/lib/firewalld/services/spideroak-lansync.xml
firewalld /usr/lib/firewalld/services/squid.xml
firewalld /usr/lib/firewalld/services/ssh.xml
firewalld /usr/lib/firewalld/services/synergy.xml
firewalld /usr/lib/firewalld/services/syslog-tls.xml
firewalld /usr/lib/firewalld/services/syslog.xml
firewalld /usr/lib/firewalld/services/telnet.xml
firewalld /usr/lib/firewalld/services/tftp-client.xml
firewalld /usr/lib/firewalld/services/tftp.xml
firewalld /usr/lib/firewalld/services/tinc.xml
firewalld /usr/lib/firewalld/services/tor-socks.xml
firewalld /usr/lib/firewalld/services/transmission-client.xml
firewalld /usr/lib/firewalld/services/vdsm.xml
firewalld /usr/lib/firewalld/services/vnc-server.xml
firewalld /usr/lib/firewalld/services/wbem-https.xml
firewalld /usr/lib/firewalld/services/xmpp-bosh.xml
firewalld /usr/lib/firewalld/services/xmpp-client.xml
firewalld /usr/lib/firewalld/services/xmpp-local.xml
firewalld /usr/lib/firewalld/services/xmpp-server.xml
firewalld /usr/lib/firewalld/xmlschema/
firewalld /usr/lib/firewalld/xmlschema/check.sh
firewalld /usr/lib/firewalld/xmlschema/icmptype.xsd
firewalld /usr/lib/firewalld/xmlschema/ipset.xsd
firewalld /usr/lib/firewalld/xmlschema/service.xsd
firewalld /usr/lib/firewalld/xmlschema/zone.xsd
firewalld /usr/lib/firewalld/zones/
firewalld /usr/lib/firewalld/zones/block.xml
firewalld /usr/lib/firewalld/zones/dmz.xml
firewalld /usr/lib/firewalld/zones/drop.xml
firewalld /usr/lib/firewalld/zones/external.xml
firewalld /usr/lib/firewalld/zones/home.xml
firewalld /usr/lib/firewalld/zones/internal.xml
firewalld /usr/lib/firewalld/zones/public.xml
firewalld /usr/lib/firewalld/zones/trusted.xml
firewalld /usr/lib/firewalld/zones/work.xml
firewalld /usr/lib/python3.6/
firewalld /usr/lib/python3.6/site-packages/
firewalld /usr/lib/python3.6/site-packages/firewall/
firewalld /usr/lib/python3.6/site-packages/firewall/init.py
firewalld /usr/lib/python3.6/site-packages/firewall/client.py
firewalld /usr/lib/python3.6/site-packages/firewall/command.py
firewalld /usr/lib/python3.6/site-packages/firewall/config/
firewalld /usr/lib/python3.6/site-packages/firewall/config/init.py
firewalld /usr/lib/python3.6/site-packages/firewall/config/dbus.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/
firewalld /usr/lib/python3.6/site-packages/firewall/core/init.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/base.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/ebtables.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_config.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_direct.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_helper.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_icmptype.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_ifcfg.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_ipset.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_nm.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_policies.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_service.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_test.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_transaction.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/fw_zone.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/helper.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/icmp.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/init.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/direct.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/firewalld_conf.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/helper.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/icmptype.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/ifcfg.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/io_object.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/ipset.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/lockdown_whitelist.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/service.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/io/zone.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/ipXtables.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/ipset.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/logger.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/modules.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/prog.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/rich.py
firewalld /usr/lib/python3.6/site-packages/firewall/core/watcher.py
firewalld /usr/lib/python3.6/site-packages/firewall/dbus_utils.py
firewalld /usr/lib/python3.6/site-packages/firewall/errors.py
firewalld /usr/lib/python3.6/site-packages/firewall/functions.py
firewalld /usr/lib/python3.6/site-packages/firewall/fw_types.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/
firewalld /usr/lib/python3.6/site-packages/firewall/server/init.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/config.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/config_helper.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/config_icmptype.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/config_ipset.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/config_service.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/config_zone.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/decorators.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/firewalld.py
firewalld /usr/lib/python3.6/site-packages/firewall/server/server.py
firewalld /usr/lib/systemd/
firewalld /usr/lib/systemd/system/
firewalld /usr/lib/systemd/system/firewalld.service
firewalld /usr/share/
firewalld /usr/share/appdata/
firewalld /usr/share/appdata/firewall-config.appdata.xml
firewalld /usr/share/applications/
firewalld /usr/share/applications/firewall-config.desktop
firewalld /usr/share/bash-completion/
firewalld /usr/share/bash-completion/completions/
firewalld /usr/share/bash-completion/completions/firewall-cmd
firewalld /usr/share/firewalld/
firewalld /usr/share/firewalld/firewall-config.glade
firewalld /usr/share/firewalld/gtk3_chooserbutton.py
firewalld /usr/share/firewalld/gtk3_niceexpander.py
firewalld /usr/share/firewalld/tests/
firewalld /usr/share/firewalld/tests/firewall-cmd_test.sh
firewalld /usr/share/firewalld/tests/firewall-offline-cmd_test.sh
firewalld /usr/share/glib-2.0/
firewalld /usr/share/glib-2.0/schemas/
firewalld /usr/share/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
firewalld /usr/share/icons/
firewalld /usr/share/icons/hicolor/
firewalld /usr/share/icons/hicolor/16×16/
firewalld /usr/share/icons/hicolor/16×16/apps/
firewalld /usr/share/icons/hicolor/16×16/apps/firewall-applet-error.png
firewalld /usr/share/icons/hicolor/16×16/apps/firewall-applet-panic.png
firewalld /usr/share/icons/hicolor/16×16/apps/firewall-applet.png
firewalld /usr/share/icons/hicolor/16×16/apps/firewall-config.png
firewalld /usr/share/icons/hicolor/22×22/
firewalld /usr/share/icons/hicolor/22×22/apps/
firewalld /usr/share/icons/hicolor/22×22/apps/firewall-applet-error.png
firewalld /usr/share/icons/hicolor/22×22/apps/firewall-applet-panic.png
firewalld /usr/share/icons/hicolor/22×22/apps/firewall-applet.png
firewalld /usr/share/icons/hicolor/22×22/apps/firewall-config.png
firewalld /usr/share/icons/hicolor/24×24/
firewalld /usr/share/icons/hicolor/24×24/apps/
firewalld /usr/share/icons/hicolor/24×24/apps/firewall-applet-error.png
firewalld /usr/share/icons/hicolor/24×24/apps/firewall-applet-panic.png
firewalld /usr/share/icons/hicolor/24×24/apps/firewall-applet.png
firewalld /usr/share/icons/hicolor/24×24/apps/firewall-config.png
firewalld /usr/share/icons/hicolor/32×32/
firewalld /usr/share/icons/hicolor/32×32/apps/
firewalld /usr/share/icons/hicolor/32×32/apps/firewall-applet-error.png
firewalld /usr/share/icons/hicolor/32×32/apps/firewall-applet-panic.png
firewalld /usr/share/icons/hicolor/32×32/apps/firewall-applet.png
firewalld /usr/share/icons/hicolor/32×32/apps/firewall-config.png
firewalld /usr/share/icons/hicolor/48×48/
firewalld /usr/share/icons/hicolor/48×48/apps/
firewalld /usr/share/icons/hicolor/48×48/apps/firewall-applet-error.png
firewalld /usr/share/icons/hicolor/48×48/apps/firewall-applet-panic.png
firewalld /usr/share/icons/hicolor/48×48/apps/firewall-applet.png
firewalld /usr/share/icons/hicolor/48×48/apps/firewall-config.png
firewalld /usr/share/icons/hicolor/scalable/
firewalld /usr/share/icons/hicolor/scalable/apps/
firewalld /usr/share/icons/hicolor/scalable/apps/firewall-applet-error.svg
firewalld /usr/share/icons/hicolor/scalable/apps/firewall-applet-panic.svg
firewalld /usr/share/icons/hicolor/scalable/apps/firewall-applet.svg
firewalld /usr/share/icons/hicolor/scalable/apps/firewall-config.svg
firewalld /usr/share/locale/
firewalld /usr/share/locale/ar/
firewalld /usr/share/locale/ar/LC_MESSAGES/
firewalld /usr/share/locale/ar/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/as/
firewalld /usr/share/locale/as/LC_MESSAGES/
firewalld /usr/share/locale/as/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/bg/
firewalld /usr/share/locale/bg/LC_MESSAGES/
firewalld /usr/share/locale/bg/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/bn_IN/
firewalld /usr/share/locale/bn_IN/LC_MESSAGES/
firewalld /usr/share/locale/bn_IN/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ca/
firewalld /usr/share/locale/ca/LC_MESSAGES/
firewalld /usr/share/locale/ca/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/cs/
firewalld /usr/share/locale/cs/LC_MESSAGES/
firewalld /usr/share/locale/cs/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/da/
firewalld /usr/share/locale/da/LC_MESSAGES/
firewalld /usr/share/locale/da/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/de/
firewalld /usr/share/locale/de/LC_MESSAGES/
firewalld /usr/share/locale/de/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/el/
firewalld /usr/share/locale/el/LC_MESSAGES/
firewalld /usr/share/locale/el/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/en_GB/
firewalld /usr/share/locale/en_GB/LC_MESSAGES/
firewalld /usr/share/locale/en_GB/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/en_US/
firewalld /usr/share/locale/en_US/LC_MESSAGES/
firewalld /usr/share/locale/en_US/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/es/
firewalld /usr/share/locale/es/LC_MESSAGES/
firewalld /usr/share/locale/es/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/et/
firewalld /usr/share/locale/et/LC_MESSAGES/
firewalld /usr/share/locale/et/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/eu/
firewalld /usr/share/locale/eu/LC_MESSAGES/
firewalld /usr/share/locale/eu/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/fi/
firewalld /usr/share/locale/fi/LC_MESSAGES/
firewalld /usr/share/locale/fi/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/fr/
firewalld /usr/share/locale/fr/LC_MESSAGES/
firewalld /usr/share/locale/fr/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/gl/
firewalld /usr/share/locale/gl/LC_MESSAGES/
firewalld /usr/share/locale/gl/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/gu/
firewalld /usr/share/locale/gu/LC_MESSAGES/
firewalld /usr/share/locale/gu/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/hi/
firewalld /usr/share/locale/hi/LC_MESSAGES/
firewalld /usr/share/locale/hi/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/hu/
firewalld /usr/share/locale/hu/LC_MESSAGES/
firewalld /usr/share/locale/hu/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ia/
firewalld /usr/share/locale/ia/LC_MESSAGES/
firewalld /usr/share/locale/ia/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/it/
firewalld /usr/share/locale/it/LC_MESSAGES/
firewalld /usr/share/locale/it/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ja/
firewalld /usr/share/locale/ja/LC_MESSAGES/
firewalld /usr/share/locale/ja/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ka/
firewalld /usr/share/locale/ka/LC_MESSAGES/
firewalld /usr/share/locale/ka/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/kn/
firewalld /usr/share/locale/kn/LC_MESSAGES/
firewalld /usr/share/locale/kn/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ko/
firewalld /usr/share/locale/ko/LC_MESSAGES/
firewalld /usr/share/locale/ko/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ml/
firewalld /usr/share/locale/ml/LC_MESSAGES/
firewalld /usr/share/locale/ml/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/mr/
firewalld /usr/share/locale/mr/LC_MESSAGES/
firewalld /usr/share/locale/mr/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/nl/
firewalld /usr/share/locale/nl/LC_MESSAGES/
firewalld /usr/share/locale/nl/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/or/
firewalld /usr/share/locale/or/LC_MESSAGES/
firewalld /usr/share/locale/or/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/pa/
firewalld /usr/share/locale/pa/LC_MESSAGES/
firewalld /usr/share/locale/pa/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/pl/
firewalld /usr/share/locale/pl/LC_MESSAGES/
firewalld /usr/share/locale/pl/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/pt/
firewalld /usr/share/locale/pt/LC_MESSAGES/
firewalld /usr/share/locale/pt/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/pt_BR/
firewalld /usr/share/locale/pt_BR/LC_MESSAGES/
firewalld /usr/share/locale/pt_BR/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ru/
firewalld /usr/share/locale/ru/LC_MESSAGES/
firewalld /usr/share/locale/ru/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/sk/
firewalld /usr/share/locale/sk/LC_MESSAGES/
firewalld /usr/share/locale/sk/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/sr/
firewalld /usr/share/locale/sr/LC_MESSAGES/
firewalld /usr/share/locale/sr/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/sr@latin/
firewalld /usr/share/locale/sr@latin/LC_MESSAGES/
firewalld /usr/share/locale/sr@latin/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/sv/
firewalld /usr/share/locale/sv/LC_MESSAGES/
firewalld /usr/share/locale/sv/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/ta/
firewalld /usr/share/locale/ta/LC_MESSAGES/
firewalld /usr/share/locale/ta/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/te/
firewalld /usr/share/locale/te/LC_MESSAGES/
firewalld /usr/share/locale/te/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/tr/
firewalld /usr/share/locale/tr/LC_MESSAGES/
firewalld /usr/share/locale/tr/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/uk/
firewalld /usr/share/locale/uk/LC_MESSAGES/
firewalld /usr/share/locale/uk/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/zh_CN/
firewalld /usr/share/locale/zh_CN/LC_MESSAGES/
firewalld /usr/share/locale/zh_CN/LC_MESSAGES/firewalld.mo
firewalld /usr/share/locale/zh_TW/
firewalld /usr/share/locale/zh_TW/LC_MESSAGES/
firewalld /usr/share/locale/zh_TW/LC_MESSAGES/firewalld.mo
firewalld /usr/share/man/
firewalld /usr/share/man/man1/
firewalld /usr/share/man/man1/firewall-applet.1.gz
firewalld /usr/share/man/man1/firewall-cmd.1.gz
firewalld /usr/share/man/man1/firewall-config.1.gz
firewalld /usr/share/man/man1/firewall-offline-cmd.1.gz
firewalld /usr/share/man/man1/firewallctl.1.gz
firewalld /usr/share/man/man1/firewalld.1.gz
firewalld /usr/share/man/man5/
firewalld /usr/share/man/man5/firewalld.conf.5.gz
firewalld /usr/share/man/man5/firewalld.dbus.5.gz
firewalld /usr/share/man/man5/firewalld.direct.5.gz
firewalld /usr/share/man/man5/firewalld.helper.5.gz
firewalld /usr/share/man/man5/firewalld.icmptype.5.gz
firewalld /usr/share/man/man5/firewalld.ipset.5.gz
firewalld /usr/share/man/man5/firewalld.lockdown-whitelist.5.gz
firewalld /usr/share/man/man5/firewalld.richlanguage.5.gz
firewalld /usr/share/man/man5/firewalld.service.5.gz
firewalld /usr/share/man/man5/firewalld.zone.5.gz
firewalld /usr/share/man/man5/firewalld.zones.5.gz
firewalld /usr/share/polkit-1/
firewalld /usr/share/polkit-1/actions/
firewalld /usr/share/polkit-1/actions/org.fedoraproject.FirewallD1.desktop.policy
firewalld /usr/share/polkit-1/actions/org.fedoraproject.FirewallD1.policy
firewalld /usr/share/polkit-1/actions/org.fedoraproject.FirewallD1.server.policy

PackagesAnyBug ReportMediumMedium [minicom][openrc] error: failed to commit transaction ( ...Closed
100%
Task Description

minicom conflicts against openrc package since both contains a file with the same name (/usr/bin/runscript)

# pacman -S minicom
resolving dependencies...
looking for conflicting packages...

Packages (1) minicom-2.7.1-1

Total Download Size:   0.18 MiB
Total Installed Size:  0.71 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 minicom-2.7.1-1-x86_64                                                186.7 KiB   170K/s 00:01 [########################################################] 100%
(1/1) checking keys in keyring                                                                  [########################################################] 100%
(1/1) checking package integrity                                                                [########################################################] 100%
(1/1) loading package files                                                                     [########################################################] 100%
(1/1) checking for file conflicts                                                               [########################################################] 100%
error: failed to commit transaction (conflicting files)
minicom: /usr/bin/runscript exists in filesystem
Errors occurred, no packages were upgraded.
$ pacman -Qo /usr/bin/runscript
/usr/bin/runscript is owned by openrc 0.28-8
PackagesAnyBug ReportMediumMedium [cdemu-daemon] error: failed to prepare transaction (co ...Closed
100%
Task Description

cdemu-daemon requires a specific version of vhba-module. Since we are using vhba-module-lts with vhba-module in provides array but without a specific version, it generates the issue. Removing that specific version solves it.

# pacman -S cdemu-daemon
resolving dependencies...
warning: cannot resolve "vhba-module>=20140629", a dependency of "cdemu-daemon"
:: The following package cannot be upgraded due to unresolvable dependencies:
      cdemu-daemon

:: Do you want to skip the above package for this upgrade? [y/N] 
error: failed to prepare transaction (could not satisfy dependencies)
:: cdemu-daemon: requires vhba-module>=20140629
PackagesAnyFeature RequestMediumMedium [gdm] needs OpenRC init script Closed
100%
Task Description
$ pacman -Si gdm
Repository      : extra
Name            : gdm
Version         : 3.24.1-1.hyperbola3
Description     : Display manager and login screen, with elogind support
Architecture    : x86_64
URL             : https://wiki.gnome.org/Projects/GDM
Licenses        : GPL
Groups          : gnome
Provides        : None
Depends On      : gnome-shell  gnome-session  upower  xorg-xrdb  xorg-server  xorg-server-xwayland  xorg-xhost  libgdm
Optional Deps   : fprintd: fingerprint authentication
Conflicts With  : None
Replaces        : None
Download Size   : 609.31 KiB
Installed Size  : 5340.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Thu 14 Sep 2017 12:44:54 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyDrop RequestLowLow [wine*] remove unstable and staging packages Closed
100%
Task Description
$ pacman -Si wine
Repository      : multilib
Name            : wine
Version         : 2.7-1
Description     : A compatibility layer for running Windows programs
Architecture    : x86_64
URL             : http://www.winehq.com
Licenses        : LGPL
Groups          : None
Provides        : bin32-wine=2.7  wine-wow64=2.7
Depends On      : fontconfig  lib32-fontconfig  lcms2  lib32-lcms2  libxml2  lib32-libxml2  libxcursor  lib32-libxcursor  libxrandr  lib32-libxrandr  libxdamag
e  lib32-libxdamage  libxi  lib32-libxi  gettext  lib32-gettext  freetype2  lib32-freetype2  glu  lib32-glu  libsm  lib32-libsm  gcc-libs  lib32-gcc-libs  libp
cap  lib32-libpcap  desktop-file-utils
Optional Deps   : giflib
                  lib32-giflib
                  libpng
                  lib32-libpng
                  libldap
                  lib32-libldap
                  gnutls
                  lib32-gnutls
                  mpg123
                  lib32-mpg123
                  openal
                  lib32-openal
                  v4l-utils
                  lib32-v4l-utils
                  libpulse
                  lib32-libpulse
                  alsa-plugins
                  lib32-alsa-plugins
                  alsa-lib
                  lib32-alsa-lib
                  libjpeg-turbo
                  lib32-libjpeg-turbo
                  libxcomposite
                  lib32-libxcomposite
                  libxinerama
                  lib32-libxinerama
                  ncurses
                  lib32-ncurses
                  opencl-icd-loader
                  lib32-opencl-icd-loader
                  libxslt
                  lib32-libxslt
                  gst-plugins-base-libs
                  lib32-gst-plugins-base-libs
                  cups
                  samba
                  dosbox
Conflicts With  : bin32-wine  wine-wow64
Replaces        : bin32-wine
Download Size   : 48.95 MiB
Installed Size  : 387.66 MiB
Packager        : Sven-Hendrik Haase <sh@lutzhaase.com>
Build Date      : Sun 30 Apr 2017 09:09:05 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si wine-staging
Repository      : multilib
Name            : wine-staging
Version         : 2.7-1
Description     : A compatibility layer for running Windows programs - Staging branch
Architecture    : x86_64
URL             : http://www.wine-staging.com
Licenses        : LGPL
Groups          : None
Provides        : wine=2.7  wine-wow64=2.7
Depends On      : attr  lib32-attr  fontconfig  lib32-fontconfig  lcms2  lib32-lcms2  libxml2  lib32-libxml2  libxcursor  lib32-libxcursor  libxrandr  lib32-libxrandr  libxdamage  lib32-libxdamage  libxi  lib32-libxi  gettext  lib32-gettext  freetype2  lib32-freetype2  glu  lib32-glu  libsm  lib32-libsm  gcc-libs  lib32-gcc-libs  libpcap  lib32-libpcap  desktop-file-utils
Optional Deps   : giflib
                  lib32-giflib
                  libpng
                  lib32-libpng
                  libldap
                  lib32-libldap
                  gnutls
                  lib32-gnutls
                  mpg123
                  lib32-mpg123
                  openal
                  lib32-openal
                  v4l-utils
                  lib32-v4l-utils
                  libpulse
                  lib32-libpulse
                  alsa-plugins
                  lib32-alsa-plugins
                  alsa-lib
                  lib32-alsa-lib
                  libjpeg-turbo
                  lib32-libjpeg-turbo
                  libxcomposite
                  lib32-libxcomposite
                  libxinerama
                  lib32-libxinerama
                  ncurses
                  lib32-ncurses
                  opencl-icd-loader
                  lib32-opencl-icd-loader
                  libxslt
                  lib32-libxslt
                  libva
                  lib32-libva
                  gtk3
                  lib32-gtk3
                  gst-plugins-base-libs
                  lib32-gst-plugins-base-libs
                  vulkan-icd-loader
                  lib32-vulkan-icd-loader
                  cups
                  samba
                  dosbox
Conflicts With  : wine  wine-wow64
Replaces        : None
Download Size   : 42.36 MiB
Installed Size  : 404.19 MiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Thu 04 May 2017 02:16:56 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ss wine-staging-nine
Repository      : multilib
Name            : wine-staging-nine
Version         : 2.7-1
Description     : A compatibility layer for running Windows programs - Staging branch with the gallium-nine patches
Architecture    : x86_64
URL             : http://www.wine-staging.com
Licenses        : LGPL
Groups          : None
Provides        : wine=2.7  wine-wow64=2.7  wine-staging=2.7
Depends On      : attr  lib32-attr  fontconfig  lib32-fontconfig  lcms2  lib32-lcms2  libxml2  lib32-libxml2  libxcursor  lib32-libxcursor  libxrandr  lib32-libxrandr  libxdamage  lib32-libxdamage  libxi  lib32-libxi  gettext  lib32-gettext  freetype2  lib32-freetype2  glu  lib32-glu  libsm  lib32-libsm  gcc-libs  lib32-gcc-libs  libpcap  lib32-libpcap  desktop-file-utils
Optional Deps   : giflib
                  lib32-giflib
                  libpng
                  lib32-libpng
                  libldap
                  lib32-libldap
                  gnutls
                  lib32-gnutls
                  mpg123
                  lib32-mpg123
                  openal
                  lib32-openal
                  v4l-utils
                  lib32-v4l-utils
                  libpulse
                  lib32-libpulse
                  alsa-plugins
                  lib32-alsa-plugins
                  alsa-lib
                  lib32-alsa-lib
                  libjpeg-turbo
                  lib32-libjpeg-turbo
                  libxcomposite
                  lib32-libxcomposite
                  libxinerama
                  lib32-libxinerama
                  ncurses
                  lib32-ncurses
                  opencl-icd-loader
                  lib32-opencl-icd-loader
                  libxslt
                  lib32-libxslt
                  libva
                  lib32-libva
                  gtk3
                  lib32-gtk3
                  gst-plugins-base-libs
                  lib32-gst-plugins-base-libs
                  vulkan-icd-loader
                  lib32-vulkan-icd-loader
                  cups
                  samba
                  dosbox
Conflicts With  : wine  wine-wow64  wine-staging
Replaces        : None
Download Size   : 42.42 MiB
Installed Size  : 404.60 MiB
Packager        : Laurent Carlier <lordheavym@gmail.com>
Build Date      : Thu 04 May 2017 04:46:19 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyImplementation RequestMediumMedium [wine-stable] add package Closed
100%
Task Description

Add Wine stable version (2.x) as default Wine package.

PackagesAnyPrivacy IssueVery HighCritical [libreoffice*] contains Google API keys Closed
100%
Task Description

Libreoffice contains Google API keys which affects privacy.

PackagesAnySecurity IssueVery HighCritical [libressl] add package as OpenSSL replacement and defau ...Closed
100%
Task Description

LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.

It was forked from the OpenSSL in April 2014 as a response by OpenBSD developers to the Heartbleed security vulnerability in OpenSSL, [4] [5] [6] [7] with the aim of refactoring the OpenSSL code so as to provide a more secure implementation. [8]

As LibreSSL follow the same goals than Hyperbola Packaging Guidelines in stability and security concerns, it should be the default provider of SSL and TLS protocols for Hyperbola Project.

PackagesAnyFeature RequestHighHigh [aircrack-ng] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si aircrack-ng
Repository      : community
Name            : aircrack-ng
Version         : 1.2rc4-4
Description     : Key cracker for the 802.11 WEP and WPA-PSK protocols
Architecture    : x86_64
URL             : https://www.aircrack-ng.org
Licenses        : GPL2
Groups          : None
Provides        : aircrack-ng-scripts
Depends On      : openssl  sqlite  iw  net-tools  wireless_tools  ethtool
Optional Deps   : None
Conflicts With  : aircrack-ng-scripts
Replaces        : aircrack-ng-scripts
Download Size   : 375.88 KiB
Installed Size  : 1627.00 KiB
Packager        : Jonathan Steel <jsteel@archlinux.org>
Build Date      : Mon 27 Mar 2017 04:13:22 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [android-tools] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si android-tools
Repository      : community
Name            : android-tools
Version         : 7.1.2_r6-1
Description     : Android platform tools
Architecture    : x86_64
URL             : http://tools.android.com/
Licenses        : Apache  MIT
Groups          : None
Provides        : None
Depends On      : openssl  pcre
Optional Deps   : python: for mkbootimg script
Conflicts With  : None
Replaces        : None
Download Size   : 202.90 KiB
Installed Size  : 611.00 KiB
Packager        : Anatol Pomozov <anatol.pomozov@gmail.com>
Build Date      : Mon 24 Apr 2017 11:39:51 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [apache] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si apache
Repository      : extra
Name            : apache
Version         : 2.4.25-2.hyperbola2
Description     : A high performance Unix-based HTTP server, with OpenRC support
Architecture    : x86_64
URL             : https://www.apache.org/dist/httpd
Licenses        : APACHE
Groups          : None
Provides        : None
Depends On      : zlib  apr-util  pcre  libnghttp2  openssl
Optional Deps   : lua: for mod_lua module
                  libxml2: for mod_proxy_html, mod_xml2enc modules
                  lynx: apachectl status
Conflicts With  : None
Replaces        : None
Download Size   : 1436.89 KiB
Installed Size  : 5678.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Mon 25 Sep 2017 09:13:27 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [arch-audit] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si arch-audit
Repository      : community
Name            : arch-audit
Version         : 0.1.8-3
Description     : An utility like pkg-audit based on Arch CVE Monitoring Team data
Architecture    : x86_64
URL             : https://github.com/ilpianista/arch-audit
Licenses        : MIT
Groups          : None
Provides        : None
Depends On      : curl  openssl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 584.06 KiB
Installed Size  : 1931.00 KiB
Packager        : Christian Rebischke <Chris.Rebischke@archlinux.org>
Build Date      : Thu 27 Apr 2017 12:43:21 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [argyllcms] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si argyllcms
Repository      : community
Name            : argyllcms
Version         : 1.9.2-1
Description     : An ICC compatible color management system with support for different colorimeter hardware
Architecture    : x86_64
URL             : http://www.argyllcms.com/
Licenses        : GPL  AGPL
Groups          : None
Provides        : None
Depends On      : libtiff  libxss  libxinerama  libxxf86vm  libxrandr  openssl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 8.44 MiB
Installed Size  : 98.79 MiB
Packager        : Timothy Redaelli <timothy.redaelli@gmail.com>
Build Date      : Tue 25 Oct 2016 12:09:46 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [axel] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si axel
Repository      : community
Name            : axel
Version         : 2.12-2
Description     : Light command line download accelerator
Architecture    : x86_64
URL             : https://github.com/eribertomota/axel
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : glibc  openssl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 33.15 KiB
Installed Size  : 90.00 KiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Sat 11 Feb 2017 05:06:04 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [badvpn] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si badvpn
Repository      : community
Name            : badvpn
Version         : 1.999.130-2
Description     : Peer-to-peer VPN system, and NCD, a programming language for network interface configuration
Architecture    : x86_64
URL             : https://github.com/ambrop72/badvpn
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : nss  openssl  iproute2
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 436.70 KiB
Installed Size  : 1636.00 KiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Tue 14 Feb 2017 03:03:36 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [bigloo] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si bigloo
Repository      : extra
Name            : bigloo
Version         : 4.3a-1
Description     : Fast scheme compiler
Architecture    : x86_64
URL             : http://www-sop.inria.fr/mimosa/fp/Bigloo/
Licenses        : GPL  LGPL
Groups          : None
Provides        : None
Depends On      : gmp  openssl  libunistring
Optional Deps   : java-environment
                  emacs
                  zip
                  sqlite
                  alsa-lib
                  flac
                  avahi
Conflicts With  : None
Replaces        : None
Download Size   : 13.46 MiB
Installed Size  : 78.14 MiB
Packager        : Juergen Hoetzel <juergen@archlinux.org>
Build Date      : Wed 03 May 2017 03:03:54 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyFeature RequestHighHigh [bind] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [bind-tools] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [bip] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [bitcoin-tx] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [boinctui] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [borg] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [cgit] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [coreutils] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [couchdb] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [cowpatty] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [curl] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [dillo] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [dovecot] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [dsniff] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [dspam] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [easy-rsa] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [efitools] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [ejabberd] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [elinks] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [encfs] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [epic4] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [erlang] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [erlang-nox] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [esmtp] rebuild package against libressl Closed
100%
PackagesAnyFeature RequestHighHigh [ettercap] rebuild package against libressl Closed
100%
Showing tasks 1 - 50 of 705 Page 1 of 15

Available keyboard shortcuts

Tasklist

Task Details

Task Editing