Compare commits
No commits in common. "a9-beta" and "c8-stream-rhel8" have entirely different histories.
a9-beta
...
c8-stream-
@ -1,32 +0,0 @@
|
|||||||
diff --git a/core/pom.xml b/core/pom.xml
|
|
||||||
index cd0293e..6d4276e 100644
|
|
||||||
--- a/core/pom.xml
|
|
||||||
+++ b/core/pom.xml
|
|
||||||
@@ -46,7 +46,7 @@
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<artifactId>encoder</artifactId>
|
|
||||||
- <packaging>jar</packaging>
|
|
||||||
+ <packaging>bundle</packaging>
|
|
||||||
|
|
||||||
<name>Java Encoder</name>
|
|
||||||
<description>
|
|
||||||
@@ -67,6 +67,18 @@
|
|
||||||
</excludes>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
+ <plugin>
|
|
||||||
+ <groupId>org.apache.felix</groupId>
|
|
||||||
+ <artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
+ <version>4.2.1</version>
|
|
||||||
+ <extensions>true</extensions>
|
|
||||||
+ <configuration>
|
|
||||||
+ <instructions>
|
|
||||||
+ <Export-Package>org.owasp.encoder</Export-Package>
|
|
||||||
+ <Bundle-SymbolicName>org.owasp.encoder</Bundle-SymbolicName>
|
|
||||||
+ </instructions>
|
|
||||||
+ </configuration>
|
|
||||||
+ </plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
<profiles>
|
|
12
SOURCES/0_manifest.patch
Normal file
12
SOURCES/0_manifest.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nur owasp-java-encoder-1.2.1-orig/META-INF/MANIFEST.MF owasp-java-encoder-1.2.1/META-INF/MANIFEST.MF
|
||||||
|
--- owasp-java-encoder-1.2.1-orig/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500
|
||||||
|
+++ owasp-java-encoder-1.2.1/META-INF/MANIFEST.MF 2018-08-07 11:59:15.923471361 -0400
|
||||||
|
@@ -0,0 +1,8 @@
|
||||||
|
+Manifest-Version: 1.0
|
||||||
|
+Bnd-LastModified: 1533328833261
|
||||||
|
+Bundle-ManifestVersion: 2
|
||||||
|
+Bundle-Name: org.owasp.encoder
|
||||||
|
+Bundle-SymbolicName: org.owasp.encoder
|
||||||
|
+Created-By: 1.8.0_181 (Oracle Corporation)
|
||||||
|
+Export-Package: org.owasp.encoder
|
||||||
|
+Tool: Bnd-1.50.0
|
@ -1,15 +0,0 @@
|
|||||||
diff --git a/pom.xml b/pom.xml
|
|
||||||
index d81ad2c..fe27928 100755
|
|
||||||
--- a/pom.xml
|
|
||||||
+++ b/pom.xml
|
|
||||||
@@ -261,8 +261,8 @@
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
- <source>1.5</source>
|
|
||||||
- <target>1.5</target>
|
|
||||||
+ <source>1.8</source>
|
|
||||||
+ <target>1.8</target>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: owasp-java-encoder
|
Name: owasp-java-encoder
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 6%{?dist}.alma
|
Release: 3%{?dist}
|
||||||
Summary: Collection of high-performance low-overhead contextual encoders
|
Summary: Collection of high-performance low-overhead contextual encoders
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -8,17 +8,15 @@ URL: https://github.com/OWASP/owasp-java-encoder/
|
|||||||
|
|
||||||
Source0: https://github.com/OWASP/owasp-java-encoder/archive/v%{version}.tar.gz
|
Source0: https://github.com/OWASP/owasp-java-encoder/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
# package as a bundle instead of a jar
|
# add OSGi metadata
|
||||||
Patch0: 0_bundle-packaging.patch
|
Patch0: 0_manifest.patch
|
||||||
# source/target option of 1.5 not compatible with maven-compiler-plugin 3.8.1 >= in f33
|
|
||||||
Patch1: 1_update-compiler-plugin-version.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||||
BuildRequires: junit
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The OWASP Encoders package is a collection of high-performance low-overhead
|
The OWASP Encoders package is a collection of high-performance low-overhead
|
||||||
@ -36,7 +34,9 @@ Summary: Javadoc for %{name}
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
# add version number in OSGi metadata
|
||||||
|
sed -i '/^Bundle-SymbolicName: org.owasp.encoder$/a Bundle-Version: %{version}' %{_builddir}/%{name}-%{version}/META-INF/MANIFEST.MF
|
||||||
|
|
||||||
%pom_disable_module jsp
|
%pom_disable_module jsp
|
||||||
%pom_disable_module esapi
|
%pom_disable_module esapi
|
||||||
@ -46,11 +46,12 @@ Summary: Javadoc for %{name}
|
|||||||
# analysis tool for testing coverage is not required
|
# analysis tool for testing coverage is not required
|
||||||
%pom_remove_plugin :cobertura-maven-plugin
|
%pom_remove_plugin :cobertura-maven-plugin
|
||||||
|
|
||||||
%pom_remove_parent
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
|
# inject OSGi manifest
|
||||||
|
jar ufm %{_builddir}/%{name}-%{version}/core/target/encoder-%{version}.jar %{_builddir}/%{name}-%{version}/META-INF/MANIFEST.MF
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
@ -63,22 +64,8 @@ Summary: Javadoc for %{name}
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 01 2021 Eduard Abdullin <eabdullin@almalinux.org> - 1.2.2-6.alma
|
* Thu Mar 04 2021 Alex Macdonald <almacdon@redhat.com> - 1.2.2-3
|
||||||
- Add junit to BR
|
- Add ExclusiveArch: x86_64
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.2-6
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Sep 21 2020 Jie Kang <jkang@redhat.com> - 1.2.2-4
|
|
||||||
- Remove deprecated dependency: sonatype-oss-parent
|
|
||||||
|
|
||||||
* Tue Aug 18 2020 Alex Macdonald <almacdon@redhat.com> - 1.2.2-3
|
|
||||||
- Remove osgi metadata patch0 that previously added a manifest
|
|
||||||
- Include patch (courtesy of jkang) to package as a bundle instead of a jar
|
|
||||||
- Update maven-compiler-plugin source/target version for builds in f33
|
|
||||||
|
|
||||||
* Tue May 28 2019 Jie Kang <jkang@redhat.com> -1.2.2-2
|
* Tue May 28 2019 Jie Kang <jkang@redhat.com> -1.2.2-2
|
||||||
- Remove unnecessary javadoc plugin for Fedora builds
|
- Remove unnecessary javadoc plugin for Fedora builds
|
||||||
|
Loading…
Reference in New Issue
Block a user