[packages/hdfmonkey] - updated to 0.4

2017-08-10 Thread witekfl
commit ad97e9213798e6a48b5167ad78c295287e33c169
Author: Witold Filipczyk 
Date:   Thu Aug 10 10:47:13 2017 +0200

- updated to 0.4

 hdfmonkey.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/hdfmonkey.spec b/hdfmonkey.spec
index 3024ed2..a017446 100644
--- a/hdfmonkey.spec
+++ b/hdfmonkey.spec
@@ -1,11 +1,11 @@
 Summary:   A Swiss Army Knife for manipulating HDF disk images
 Name:  hdfmonkey
-Version:   0.3
+Version:   0.4
 Release:   1
 License:   GPL v3+
 Group: Applications/System
-Source0:   
ftp://ftp.untergrund.net/users/gasman/zx/hdfmonkey/%{name}-%{version}.tar.gz
-# Source0-md5: 983dee422a00c1df8357d212462e5e9e
+Source0:   
http://files.zxdemo.org/gasman/speccy/hdfmonkey/%{name}-%{version}.tar.gz
+# Source0-md5: 77324a62834d050038a39309e2bbf687
 URL:   http://github.com/gasman/hdfmonkey
 BuildRequires: autoconf
 BuildRequires: automake
@@ -42,5 +42,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc CHANGELOG README
 %attr(755,root,root) %{_bindir}/hdfmonkey


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hdfmonkey.git/commitdiff/ad97e9213798e6a48b5167ad78c295287e33c169

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: hdfmonkey: hdfmonkey-0.4.tar.gz

2017-08-10 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: http://files.zxdemo.org/gasman/speccy/hdfmonkey/hdfmonkey-0.4.tar.gz
77324a62834d050038a39309e2bbf687  hdfmonkey-0.4.tar.gz
Size: 169124 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/vlc/dev-3.0] up to 20170710 snap

2017-08-10 Thread atler
commit 830fb9419887fa8e7ef56d7eceee9e8ab93b771a
Author: Jan Palus <at...@pld-linux.org>
Date:   Fri Aug 11 00:03:32 2017 +0200

up to 20170710 snap

- SDL output and directfb plugin dropped
- updated BRs

 ffmpeg3.patch | 209 --
 vlc.spec  |  69 ---
 2 files changed, 28 insertions(+), 250 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 32d56a7..a1a06d9 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -21,7 +21,6 @@
 %bcond_without bonjour # bonjour service discovery plugin
 %bcond_without caca# caca video output plugin
 %bcond_without crystalhd   # crystalhd codec plugin
-%bcond_without directfb# directfb video output plugin
 %bcond_without dv  # dv access plugins
 %bcond_withfdk_aac # FDK-AAC encoder plugin (GPL 3 incompatible; 
enable as subpackage?)
 %bcond_withfreerdp # RDP/Remote Desktop client support
@@ -52,7 +51,7 @@
 %bcond_without xmas# disable "xmas joke" icons provided by vlc 
[unmaintained patch]
 
 %defineqt_ver  5.2.0
-%definesnap20170715-0247
+%definesnap20170810-0240
 %definerel 0.%(echo %{snap} | tr - _).1
 
 %ifnarch i686 pentium4 athlon %{x8664} x32
@@ -70,14 +69,13 @@ Release:%{rel}
 License:   GPL v2+
 Group: X11/Applications/Multimedia
 Source0:   
https://nightlies.videolan.org/build/source/vlc-%{version}-%{snap}-git.tar.xz
-# Source0-md5: e3612373592a0a2b43bef1ace08ad240
+# Source0-md5: fdc8b20f8b63ad37805b2d4494d1fa7d
 Patch0:%{name}-buildflags.patch
 Patch1:%{name}-tremor.patch
 Patch2:%{name}-mpc.patch
 Patch3:xmas-sucks.patch
 Patch4:no-cache.patch
 URL:   http://www.videolan.org/vlc/
-%{?with_directfb:BuildRequires:DirectFB-devel}
 # 1.0 for X11 or GLESv1, 1.1 for GLESv2
 BuildRequires: EGL-devel >= %{?with_glesv2:1.1}%{!?with_glesv2:1.0}
 BuildRequires: OpenGL-devel
