[arch-commits] Commit in delegate/repos (14 files)

Sergej Pupykin spupykin at archlinux.org
Thu Jun 2 11:51:37 UTC 2016


    Date: Thursday, June 2, 2016 @ 13:51:37
  Author: spupykin
Revision: 177730

archrelease: copy trunk to community-i686, community-x86_64

Added:
  delegate/repos/community-i686/ChangeLog
    (from rev 177729, delegate/trunk/ChangeLog)
  delegate/repos/community-i686/PKGBUILD
    (from rev 177729, delegate/trunk/PKGBUILD)
  delegate/repos/community-i686/delegate.install
    (from rev 177729, delegate/trunk/delegate.install)
  delegate/repos/community-i686/ssl3.patch
    (from rev 177729, delegate/trunk/ssl3.patch)
  delegate/repos/community-x86_64/ChangeLog
    (from rev 177729, delegate/trunk/ChangeLog)
  delegate/repos/community-x86_64/PKGBUILD
    (from rev 177729, delegate/trunk/PKGBUILD)
  delegate/repos/community-x86_64/delegate.install
    (from rev 177729, delegate/trunk/delegate.install)
  delegate/repos/community-x86_64/ssl3.patch
    (from rev 177729, delegate/trunk/ssl3.patch)
Deleted:
  delegate/repos/community-i686/ChangeLog
  delegate/repos/community-i686/PKGBUILD
  delegate/repos/community-i686/delegate.install
  delegate/repos/community-x86_64/ChangeLog
  delegate/repos/community-x86_64/PKGBUILD
  delegate/repos/community-x86_64/delegate.install

-----------------------------------+
 /ChangeLog                        |    6 ++
 /PKGBUILD                         |   84 ++++++++++++++++++++++++++++++++++++
 /delegate.install                 |   12 +++++
 community-i686/ChangeLog          |    3 -
 community-i686/PKGBUILD           |   35 ---------------
 community-i686/delegate.install   |    6 --
 community-i686/ssl3.patch         |   14 ++++++
 community-x86_64/ChangeLog        |    3 -
 community-x86_64/PKGBUILD         |   35 ---------------
 community-x86_64/delegate.install |    6 --
 community-x86_64/ssl3.patch       |   14 ++++++
 11 files changed, 130 insertions(+), 88 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2016-06-02 11:51:12 UTC (rev 177729)
+++ community-i686/ChangeLog	2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,3 +0,0 @@
-2007-07-02 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: delegate/repos/community-i686/ChangeLog (from rev 177729, delegate/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-02 11:51:12 UTC (rev 177729)
+++ community-i686/PKGBUILD	2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=delegate
-pkgver=9.9.13
-pkgrel=2
-pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
-arch=('i686' 'x86_64')
-url="http://www.delegate.org/"
-license=('GPL')
-depends=('pam')
-options=(!strip)
-install=delegate.install
-source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
-md5sums=('b617959aa785b751a6292dad7487c722')
-
-build() {
-  cd $srcdir/$pkgname$pkgver
-  make ADMIN="root at localhost"
-}
-
-package() {
-  cd $srcdir/$pkgname$pkgver
-
-  install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
-
-  install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
-  install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
-  install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
-  install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
-
-  install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
-  install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
-}

Copied: delegate/repos/community-i686/PKGBUILD (from rev 177729, delegate/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=delegate
+pkgver=9.9.13
+pkgrel=3
+pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
+arch=('i686' 'x86_64')
+url="http://www.delegate.org/"
+license=('GPL')
+depends=('pam')
+options=(!strip)
+install=delegate.install
+source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz
+	ssl3.patch)
+md5sums=('b617959aa785b751a6292dad7487c722'
+         'de7ebae5f5ba97509dc26a19e8e0aaf1')
+
+prepare() {
+  cd $srcdir/$pkgname$pkgver
+  patch -p1 <$srcdir/ssl3.patch
+}
+
+build() {
+  cd $srcdir/$pkgname$pkgver
+  make ADMIN="root at localhost" CFLAGS="$CFLAGS -Wno-narrowing"
+}
+
+package() {
+  cd $srcdir/$pkgname$pkgver
+
+  install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
+
+  install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
+  install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
+  install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
+  install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
+
+  install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
+  install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
+}

Deleted: community-i686/delegate.install
===================================================================
--- community-i686/delegate.install	2016-06-02 11:51:12 UTC (rev 177729)
+++ community-i686/delegate.install	2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,6 +0,0 @@
-post_install() {
-  echo "--"
-  echo "-- Delegate supports too many protocols, so I did not write any rc-script"
-  echo "-- Please read documentation in /usr/share/delegate/"
-  echo "--"
-}

Copied: delegate/repos/community-i686/delegate.install (from rev 177729, delegate/trunk/delegate.install)
===================================================================
--- community-i686/delegate.install	                        (rev 0)
+++ community-i686/delegate.install	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "--"
+  echo "-- Delegate supports too many protocols, so I did not write any rc-script"
+  echo "-- Please read documentation in /usr/share/delegate/"
+  echo "--"
+}

