[arch-commits] Commit in unhide/repos/community-x86_64 (4 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 17 16:55:52 UTC 2021


    Date: Sunday, October 17, 2021 @ 16:55:52
  Author: arojas
Revision: 1030762

archrelease: copy trunk to community-x86_64

Added:
  unhide/repos/community-x86_64/Makefile
    (from rev 1030761, unhide/trunk/Makefile)
  unhide/repos/community-x86_64/PKGBUILD
    (from rev 1030761, unhide/trunk/PKGBUILD)
Deleted:
  unhide/repos/community-x86_64/Makefile
  unhide/repos/community-x86_64/PKGBUILD

----------+
 Makefile |   50 +++++++++++++++++++++++++-------------------------
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: Makefile
===================================================================
--- Makefile	2021-10-17 16:55:41 UTC (rev 1030761)
+++ Makefile	2021-10-17 16:55:52 UTC (rev 1030762)
@@ -1,25 +0,0 @@
-PREFIX ?= /usr/local
-
-BINS ?= unhide-linux unhide_rb unhide-tcp unhide-posix
-LINUX_SRC:= $(sort $(wildcard unhide-linux*.c))
-
-CFLAGS ?= -Wall
-CFLAGS += -Wall
-
-all: $(BINS)
-unhide-linux: $(LINUX_SRC) unhide-output.c
-unhide-linux: LDFLAGS += -pthread
-unhide-tcp: unhide-tcp.c unhide-tcp-fast.c unhide-output.c
-
-install:
-	install -d -m 755 '$(DESTDIR)$(PREFIX)'/bin
-	for bin in $(BINS); do \
-	    install -m 755 $$bin '$(DESTDIR)$(PREFIX)'/bin/$$bin; \
-	done
-	for man in man/*.8 man/*/*.8; do \
-	    lang=$${man%/*}; \
-	    lang=$${lang#man}; \
-	    manfile=$${man##*/}; \
-	    install -d -m 755 '$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8; \
-	    install -m 644 $$man '$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8/$$manfile; \
-	done

Copied: unhide/repos/community-x86_64/Makefile (from rev 1030761, unhide/trunk/Makefile)
===================================================================
--- Makefile	                        (rev 0)
+++ Makefile	2021-10-17 16:55:52 UTC (rev 1030762)
@@ -0,0 +1,25 @@
+PREFIX ?= /usr/local
+
+BINS ?= unhide-linux unhide_rb unhide-tcp unhide-posix
+LINUX_SRC:= $(sort $(wildcard unhide-linux*.c))
+
+CFLAGS ?= -Wall
+CFLAGS += -Wall
+
+all: $(BINS)
+unhide-linux: $(LINUX_SRC) unhide-output.c
+unhide-linux: LDFLAGS += -pthread
+unhide-tcp: unhide-tcp.c unhide-tcp-fast.c unhide-output.c
+
+install:
+	install -d -m 755 '$(DESTDIR)$(PREFIX)'/bin
+	for bin in $(BINS); do \
+	    install -m 755 $$bin '$(DESTDIR)$(PREFIX)'/bin/$$bin; \
+	done
+	for man in man/*.8 man/*/*.8; do \
+	    lang=$${man%/*}; \
+	    lang=$${lang#man}; \
+	    manfile=$${man##*/}; \
+	    install -d -m 755 '$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8; \
+	    install -m 644 $$man '$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8/$$manfile; \
+	done

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 16:55:41 UTC (rev 1030761)
+++ PKGBUILD	2021-10-17 16:55:52 UTC (rev 1030762)
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=unhide
-pkgver=20130526
-pkgrel=3
-pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
-arch=('x86_64')
-url='https://sourceforge.net/projects/unhide/'
-license=('GPL3')
-depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng')
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver.tgz"
-        "Makefile")
-md5sums=('f3d68ed8eb239614abb0ff5ace22cf85'
-         '68ec8dcd2f25d4d5dad089a8535d462f')
-
-prepare() {
-  cp -f Makefile $pkgname-$pkgver/
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  ln -s unhide-linux "$pkgdir/usr/bin/unhide"
-}

Copied: unhide/repos/community-x86_64/PKGBUILD (from rev 1030761, unhide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-17 16:55:52 UTC (rev 1030762)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=unhide
+pkgver=20210124
+pkgrel=1
+pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
+arch=('x86_64')
+url='https://sourceforge.net/projects/unhide/'
+license=('GPL3')
+depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng')
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/Unhide-$pkgver.tar.gz"
+        "Makefile")
+md5sums=('6a6a6d64c99a58bb99f04aed5b2f7283'
+         '68ec8dcd2f25d4d5dad089a8535d462f')
+
+prepare() {
+  cp -f Makefile Unhide-$pkgver/
+}
+
+build() {
+  cd Unhide-$pkgver
+  make
+}
+
+package() {
+  cd Unhide-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  ln -s unhide-linux "$pkgdir/usr/bin/unhide"
+}



More information about the arch-commits mailing list