@@ -87,11 +85,12 @@ BuildRequires:  Qt5Core-devel >= %{qt_ver}
 BuildRequires: Qt5Gui-devel >= %{qt_ver}
 BuildRequires: Qt5Widgets-devel >= %{qt_ver}
 BuildRequires: Qt5X11Extras-devel >= %{qt_ver}
-BuildRequires: SDL-devel >= 1.2.10
 BuildRequires: SDL_image-devel >= 1.2.10
 BuildRequires: a52dec-libs-devel >= 0.7.3
 %{?with_aalib:BuildRequires:   aalib-devel}
 %{?with_alsa:BuildRequires:alsa-lib-devel >= 1.0.24}
+BuildRequires: aribb24-devel >= 1.0.1
+BuildRequires: aribb25-devel >= 0.2.6
 BuildRequires: asdcplib-devel
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -101,25 +100,27 @@ BuildRequires:dbus-devel >= 1.6.0
 BuildRequires: desktop-file-utils
 BuildRequires: faad2-devel >= 2.5
 %{?with_fdk_aac:BuildRequires: fdk-aac-devel}
-# libavcodec >= 55.42.100, libavformat >= 53.21.0, libavutil >= 52.4.0, 
libswscale, libpostproc
-BuildRequires: ffmpeg-devel >= 0.4.9-4.20080131.1
+# libavcodec >= 57.37.100, libavformat >= 53.21.0, libavutil >= 52.4.0, 
libswscale, libpostproc
+BuildRequires: ffmpeg-devel >= 3.1
 BuildRequires: flac-devel >= 1.1.3
 BuildRequires: fluidsynth-devel >= 1.1.2
-BuildRequires: fontconfig-devel
+BuildRequires: fontconfig-devel >= 2.11
 %{?with_freerdp:BuildRequires: freerdp-devel >= 1.0.1}
 BuildRequires: freetype-devel >= 2
 BuildRequires: fribidi-devel
 BuildRequires: game-music-emu-devel
 BuildRequires: gettext-tools >= 0.18.3
-%{?with_gnutls:BuildRequires:  gnutls-devel >= 3.0.20}
+%{?with_gnutls:BuildRequires:  gnutls-devel >= 3.3.6}
 BuildRequires: gstreamer-plugins-base-devel >= 1.0
 %{?with_notify:BuildRequires:  gtk+2-devel >= 2.0}
+BuildRequires: harfbuzz-devel
 # >= 0.120.1 < 1.0 or >= 1.9.7
 %{?with_jack:BuildRequires:jack-audio-connection-kit-devel >= 0.120.1}
 %{?with_kde:BuildRequires: kde4-kdelibs}
+BuildRequires: libarchive-devel >= 3.1.0
 BuildRequires: libass-devel >= 0.9.8
 %{?with_dv:BuildRequires:  libavc1394-devel >= 0.5.3}
-BuildRequires: libbluray-devel >= 0.3.0
+BuildRequires: libbluray-devel >= 0.6.2
 %{?with_caca:BuildRequires:libcaca-devel >= 0.99-0.beta14}
 BuildRequires: libcddb-devel >= 0.9.5
 BuildRequires: libcdio-devel >= 0.78.2
@@ -127,11 +128,11 @@ BuildRequires:libchromaprint-devel >= 0.6.0
 %{?with_crystalhd:BuildRequires:   libcrystalhd-devel}
 BuildRequires: libdc1394-devel >= 2.1.0
 BuildRequires: libdts-devel >= 0.0.5
-BuildRequires: libdvbpsi-devel >= 1.1.0
+BuildRequires: libdvbpsi-devel >= 1.2.0
 BuildRequires: libdvdnav-devel >= 4.9.1
 BuildRequires: libdvdread-devel >= 4.9.1
 BuildRequires: libebml-devel >= 1.0.0
-BuildRequires: libgcrypt-devel >= 1.1.94
+BuildRequires: libgcrypt-devel >= 1.6.0
 BuildRequires: libgoom2-devel
 BuildRequires: libidn-devel
 Build

DISTFILES: vlc: vlc-3.0.0-20170810-0240-git.tar.xz

2017-08-10 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://nightlies.videolan.org/build/source/vlc-3.0.0-20170810-0240-git.tar.xz
fdc8b20f8b63ad37805b2d4494d1fa7d  vlc-3.0.0-20170810-0240-git.tar.xz
Size: 22346968 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: whois: whois_5.2.17.tar.xz

