From a7ae5e843a53d605465ba8954cc6e7e8d5c817ff Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Tue, 1 Mar 2016 21:49:08 -0500 Subject: update pgl from upstream --- pcr/pgl/PKGBUILD | 28 ++++++++++++++-------------- pcr/pgl/changelog | 30 +++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 15 deletions(-) (limited to 'pcr/pgl') diff --git a/pcr/pgl/PKGBUILD b/pcr/pgl/PKGBUILD index 6b2191321..42c84f593 100644 --- a/pcr/pgl/PKGBUILD +++ b/pcr/pgl/PKGBUILD @@ -2,30 +2,30 @@ # Contributor (Arch): Gilrain 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' 'gksu') +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") -sha512sums=('535f13d6b17bbea099e415e9dd463ebf4e2ffa9af4d8ae96c7ace2667c84380f506018aca2b6b6a6d4ca1e2afd24fc6eaf9544eb00710645d562f2aa1fa5a1a7') +sha1sums=('a91c0c49cdbf78aa6cc1d93b8ed6843290460520') build() { cd "$pkgname-$pkgver" @@ -48,4 +48,4 @@ package() { # integrates daemon log in systemd journal sed -i '/^LOG_SYSLOG/s/0/1/g' $pkgdir/usr/lib/pgl/pglcmd.defaults -} +} \ No newline at end of file diff --git a/pcr/pgl/changelog b/pcr/pgl/changelog index 8fd117cea..48983cef4 100644 --- a/pcr/pgl/changelog +++ b/pcr/pgl/changelog @@ -1,3 +1,31 @@ +2016-01-14 Gilrain + * 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 * 2.3.0-2: list all dependencies, including those from the base group. @@ -126,4 +154,4 @@ * 2.2.2-2: added changelog, added PIDFile and Documentation to pgl.services, - deletes logs and blocklists on package removal. + deletes logs and blocklists on package removal. \ No newline at end of file -- cgit v1.2.3