From 826e76d037f88636fdde7d4ef1eb72f29ac5f4a5 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 5 Nov 2023 17:43:33 -0500 Subject: [PATCH] bumped changelog version --- changelog.upstream | 66 ++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 6 +++++ 2 files changed, 72 insertions(+) diff --git a/changelog.upstream b/changelog.upstream index b02da81..000193d 100644 --- a/changelog.upstream +++ b/changelog.upstream @@ -1,3 +1,31 @@ +commit 3130a39d8c280d913fb632a40562438b82a499bb +Author: Patrick Schleizer +Date: Sun Nov 5 17:43:07 2023 -0500 + + set -e + +commit 18a2d814cc0c477599b276bb319ed8bdd34499ea +Merge: 4fda9d2 36f3c30 +Author: Patrick Schleizer +Date: Sun Nov 5 17:42:28 2023 -0500 + + Merge remote-tracking branch 'github-kicksecure/master' + +commit 36f3c30440e73c8bf4946742095f0495994fed99 +Merge: 4fda9d2 2e64d89 +Author: Patrick Schleizer +Date: Sun Nov 5 17:41:56 2023 -0500 + + Merge pull request #148 from monsieuremre/module-loading-hardening + + Harden the loading of new modules to the kernel after install + +commit 4fda9d2e8459c043ec27178ceb87483229b45d5f +Author: Patrick Schleizer +Date: Sun Nov 5 16:46:18 2023 -0500 + + bumped changelog version + commit 4219347f0a739ed1ea93a596968295ddcd3a940f Author: Patrick Schleizer Date: Sun Nov 5 16:43:44 2023 -0500 @@ -196,6 +224,24 @@ Date: Sun Nov 5 11:31:09 2023 -0500 update link +commit 2e64d89b042227fe5f38bb6d6a859deb4c5183b7 +Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> +Date: Sat Nov 4 21:18:45 2023 +0000 + + undo unnecessary manual activation + +commit 19eceaa8108879ee5477b157fb2175993c487959 +Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> +Date: Sat Nov 4 20:56:46 2023 +0000 + + more fix + +commit a187d23c4187fd08611e5cba85d09666dfd9f735 +Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> +Date: Sat Nov 4 20:56:08 2023 +0000 + + big fix + commit fbd9e5d017c4b00d838e9f225c7748c4b362f023 Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> Date: Sat Nov 4 14:33:35 2023 +0000 @@ -366,6 +412,26 @@ Date: Thu Nov 2 13:01:55 2023 +0000 disable sysrq +commit 07882f61a8003026a9e4c135a6e18a8fd204060f +Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> +Date: Thu Nov 2 10:44:19 2023 +0000 + + enable service on install + + not sure if this would be the right way to do it + +commit 9f063584c1f96267b04f8f7fe0eee773f9345370 +Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> +Date: Thu Nov 2 10:28:41 2023 +0000 + + disable-kernel-module-loading + +commit 3e604618a8ba2531553af4f9af00470bd9629615 +Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> +Date: Thu Nov 2 10:24:35 2023 +0000 + + harden-module-loading.service + commit 3ee4be652b28201ba208757ce5144e51c453ad70 Author: monsieuremre <130907164+monsieuremre@users.noreply.github.com> Date: Thu Nov 2 09:36:58 2023 +0000 diff --git a/debian/changelog b/debian/changelog index fb9ff83..0d378f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +security-misc (3:33.6-1) unstable; urgency=medium + + * New upstream version (local package). + + -- Patrick Schleizer Sun, 05 Nov 2023 22:43:33 +0000 + security-misc (3:33.5-1) unstable; urgency=medium * New upstream version (local package).