2017-08-10 Thread glen
Request by: glen


Files fetched: 1

STORED: http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.17.tar.xz
6f7a9462b4490cf272e2a37cff7d79e4  whois_5.2.17.tar.xz
Size: 82360 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: subversion: subversion-1.9.7.tar.bz2

2017-08-10 Thread atler
Request by: atler


Files fetched: 1

STORED: http://www.apache.org/dist/subversion/subversion-1.9.7.tar.bz2
05b0c677681073920f938c1f322e0be2  subversion-1.9.7.tar.bz2
Size: 7881909 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/whois] up to 5.2.17

2017-08-10 Thread glen
commit 5eb20b60d66dd83e046dc6368869ed880fa4ba1a
Author: Elan Ruusamäe 
Date:   Thu Aug 10 22:10:25 2017 +0300

up to 5.2.17

whois (5.2.17) unstable; urgency=high

  * Fixed whois referrals for .com, .net, .jobs, .bz, .cc and .tv, broken
by an ICANN-mandated output change:
https://www.icann.org/resources/pages/rdds-labeling-policy-2017-02-01-en
  * Added the .xn--2scrj9c (ಭಾರತ, India), .xn--3hcrj9c (ଭାରତ, India),
.xn--45br5cyl (ভাৰত, India), .xn--h2breg3eve (भारतम्India),
.xn--h2brj9c8c (भारोत, India), .xn--mgbbh1a (ﺏﺍﺮﺗ, India),
.xn--mgbgu82a (ڀﺍﺮﺗ, India) and .xn--rvc1e0am3e (ഭാരതം, India)
TLD servers.
  * Updated the list of new gTLDs.
  * whois.1: fixed a typo. (Closes: #866742)

 -- Marco d'Itri   Thu, 27 Jul 2017 17:08:47 +0200

whois (5.2.16) unstable; urgency=medium

  * Fixed parsing of 6to4 addresses broken in 5.2.15.
  * Updated the .do TLD server.
  * Updated the list of new gTLDs.

 -- Marco d'Itri   Mon, 13 Mar 2017 01:40:38 +0100

 whois.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/whois.spec b/whois.spec
index 56cf65a..c3c2131 100644
--- a/whois.spec
+++ b/whois.spec
@@ -3,15 +3,15 @@ Summary(pl.UTF-8):Rozszerzony klient WHOIS
 Summary(ru.UTF-8): Улучшенный клиент WHOIS
 Summary(uk.UTF-8): Покращений клієнт WHOIS
 Name:  whois
-Version:   5.2.15
+Version:   5.2.17
 Release:   1
 License:   GPL v2+
 Group: Networking/Utilities
 Source0:   
http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
-# Source0-md5: ef99ddbb9105106aa72f7485960d8a10
+# Source0-md5: 6f7a9462b4490cf272e2a37cff7d79e4
 Patch0:%{name}-idn.patch
 Patch1:%{name}-config.patch
-URL:   http://www.linux.it/~md/software/
+URL:   https://github.com/rfc1036/whois
 BuildRequires: gettext-tools
 BuildRequires: libidn-devel
 BuildRequires: perl-base


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/whois.git/commitdiff/5eb20b60d66dd83e046dc6368869ed880fa4ba1a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/subversion] up to 1.9.7 (fixes CVE-2017-9800)

2017-08-10 Thread atler
commit 0bcc387f88f0d9a863c9ec6a1a394aafce14e1b8
Author: Jan Palus 
Date:   Thu Aug 10 21:13:33 2017 +0200

up to 1.9.7 (fixes CVE-2017-9800)

 subversion.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/subversion.spec b/subversion.spec
index 10041c6..c5dbc60 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -50,12 +50,12 @@ Summary:A Concurrent Versioning system similar to but 
better than CVS
 Summary(pl.UTF-8): System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
 Name:  subversion
-Version:   1.9.6
+Version:   1.9.7
 Release:   1
 License:   Apache v2.0
 Group: Development/Version Control
 Source0:   http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
-# Source0-md5: f27e00338d4a9f7f9aec9d4a3f8b418b
+# Source0-md5: 05b0c677681073920f938c1f322e0be2
 Source1:   %{name}-dav_svn.conf
 Source2:   %{name}-authz_svn.conf
 Source3:   %{name}-svnserve.init


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/subversion.git/commitdiff/0bcc387f88f0d9a863c9ec6a1a394aafce14e1b8

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/fail2ban] - up to 0.10.0

