Skip to content

Commit

Permalink
slirp4netns: update to 1.2.3
Browse files Browse the repository at this point in the history
changelog:
 - Fix some FD leaks (openwrt#334, thanks to @giuseppe)

As package belongs to network category, I moved it from utils to network folder

Signed-off-by: Oskari Rauta <[email protected]>
  • Loading branch information
oskarirauta authored and BKPepe committed Feb 16, 2024
1 parent d277e41 commit b59db99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/slirp4netns/Makefile → net/slirp4netns/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=slirp4netns
PKG_VERSION:=1.2.2
PKG_VERSION:=1.2.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/rootless-containers/slirp4netns/archive/v$(PKG_VERSION)
PKG_HASH:=2450afb5730ee86a70f9c3f0d3fbc8981ab8e147246f4e0d354f0226a3a40b36
PKG_HASH:=acce648fab8fe5f113c41a8fd6d20177708519b4ddaa60f845e1998a17b22ca5

PKG_MAINTAINER:=Oskari Rauta <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand Down

0 comments on commit b59db99

Please sign in to comment.