public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 9ac54186132701e67fbbdf6ef1a76c44d415e40e
Date: Tue, 18 Aug 2020 15:42:25 +0000	[thread overview]
Message-ID: <4BWFXf1Dbmz2xHx@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 9551 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  9ac54186132701e67fbbdf6ef1a76c44d415e40e (commit)
       via  3caa418097b4c1bacea267f79e3d6bd6b48a2a2f (commit)
      from  10771d94ad484f6a32299fa149b70dc25df9c685 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9ac54186132701e67fbbdf6ef1a76c44d415e40e
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date:   Tue Aug 18 17:37:22 2020 +0200

    zstd 1.4.5: Deleted obsolete files from '/src/paks/'
    
    No longer needed => deleted because of:
    https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=c67ff7d72c2232b6994e1ff97277d4040711f97d
    
    Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 3caa418097b4c1bacea267f79e3d6bd6b48a2a2f
Author: Erik Kapfer <ummeegge(a)ipfire.org>
Date:   Tue Aug 18 14:34:37 2020 +0000

    tshark: Update to version 3.2.6
    
    The version jump from 3.2.3 to 3.2.6 includes several changes.
    3.2.4 includes only bugfixes.
    3.2.5 includes bugfixes and updated protocols.
    3.2.6 includes also bugfixes and updated protocols.
    
    For a full overview, the release notes can be found in here -->
    https://www.wireshark.org/docs/relnotes/ .
    
    Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/packages/tshark |  4 ++--
 lfs/tshark                       |  6 +++---
 src/paks/zstd/install.sh         | 25 -------------------------
 src/paks/zstd/uninstall.sh       | 25 -------------------------
 src/paks/zstd/update.sh          | 26 --------------------------
 5 files changed, 5 insertions(+), 81 deletions(-)
 delete mode 100644 src/paks/zstd/install.sh
 delete mode 100644 src/paks/zstd/uninstall.sh
 delete mode 100644 src/paks/zstd/update.sh

Difference in files:
diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
index 5b7824a9f..c5081989c 100644
--- a/config/rootfiles/packages/tshark
+++ b/config/rootfiles/packages/tshark
@@ -612,10 +612,10 @@ usr/bin/tshark
 #usr/include/wireshark/wsutil/xtea.h
 #usr/lib/libwireshark.so
 usr/lib/libwireshark.so.13
-usr/lib/libwireshark.so.13.0.3
+usr/lib/libwireshark.so.13.0.6
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.10
-usr/lib/libwiretap.so.10.0.3
+usr/lib/libwiretap.so.10.0.6
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.11
 usr/lib/libwsutil.so.11.0.0
diff --git a/lfs/tshark b/lfs/tshark
index c32fb181e..7b124ef5b 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.2.3
+VER        = 3.2.6
 
 THISAPP    = wireshark-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tshark
 DEPS       = krb5
-PAK_VER    = 6
+PAK_VER    = 7
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ff732e4586eebeb61a41abe2fcba7431
+$(DL_FILE)_MD5 = f14ef8d73fa5f30b57fec51283e6b73e
 
 install : $(TARGET)
 
diff --git a/src/paks/zstd/install.sh b/src/paks/zstd/install.sh
deleted file mode 100644
index 3fe8bc67e..000000000
--- a/src/paks/zstd/install.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-############################################################################
-#                                                                          #
-# This file is part of the IPFire Firewall.                                #
-#                                                                          #
-# IPFire is free software; you can redistribute it and/or modify           #
-# it under the terms of the GNU General Public License as published by     #
-# the Free Software Foundation; either version 2 of the License, or        #
-# (at your option) any later version.                                      #
-#                                                                          #
-# IPFire is distributed in the hope that it will be useful,                #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of           #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #
-# GNU General Public License for more details.                             #
-#                                                                          #
-# You should have received a copy of the GNU General Public License        #
-# along with IPFire; if not, write to the Free Software                    #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
-#                                                                          #
-# Copyright (C) 2009 IPFire-Team <info(a)ipfire.org>.                        #
-#                                                                          #
-############################################################################
-#
-. /opt/pakfire/lib/functions.sh
-extract_files
diff --git a/src/paks/zstd/uninstall.sh b/src/paks/zstd/uninstall.sh
deleted file mode 100644
index f786519d6..000000000
--- a/src/paks/zstd/uninstall.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-############################################################################
-#                                                                          #
-# This file is part of the IPFire Firewall.                                #
-#                                                                          #
-# IPFire is free software; you can redistribute it and/or modify           #
-# it under the terms of the GNU General Public License as published by     #
-# the Free Software Foundation; either version 2 of the License, or        #
-# (at your option) any later version.                                      #
-#                                                                          #
-# IPFire is distributed in the hope that it will be useful,                #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of           #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #
-# GNU General Public License for more details.                             #
-#                                                                          #
-# You should have received a copy of the GNU General Public License        #
-# along with IPFire; if not, write to the Free Software                    #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
-#                                                                          #
-# Copyright (C) 2009 IPFire-Team <info(a)ipfire.org>.                        #
-#                                                                          #
-############################################################################
-#
-. /opt/pakfire/lib/functions.sh
-remove_files
diff --git a/src/paks/zstd/update.sh b/src/paks/zstd/update.sh
deleted file mode 100644
index 89c40d0d7..000000000
--- a/src/paks/zstd/update.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-############################################################################
-#                                                                          #
-# This file is part of the IPFire Firewall.                                #
-#                                                                          #
-# IPFire is free software; you can redistribute it and/or modify           #
-# it under the terms of the GNU General Public License as published by     #
-# the Free Software Foundation; either version 2 of the License, or        #
-# (at your option) any later version.                                      #
-#                                                                          #
-# IPFire is distributed in the hope that it will be useful,                #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of           #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #
-# GNU General Public License for more details.                             #
-#                                                                          #
-# You should have received a copy of the GNU General Public License        #
-# along with IPFire; if not, write to the Free Software                    #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
-#                                                                          #
-# Copyright (C) 2007 IPFire-Team <info(a)ipfire.org>.                        #
-#                                                                          #
-############################################################################
-#
-. /opt/pakfire/lib/functions.sh
-./uninstall.sh
-./install.sh


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2020-08-18 15:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BWFXf1Dbmz2xHx@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox