Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
removed more afflib.org references
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 9, 2014
1 parent 75ff7f7 commit 5f0bd98
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 31 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pkginclude_HEADERS = lib/afflib.h lib/afflib_i.h lib/aftimer.h lib/utils.h
ACLOCAL_AMFLAGS = -I m4

RELEASE_USER = simsong@
RELEASE_HOST = www.afflib.org
RELEASE_DIR = afflib.org/
RELEASE_HOST = www.digitalcorpora.org
RELEASE_DIR = /var/www/digitalcorpora.org/downloads/afflib/

RELEASE_LOC = $(RELEASE_DIR)/downloads/
CHANGES_LOC = $(RELEASE_DIR)/ChangeLog.txt
Expand Down
5 changes: 1 addition & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ and Windows. We have also created a Windows zipfile that contains:
and produces a histogram of the contents.


The AFF library can be downloaded from http://afflib.org/.

The pre-compiled AFF for Windows can be downloaded from
http://afflib.org/windows.
The AFF library can be downloaded from https://github.com/simsong/AFFLIBv3

====
AFFLIB with SleuthKit:
Expand Down
24 changes: 1 addition & 23 deletions README_Win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Downloading and Installing
==========================
You can download the current version of AFF Tools from:

http://afflib.org/downloads/afflib_windows.zip
https://github.com/simsong/AFFLIBv3

The ZIP file contains:
* pre-compiled executables for AFF Tools
Expand Down Expand Up @@ -158,25 +158,3 @@ To verify a diskprint


Verifying the AFFLIB Digital Signature
===============================
Some organizations require that dgital signatures be verified on programs that are downloaded.

Some AFF distributions are now signed with the AFFLIB privat key. You
can verify the distribution by downloading a copy of the public key
from the AFFLIB website or the GPG key server.

The public key can be downloaded from the website:

http://afflib.org/pubkey.asc

You can also download the key directly from the GPG keyserver with
this command:

$ gpg --keyserver subkeys.pgp.net --recv-keys 805B3DB0
gpg: requesting key 805B3DB0 from hkp server subkeys.pgp.net
gpg: /home/simsong/.gnupg/trustdb.gpg: trustdb created
gpg: key 805B3DB0: public key "AFFLIB Distribution (Simson L. Garfinkel)" imported
gpg: Total number processed: 1
gpg: imported: 1
$

2 changes: 1 addition & 1 deletion afflib.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Summary: Library to support the Advanced Forensic Format
Group: System Environment/Libraries
License: BSD with advertising
Source: %{name}-%{version}.tar.gz
URL: http://www.afflib.org/
URL: https://github.com/simsong/AFFLIBv3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: curl-devel expat-devel ncurses-devel openssl-devel zlib-devel

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See http://autotoolset.sourceforge.net/tutorial.html
# and http://www.openismus.com/documents/linux/automake/automake.shtml

AC_INIT([AFFLIB],[3.7.4],[bugs@afflib.org])
AC_INIT([AFFLIB],[3.7.4],[https://github.com/simsong/AFFLIBv3/issues])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE

Expand Down

0 comments on commit 5f0bd98

Please sign in to comment.