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.133.124]) by passt.top (Postfix) with ESMTP id 4525B5A0082 for ; Thu, 17 Nov 2022 00:53:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668642829; 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=FWv9DooFQ0jNGKXElZ6fg4d2YzpVKBAFGVc3+hH266o=; b=HE+OdMNgS2alGT8JKN9pwfw4ISH8d0kba5NLq/w9sDqA0s65WHtLdXxxxW55FW13djQknm S79/5pdDF+3irD4LL09MSwDkMMyaaxsMhuBCc/8VfvfFSBX1DBR7cKBrtdmcvwfwZ0pg/f vkoYh45JWgwuVln0FjPU1NeB11G/IdE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-228-MSpYWOSJM12RbiK_ZNQUOQ-1; Wed, 16 Nov 2022 18:53:46 -0500 X-MC-Unique: MSpYWOSJM12RbiK_ZNQUOQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D77C78339C5; Wed, 16 Nov 2022 23:53:45 +0000 (UTC) Received: from maya.cloud.tilaa.com (ovpn-208-8.brq.redhat.com [10.40.208.8]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AE76B200AD47; Wed, 16 Nov 2022 23:53:45 +0000 (UTC) Date: Thu, 17 Nov 2022 00:04:17 +0100 From: Stefano Brivio To: passt-user@passt.top Subject: passt: new version 2022_11_16.ace074c available Message-ID: <20221117000417.1d2eaa35@elisabeth> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: AYEJ6OO2GS5E7T22I4RUUKZISTEKVMFD X-Message-ID-Hash: AYEJ6OO2GS5E7T22I4RUUKZISTEKVMFD 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.3 Precedence: list List-Id: "For 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 2022_11_16.ace074c includes the following changes: ace074c README: The upcoming version of Podman adds support for pasta ab6f825 util, pasta: Add do_clone() wrapper around __clone2() and clone() 7d8c2fb test/lib/test: Clean up iperf3 JSON files before starting the server 25dab96 tap: Revert recently added checks in tap_handler_passt() b27d6d1 arp, tap, util: Don't use perror() after seccomp filter is installed 5f74465 Remove contrib/debian, Debian package development now happens on Salsa fb7b71b contrib/apparmor: Merge pasta and passt profiles, update rules b6400db README: Add links to Debian package tracker 85d8ba3 Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCH fb8376f Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64EL b501a8f Makefile: Don't filter out -O2 from supplied flags for AVX2 builds b3c9e76 Makefile: Honour passed CPPFLAGS, not just CFLAGS 3a2afde conf, udp: Drop mostly duplicated dns_send arrays, rename related fields https://passt.top/passt/log/?qt=range&q=2022_11_10.4129764..2022_11_16.ace074c Packages: - Copr (CentOS Stream, EPEL, Fedora, Mageia, openSUSE): https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/5043502/ permanent mirror: https://passt.top/builds/copr/0^20221116.gace074c/ - Debian: https://tracker.debian.org/pkg/passt https://salsa.debian.org/sbrivio/passt - Fedora updates: https://bodhi.fedoraproject.org/updates/?packages=passt - Package for other RPM-based distributions, from x86_64 static build: https://passt.top/builds/latest/x86_64/passt-gace074c-1.x86_64.rpm - x86_64 static binaries: https://passt.top/builds/latest/x86_64/ -- Stefano