Packages

Category Task Type Priority Severity Summary Status  desc Progress
StableBug ReportVery LowVery Low[spamassassin] has different directory permissions than...Deferred
0%
Task Description

Description:
The /usr/sbin directory in spamassassin has permissions 755
https://git.hyperbola.info:50100/packages/extra.git/tree/spamassassin/PKGBUILD#n88

And ‘filesystem’ sets it to 750
https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135

So when installing spamassassin, pacman throws a warning

warning: directory permissions differ on /usr/sbin/
filesystem: 750  package: 755

Additional info:
* spamassassin 3.4.2-1.hyperbola2

StableBug ReportVery LowVery Low[postfix] has different directory permissions than 'fil...Deferred
0%
Task Description

Description:
The /usr/sbin directory in postfix has permissions 755
https://git.hyperbola.info:50100/packages/extra.git/tree/postfix/PKGBUILD#n115

And ‘filesystem’ sets it to 750
https://git.hyperbola.info:50100/packages/core.git/tree/filesystem/PKGBUILD#n135

So when installing postfix, pacman throws a warning

warning: directory permissions differ on /usr/sbin/
filesystem: 750  package: 755

Additional info:
* postfix-3.2.2-1.hyperbola6

AnyBug 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.

AnyFreedom IssueMediumMedium[filesystem] Review of permissionsUnconfirmed
0%
Task Description

Description: Packages leaves warnings about installation being within difference of the filesystem. So the package filesystem should get another review in time and warnings get therefore a solution.

StableBug ReportVery LowVery Low[fail2ban] update dovecot failregex to support verbose ...Unconfirmed
0%
Task Description

Description:
The /etc/fail2ban/filter.d/dovecot.conf file has a failregex with the following:

^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user\s*$

and works with things like:

Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user

but with verbosity enabled in Dovecot, this output looks like this:

Month day time hostname dovecot: auth: passwd-file(user@domain.com,IP): unknown user (given password: password)

and in this case it doesn’t work, but it does if we fix the failregex if we replace it with:

^%(__prefix_line)s(?:auth|auth-worker\(\d+\)): (?:pam|passwd-file)\(\S+,<HOST>\): unknown user( \(given password: \S*\))?\s*$

with this new expression, it works with and without verbosity

And regarding postfix, to make it work correctly I “backported” some pieces from newest failregex:

/etc/fail2ban/postfixr-rbl.conf:

^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: [45]54 [45]\.7\.1 Service unavailable; Client host \[\S+\] blocked using .* from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$

/etc/fail2ban/postfix.conf: (second failregex)

^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: 45[04] 4\.7\.1 Client host rejected: cannot find your (reverse )?hostname, (\[\S*\]); from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$

I can create a patch if you want. Note that I haven’t tested all filters, some others may also need some rework

Additional info:
* fail2ban-0.9.6-2.hyperbola3

AnyFeature 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
AnyFeature 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
AnyFeature 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
AnyFeature 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
AnyFeature 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
AnyFeature 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
AnyFeature RequestHighHigh [bip] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si bip
Repository      : community
Name            : bip
Version         : 0.9.0rc1-1
Description     : Multiuser IRC proxy that supports replaying of logged conversations.
Architecture    : x86_64
URL             : http://bip.milkypond.org/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : openssl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 87.95 KiB
Installed Size  : 264.00 KiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Sat 18 Feb 2017 07:36:54 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [bitcoin-tx] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si bitcoin-tx
Repository      : community
Name            : bitcoin-tx
Version         : 0.13.2-5
Description     : Bitcoin is a peer-to-peer network based digital currency - Transaction tool
Architecture    : x86_64
URL             : http://www.bitcoin.org/
Licenses        : MIT
Groups          : None
Provides        : None
Depends On      : boost-libs  openssl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 373.77 KiB
Installed Size  : 993.00 KiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Fri 03 Mar 2017 04:52:39 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [boinctui] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si boinctui
Repository      : community
Name            : boinctui
Version         : 2.4.4-2
Description     : Curses based fullscreen BOINC manager
Architecture    : x86_64
URL             : https://sourceforge.net/projects/boinctui/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : expat  gcc-libs  openssl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 80.99 KiB
Installed Size  : 225.00 KiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Tue 14 Feb 2017 03:06:12 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [borg] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si borg
Repository      : community
Name            : borg
Version         : 1.0.10-2
Description     : Deduplicating backup program with compression and authenticated encryption
Architecture    : x86_64
URL             : https://borgbackup.github.io/
Licenses        : BSD
Groups          : None
Provides        : borgbackup
Depends On      : acl  lz4  openssl  python-msgpack  python-setuptools  xz
Optional Deps   : openssh: repositories on remote hosts
                  python-llfuse: mounting backups as a FUSE file system
Conflicts With  : None
Replaces        : borgbackup
Download Size   : 476.14 KiB
Installed Size  : 2444.00 KiB
Packager        : Lukas Fleischer <lfleischer@archlinux.org>
Build Date      : Wed 01 Mar 2017 02:20:10 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [cgit] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si cgit
Repository      : community
Name            : cgit
Version         : 1.1-2
Description     : A web interface for git written in plain C
Architecture    : x86_64
URL             : http://git.zx2c4.com/cgit/
Licenses        : GPL2
Groups          : None
Provides        : None
Depends On      : openssl  luajit
Optional Deps   : python-pygments: syntax highlighting support
                  python-markdown: about page formated with markdown
                  mime-types: serve file with correct content-type header