2017-08-10 Thread arekm
commit 7037c24e8b96456f4850906a72884736c290eed4
Author: Arkadiusz Miśkiewicz 
Date:   Thu Aug 10 12:09:42 2017 +0200

- up to 0.10.0

 fail2ban.spec |  12 +-
 ipv6.patch| 634 --
 2 files changed, 4 insertions(+), 642 deletions(-)
---
diff --git a/fail2ban.spec b/fail2ban.spec
index d083ba2..e81a314 100644
--- a/fail2ban.spec
+++ b/fail2ban.spec
@@ -1,19 +1,16 @@
-# TODO:
-# - resurrect ipv6 support
 Summary:   Ban IPs that make too many password failures
 Summary(pl.UTF-8): Blokowanie IP powodujących zbyt dużo prób logowań z 
błędnym hasłem
 Name:  fail2ban
-Version:   0.9.7
+Version:   0.10.0
 Release:   1
 License:   GPL
 Group: Daemons
 Source0:   https://github.com/fail2ban/fail2ban/archive/%{version}.tar.gz
-# Source0-md5: 5e9deaea5237382940d5d58f22ca607a
+# Source0-md5: 0f504ae1f8af0ac0b600e34ff48eb374
 Source1:   %{name}.init
 Source2:   %{name}.logrotate
 Source3:   paths-pld.conf
-Patch0:ipv6.patch
-Patch1:logifiles.patch
+Patch0:logifiles.patch
 URL:   http://fail2ban.sourceforge.net/
 BuildRequires: python-devel
 BuildRequires: python-modules
@@ -43,8 +40,7 @@ z sshd czy plikami logów serwera WWW Apache.
 
 %prep
 %setup -q
-#%patch0 -p1
-%patch1 -p1
+%patch0 -p1
 rm setup.cfg
 
 %build
diff --git a/ipv6.patch b/ipv6.patch
deleted file mode 100644
index 628e522..000
--- a/ipv6.patch
+++ /dev/null
@@ -1,634 +0,0 @@
-diff -urN fail2ban-0.8.11.orig/config/action.d/iptables-allports.conf 
fail2ban-0.8.11/config/action.d/iptables-allports.conf
 fail2ban-0.8.11.orig/config/action.d/iptables-allports.conf
2013-11-12 22:06:54.0 +0100
-+++ fail2ban-0.8.11/config/action.d/iptables-allports.conf 2014-01-06 
11:20:42.599243574 +0100
-@@ -2,7 +2,8 @@
- #
- # Author: Cyril Jaquier
- # Modified: Yaroslav O. Halchenko 
--# made active on all ports from original iptables.conf
-+# made active on all ports from original 
fail2ban-iptables.conf
-+# Modified by Paul J aka Thanat0s for ipv6 support
- #
- #
- 
-@@ -17,23 +18,23 @@
- # Notes.:  command executed once at the start of Fail2Ban.
- # Values:  CMD
- #
--actionstart = iptables -N fail2ban-
--  iptables -A fail2ban- -j RETURN
--  iptables -I  -p  -j fail2ban-
-+actionstart = fail2ban-iptables -N fail2ban-
-+  fail2ban-iptables -A fail2ban- -j RETURN
-+  fail2ban-iptables -I  -p  -j fail2ban-
- 
- # Option:  actionstop
- # Notes.:  command executed once at the end of Fail2Ban
- # Values:  CMD
- #
--actionstop = iptables -D  -p  -j fail2ban-
-- iptables -F fail2ban-
-- iptables -X fail2ban-
-+actionstop = fail2ban-iptables -D  -p  -j fail2ban-
-+ fail2ban-iptables -F fail2ban-
-+ fail2ban-iptables -X fail2ban-
- 
- # Option:  actioncheck
- # Notes.:  command executed once before each actionban command
- # Values:  CMD
- #
--actioncheck = iptables -n -L  | grep -q 'fail2ban-[ \t]'
-+actioncheck = fail2ban-iptables -n -L  | grep -q 'fail2ban-[ \t]'
- 
- # Option:  actionban
- # Notes.:  command executed when banning an IP. Take care that the
-@@ -41,7 +42,7 @@
- # Tags:See jail.conf(5) man page
- # Values:  CMD
- #
--actionban = iptables -I fail2ban- 1 -s  -j 
-+actionban = fail2ban-iptables -I fail2ban- 1 -s  -j 
- 
- # Option:  actionunban
- # Notes.:  command executed when unbanning an IP. Take care that the
-@@ -49,7 +50,7 @@
- # Tags:See jail.conf(5) man page
- # Values:  CMD
- #
--actionunban = iptables -D fail2ban- -s  -j 
-+actionunban = fail2ban-iptables -D fail2ban- -s  -j 
- 
- [Init]
- 
-@@ -64,7 +65,7 @@
- protocol = tcp
- 
- # Option:  chain
--# Notesspecifies the iptables chain to which the fail2ban rules should be
-+# Notesspecifies the fail2ban-iptables chain to which the fail2ban rules 
should be
- #  added
- # Values:  STRING  Default: INPUT
- chain = INPUT
-diff -urN fail2ban-0.8.11.orig/config/action.d/iptables-blocktype.conf 
fail2ban-0.8.11/config/action.d/iptables-blocktype.conf
 fail2ban-0.8.11.orig/config/action.d/iptables-blocktype.conf   
