summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD26
-rw-r--r--changelog28
3 files changed, 47 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d368a214b762..ad9205e5f8ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Jan 14 14:39:39 UTC 2016
pkgbase = pgl
pkgdesc = A privacy oriented firewall application (GUI).
- pkgver = 2.3.0
- pkgrel = 2
+ pkgver = 2.3.1
+ pkgrel = 1
url = http://sourceforge.net/projects/peerguardian/
install = install
changelog = changelog
@@ -19,7 +21,6 @@ pkgbase = pgl
depends = iptables
depends = libnetfilter_queue
depends = qt4
- depends = polkit-qt4
depends = whois
optdepends = unzip: for zipped blocklists
optdepends = p7zip: for 7z blocklists
@@ -34,8 +35,8 @@ pkgbase = pgl
backup = etc/pgl/pglcmd.conf
backup = etc/logrotate.d/pglcmd
backup = etc/logrotate.d/pgld
- source = https://downloads.sourceforge.net/project/peerguardian/PeerGuardian%20Linux/2.3.0/pgl-2.3.0.tar.gz
- sha1sums = e817f8b16377cafa8f39da125d313231a3a8f149
+ source = https://downloads.sourceforge.net/project/peerguardian/PeerGuardian%20Linux/2.3.1/pgl-2.3.1.tar.gz
+ sha1sums = a91c0c49cdbf78aa6cc1d93b8ed6843290460520
pkgname = pgl
diff --git a/PKGBUILD b/PKGBUILD
index f34c3f070d11..36ea138f1a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,30 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname=pgl
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc='A privacy oriented firewall application (GUI).'
arch=('i686' 'x86_64')
url='http://sourceforge.net/projects/peerguardian/'
license=('GPL3')
-depends=('bash' 'systemd' 'dbus' 'coreutils' 'procps-ng' 'logrotate' 'wget' 'iptables' 'libnetfilter_queue' 'qt4' 'polkit-qt4' 'whois')
+depends=('bash' 'systemd' 'dbus' 'coreutils' 'procps-ng' 'logrotate' 'wget' 'iptables' 'libnetfilter_queue' 'qt4' 'whois')
optdepends=('unzip: for zipped blocklists'
- 'p7zip: for 7z blocklists'
- 'net-tools: to whitelist local IP addresses'
- 'networkmanager: to whitelist newly started network interfaces'
- 'smtp-forwarder: to send reports'
- 'tcptraceroute: to diagnose connection problems')
+ 'p7zip: for 7z blocklists'
+ 'net-tools: to whitelist local IP addresses'
+ 'networkmanager: to whitelist newly started network interfaces'
+ 'smtp-forwarder: to send reports'
+ 'tcptraceroute: to diagnose connection problems')
makedepends=('zlib')
conflicts=('pgl-cli' 'pgl-git')
backup=('etc/pgl/allow.p2p'
- 'etc/pgl/blocklists.list'
- 'etc/pgl/pglcmd.conf'
- 'etc/logrotate.d/pglcmd'
- 'etc/logrotate.d/pgld')
+ 'etc/pgl/blocklists.list'
+ 'etc/pgl/pglcmd.conf'
+ 'etc/logrotate.d/pglcmd'
+ 'etc/logrotate.d/pgld')
install=install
changelog=changelog
source=("https://downloads.sourceforge.net/project/peerguardian/PeerGuardian%20Linux/$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('e817f8b16377cafa8f39da125d313231a3a8f149')
+sha1sums=('a91c0c49cdbf78aa6cc1d93b8ed6843290460520')
build() {
cd "$pkgname-$pkgver"
diff --git a/changelog b/changelog
index 8fd117cea516..75c403d6f1a0 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,31 @@
+2016-01-14 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 2.3.1-1:
+ Project Maintenance:
+ - Reorganize git repository at SourceForge.
+ - GPG sign all git tags and the release file, using my
+ moblock-deb maintainer GPG key
+ 2048R/0xBAECD1F7D541FD544C2C37A1EAF9B4E3C0145138.
+ - Refactor copyright notice in every file.
+ Sum up in AUTHORS and debian/copyright.
+ pgl is licensed GPL-3+.
+ Documentation updates.
+ Drop build dependency on polkit (currently unneeded).
+ BUILD: Add init/pgl.gentoo to CLEANFILES.
+ pglcmd:
+ - Some code streamlining.
+ - iptables removal script emergency build: add test if file exists.
+ - old iptables removal script: improve logging.
+ - iptables removal script building: build script before inserting rule.
+ Closes: https://sourceforge.net/p/peerguardian/bugs/331/
+ - Drop old transition code and now obsolete files.
+ - Move the builtin LSB init-functions to a separate file.
+ pgld:
+ - dbus: Reformat and drop commented code.
+ - dbus: Drop extra policy at_console.
+ pglgui:
+ - Enhance desktop file.
+ - Use some unmodified Crystal Project Icons.
+
2015-01-25 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.3.0-2:
list all dependencies, including those from the base group.