summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:15:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:15:53 +0000
commit41ee6846b4605bf50f1f5b12acffc71a76257e5d (patch)
tree78044e6ed77e26ebcdb14ac483f29d508d88a92d /packaging
parentAdding debian version 4.2.5-2. (diff)
downloadwireshark-41ee6846b4605bf50f1f5b12acffc71a76257e5d.tar.xz
wireshark-41ee6846b4605bf50f1f5b12acffc71a76257e5d.zip
Merging upstream version 4.2.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--packaging/debian/changelog2
-rwxr-xr-xpackaging/source/git-export-release.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index a9d1562f..db02a896 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,4 +1,4 @@
-wireshark (4.2.5) unstable; urgency=low
+wireshark (4.2.6) unstable; urgency=low
* Self-made package
diff --git a/packaging/source/git-export-release.sh.in b/packaging/source/git-export-release.sh.in
index a0f876a4..69217527 100755
--- a/packaging/source/git-export-release.sh.in
+++ b/packaging/source/git-export-release.sh.in
@@ -44,7 +44,7 @@ TARBALL="${DESTDIR}/wireshark-${PROJECT_VERSION}.tar.xz"
# A tarball produced by 'git archive' will have the $Format string
# substituted due to the use of 'export-subst' in .gitattributes.
# shellcheck disable=SC2016
-COMMIT='4aa814ac25a18ea48d4002351ed45d4b245b0c08'
+COMMIT='2acd1a854babc4caae980ef9ed79ad36b6bc0362'
if [[ $COMMIT != \$F* ]] ; then
# This file was extracted from a tarball produced by git archive