From ea4b1a94f753b5147e6bad1a9731139969d7eaf8 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:43:06 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 5 +- ....09-Remove-shebangs-from-the-modules.patch | 46 ------------------- 2 files changed, 4 insertions(+), 47 deletions(-) delete mode 100644 NTLM-1.09-Remove-shebangs-from-the-modules.patch diff --git a/.gitignore b/.gitignore index 5b84188..ddd8f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -SOURCES/NTLM-1.09.tar.gz +/NTLM-1.05.tar.gz +/perl-NTLM-licensing-email.tgz +/NTLM-1.07.tar.gz +/NTLM-1.08.tar.gz /NTLM-1.09.tar.gz diff --git a/NTLM-1.09-Remove-shebangs-from-the-modules.patch b/NTLM-1.09-Remove-shebangs-from-the-modules.patch deleted file mode 100644 index c419740..0000000 --- a/NTLM-1.09-Remove-shebangs-from-the-modules.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 767179c773e45c28ef6ecaff01c8b62f8e240bc5 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Tue, 17 Mar 2020 14:44:38 +0100 -Subject: [PATCH] Remove shebangs from the modules -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Petr Písař ---- - DES/DES.pm | 1 - - MD4/MD4.pm | 1 - - NTLM.pm | 2 -- - 3 files changed, 4 deletions(-) - -diff --git a/DES/DES.pm b/DES/DES.pm -index 04ab365..6210f44 100644 ---- a/DES/DES.pm -+++ b/DES/DES.pm -@@ -1,4 +1,3 @@ --#!/usr/local/bin/perl - # - # This is an implementation of part of the DES specification. According - # to the code this is ported from, this code does NOT enable 2-way -diff --git a/MD4/MD4.pm b/MD4/MD4.pm -index ba8f735..7d2b49d 100644 ---- a/MD4/MD4.pm -+++ b/MD4/MD4.pm -@@ -1,4 +1,3 @@ --#!/usr/local/bin/perl - # - # This is a partial implentation of the MD4 checksum code. - # -diff --git a/NTLM.pm b/NTLM.pm -index 60af70e..d7ae5ff 100644 ---- a/NTLM.pm -+++ b/NTLM.pm -@@ -1,5 +1,3 @@ --#!/usr/local/bin/perl -- - package Authen::NTLM; - use strict; - use Authen::NTLM::DES; --- -2.21.1 -