From list at eworm.de Mon Jan 6 20:26:43 2025 From: list at eworm.de (Christian Hesse) Date: Mon, 06 Jan 2025 20:26:43 -0000 Subject: [PATCH 1/1] disallow commits and diffs for robots Message-ID: <20250106202637.98999-1-list@eworm.de> From: Christian Hesse A lot of AI bots are crawling the web these days... Try to limit traffic and load for the server by disallowing commits and diffs. --- robots.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/robots.txt b/robots.txt index 1b33266..69dca6f 100644 --- a/robots.txt +++ b/robots.txt @@ -1,4 +1,6 @@ User-agent: * -Disallow: /*/snapshot/* Disallow: /*/blame/* +Disallow: /*/commit/* +Disallow: /*/diff/* +Disallow: /*/snapshot/* Allow: / From list at eworm.de Mon Jan 6 20:27:14 2025 From: list at eworm.de (Christian Hesse) Date: Mon, 06 Jan 2025 20:27:14 -0000 Subject: [PATCH 1/1] RFC: git: update to v2.48.0-rc2 Message-ID: <20250106202705.99070-1-list@eworm.de> From: Christian Hesse Update to git version v2.48.0-rc2, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1cc9b86..fc6ac3d 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.47.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.48.0.rc2 +GIT_URL = https://www.kernel.org/pub/software/scm/git/testing/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r MAN5_TXT = $(wildcard *.5.txt) diff --git a/git b/git index 92999a4..b74ff38 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 92999a42db1c5f43f330e4f2bca4026b5b81576f +Subproject commit b74ff38af58464688b211140b90ec90598d340c6 From list at eworm.de Fri Jan 10 18:52:11 2025 From: list at eworm.de (Christian Hesse) Date: Fri, 10 Jan 2025 18:52:11 -0000 Subject: [PATCH 1/1] git: update to v2.48.0 Message-ID: <20250110185206.16214-1-list@eworm.de> From: Christian Hesse Update to git version v2.48.0, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1cc9b86..ea9ef8a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.47.1 +GIT_VER = 2.48.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r diff --git a/git b/git index 92999a4..fbe8d30 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 92999a42db1c5f43f330e4f2bca4026b5b81576f +Subproject commit fbe8d3079d4a96aeb4e4529cc93cc0043b759a05 From list at eworm.de Mon Jan 13 09:59:40 2025 From: list at eworm.de (Christian Hesse) Date: Mon, 13 Jan 2025 09:59:40 -0000 Subject: [PATCH 1/1] disallow commits and diffs for robots In-Reply-To: <20250106202637.98999-1-list@eworm.de> References: <20250106202637.98999-1-list@eworm.de> Message-ID: <20250113105939.6b0be8aa@leda.eworm.net> Christian Hesse on Mon, 2025/01/06 21:26: > From: Christian Hesse > > A lot of AI bots are crawling the web these days... Try to limit traffic > and load for the server by disallowing commits and diffs. Scratch that... Does not help as expected. Doing some hard filtering in nginx now... -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];) putchar(b-1/(/* Chris cc -ox -xc - && ./x */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From list at eworm.de Tue Jan 14 19:15:28 2025 From: list at eworm.de (Christian Hesse) Date: Tue, 14 Jan 2025 19:15:28 -0000 Subject: [PATCH 1/1] git: update to v2.48.1 Message-ID: <20250114191525.24645-1-list@eworm.de> From: Christian Hesse Update to git version v2.48.0, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ea9ef8a..e788deb 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.48.0 +GIT_VER = 2.48.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r diff --git a/git b/git index fbe8d30..f93ff17 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit fbe8d3079d4a96aeb4e4529cc93cc0043b759a05 +Subproject commit f93ff170b93a1782659637824b25923245ac9dd1