2013-11-12 22:06:54.0 +0100
-+++ fail2ban-0.8.11/config/action.d/iptables-blocktype.conf2014-01-06 
15:50:20.525793123 +0100
-@@ -18,5 +18,5 @@
- #  as per the iptables man page (section 8). Common values are DROP
- #  REJECT, REJECT --reject-with icmp-port-unreachable
- # Values:  STRING
--blocktype = REJECT --reject-with icmp-port-unreachable
-+blocktype = REJECT
- 
-diff -urN fail2ban-0.8.11.orig/config/action.d/iptables.conf 
fail2ban-0.8.11/config/action.d/iptables.conf
 fail2ban-0.8.11.orig/config/action.d/iptables.conf 2013-11-12 
22:06:54.0 +0100
-+++ fail2ban-0.8.11/config/action.d/iptables.conf  2014-01-06 
11:29:00.235906639 +0100
-@@ -1,6 +1,7 

DISTFILES: fail2ban: 0.10.0.tar.gz

2017-08-10 Thread arekm
Request by: arekm


Files fetched: 1

STORED: https://github.com/fail2ban/fail2ban/archive/0.10.0.tar.gz
0f504ae1f8af0ac0b600e34ff48eb374  0.10.0.tar.gz
Size: 459813 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: fail2ban: 0.9.7.tar.gz

2017-08-10 Thread arekm
Request by: arekm


Files fetched: 1

STORED: https://github.com/fail2ban/fail2ban/archive/0.9.7.tar.gz
5e9deaea5237382940d5d58f22ca607a  0.9.7.tar.gz
Size: 356374 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/fail2ban] - up to 0.9.7

2017-08-10 Thread arekm
commit 7572e05e5c383443753fa9c0dc9786cfe4e442ff
Author: Arkadiusz Miśkiewicz 
Date:   Thu Aug 10 12:02:52 2017 +0200

- up to 0.9.7

 fail2ban.spec | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/fail2ban.spec b/fail2ban.spec
index 0f8114a..d083ba2 100644
--- a/fail2ban.spec
+++ b/fail2ban.spec
@@ -3,12 +3,12 @@
 Summary:   Ban IPs that make too many password failures
 Summary(pl.UTF-8): Blokowanie IP powodujących zbyt dużo prób logowań z 
błędnym hasłem
 Name:  fail2ban
-Version:   0.9.4
-Release:   2
+Version:   0.9.7
+Release:   1
 License:   GPL
 Group: Daemons
 Source0:   https://github.com/fail2ban/fail2ban/archive/%{version}.tar.gz
-# Source0-md5: 2dc93dff03c4da9fb95d4695e07b65d8
+# Source0-md5: 5e9deaea5237382940d5d58f22ca607a
 Source1:   %{name}.init
 Source2:   %{name}.logrotate
 Source3:   paths-pld.conf
@@ -99,6 +99,7 @@ fi
 %doc CONTRIBUTING.md ChangeLog DEVELOP FILTERS README.md RELEASE THANKS TODO 
COPYING
 %attr(754,root,root) /etc/rc.d/init.d/fail2ban
 %attr(755,root,root) %{_bindir}/fail2ban-client
