dovecot-pgsql: Updated for version 2.3.17.1

This commit is contained in:
Eugen Wissner 2021-12-08 09:09:51 +01:00
parent 1f736d793c
commit 0c6c392c8c
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
4 changed files with 5 additions and 22 deletions

View File

@ -1,5 +1,3 @@
inherit_from: .rubocop_todo.yml
AllCops: AllCops:
Exclude: Exclude:
- 'vendor/**/*' - 'vendor/**/*'
@ -7,15 +5,12 @@ AllCops:
- 'slackbuilds/**/*' - 'slackbuilds/**/*'
- 'bin/bundle' - 'bin/bundle'
- 'bin/cap*' - 'bin/cap*'
- 'bin/rails'
- 'bin/rake' - 'bin/rake'
- 'bin/rspec' - 'bin/rspec'
- 'bin/rubocop' - 'bin/rubocop'
- 'bin/setup' - 'bin/setup'
- 'bin/spring' - 'bin/spring'
- 'bin/update' - 'bin/update'
- 'bin/webpack*'
- '**/db/*schema.rb'
- 'pkg/**/*' - 'pkg/**/*'
TargetRubyVersion: '3.0' TargetRubyVersion: '3.0'
@ -40,6 +35,7 @@ Layout/EndAlignment:
EnforcedStyleAlignWith: variable EnforcedStyleAlignWith: variable
Metrics/BlockLength: Metrics/BlockLength:
Max: 55
IgnoredMethods: IgnoredMethods:
- describe - describe
- refine - refine

View File

@ -1,13 +0,0 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-02-05 05:40:54 UTC using RuboCop version 1.8.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
Max: 55

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dovecot-pgsql PRGNAM=dovecot-pgsql
VERSION=${VERSION:-2.3.17} VERSION=${VERSION:-2.3.17.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
SRCNAM=dovecot SRCNAM=dovecot

View File

@ -1,8 +1,8 @@
PRGNAM="dovecot-pgsql" PRGNAM="dovecot-pgsql"
VERSION="2.3.17" VERSION="2.3.17.1"
HOMEPAGE="https://dovecot.org/" HOMEPAGE="https://dovecot.org/"
DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.17.tar.gz" DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.17.1.tar.gz"
MD5SUM="b9e928ebba1e7a523ab5616025c9f245" MD5SUM="9b67ec4f21e5ecfcfb32fd5f412b511b"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="postgresql" REQUIRES="postgresql"