Compare commits

...
Sign in to create a new pull request.

12 commits

Author SHA1 Message Date
Michal Ruprich
6af8c6fbe8 New version 4.2.11 2025-02-20 08:54:11 +01:00
Michal Ruprich
96583429dc New version 4.2.9 2025-01-22 09:58:52 +01:00
Michal Ruprich
8a7174fed0 New version 4.2.9 2024-11-21 10:44:54 +01:00
Michal Ruprich
cea2691ea0 New version 4.2.8 2024-10-10 11:04:13 +02:00
Michal Ruprich
8016291974 Using cmake install for development headers and .cmake files 2024-09-20 10:25:31 +02:00
Michal Ruprich
fff197d9fa New version 4.2.7 2024-08-29 10:39:55 +02:00
Michal Ruprich
3340f08b9f New version 4.2.6 2024-07-11 09:58:14 +02:00
Michal Ruprich
00a0930515 Uploading new sources 2024-05-22 10:09:47 +02:00
Michal Ruprich
ee7c362bc3 New version 4.2.5 2024-05-22 09:57:35 +02:00
Michal Ruprich
ce903a0177 Enabling additional features (rhbz#2278136) 2024-05-05 10:52:32 +02:00
Michal Ruprich
889047cd70 New version 4.2.4 2024-04-08 10:41:43 +02:00
Michal Ruprich
c1bfdd1791 New version 4.2.3 2024-03-05 09:03:27 +01:00
2 changed files with 60 additions and 32 deletions

View file

@ -1,2 +1,2 @@
SHA512 (wireshark-4.2.2.tar.xz) = a72c4957c7458da85ec9d121330c0c185fa047823b00be88e1218efda5ce43a7e4a3581afefadc003f376da8b89668d835bbead049009a1fdb5d8fbce08ddbb2
SHA512 (SIGNATURES-4.2.2.txt) = f4b8c98ecac26353a41405fea532301a50244827c3d1f71bbde4cf46f9ef47f13019b0cadf1a946bdaf8e7e99363664316d4ccbe389f4bbd4a6416efcdd72f16
SHA512 (wireshark-4.2.11.tar.xz) = de4a067402f8f2e72024f32e5ee1549e3691bf80f092d1b3eb55cdbdc6aace2253cae1938ce52bc4c9eeb2cd9208bc16b4b0cf73edfc87e7cd70c620a74a9ff1
SHA512 (SIGNATURES-4.2.11.txt) = ded769d35060f47f837cf6e67eb0f1243d498be59a0cbdd6bcc05ab69d261aa8ccab19ad1f93eac9a989f3c285d993fccb4e28b5500fc4edf975ff0db6beb36f

View file

@ -5,8 +5,8 @@
Summary: Network traffic analyzer
Name: wireshark
Version: 4.2.2
Release: 3%{?dist}
Version: 4.2.11
Release: 1%{?dist}
Epoch: 1
License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib)
Url: http://www.wireshark.org/
@ -76,14 +76,26 @@ BuildRequires: libmaxminddb-devel
%if %{with_lua} && 0%{?fedora}
BuildRequires: compat-lua-devel
%endif
Buildrequires: git-core
Buildrequires: python3-devel
Buildrequires: cmake
Buildrequires: speexdsp-devel
Buildrequires: git-core
Buildrequires: python3-devel
Buildrequires: cmake
Buildrequires: speexdsp-devel
#needed for sdjournal external capture interface
BuildRequires: systemd-devel
BuildRequires: libnghttp2-devel
BuildRequires: systemd-rpm-macros
BuildRequires: systemd-devel
BuildRequires: libnghttp2-devel
BuildRequires: systemd-rpm-macros
BuildRequires: lz4-devel
BuildRequires: snappy-devel
BuildRequires: brotli-devel
BuildRequires: opus-devel
BuildRequires: sbc-devel
%if 0%{?fedora}
BuildRequires: ilbc-devel
BuildRequires: opencore-amr-devel
BuildRequires: bcg729-devel
BuildRequires: spandsp-devel
BuildRequires: minizip-ng-compat-devel
%endif
%description
@ -148,33 +160,14 @@ and plugins.
%install
%cmake_install
%cmake_install --component Development
desktop-file-validate %{buildroot}%{_datadir}/applications/org.wireshark.Wireshark.desktop
#install devel files (inspired by debian/wireshark-dev.header-files)
install -d -m 0755 %{buildroot}%{_includedir}/wireshark
IDIR="%{buildroot}%{_includedir}/wireshark"
mkdir -p "${IDIR}/epan"
mkdir -p "${IDIR}/epan/crypt"
mkdir -p "${IDIR}/epan/ftypes"
mkdir -p "${IDIR}/epan/dfilter"
mkdir -p "${IDIR}/epan/dissectors"
mkdir -p "${IDIR}/wiretap"
mkdir -p "${IDIR}/wsutil"
mkdir -p "${IDIR}/wsutil/wmem"
mkdir -p %{buildroot}%{_udevrulesdir}
install -m 644 %{_vpath_builddir}/config.h epan/register.h "${IDIR}/"
install -m 644 %{_vpath_builddir}/ws_version.h "${IDIR}/"
install -m 644 cfile.h file.h "${IDIR}/"
install -m 644 epan/*.h "${IDIR}/epan/"
install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt"
install -m 644 epan/ftypes/*.h "${IDIR}/epan/ftypes"
install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter"
install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors"
install -m 644 wiretap/*.h "${IDIR}/wiretap"
install -m 644 wsutil/*.h "${IDIR}/wsutil"
install -m 644 wsutil/wmem/*.h "${IDIR}/wsutil/wmem"
install -m 644 include/*.h "${IDIR}/"
install -m 644 %{SOURCE2} %{buildroot}%{_udevrulesdir}
install -Dpm 644 %{SOURCE3} %{buildroot}%{_sysusersdir}/%{name}.conf
@ -275,11 +268,46 @@ fi
%files devel
%doc doc/README.* ChangeLog
%{_includedir}/wireshark
%dir %{_includedir}/wireshark
%{_includedir}/wireshark/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/cmake/%{name}/*.cmake
%changelog
* Thu Feb 20 2025 Michal Ruprich <mruprich@redhat.com> - 1:4.2.11-1
- New version 4.2.11
* Wed Jan 22 2025 Michal Ruprich <mruprich@redhat.com> - 1:4.2.10-1
- New version 4.2.10
* Thu Nov 21 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.9-1
- New version 4.2.9
* Thu Oct 10 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.8-1
- New version 4.2.8
* Mon Sep 16 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.7-2
- Using cmake install for development headers and .cmake files
* Thu Aug 29 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.7-1
- New version 4.2.7
* Thu Jul 11 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.6-1
- New version 4.2.6
* Wed May 22 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.5-1
- New version 4.2.5
* Sun May 05 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.4-2
- Enabling additional features (rhbz#2278136)
* Mon Apr 08 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.4-1
- New version 4.2.4
* Tue Mar 05 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.3-1
- New version 4.2.3
* Sun Feb 18 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1:4.2.2-3
- Install more devel headers