Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion apache-pulsar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apache-pulsar
version: "4.0.6"
epoch: 1
epoch: 2 # GHSA-3p8m-j85q-pgmj
description: Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -51,6 +51,9 @@ pipeline:
tar -zxf ./distribution/server/target/${{package.name}}-${{package.version}}-bin.tar.gz -C ${dest} --strip-components=1
rm -rf ${dest}/bin/*.cmd

# Remove windows jar/DLLs from boringssl
find ${dest} -name '*boringssl*windows*' -exec rm {} \;

- uses: strip

subpackages:
Expand Down
2 changes: 1 addition & 1 deletion apache-pulsar/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
properties:
- property: netty.version
value: "4.1.124.Final"
value: "4.1.125.Final"
Loading