Copied: delegate/repos/community-i686/ssl3.patch (from rev 177729, delegate/trunk/ssl3.patch)
===================================================================
--- community-i686/ssl3.patch	                        (rev 0)
+++ community-i686/ssl3.patch	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,14 @@
+diff -wbBur delegate9.9.13.org/filters/sslway.c delegate9.9.13/filters/sslway.c
+--- delegate9.9.13.org/filters/sslway.c	2014-06-02 07:06:16.000000000 +0400
++++ delegate9.9.13/filters/sslway.c	2016-06-02 13:53:03.507177191 +0300
+@@ -310,8 +310,8 @@
+ 
+ SSL_METHOD *SSLv2_server_method(); /*OPT(0)*/
+ SSL_METHOD *SSLv2_client_method(); /*OPT(0)*/
+-SSL_METHOD *SSLv3_server_method();
+-SSL_METHOD *SSLv3_client_method();
++SSL_METHOD *SSLv3_server_method(); /*OPT(0)*/
++SSL_METHOD *SSLv3_client_method(); /*OPT(0)*/
+ SSL_METHOD *SSLv23_server_method();
+ SSL_METHOD *SSLv23_client_method();
+ SSL_METHOD *TLSv1_server_method();

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2016-06-02 11:51:12 UTC (rev 177729)
+++ community-x86_64/ChangeLog	2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,3 +0,0 @@
-2007-07-02 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: delegate/repos/community-x86_64/ChangeLog (from rev 177729, delegate/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-02 11:51:12 UTC (rev 177729)
+++ community-x86_64/PKGBUILD	2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=delegate
-pkgver=9.9.13
-pkgrel=2
-pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
-arch=('i686' 'x86_64')
-url="http://www.delegate.org/"
-license=('GPL')
-depends=('pam')
-options=(!strip)
-install=delegate.install
-source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
-md5sums=('b617959aa785b751a6292dad7487c722')
-
-build() {
-  cd $srcdir/$pkgname$pkgver
-  make ADMIN="root at localhost"
-}
-
-package() {
-  cd $srcdir/$pkgname$pkgver
-
-  install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
-
-  install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
-  install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
-  install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
-  install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
-
-  install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
-  install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
-}

Copied: delegate/repos/community-x86_64/PKGBUILD (from rev 177729, delegate/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=delegate
+pkgver=9.9.13
+pkgrel=3
+pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
+arch=('i686' 'x86_64')
+url="http://www.delegate.org/"
+license=('GPL')
+depends=('pam')
+options=(!strip)
+install=delegate.install
+source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz
+	ssl3.patch)
+md5sums=('b617959aa785b751a6292dad7487c722'
+         'de7ebae5f5ba97509dc26a19e8e0aaf1')
+
+prepare() {
+  cd $srcdir/$pkgname$pkgver
+  patch -p1 <$srcdir/ssl3.patch
+}
+
+build() {
+  cd $srcdir/$pkgname$pkgver
+  make ADMIN="root at localhost" CFLAGS="$CFLAGS -Wno-narrowing"
+}
+
+package() {
+  cd $srcdir/$pkgname$pkgver
+
+  install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
+
+  install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
+  install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
+  install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
+  install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
+
+  install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
+  install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
+}

Deleted: community-x86_64/delegate.install
===================================================================
--- community-x86_64/delegate.install	2016-06-02 11:51:12 UTC (rev 177729)
+++ community-x86_64/delegate.install	2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,6 +0,0 @@
-post_install() {
-  echo "--"
-  echo "-- Delegate supports too many protocols, so I did not write any rc-script"
-  echo "-- Please read documentation in /usr/share/delegate/"
-  echo "--"
-}

Copied: delegate/repos/community-x86_64/delegate.install (from rev 177729, delegate/trunk/delegate.install)
===================================================================
--- community-x86_64/delegate.install	                        (rev 0)
+++ community-x86_64/delegate.install	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "--"
+  echo "-- Delegate supports too many protocols, so I did not write any rc-script"
+  echo "-- Please read documentation in /usr/share/delegate/"
+  echo "--"
+}

Copied: delegate/repos/community-x86_64/ssl3.patch (from rev 177729, delegate/trunk/ssl3.patch)
===================================================================
--- community-x86_64/ssl3.patch	                        (rev 0)
+++ community-x86_64/ssl3.patch	2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,14 @@
+diff -wbBur delegate9.9.13.org/filters/sslway.c delegate9.9.13/filters/sslway.c
+--- delegate9.9.13.org/filters/sslway.c	2014-06-02 07:06:16.000000000 +0400
++++ delegate9.9.13/filters/sslway.c	2016-06-02 13:53:03.507177191 +0300
+@@ -310,8 +310,8 @@
+ 
+ SSL_METHOD *SSLv2_server_method(); /*OPT(0)*/
+ SSL_METHOD *SSLv2_client_method(); /*OPT(0)*/
+-SSL_METHOD *SSLv3_server_method();
+-SSL_METHOD *SSLv3_client_method();
++SSL_METHOD *SSLv3_server_method(); /*OPT(0)*/
++SSL_METHOD *SSLv3_client_method(); /*OPT(0)*/
+ SSL_METHOD *SSLv23_server_method();
+ SSL_METHOD *SSLv23_client_method();
+ SSL_METHOD *TLSv1_server_method();



More information about the arch-commits mailing list