[arch-commits] Commit in firewalld/repos/community-testing-any (4 files)

2019-11-11 Thread Maxime Gauduin via arch-commits
Date: Monday, November 11, 2019 @ 11:19:34
  Author: alucryd
Revision: 526643

archrelease: copy trunk to community-testing-any

Added:
  firewalld/repos/community-testing-any/PKGBUILD
(from rev 526642, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-testing-any/firewalld-sysconfigdir.patch
(from rev 526642, firewalld/trunk/firewalld-sysconfigdir.patch)
Deleted:
  firewalld/repos/community-testing-any/PKGBUILD
  firewalld/repos/community-testing-any/firewalld-sysconfigdir.patch

--+
 PKGBUILD |  166 -
 firewalld-sysconfigdir.patch |   88 ++---
 2 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-11 11:19:24 UTC (rev 526642)
+++ PKGBUILD2019-11-11 11:19:34 UTC (rev 526643)
@@ -1,83 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.7.2
-pkgrel=2
-pkgdesc='Firewall daemon with D-Bus interface'
-arch=(any)
-url=https://firewalld.org/
-license=(GPL2)
-depends=(
-  dconf
-  glib2
-  hicolor-icon-theme
-  nftables
-  python-decorator
-  python-gobject
-  python-slip
-)
-makedepends=(
-  docbook-xsl
-  ebtables
-  git
-  intltool
-  ipset
-  iptables
-)
-optdepends=(
-  'bash-completion: bash completion'
-  'ebtables: old backend'
-  'gtk3: firewall-config'
-  'ipset: old backend'
-  'iptables: old backend'
-  'libnotify: firewall-applet'
-  'nm-connection-editor: firewalld-applet'
-  'python-pyqt5: firewall-applet'
-)
-backup=(
-  etc/conf.d/firewalld
-  etc/firewalld/firewalld.conf
-)
-source=(
-  
git+https://github.com/firewalld/firewalld.git#tag=06de1841cfe41cc8c3c3f7c073aabc1f9f5d0ad0
-  firewalld-sysconfigdir.patch
-)
-sha256sums=(
-  SKIP
-  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
-)
-
-pkgver() {
-  cd firewalld
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd firewalld
-
-  patch -Np1 -i ../firewalld-sysconfigdir.patch
-
-  NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-  cd firewalld
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-schemas-compile \
---disable-sysconfig
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C firewalld install
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-testing-any/PKGBUILD (from rev 526642, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-11 11:19:34 UTC (rev 526643)
@@ -0,0 +1,83 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Firewall daemon with D-Bus interface'
+arch=(any)
+url=https://firewalld.org/
+license=(GPL2)
+depends=(
+  dconf
+  glib2
+  hicolor-icon-theme
+  nftables
+  python-decorator
+  python-gobject
+  python-slip
+)
+makedepends=(
+  docbook-xsl
+  ebtables
+  git
+  intltool
+  ipset
+  iptables
+)
+optdepends=(
+  'bash-completion: bash completion'
+  'ebtables: old backend'
+  'gtk3: firewall-config'
+  'ipset: old backend'
+  'iptables: old backend'
+  'libnotify: firewall-applet'
+  'nm-connection-editor: firewalld-applet'
+  'python-pyqt5: firewall-applet'
+)
+backup=(
+  etc/conf.d/firewalld
+  etc/firewalld/firewalld.conf
+)
+source=(
+  
git+https://github.com/firewalld/firewalld.git#tag=7fd931f246e60dbbe3ffc757d8ffb90d2e585ace
+  firewalld-sysconfigdir.patch
+)
+sha256sums=(
+  SKIP
+  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
+)
+
+pkgver() {
+  cd firewalld
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd firewalld
+
+  patch -Np1 -i ../firewalld-sysconfigdir.patch
+
+  NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+  cd firewalld
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--disable-schemas-compile \
+--disable-sysconfig
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C firewalld install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-sysconfigdir.patch
===
--- firewalld-sysconfigdir.patch2019-11-11 11:19:24 UTC (rev 526642)
+++ firewalld-sysconfigdir.patch2019-11-11 11:19:34 UTC (rev 526643)
@@ -1,44 +0,0 @@
-diff -rupN firewalld.orig/config/firewalld.service.in 
firewalld/config/firewalld.service.in
 firewalld.orig/config/firewalld.service.in 2018-07-31 22:22:40.786777349 
+0200
-+++ firewalld/config/firewalld.service.in  2018-07-31 22:26:40.550121870 
+0200
-@@ -8,7 +8,7 @@ Conflicts=iptables.service ip6tables.ser
- Documentation=man:firewalld(1)
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/firewalld
-+EnvironmentFile=-/etc/conf.d/firewalld
- 

[arch-commits] Commit in firewalld/repos/community-testing-any (4 files)

2018-09-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 20, 2018 @ 17:54:27
  Author: alucryd
Revision: 383762

archrelease: copy trunk to community-testing-any

Added:
  firewalld/repos/community-testing-any/PKGBUILD
(from rev 383761, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-testing-any/firewalld-sysconfigdir.patch
(from rev 383761, firewalld/trunk/firewalld-sysconfigdir.patch)
Deleted:
  firewalld/repos/community-testing-any/PKGBUILD
  firewalld/repos/community-testing-any/firewalld-sysconfigdir.patch

--+
 PKGBUILD |  119 +
 firewalld-sysconfigdir.patch |   88 +++---
 2 files changed, 105 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-20 17:54:19 UTC (rev 383761)
+++ PKGBUILD2018-09-20 17:54:27 UTC (rev 383762)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.6.1
-pkgrel=4
-pkgdesc='Firewall daemon with D-Bus interface'
-arch=('any')
-url='https://github.com/t-woerner/firewalld'
-license=('GPL2')
-depends=(
-  'dconf' 'ebtables' 'glib2' 'hicolor-icon-theme' 'ipset' 'iptables' 'nftables'
-  'python-decorator' 'python-gobject' 'python-slip'
-)
-makedepends=('docbook-xsl' 'git' 'intltool')
-optdepends=('bash-completion: bash completion'
-'gtk3: firewall-config'
-'libnm-glib: firewall-config and firewall-applet'
-'libnotify: firewall-applet'
-'python-pyqt5: firewall-applet')
-backup=('etc/conf.d/firewalld'
-'etc/firewalld/firewalld.conf')
-source=("git+https://github.com/firewalld/firewalld.git#tag=v${pkgver};
-'firewalld-sysconfigdir.patch')
-sha256sums=('SKIP'
-'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
-
-prepare() {
-  cd firewalld
-
-  git cherry-pick -n 5a59a90f449a8bf836e62e2d9ad486301b1aa2bb # FS#59661
-
-  patch -Np1 -i ../firewalld-sysconfigdir.patch
-
-  NOCONFIGURE='true' ./autogen.sh
-}
-
-build() {
-  cd firewalld
-
-  ./configure \
---prefix='/usr' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---disable-schemas-compile \
---disable-sysconfig
-  make
-}
-
-package() {
-  cd firewalld
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-testing-any/PKGBUILD (from rev 383761, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-20 17:54:27 UTC (rev 383762)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Firewall daemon with D-Bus interface'
+arch=('any')
+url='https://github.com/t-woerner/firewalld'
+license=('GPL2')
+depends=(
+  'dconf' 'glib2' 'hicolor-icon-theme' 'nftables' 'python-decorator'
+  'python-gobject' 'python-slip'
+)
+makedepends=('docbook-xsl' 'ebtables' 'git' 'intltool' 'ipset' 'iptables')
+optdepends=(
+  'bash-completion: bash completion'
+  'ebtables: old backend'
+  'gtk3: firewall-config'
+  'ipset: old backend'
+  'iptables: old backend'
+  'libnm-glib: firewall-config and firewall-applet'
+  'libnotify: firewall-applet'
+  'python-pyqt5: firewall-applet'
+)
+backup=('etc/conf.d/firewalld'
+'etc/firewalld/firewalld.conf')
+source=("git+https://github.com/firewalld/firewalld.git#tag=v${pkgver};
+'firewalld-sysconfigdir.patch')
+sha256sums=('SKIP'
+'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
+
+prepare() {
+  cd firewalld
+
+  patch -Np1 -i ../firewalld-sysconfigdir.patch
+
+  NOCONFIGURE='true' ./autogen.sh
+}
+
+build() {
+  cd firewalld
+
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--disable-schemas-compile \
+--disable-sysconfig
+  make
+}
+
+package() {
+  cd firewalld
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-sysconfigdir.patch
===
--- firewalld-sysconfigdir.patch2018-09-20 17:54:19 UTC (rev 383761)
+++ firewalld-sysconfigdir.patch2018-09-20 17:54:27 UTC (rev 383762)
@@ -1,44 +0,0 @@
-diff -rupN firewalld.orig/config/firewalld.service.in 
firewalld/config/firewalld.service.in
 firewalld.orig/config/firewalld.service.in 2018-07-31 22:22:40.786777349 
+0200
-+++ firewalld/config/firewalld.service.in  2018-07-31 22:26:40.550121870 
+0200
-@@ -8,7 +8,7 @@ Conflicts=iptables.service ip6tables.ser
- Documentation=man:firewalld(1)
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/firewalld
-+EnvironmentFile=-/etc/conf.d/firewalld
- ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
- 

[arch-commits] Commit in firewalld/repos/community-testing-any (4 files)

2018-07-31 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 31, 2018 @ 20:39:22
  Author: alucryd
Revision: 366140

archrelease: copy trunk to community-testing-any

Added:
  firewalld/repos/community-testing-any/PKGBUILD
(from rev 366139, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-testing-any/firewalld-sysconfigdir.patch
(from rev 366139, firewalld/trunk/firewalld-sysconfigdir.patch)
Deleted:
  firewalld/repos/community-testing-any/PKGBUILD
  firewalld/repos/community-testing-any/firewalld-arch.patch

--+
 PKGBUILD |  112 -
 firewalld-arch.patch |   89 
 firewalld-sysconfigdir.patch |   44 
 3 files changed, 101 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-31 20:39:16 UTC (rev 366139)
+++ PKGBUILD2018-07-31 20:39:22 UTC (rev 366140)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='Firewall daemon with D-Bus interface'
-arch=('any')
-url='https://github.com/t-woerner/firewalld'
-license=('GPL2')
-depends=('dbus-glib' 'dconf' 'ebtables' 'hicolor-icon-theme' 'ipset' 'iptables'
- 'python-slip')
-makedepends=('docbook-xsl' 'intltool')
-optdepends=('bash-completion: bash completion'
-'gtk3: firewall-config'
-'libnm-glib: firewall-config and firewall-applet'
-'libnotify: firewall-applet'
-'python-pyqt5: firewall-applet')
-backup=('etc/conf.d/firewalld'
-'etc/firewalld/firewalld.conf')
-source=("firewalld-${pkgver}.tar.gz::https://github.com/t-woerner/firewalld/archive/v${pkgver}.tar.gz;
-'firewalld-arch.patch')
-sha256sums=('57d0639bed3a845899ea16f52fbd68b2e62fdca75cea50be60d651e4255be00e'
-'14a05a2f5eccbb6c30e775877706a90fd4ad524cdd13ea76f3a23b09b9d4212e')
-
-prepare() {
-  cd firewalld-${pkgver}
-
-  patch -Np1 -i ../firewalld-arch.patch
-
-  ./autogen.sh
-}
-
-build() {
-  cd firewalld-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---disable-schemas-compile \
---disable-sysconfig
-  make
-}
-
-package() {
-  cd firewalld-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-testing-any/PKGBUILD (from rev 366139, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-31 20:39:22 UTC (rev 366140)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Firewall daemon with D-Bus interface'
+arch=('any')
+url='https://github.com/t-woerner/firewalld'
+license=('GPL2')
+depends=(
+  'dconf' 'ebtables' 'glib2' 'hicolor-icon-theme' 'ipset' 'iptables' 'nftables'
+  'python-decorator' 'python-gobject' 'python-slip'
+)
+makedepends=('docbook-xsl' 'git' 'intltool')
+optdepends=('bash-completion: bash completion'
+'gtk3: firewall-config'
+'libnm-glib: firewall-config and firewall-applet'
+'libnotify: firewall-applet'
+'python-pyqt5: firewall-applet')
+backup=('etc/conf.d/firewalld'
+'etc/firewalld/firewalld.conf')
+source=("git+https://github.com/firewalld/firewalld.git#tag=v${pkgver};
+'firewalld-sysconfigdir.patch')
+sha256sums=('SKIP'
+'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
+
+prepare() {
+  cd firewalld
+
+  patch -Np1 -i ../firewalld-sysconfigdir.patch
+
+  NOCONFIGURE='true' ./autogen.sh
+}
+
+build() {
+  cd firewalld
+
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--disable-schemas-compile \
+--disable-sysconfig
+  make
+}
+
+package() {
+  cd firewalld
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-arch.patch
===
--- firewalld-arch.patch2018-07-31 20:39:16 UTC (rev 366139)
+++ firewalld-arch.patch2018-07-31 20:39:22 UTC (rev 366140)
@@ -1,89 +0,0 @@
-diff -rupN firewalld-0.5.0.orig/config/firewalld.service.in 
firewalld-0.5.0/config/firewalld.service.in
 firewalld-0.5.0.orig/config/firewalld.service.in   2018-01-25 
22:14:21.796600916 +0100
-+++ firewalld-0.5.0/config/firewalld.service.in2018-01-25 
22:15:29.448820083 +0100
-@@ -8,7 +8,7 @@ Conflicts=iptables.service ip6tables.ser
- Documentation=man:firewalld(1)
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/firewalld
-+EnvironmentFile=-/etc/conf.d/firewalld
- ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
- ExecReload=/bin/kill -HUP $MAINPID