<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/bcp38, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-05-14T14:58:11Z</updated>
<entry>
<title>net/bcp38: Add cgnat shared space to bcp38 list</title>
<updated>2025-05-14T14:58:11Z</updated>
<author>
<name>Andris PE</name>
</author>
<published>2025-05-13T17:46:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d63d5c202ae803d0f8f5952d4c321098f407cf09'/>
<id>urn:sha1:d63d5c202ae803d0f8f5952d4c321098f407cf09</id>
<content type='text'>
Add CG-NAT address space to non-routable list
Mmake dhcp filter stricter

Signed-off-by: Andris PE &lt;neandris@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix licence typos</title>
<updated>2024-02-01T00:00:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-30T20:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=820fcc5fb979ad9ac630231dcf12ce76342d1c01'/>
<id>urn:sha1:820fcc5fb979ad9ac630231dcf12ce76342d1c01</id>
<content type='text'>
- PKG_LICENCE -&gt; PKG_LICENSE
- PKC_LICENSE_FILES -&gt; PKG_LICENSE_FILES
- BSD 3-Clause -&gt; BSD-3-Clause
- BSD-3-clause -&gt; BSD-3-Clause
- BSD-2-clause -&gt; BSD-2-Clause
- Public Domain -&gt; Public-Domain
- PublicDomain -&gt; Public-Domain
- Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcp38: migrate to nftables</title>
<updated>2022-11-16T13:31:30Z</updated>
<author>
<name>Stefan Brusch</name>
</author>
<published>2022-11-15T15:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=471ffdd98c3a543e4935c3e76ac19301ac16c52d'/>
<id>urn:sha1:471ffdd98c3a543e4935c3e76ac19301ac16c52d</id>
<content type='text'>
Signed-off-by: Stefan Brusch &lt;ne20002@gmx.ch&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>treewide: add missing PKGARCH:=all to non-binary packages</title>
<updated>2019-03-30T09:11:50Z</updated>
<author>
<name>Deng Qingfang</name>
</author>
<published>2019-01-28T06:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=17496030e2645b30fc0793b3c2104b275daa3c08'/>
<id>urn:sha1:17496030e2645b30fc0793b3c2104b275daa3c08</id>
<content type='text'>
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.

Signed-off-by: Deng Qingfang &lt;dengqf6@mail2.sysu.edu.cn&gt;
</content>
</entry>
<entry>
<title>bcp38: Allow class-e through bcp38</title>
<updated>2019-02-03T15:38:32Z</updated>
<author>
<name>Dave Taht</name>
</author>
<published>2019-01-19T16:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e5910b9834535d1b7559448cf7ebae041a3a8ca5'/>
<id>urn:sha1:e5910b9834535d1b7559448cf7ebae041a3a8ca5</id>
<content type='text'>
It is increasingly likely 240/4 and 0/8 netblocks will be allocated as
unicast globally rout-able and reachable address space
240/4 is already enabled throughout linux and openwrt.

Permit these address blocks under bcp38 address validation, ie. remove
those ranges from the block list:

list match '0.0.0.0/8'       # RFC 1700
list match '240.0.0.0/4'     # RFC 5745

Signed-off-by: Dave Taht &lt;dave.taht@gmail.com&gt;
[bump package - minor tweaks to commit message - remove commented lines]
Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>bcp38: add init script</title>
<updated>2018-04-19T09:02:10Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-04-19T07:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a6ea246cb2d9ae185200b1479af71a4acb75e541'/>
<id>urn:sha1:a6ea246cb2d9ae185200b1479af71a4acb75e541</id>
<content type='text'>
This commit adds a simple procd init script for bcp38 with the sole purpose
to register a configuration change trigger for /etc/config/bcp38.

The change will allow for automatic firewall reloads triggered by invoking
/sbin/reload_config or through ubus config change events emitted by LuCI.

With the init script in place and started, calling

  ubus call service event '{"type":"config.change","data":{"package":"bcp38"}}'

or

  /sbin/reload_config

will issue an /etc/init.d/firewall reload if /etc/config/bcp38 has been
modified since the last reload_config call.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>bcp38: iptables 1.6.1 compatibility (#4248)</title>
<updated>2017-04-12T08:34:02Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2017-04-12T08:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d30e249d4c7d9c3654059074decd643c1a4839e7'/>
<id>urn:sha1:d30e249d4c7d9c3654059074decd643c1a4839e7</id>
<content type='text'>
-m state has been removed, now use -m conntrack --ctstate

Signed-off-by: Kevin Darbyshire-Bryant &lt;kevin@darbyshire-bryant.me.uk&gt;</content>
</entry>
<entry>
<title>bcp38: Add note about IPv6 to package description and help text</title>
<updated>2017-01-08T18:50:50Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2017-01-08T18:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3b73eb19b05ac6c0b75a1ddb6f70a5a8d0c92b2f'/>
<id>urn:sha1:3b73eb19b05ac6c0b75a1ddb6f70a5a8d0c92b2f</id>
<content type='text'>
Fixes #3793.
</content>
</entry>
</feed>
