logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6cf42d4e86d90e0d1cd23fe3af2502a164f31e9a
parent 8ba6a56e27393d5f125e97053062f5a273395035
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 17 Feb 2022 22:49:22 -0800

mblaze: Update to 1.2

Diffstat:

M.gitmodules1+
Apkg/mblaze/patch/0001-mmime-include-strings.h-for-strncasecmp.patch24++++++++++++++++++++++++
Mpkg/mblaze/ver2+-
3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -174,6 +174,7 @@ [submodule "pkg/mblaze/src"] path = pkg/mblaze/src url = https://github.com/leahneukirchen/mblaze.git + ignore = all [submodule "pkg/mc/src"] path = pkg/mc/src url = https://github.com/oridb/mc diff --git a/pkg/mblaze/patch/0001-mmime-include-strings.h-for-strncasecmp.patch b/pkg/mblaze/patch/0001-mmime-include-strings.h-for-strncasecmp.patch @@ -0,0 +1,24 @@ +From 5dae0767e35025f6e36b5011d25813cdbb1ed866 Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Thu, 17 Feb 2022 22:48:24 -0800 +Subject: [PATCH] mmime: include strings.h for strncasecmp + +--- + mmime.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/mmime.c b/mmime.c +index f082cf0..e9a0e51 100644 +--- a/mmime.c ++++ b/mmime.c +@@ -12,6 +12,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <strings.h> + #include <time.h> + #include <unistd.h> + +-- +2.34.1 + diff --git a/pkg/mblaze/ver b/pkg/mblaze/ver @@ -1 +1 @@ -1.1 r0 +1.2 r0