lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1502750384-19554-1-git-send-email-pramuka.perera@gmail.com>
Date:   Mon, 14 Aug 2017 18:39:44 -0400
From:   Pramuka Perera <pramuka.perera@...il.com>
To:     yamada.masahiro@...ionext.com, mmarek@...e.com,
        linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     Pramuka Perera <pramuka.perera@...il.com>
Subject: [PATCH] [PATCH] linux: Makefile: 4:  Changed Makefile EXTRAVERSION to "-eudyptula"

As required by Task 03 of the Eudyptula Challenge, modified the EXTRAVERSION variable to "-eudyptula".

Signed-off-by: Pramuka Perera <pramuka.perera@...il.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 37087b4..9456b24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 4
 PATCHLEVEL = 13
 SUBLEVEL = 0
-EXTRAVERSION = -rc3
+EXTRAVERSION = -eudyptula
 NAME = Fearless Coyote
 
 # *DOCUMENTATION*
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