[arch-commits] Commit in ncrack/repos (4 files)

2017-04-05 Thread Antonio Rojas
Date: Wednesday, April 5, 2017 @ 10:40:17
  Author: arojas
Revision: 220580

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

Added:
  ncrack/repos/community-staging-i686/
  ncrack/repos/community-staging-i686/PKGBUILD
(from rev 220579, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-staging-x86_64/
  ncrack/repos/community-staging-x86_64/PKGBUILD
(from rev 220579, ncrack/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: ncrack/repos/community-staging-i686/PKGBUILD (from rev 220579, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-05 10:40:17 UTC (rev 220580)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=3
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz;)
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: ncrack/repos/community-staging-x86_64/PKGBUILD (from rev 220579, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-05 10:40:17 UTC (rev 220580)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=3
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz;)
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in ncrack/repos (4 files)

2017-03-20 Thread Jan de Groot
Date: Monday, March 20, 2017 @ 10:37:32
  Author: jgc
Revision: 217546

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

Added:
  ncrack/repos/community-staging-i686/
  ncrack/repos/community-staging-i686/PKGBUILD
(from rev 217545, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-staging-x86_64/
  ncrack/repos/community-staging-x86_64/PKGBUILD
(from rev 217545, ncrack/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: ncrack/repos/community-staging-i686/PKGBUILD (from rev 217545, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-20 10:37:32 UTC (rev 217546)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=2
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz;)
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: ncrack/repos/community-staging-x86_64/PKGBUILD (from rev 217545, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-20 10:37:32 UTC (rev 217546)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=2
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz;)
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in ncrack/repos (4 files)

2016-08-08 Thread Daniel Micay
Date: Monday, August 8, 2016 @ 21:18:55
  Author: thestinger
Revision: 186090

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

Added:
  ncrack/repos/community-i686/PKGBUILD
(from rev 186089, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-x86_64/PKGBUILD
(from rev 186089, ncrack/trunk/PKGBUILD)
Deleted:
  ncrack/repos/community-i686/PKGBUILD
  ncrack/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 50 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-08 21:17:17 UTC (rev 186089)
+++ community-i686/PKGBUILD 2016-08-08 21:18:55 UTC (rev 186090)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: mickael9 
-
-pkgname=ncrack
-pkgver=0.4a
-_realver=0.4ALPHA
-pkgrel=5
-pkgdesc='A high-speed network authentication cracking tool'
-arch=(i686 x86_64)
-url='http://nmap.org/ncrack/'
-license=(GPL)
-depends=(openssl)
-source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
-md5sums=('db9be165469c04650ddc7403b29eb472')
-
-build() {
-  cd $pkgname-${_realver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-${_realver}
-  make install DESTDIR="$pkgdir"
-}

Copied: ncrack/repos/community-i686/PKGBUILD (from rev 186089, 
ncrack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-08 21:18:55 UTC (rev 186090)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=1
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz;)
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-08 21:17:17 UTC (rev 186089)
+++ community-x86_64/PKGBUILD   2016-08-08 21:18:55 UTC (rev 186090)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: mickael9 
-
-pkgname=ncrack
-pkgver=0.4a
-_realver=0.4ALPHA
-pkgrel=5
-pkgdesc='A high-speed network authentication cracking tool'
-arch=(i686 x86_64)
-url='http://nmap.org/ncrack/'
-license=(GPL)
-depends=(openssl)
-source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
-md5sums=('db9be165469c04650ddc7403b29eb472')
-
-build() {
-  cd $pkgname-${_realver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-${_realver}
-  make install DESTDIR="$pkgdir"
-}

Copied: ncrack/repos/community-x86_64/PKGBUILD (from rev 186089, 
ncrack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-08 21:18:55 UTC (rev 186090)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=1
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz;)
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in ncrack/repos (4 files)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 19:16:03
  Author: foutrelis
Revision: 164179

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

Added:
  ncrack/repos/community-staging-i686/
  ncrack/repos/community-staging-i686/PKGBUILD
(from rev 164178, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-staging-x86_64/
  ncrack/repos/community-staging-x86_64/PKGBUILD
(from rev 164178, ncrack/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   26 ++
 community-staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: ncrack/repos/community-staging-i686/PKGBUILD (from rev 164178, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 18:16:03 UTC (rev 164179)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.4a
+_realver=0.4ALPHA
+pkgrel=5
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
+md5sums=('db9be165469c04650ddc7403b29eb472')
+
+build() {
+  cd $pkgname-${_realver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_realver}
+  make install DESTDIR="$pkgdir"
+}

Copied: ncrack/repos/community-staging-x86_64/PKGBUILD (from rev 164178, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-02 18:16:03 UTC (rev 164179)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.4a
+_realver=0.4ALPHA
+pkgrel=5
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
+md5sums=('db9be165469c04650ddc7403b29eb472')
+
+build() {
+  cd $pkgname-${_realver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_realver}
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in ncrack/repos (4 files)

2015-12-05 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 19:07:16
  Author: foutrelis
Revision: 148617

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

Added:
  ncrack/repos/community-staging-i686/
  ncrack/repos/community-staging-i686/PKGBUILD
(from rev 148616, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-staging-x86_64/
  ncrack/repos/community-staging-x86_64/PKGBUILD
(from rev 148616, ncrack/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   26 ++
 community-staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: ncrack/repos/community-staging-i686/PKGBUILD (from rev 148616, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 18:07:16 UTC (rev 148617)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.4a
+_realver=0.4ALPHA
+pkgrel=4
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
+md5sums=('db9be165469c04650ddc7403b29eb472')
+
+build() {
+  cd $pkgname-${_realver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_realver}
+  make install DESTDIR="$pkgdir"
+}

Copied: ncrack/repos/community-staging-x86_64/PKGBUILD (from rev 148616, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 18:07:16 UTC (rev 148617)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.4a
+_realver=0.4ALPHA
+pkgrel=4
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
+md5sums=('db9be165469c04650ddc7403b29eb472')
+
+build() {
+  cd $pkgname-${_realver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_realver}
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in ncrack/repos (4 files)

2014-07-01 Thread Daniel Micay
Date: Tuesday, July 1, 2014 @ 12:10:18
  Author: thestinger
Revision: 113931

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

Added:
  ncrack/repos/community-i686/PKGBUILD
(from rev 113930, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-x86_64/PKGBUILD
(from rev 113930, ncrack/trunk/PKGBUILD)
Deleted:
  ncrack/repos/community-i686/PKGBUILD
  ncrack/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   25 -
 community-x86_64/PKGBUILD |   25 -
 3 files changed, 52 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-01 10:09:49 UTC (rev 113930)
+++ community-i686/PKGBUILD 2014-07-01 10:10:18 UTC (rev 113931)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Micay daneilmi...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=ncrack
-pkgver=0.4a
-_realver=0.4ALPHA
-pkgrel=2
-pkgdesc='A high-speed network authentication cracking tool'
-arch=(i686 x86_64)
-url='http://nmap.org/ncrack/'
-license=(GPL)
-depends=(openssl)
-source=(http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
-md5sums=('db9be165469c04650ddc7403b29eb472')
-
-build() {
-  cd $srcdir/$pkgname-${_realver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_realver}
-  make install DESTDIR=$pkgdir
-}

Copied: ncrack/repos/community-i686/PKGBUILD (from rev 113930, 
ncrack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-01 10:10:18 UTC (rev 113931)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay daneilmi...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=ncrack
+pkgver=0.4a
+_realver=0.4ALPHA
+pkgrel=3
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=(http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
+md5sums=('db9be165469c04650ddc7403b29eb472')
+
+build() {
+  cd $pkgname-${_realver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_realver}
+  make install DESTDIR=$pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-01 10:09:49 UTC (rev 113930)
+++ community-x86_64/PKGBUILD   2014-07-01 10:10:18 UTC (rev 113931)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Micay daneilmi...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=ncrack
-pkgver=0.4a
-_realver=0.4ALPHA
-pkgrel=2
-pkgdesc='A high-speed network authentication cracking tool'
-arch=(i686 x86_64)
-url='http://nmap.org/ncrack/'
-license=(GPL)
-depends=(openssl)
-source=(http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
-md5sums=('db9be165469c04650ddc7403b29eb472')
-
-build() {
-  cd $srcdir/$pkgname-${_realver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_realver}
-  make install DESTDIR=$pkgdir
-}

Copied: ncrack/repos/community-x86_64/PKGBUILD (from rev 113930, 
ncrack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-01 10:10:18 UTC (rev 113931)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay daneilmi...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=ncrack
+pkgver=0.4a
+_realver=0.4ALPHA
+pkgrel=3
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=(http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz;)
+md5sums=('db9be165469c04650ddc7403b29eb472')
+
+build() {
+  cd $pkgname-${_realver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${_realver}
+  make install DESTDIR=$pkgdir
+}