summarylogtreecommitdiffstats
path: root/patch.diff
diff options
context:
space:
mode:
authorEdoardo Rosa2020-07-26 11:25:54 +0200
committerEdoardo Rosa2020-07-26 11:25:54 +0200
commit33bfc7c192d62923f1e6545294386e16ddb2aec2 (patch)
tree6b2e6a1c91596364851eac43e27d08cb3c049fcf /patch.diff
parent36e7ad85275ae27a6ea3e2d76447fc9fdd216251 (diff)
downloadaur-33bfc7c192d62923f1e6545294386e16ddb2aec2.tar.gz
bump to regripper3.0
Diffstat (limited to 'patch.diff')
-rw-r--r--patch.diff12
1 files changed, 6 insertions, 6 deletions
diff --git a/patch.diff b/patch.diff
index 224a22db96cf..a7a940286fc3 100644
--- a/patch.diff
+++ b/patch.diff
@@ -1,5 +1,5 @@
diff --git a/rip.pl b/rip.pl
-index ef8815a..265a56c 100644
+index a8045b0..6682a68 100644
--- a/rip.pl
+++ b/rip.pl
@@ -1,4 +1,4 @@
@@ -8,7 +8,7 @@ index ef8815a..265a56c 100644
#-------------------------------------------------------------------------
# Rip - RegRipper, CLI version
# Use this utility to run a plugins file or a single plugin against a Reg
-@@ -62,7 +62,7 @@ $str =~ s/($path[scalar(@path) - 1])//;
+@@ -65,7 +65,7 @@ $str =~ s/($path[scalar(@path) - 1])//;
# code updated 20190318
my $plugindir;
($^O eq "MSWin32") ? ($plugindir = $str."plugins/")
@@ -17,10 +17,10 @@ index ef8815a..265a56c 100644
#my $plugindir = $str."plugins/";
#my $plugindir = File::Spec->catfile("plugins");
#print "Plugins Dir = ".$plugindir."\n";
-@@ -401,4 +401,4 @@ sub getTime($$) {
- };
- $t = 0 if ($t < 0);
- return $t;
+@@ -557,4 +557,4 @@ sub getDateFromEpoch {
+ my ($sec,$min,$hour,$mday,$mon,$year) = gmtime($epoch);
+ my $fmt = sprintf("%04d-%02d-%02d %02d:%02d:%02d",(1900 + $year),($mon + 1),$mday,$hour,$min,$sec);
+ return $fmt;
-}
\ No newline at end of file
+}