Conflicts With  : None
Replaces        : None
Download Size   : 471.36 KiB
Installed Size  : 1172.00 KiB
Packager        : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date      : Fri 17 Feb 2017 02:29:44 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [couchdb] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si couchdb
Repository      : community
Name            : couchdb
Version         : 2.0.0-13
Description     : A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON
Architecture    : x86_64
URL             : http://couchdb.apache.org
Licenses        : APACHE
Groups          : None
Provides        : None
Depends On      : icu  erlang-nox  js185  openssl  curl  util-linux
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 17.57 MiB
Installed Size  : 38.42 MiB
Packager        : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date      : Sun 30 Apr 2017 03:35:14 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [cowpatty] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si cowpatty
Repository      : community
Name            : cowpatty
Version         : 4.6-8
Description     : Wireless WPA/WPA2 PSK handshake cracking utility
Architecture    : x86_64
URL             : http://www.willhackforsushi.com/?page_id=50
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : openssl  libpcap
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 50.42 KiB
Installed Size  : 150.00 KiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Fri 03 Mar 2017 05:47:08 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [dillo] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si dillo
Repository      : community
Name            : dillo
Version         : 3.0.5-5.hyperbola1
Description     : A small, fast graphical web browser built on FLTK, with openssl support
Architecture    : x86_64
URL             : https://www.dillo.org
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : fltk  libjpeg  perl  openssl  libpng  gcc-libs  libxcursor  libxi  libxinerama  openssl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 378.10 KiB
Installed Size  : 1332.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Sat 18 Nov 2017 02:47:36 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [dovecot] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si dovecot
Repository      : community
Name            : dovecot
Version         : 2.2.29.1-1
Description     : An IMAP and POP3 server written with security primarily in mind
Architecture    : x86_64
URL             : http://dovecot.org/
Licenses        : LGPL
Groups          : None
Provides        : imap-server  pop3-server
Depends On      : krb5  openssl  sqlite  libmariadbclient  postgresql-libs  bzip2  lz4  expat  curl  pam
Optional Deps   : libldap: ldap plugin
                  xz: imap zlib plugin
                  clucene: alternative FTS indexer
Conflicts With  : None
Replaces        : None
Download Size   : 2.67 MiB
Installed Size  : 10.60 MiB
Packager        : Johannes Löthberg <johannes@kyriasis.com>
Build Date      : Mon 01 May 2017 09:28:36 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [dsniff] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si dsniff
Repository      : community
Name            : dsniff
Version         : 2.4b1-26
Description     : Collection of tools for network auditing and penetration testing
Architecture    : x86_64
URL             : http://www.monkey.org/~dugsong/dsniff/
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : libpcap  openssl  libxmu  glib2  libnet  libnids
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 88.60 KiB
Installed Size  : 318.00 KiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Fri 03 Mar 2017 06:01:45 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [dspam] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si dspam
Repository      : community
Name            : dspam
Version         : 3.10.2-14
Description     : A scalable, open-source statistical anti-spam filter
Architecture    : x86_64
URL             : http://dspam.nuclearelephant.com/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : readline  libcap  ncurses  zlib  openssl
Optional Deps   : libmariadbclient: MariaDB support
                  postgresql-libs: PostgreSQL support
                  db: BerkeleyDB support
                  sqlite: SQLite support
                  clamav: ClamAV support
                  libldap: external lookup support
Conflicts With  : None
Replaces        : None
Download Size   : 304.10 KiB
Installed Size  : 1678.00 KiB
Packager        : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date      : Tue 24 Jan 2017 08:30:55 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [easy-rsa] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si easy-rsa
Repository      : extra
Name            : easy-rsa
Version         : 3.0.1-1
Description     : Simple shell based CA utility
Architecture    : any
URL             : https://github.com/OpenVPN/easy-rsa
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : openssl  sh
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 27.96 KiB
Installed Size  : 80.00 KiB
Packager        : Christian Hesse <arch@eworm.de>
Build Date      : Fri 15 Jul 2016 02:56:51 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [ejabberd] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si ejabberd
Repository      : community
Name            : ejabberd
Version         : 17.04-1
Description     : Jabber server written in Erlang
Architecture    : x86_64
URL             : http://www.ejabberd.im/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : expat  openssl  zlib  erlang-nox  pam  iproute2  erlang-unixodbc  libyaml  sqlite
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 10.12 MiB
Installed Size  : 18.50 MiB
Packager        : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date      : Mon 24 Apr 2017 12:28:55 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [elinks] rebuild package against libressl Closed
100%
Task Description

Rebuild package against libressl, since it depends on openssl.

$ pacman -Si elinks
Repository      : community
Name            : elinks
Version         : 0.13-18
Description     : An advanced and well-established feature-rich text mode web browser.
Architecture    : x86_64
URL             : http://elinks.or.cz
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : bzip2  expat>=2.0  gpm>=1.20.4  openssl  lua51  libidn  js185  gc  tre  zlib
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 795.70 KiB
Installed Size  : 2733.00 KiB
Packager        : Kyle Keen <keenerd@gmail.com>
Build Date      : Wed 15 Mar 2017 09:40:19 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
AnyFeature RequestHighHigh [encfs] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [epic4] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [erlang] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [erlang-nox] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [esmtp] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [ettercap] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [ettercap-gtk] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [exim] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [fdm] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [fetchmail] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [fossil] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [freerdp] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [gambas3-gb-openssl] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [gftp] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [gnustep-base] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [gsoap] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [gwenhywfar] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [haproxy] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [hexchat] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [hfsprogs] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [hostapd] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [httping] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [httrack] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [hydra] rebuild package against libressl Closed
100%
AnyFeature RequestHighHigh [inn] rebuild package against libressl Closed
100%
Showing tasks 1 - 50 of 1517 Page 1 of 31

Available keyboard shortcuts

Tasklist

Task Details

Task Editing