Merge pull request #10913 from ayhanyalcinsoy/master

v.bump
This commit is contained in:
2022-11-05 08:40:32 +03:00
committed by GitHub
2 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -22,17 +22,17 @@ def build():
def install():
mesontools.install()
for f in ["epan/register.h", "ws_diag_control.h", "file.h", "cfile.h", "ws_symbol_export.h"]:
#"ws_diag_control.h","ws_symbol_export.h"
for f in ["epan/register.h", "build/config.h","file.h", "cfile.h"]:
pisitools.insinto("/usr/include/wireshark/", f)
pisitools.insinto("/usr/include/wireshark/epan/", "epan/*.h")
pisitools.insinto("/usr/include/wireshark/wsutil/", "wsutil/*.h")
pisitools.insinto("/usr/include/wireshark/wsutil/wmem/", "wsutil/wmem/*.h")
pisitools.insinto("/usr/include/wireshark/wiretap/", "wiretap/*.h")
pisitools.insinto("/usr/include/wireshark/epan/crypt/", "epan/crypt/*.h")
pisitools.insinto("/usr/include/wireshark/epan/ftypes/", "epan/ftypes/*.h")
pisitools.insinto("/usr/include/wireshark/epan/dfilter/", "epan/dfilter/*.h")
pisitools.insinto("/usr/include/wireshark/epan/dissectors/", "epan/dissectors/*.h")
pisitools.insinto("/usr/include/wireshark/epan/wmem/", "epan/wmem/*.h")
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README*")
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Network traffic analyzer</Summary>
<Description>Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless (WiFi or Bluetooth) networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols.</Description>
<Archive sha1sum="3fa4bb774030442b9908243a9927d38479c52bf5" type="tarxz">https://www.wireshark.org/download/src/all-versions/wireshark-3.4.7.tar.xz</Archive>
<Archive sha1sum="2a495346c46dadeb405d0b89cec18fe7edc77e1a" type="tarxz">https://www.wireshark.org/download/src/all-versions/wireshark-4.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>meson</Dependency>
@@ -81,6 +81,7 @@
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/wireshark</Path>
<Path fileType="data">/usr/share/metainfo</Path>
</Files>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
@@ -100,6 +101,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-10-17</Date>
<Version>4.0.0</Version>
<Comment>v.bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-08-23</Date>
<Version>3.4.7</Version>