Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apache-solr8: Update to version 8.11.4 #27719

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions java/apache-solr8/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in java/apache-solr8/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint apache-solr8: Warning: Line 146 contains tab but modeline says tabs should be expanded Warning: Line 147 contains tab but modeline says tabs should be expanded

Check warning on line 1 in java/apache-solr8/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint apache-solr8: Warning: Line 146 contains tab but modeline says tabs should be expanded Warning: Line 147 contains tab but modeline says tabs should be expanded

Check warning on line 1 in java/apache-solr8/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint apache-solr8: Warning: Line 146 contains tab but modeline says tabs should be expanded Warning: Line 147 contains tab but modeline says tabs should be expanded

PortSystem 1.0
PortGroup java 1.0

name apache-solr8
version 8.11.3
version 8.11.4
revision 0
categories java textproc
supported_archs noarch
Expand All @@ -26,9 +26,9 @@

master_sites apache:lucene/solr/${version}/

checksums rmd160 cb0999d5ce72908e5fdf8bf4866b4e82a00c824d \
sha256 178300ae095094c2060a1060cf475aa935f1202addfb5bacb38e8712ccb56455 \
size 224989098
checksums rmd160 740266658348ec123883c533958383a62bcfdc8c \
sha256 163fbdf246bbd78910bc36c3257ad50cdf31ccc3329a5ef885c23c9ef69e0ebe \
size 225264820

# log4j vulnerability CVE-2021-44228
# diff -NaurdwB -I '^ *#' ./solr-orig/bin/solr.in.sh ./solr-new/bin/solr.in.sh | sed -E -e 's/\.\/solr-(orig|new)\//\.\//' > patch-solr-in-sh.diff
Expand Down