[arch-commits] Commit in aircrack-ng/repos (6 files)

Jonathan Steel jsteel at nymeria.archlinux.org
Sat Jun 14 22:00:13 UTC 2014


    Date: Sunday, June 15, 2014 @ 00:00:12
  Author: jsteel
Revision: 113174

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

Added:
  aircrack-ng/repos/community-i686/PKGBUILD
    (from rev 113173, aircrack-ng/trunk/PKGBUILD)
  aircrack-ng/repos/community-x86_64/PKGBUILD
    (from rev 113173, aircrack-ng/trunk/PKGBUILD)
Deleted:
  aircrack-ng/repos/community-i686/ChangeLog
  aircrack-ng/repos/community-i686/PKGBUILD
  aircrack-ng/repos/community-x86_64/ChangeLog
  aircrack-ng/repos/community-x86_64/PKGBUILD

----------------------------+
 /PKGBUILD                  |   70 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   66 ----------------------------------------
 community-i686/PKGBUILD    |   30 ------------------
 community-x86_64/ChangeLog |   66 ----------------------------------------
 community-x86_64/PKGBUILD  |   30 ------------------
 5 files changed, 70 insertions(+), 192 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-06-14 21:59:42 UTC (rev 113173)
+++ community-i686/ChangeLog	2014-06-14 22:00:12 UTC (rev 113174)
@@ -1,66 +0,0 @@
-2011-06-28 Brad Fanella
-	
-	* Fix FS#24880
-
-2011-06-15 Brad Fanella
-
-        * Fix FS#24633
-
-2011-03-16 Brad Fanella
-
-	* Fix FS#23295
-
-2011-01-17 Brad Fanella
-
-	* Fix #FS20303
-	* Split into aircrack-ng and aircrack-ng-scripts
-
-2009-09-18  Biru Ionut <ionut at archlinux.ro>
-
-	* Version bump: 1.0-rc4
-
-2009-04.14  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc3
-
-	* PKGBUILD: removed old compilation patch
-
-2009-02-08  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc2
-
-	* sha-compile-fix-64bit.patch: added, fixes compilation on 64bit hosts
-
-2008-06-15  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc1
-
-	* PKGBUILD: moved from $startdir to $srcdir/$pkgdir, added vim tags,
-	added sqlite3 dependency for airolib-ng support
-
-2008-05-03  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-beta2
-
-	* PKGBUILD: adapted make command to the new Makefile, added zlib and
-	openssl dependencies
-
-2008-02-25  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.9.3
-
-2008-02-08  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* PKGBUILD: fixed man page location (thanks Snowman)
-
-2008-02-07  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.9.2
-
-	* PKGBUILD: moved man pages to /usr/share/man
-
-2007-12-15  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* ChangeLog: added
-
-	* PKGBUILD: adopted, cleaned up, uploaded to [community]

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-06-14 21:59:42 UTC (rev 113173)
+++ community-i686/PKGBUILD	2014-06-14 22:00:12 UTC (rev 113174)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor:  Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: ice-man <icemanf at gmail.com>
-
-pkgname=aircrack-ng
-pkgver=1.1
-pkgrel=10
-pkgdesc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org"
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=("http://download.aircrack-ng.org/$pkgname-$pkgver.tar.gz")
-md5sums=('f7a24ed8fad122c4187d06bfd6f998b4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make SQLITE=true UNSTABLE=true
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" SQLITE=true UNSTABLE=true \
-    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1 install
-}

Copied: aircrack-ng/repos/community-i686/PKGBUILD (from rev 113173, aircrack-ng/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-06-14 22:00:12 UTC (rev 113174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+
+pkgname=aircrack-ng
+_pkgver=1.2-beta3
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('i686' 'x86_64')
+url="http://www.aircrack-ng.org"
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('ec5492e65ce7e98c6812e84b1d18d811')
+
+build() {
+  cd "$srcdir"/$pkgname-$_pkgver
+
+  make sqlite=true unstable=true
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true unstable=true \
+    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+    smandir=/usr/share/man/man8/ install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-06-14 21:59:42 UTC (rev 113173)
+++ community-x86_64/ChangeLog	2014-06-14 22:00:12 UTC (rev 113174)
@@ -1,66 +0,0 @@
-2011-06-28 Brad Fanella
-	
-	* Fix FS#24880
-
-2011-06-15 Brad Fanella
-
-        * Fix FS#24633
-
-2011-03-16 Brad Fanella
-
-	* Fix FS#23295
-
-2011-01-17 Brad Fanella
-
-	* Fix #FS20303
-	* Split into aircrack-ng and aircrack-ng-scripts
-
-2009-09-18  Biru Ionut <ionut at archlinux.ro>
-
-	* Version bump: 1.0-rc4
-
-2009-04.14  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc3
-
-	* PKGBUILD: removed old compilation patch
-
-2009-02-08  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc2
-
-	* sha-compile-fix-64bit.patch: added, fixes compilation on 64bit hosts
-
-2008-06-15  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc1
-
-	* PKGBUILD: moved from $startdir to $srcdir/$pkgdir, added vim tags,
-	added sqlite3 dependency for airolib-ng support
-
-2008-05-03  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-beta2
-
-	* PKGBUILD: adapted make command to the new Makefile, added zlib and
-	openssl dependencies
-
-2008-02-25  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.9.3
-
-2008-02-08  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* PKGBUILD: fixed man page location (thanks Snowman)
-
-2008-02-07  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.9.2
-
-	* PKGBUILD: moved man pages to /usr/share/man
-
-2007-12-15  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* ChangeLog: added
-
-	* PKGBUILD: adopted, cleaned up, uploaded to [community]

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-14 21:59:42 UTC (rev 113173)
+++ community-x86_64/PKGBUILD	2014-06-14 22:00:12 UTC (rev 113174)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor:  Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: ice-man <icemanf at gmail.com>
-
-pkgname=aircrack-ng
-pkgver=1.1
-pkgrel=10
-pkgdesc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org"
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=("http://download.aircrack-ng.org/$pkgname-$pkgver.tar.gz")
-md5sums=('f7a24ed8fad122c4187d06bfd6f998b4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make SQLITE=true UNSTABLE=true
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" SQLITE=true UNSTABLE=true \
-    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1 install
-}

Copied: aircrack-ng/repos/community-x86_64/PKGBUILD (from rev 113173, aircrack-ng/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-06-14 22:00:12 UTC (rev 113174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+
+pkgname=aircrack-ng
+_pkgver=1.2-beta3
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('i686' 'x86_64')
+url="http://www.aircrack-ng.org"
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('ec5492e65ce7e98c6812e84b1d18d811')
+
+build() {
+  cd "$srcdir"/$pkgname-$_pkgver
+
+  make sqlite=true unstable=true
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true unstable=true \
+    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+    smandir=/usr/share/man/man8/ install
+}




More information about the arch-commits mailing list