From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id 44CE45A026D for ; Sun, 19 Nov 2023 22:04:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700427879; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Xb19/J5BVPMe+utt04oF36fvmwOY2n1hSzd/swM+I+Q=; b=NhgDyiSBG/ezbjXQP1hffKReXcyeX56XVxwbeiyk+0zsy4yFtph0f5RclX8Bx1pYex8yd0 97inNP5UYQSs/7YMX2zyk0VyMn2IJ6DuThf8Er9Ru1AscL8Cs4SiZXgn8Jftkra673NOeT Pzz+iwVKdWGkN5qttsn9/rUIlnumWDA= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-5-XY5g_g0OOsyqi0xzssy0qQ-1; Sun, 19 Nov 2023 16:04:35 -0500 X-MC-Unique: XY5g_g0OOsyqi0xzssy0qQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 139043C025D9; Sun, 19 Nov 2023 21:04:35 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 474B0C1596F; Sun, 19 Nov 2023 21:04:34 +0000 (UTC) Date: Sun, 19 Nov 2023 22:04:26 +0100 From: Stefano Brivio To: passt-user@passt.top Subject: passt: new version 2023_11_19.4f1709d available Message-ID: <20231119220426.4691013e@elisabeth> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: DQXFKJMURIOXPFWZLPD7SBG7CQXJBELQ X-Message-ID-Hash: DQXFKJMURIOXPFWZLPD7SBG7CQXJBELQ X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top X-Mailman-Version: 3.3.8 Precedence: list List-Id: "For passt users: support, questions and answers" Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The new version with tag 2023_11_19.4f1709d includes the following changes: 4f1709d valgrind: Don't disable optimizations for valgrind builds f772464 valgrind: Adjust suppression for MSG_TRUNC with NULL buffer 457ff12 udp,pasta: Periodically scan for ports to automatically forward 4ccdeec tcp: Simplify away tcp_port_rebind() 1776e7a tcp: Use common helper for rebinding inbound and outbound ports 3be9e00 clang-tidy: Suppress silly misc-include-cleaner warnings https://passt.top/passt/log/?qt=range&q=2023_11_10.5ec3634..2023_11_19.4f1709d Packages: - Arch Linux: https://www.archlinux.org/packages/extra/x86_64/passt/ https://archlinuxarm.org/packages/aarch64/passt https://archlinuxarm.org/packages/armv7h/passt - Debian tracker: https://tracker.debian.org/pkg/passt - Copr (CentOS Stream, EPEL, Fedora, Mageia, openSUSE): https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/6668324/ permanent mirror: https://passt.top/builds/copr/0^20231119.g4f1709d/ - Fedora updates: https://bodhi.fedoraproject.org/updates/?packages=passt - Ubuntu tracker: https://launchpad.net/ubuntu/+source/passt - Void Linux: https://voidlinux.org/packages/?q=passt - Static builds: - Package for other RPM-based distributions, x86_64 only: https://passt.top/builds/latest/x86_64/passt-g4f1709d-1.x86_64.rpm - x86_64 static binaries: https://passt.top/builds/latest/x86_64/ - Debian package, from x86_64 static build: https://passt.top/builds/latest/x86_64/passt_4f1709d-1_all.deb -- Stefano