summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml6
-rw-r--r--.rubocop_todo.yml13
-rwxr-xr-xprivate/dovecot-pgsql/dovecot-pgsql.SlackBuild2
-rw-r--r--private/dovecot-pgsql/dovecot-pgsql.info6
4 files changed, 5 insertions, 22 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 85e4686..84e46b5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,5 +1,3 @@
-inherit_from: .rubocop_todo.yml
-
AllCops:
Exclude:
- 'vendor/**/*'
@@ -7,15 +5,12 @@ AllCops:
- 'slackbuilds/**/*'
- 'bin/bundle'
- 'bin/cap*'
- - 'bin/rails'
- 'bin/rake'
- 'bin/rspec'
- 'bin/rubocop'
- 'bin/setup'
- 'bin/spring'
- 'bin/update'
- - 'bin/webpack*'
- - '**/db/*schema.rb'
- 'pkg/**/*'
TargetRubyVersion: '3.0'
@@ -40,6 +35,7 @@ Layout/EndAlignment:
EnforcedStyleAlignWith: variable
Metrics/BlockLength:
+ Max: 55
IgnoredMethods:
- describe
- refine
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
deleted file mode 100644
index 067009a..0000000
--- a/.rubocop_todo.yml
+++ /dev/null
@@ -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
diff --git a/private/dovecot-pgsql/dovecot-pgsql.SlackBuild b/private/dovecot-pgsql/dovecot-pgsql.SlackBuild
index e901a45..612f223 100755
--- a/private/dovecot-pgsql/dovecot-pgsql.SlackBuild
+++ b/private/dovecot-pgsql/dovecot-pgsql.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dovecot-pgsql
-VERSION=${VERSION:-2.3.17}
+VERSION=${VERSION:-2.3.17.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=dovecot
diff --git a/private/dovecot-pgsql/dovecot-pgsql.info b/private/dovecot-pgsql/dovecot-pgsql.info
index 3297809..a8d74d1 100644
--- a/private/dovecot-pgsql/dovecot-pgsql.info
+++ b/private/dovecot-pgsql/dovecot-pgsql.info
@@ -1,8 +1,8 @@
PRGNAM="dovecot-pgsql"
-VERSION="2.3.17"
+VERSION="2.3.17.1"
HOMEPAGE="https://dovecot.org/"
-DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.17.tar.gz"
-MD5SUM="b9e928ebba1e7a523ab5616025c9f245"
+DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.17.1.tar.gz"
+MD5SUM="9b67ec4f21e5ecfcfb32fd5f412b511b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"