[arch-commits] Commit in ophcrack/repos (8 files)

Jonathan Steel jsteel at archlinux.org
Wed Apr 26 18:45:04 UTC 2017


    Date: Wednesday, April 26, 2017 @ 18:45:03
  Author: jsteel
Revision: 225711

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

Added:
  ophcrack/repos/community-i686/PKGBUILD
    (from rev 225710, ophcrack/trunk/PKGBUILD)
  ophcrack/repos/community-i686/ophcrack.desktop
    (from rev 225710, ophcrack/trunk/ophcrack.desktop)
  ophcrack/repos/community-x86_64/PKGBUILD
    (from rev 225710, ophcrack/trunk/PKGBUILD)
  ophcrack/repos/community-x86_64/ophcrack.desktop
    (from rev 225710, ophcrack/trunk/ophcrack.desktop)
Deleted:
  ophcrack/repos/community-i686/PKGBUILD
  ophcrack/repos/community-i686/ophcrack.desktop
  ophcrack/repos/community-x86_64/PKGBUILD
  ophcrack/repos/community-x86_64/ophcrack.desktop

-----------------------------------+
 /PKGBUILD                         |   74 ++++++++++++++++++++++++++++++++++++
 /ophcrack.desktop                 |   16 +++++++
 community-i686/PKGBUILD           |   37 ------------------
 community-i686/ophcrack.desktop   |    8 ---
 community-x86_64/PKGBUILD         |   37 ------------------
 community-x86_64/ophcrack.desktop |    8 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-26 18:44:47 UTC (rev 225710)
+++ community-i686/PKGBUILD	2017-04-26 18:45:03 UTC (rev 225711)
@@ -1,37 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Kaos < gianlucaatlas at gmail dot com >
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: Matthew Sharpe <matt.sharpe at gmail.com>
-
-pkgname=ophcrack
-pkgver=3.6.1
-pkgrel=3
-pkgdesc="Windows password cracker based on rainbow tables"
-arch=('i686' 'x86_64')
-url="http://ophcrack.sourceforge.net"
-license=('GPL')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
-        ophcrack.desktop)
-md5sums=('f05e41f4261c488d7da1015374b5725b'
-         '664599c4fd7fd210e6c421459f60e20d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-gui --enable-graph
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/ophcrack.desktop \
-    "$pkgdir"/usr/share/applications/ophcrack.desktop
-  install -Dm644 src/gui/pixmaps/os.xpm \
-    "$pkgdir"/usr/share/$pkgname/pixmaps/os.xpm
-}

Copied: ophcrack/repos/community-i686/PKGBUILD (from rev 225710, ophcrack/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-26 18:45:03 UTC (rev 225711)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Kaos < gianlucaatlas at gmail dot com >
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Matthew Sharpe <matt.sharpe at gmail.com>
+
+pkgname=ophcrack
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Windows password cracker based on rainbow tables"
+arch=('i686' 'x86_64')
+url="http://ophcrack.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+        ophcrack.desktop)
+md5sums=('dbcdb80e5c9d39198b4e5edd4349be27'
+         '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-graph
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/ophcrack.desktop \
+    "$pkgdir"/usr/share/applications/ophcrack.desktop
+  install -Dm644 src/gui/pixmaps/os.xpm \
+    "$pkgdir"/usr/share/$pkgname/pixmaps/os.xpm
+}

Deleted: community-i686/ophcrack.desktop
===================================================================
--- community-i686/ophcrack.desktop	2017-04-26 18:44:47 UTC (rev 225710)
+++ community-i686/ophcrack.desktop	2017-04-26 18:45:03 UTC (rev 225711)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=Ophcrack
-Comment=LM and SAM hash cracker
-Exec=ophcrack
-Icon=/usr/share/ophcrack/pixmaps/os.xpm
-Categories=Application;Utilities;System

Copied: ophcrack/repos/community-i686/ophcrack.desktop (from rev 225710, ophcrack/trunk/ophcrack.desktop)
===================================================================
--- community-i686/ophcrack.desktop	                        (rev 0)
+++ community-i686/ophcrack.desktop	2017-04-26 18:45:03 UTC (rev 225711)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-26 18:44:47 UTC (rev 225710)
+++ community-x86_64/PKGBUILD	2017-04-26 18:45:03 UTC (rev 225711)
@@ -1,37 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Kaos < gianlucaatlas at gmail dot com >
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: Matthew Sharpe <matt.sharpe at gmail.com>
-
-pkgname=ophcrack
-pkgver=3.6.1
-pkgrel=3
-pkgdesc="Windows password cracker based on rainbow tables"
-arch=('i686' 'x86_64')
-url="http://ophcrack.sourceforge.net"
-license=('GPL')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
-        ophcrack.desktop)
-md5sums=('f05e41f4261c488d7da1015374b5725b'
-         '664599c4fd7fd210e6c421459f60e20d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-gui --enable-graph
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/ophcrack.desktop \
-    "$pkgdir"/usr/share/applications/ophcrack.desktop
-  install -Dm644 src/gui/pixmaps/os.xpm \
-    "$pkgdir"/usr/share/$pkgname/pixmaps/os.xpm
-}

Copied: ophcrack/repos/community-x86_64/PKGBUILD (from rev 225710, ophcrack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-26 18:45:03 UTC (rev 225711)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Kaos < gianlucaatlas at gmail dot com >
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Matthew Sharpe <matt.sharpe at gmail.com>
+
+pkgname=ophcrack
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Windows password cracker based on rainbow tables"
+arch=('i686' 'x86_64')
+url="http://ophcrack.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+        ophcrack.desktop)
+md5sums=('dbcdb80e5c9d39198b4e5edd4349be27'
+         '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-graph
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/ophcrack.desktop \
+    "$pkgdir"/usr/share/applications/ophcrack.desktop
+  install -Dm644 src/gui/pixmaps/os.xpm \
+    "$pkgdir"/usr/share/$pkgname/pixmaps/os.xpm
+}

Deleted: community-x86_64/ophcrack.desktop
===================================================================
--- community-x86_64/ophcrack.desktop	2017-04-26 18:44:47 UTC (rev 225710)
+++ community-x86_64/ophcrack.desktop	2017-04-26 18:45:03 UTC (rev 225711)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=Ophcrack
-Comment=LM and SAM hash cracker
-Exec=ophcrack
-Icon=/usr/share/ophcrack/pixmaps/os.xpm
-Categories=Application;Utilities;System

Copied: ophcrack/repos/community-x86_64/ophcrack.desktop (from rev 225710, ophcrack/trunk/ophcrack.desktop)
===================================================================
--- community-x86_64/ophcrack.desktop	                        (rev 0)
+++ community-x86_64/ophcrack.desktop	2017-04-26 18:45:03 UTC (rev 225711)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System



More information about the arch-commits mailing list