Date: Saturday, July 5, 2014 @ 10:33:01 Author: fyan Revision: 115081
upgpkg: goagent 3.1.18.20140705-1 - hotfix from upstream Modified: goagent/trunk/PKGBUILD goagent/trunk/goagent.install -----------------+ PKGBUILD | 6 ++++-- goagent.install | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-05 08:22:39 UTC (rev 115080) +++ PKGBUILD 2014-07-05 08:33:01 UTC (rev 115081) @@ -4,7 +4,8 @@ # Contributor: Guten <[email protected]> pkgname=goagent -pkgver=3.1.18 +pkgver=3.1.18.20140705 +_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971 pkgrel=1 pkgdesc="A gae proxy forked from gappproxy/wallproxy" arch=("any") @@ -16,7 +17,8 @@ 'python2-pacparser: PAC proxy support' 'python2-pygeoip: for GAE Regions mode support & DNS region auto detect') makedepends=('git') -source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver" +#source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver" +source=("git+https://github.com/goagent/goagent.git#commit=$_commit" "${pkgname}.user.ini" "${pkgname}.service") backup=('etc/goagent') Modified: goagent.install =================================================================== --- goagent.install 2014-07-05 08:22:39 UTC (rev 115080) +++ goagent.install 2014-07-05 08:33:01 UTC (rev 115081) @@ -1,5 +1,5 @@ post_install() { - echo "From 3.1.2-2, /etc/goagent becomes user configuration for goagent. Put any customization there, not the default settings. For details, please refer to wiki: https://wiki.archlinux.org/index.php?title=GoAgent_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)" + echo "Since 3.1.2-2, /etc/goagent becomes user configuration for goagent. Put any customization there, not the default settings. For details, please refer to wiki: https://wiki.archlinux.org/index.php?title=GoAgent_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)" #cd /opt/goagent/local #python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'