+%attr(755,root,root) %{_bindir}/fail2ban-python
 %attr(755,root,root) %{_bindir}/fail2ban-regex
 %attr(755,root,root) %{_bindir}/fail2ban-server
 %attr(755,root,root) %{_bindir}/fail2ban-testcases
@@ -111,6 +112,8 @@ fi
 %attr(755,root,root) %{_sysconfdir}/fail2ban/action.d/smtp.py
 %dir %{_sysconfdir}/fail2ban/fail2ban.d
 %dir %{_sysconfdir}/fail2ban/filter.d
+%dir %{_sysconfdir}/fail2ban/filter.d/ignorecommands
+%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/fail2ban/filter.d/ignorecommands/apache-fakegooglebot
 %dir %{_sysconfdir}/fail2ban/jail.d
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fail2ban/*.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fail2ban/*/*.conf
@@ -120,6 +123,7 @@ fi
 %{_mandir}/man1/fail2ban-client.1*
 %{_mandir}/man1/fail2ban-regex.1*
 %{_mandir}/man1/fail2ban-server.1*
+%{_mandir}/man1/fail2ban-testcases.1*
 %{_mandir}/man1/fail2ban.1*
 %attr(750,root,root) %dir /var/lib/%{name}
 %attr(640,root,logs) %ghost /var/log/fail2ban.log


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fail2ban.git/commitdiff/7572e05e5c383443753fa9c0dc9786cfe4e442ff

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/neovim] up to 0.2.0

2017-08-10 Thread glen
commit f7b621b443244f7e8545bd8a3dc9da9cff745a5b
Author: Elan Ruusamäe 
Date:   Thu Aug 10 13:06:33 2017 +0300

up to 0.2.0

 neovim.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/neovim.spec b/neovim.spec
index 1b040d1..2a6e1dc 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -8,12 +8,12 @@
 
 Summary:   Vim-fork focused on extensibility and agility
 Name:  neovim
-Version:   0.1.7
+Version:   0.2.0
 Release:   1
 License:   Apache v2.0
 Group: Applications/Editors/Vim
 Source0:   
https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: f3acb6181f6888b620d11d1822fad982
+# Source0-md5: 9af7f61f9f0b1a2891147a479d185aa2
 URL:   https://neovim.io/
 Source1:   %{name}.desktop
 Source2:   %{name}.svg


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/f7b621b443244f7e8545bd8a3dc9da9cff745a5b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: neovim: neovim-0.2.0.tar.gz

2017-08-10 Thread glen
Request by: glen


Files fetched: 1

STORED: https://github.com/neovim/neovim/archive/v0.2.0/neovim-0.2.0.tar.gz
9af7f61f9f0b1a2891147a479d185aa2  neovim-0.2.0.tar.gz
Size: 7846467 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/fail2ban] - reload is now supported

2017-08-10 Thread arekm
commit 27a5eb571593b47fa5edcc4b68ea30739306187c
Author: Arkadiusz Miśkiewicz 
Date:   Thu Aug 10 13:24:35 2017 +0200

- reload is now supported

 fail2ban.init | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/fail2ban.init b/fail2ban.init
index a9c69e9..210f3ec 100644
--- a/fail2ban.init
+++ b/fail2ban.init
@@ -55,6 +55,16 @@ stop() {
fi
 }
 
+reload() {
+   if [ -f /var/lock/subsys/fail2ban ]; then
+   msg_reloading fail2ban
+   daemon --pidfile /var/run/fail2ban/fail2ban.pid 
/usr/bin/fail2ban-client reload
+   else
+   msg_not_running fail2ban
+   fi
+}
+
+
 condrestart() {
if [ -f /var/lock/subsys/fail2ban ]; then
stop
@@ -74,6 +84,9 @@ case "$1" in
   stop)
stop
;;
+  reload)
+   reload
+   ;;
   restart)
stop
start
@@ -90,7 +103,7 @@ case "$1" in
/usr/bin/fail2ban-client status
;;
   *)
-   msg_usage "$0 {start|stop|restart|try-restart|force-reload|status}"
+   msg_usage "$0 
{start|stop|reload|restart|try-restart|force-reload|status}"
exit 3
;;
 esac


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fail2ban.git/commitdiff/27a5eb571593b47fa5edcc4b68ea30739306187c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit