Provided 1.3 release still contains only 1.2 version
lrupp opened this issue · 4 comments
The download provided at the "release" Github page as well as the tagged 1.3 version (and the https://github.com/mattrude/rc-plugin-fail2ban/archive/1.3.tar.gz version link in the README) still have the 1.2 version in the composer.json as well as in the documentation.
I assume that the current master branch is 1.3 while the tagged 1.3 version is 1.2 in reality.
Proposed patch:
Index: rc-plugin-fail2ban-1.3/composer.json
===================================================================
--- rc-plugin-fail2ban-1.3.orig/composer.json
+++ rc-plugin-fail2ban-1.3/composer.json
@@ -2,13 +2,13 @@
"name": "fail2ban",
"description": "displays failed login attempts in your syslog or userlogins log file",
"keywords": ["fail2ban", "security"],
- "homepage": "https://github.com/mattrude/rc-plugin-fail2ban",
+ "homepage": "https://mattrude.github.io/rc-plugin-fail2ban/",
"license": "GPL-3.0",
"type": "roundcube-plugin",
- "version": "1.2",
+ "version": "1.3",
"extra": {
"roundcube": {
"min-version": "0.3"
}
}
-}
\ No newline at end of file
+}
Index: rc-plugin-fail2ban-1.3/readme.md
===================================================================
--- rc-plugin-fail2ban-1.3.orig/readme.md
+++ rc-plugin-fail2ban-1.3/readme.md
@@ -2,15 +2,16 @@
RoundCube Fail2Ban Plugin is a small plugin that will display a failed login attempts in your syslog or userlogins log file. Using this information [Fail2Ban](http://www.fail2ban.org) will be able to block a user for a set amount of time. The best part, the block is happening at the IP level and blocks the IP address, not the user they are trying to log in as.
-If you would like to help translating this plugin, or you see a problem with the current translation, please [contact me][1].
+If you would like to help translate this plugin, or you see a problem with the current translation, please [contact me][1].
-This plugin dose not install or run Fail2Ban, but only provides the program with the needed log entries. Fail2Ban needs to be setup and running independent of this plugin and will watch roundcubes logs for failed logins.
+This plugin dose not install or run Fail2Ban, but only provides the program with the needed log entries. Fail2Ban has to be installed and configured independent of this plugin so that it watches Roundcube's logs for failed logins.
## Download
-The Current Version is 1.2 released on July, 26th 2014.
+The Current Version is 1.3 released on Sept, 28th 2015.
+* RoundCube Fil2Ban Plugin - Version 1.3 - [tgz](https://github.com/mattrude/rc-plugin-fail2ban/archive/1.3.tar.gz) | [zip](https://github.com/mattrude/rc-plugin-fail2ban/archive/1.3.zip) | [git](http://github.com/mattrude/rc-plugin-fail2ban/tree/1.3)
* RoundCube Fil2Ban Plugin - Version 1.2 - [tgz](https://github.com/mattrude/rc-plugin-fail2ban/archive/1.2.tar.gz) | [zip](https://github.com/mattrude/rc-plugin-fail2ban/archive/1.2.zip) | [git](http://github.com/mattrude/rc-plugin-fail2ban/tree/1.2)
* RoundCube Fil2Ban Plugin - Version 1.1 - [tgz][2] | [zip][3] | [git][4]
* RoundCube Fil2Ban Plugin - Version 1.0 - [tgz][5] | [zip][6] | [git][7]
There is not much that I can do here, as you tagged the version and the release.
I like to suggest to release a version 1.3.1 (or 1.4) instead, which fixes the issue.
If you want me to provide you a pull request for this, I'm ok with it. But just need to know which version number you like to give the next tag/release ;-)
Understood and I agree, a new release needs to be build.
I really don't have the time now to do it, but you are welcome to :)
(You should have access to do it if you wish, if not, I can in about a week or two.)
Shoot me an email if you have any questions.