<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/spoofer, 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>2023-04-21T20:46:58Z</updated>
<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>spoofer: update to 1.4.8</title>
<updated>2022-07-14T22:00:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-07-09T06:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=83fe727ff18031e49785832d629fa287ee08b771'/>
<id>urn:sha1:83fe727ff18031e49785832d629fa287ee08b771</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>spoofer: Update to 1.4.6</title>
<updated>2020-07-24T22:42:36Z</updated>
<author>
<name>Ken Keys</name>
</author>
<published>2020-07-24T18:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=417163669204644c53a395ecba2136c394176e24'/>
<id>urn:sha1:417163669204644c53a395ecba2136c394176e24</id>
<content type='text'>
Includes a new CA file for compatibility with upcoming change to spoofer
server SSL cert

Signed-off-by: Ken Keys &lt;kkeys@caida.org&gt;
</content>
</entry>
<entry>
<title>spoofer: remove host build + cleanups</title>
<updated>2020-02-14T23:16:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-14T23:12:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63107fa8c00762cee0c5739397cb36f8c32e8e2d'/>
<id>urn:sha1:63107fa8c00762cee0c5739397cb36f8c32e8e2d</id>
<content type='text'>
The host build is not used by anything.

Added PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Added missing protobuf/host build dependency. This was previously
specified as a host dependency, which is wrong.

Removed pointless std parameter.  It's only useful for old G++ versions.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>spoofer: Update to 1.4.5</title>
<updated>2019-07-05T23:12:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-05T23:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c42eb0b450ad2f58d63efbd60d7b900b3712e4e'/>
<id>urn:sha1:4c42eb0b450ad2f58d63efbd60d7b900b3712e4e</id>
<content type='text'>
Needed for the new protobuf update.

Cleaned up Makefile.

Got rid of HOST_BUILD_DEPENDS. This package does not have a host build.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>spoofer: Update to 1.4.3</title>
<updated>2019-03-06T20:02:56Z</updated>
<author>
<name>Ken Keys</name>
</author>
<published>2019-03-06T19:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=12320f054a87cbb4df4d7eb7d6643353602e5437'/>
<id>urn:sha1:12320f054a87cbb4df4d7eb7d6643353602e5437</id>
<content type='text'>
Includes removal of patches that are now integrated upstream.
Signed-off-by: Ken Keys &lt;kkeys@caida.org&gt;
</content>
</entry>
<entry>
<title>spoofer: Fix compilation without deprecated OpenSSL APIs</title>
<updated>2019-01-07T05:06:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-07T05:05:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3718caa64d1a9563e8078b649e736df771a25e77'/>
<id>urn:sha1:3718caa64d1a9563e8078b649e736df771a25e77</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>spoofer: Update to 1.4.1</title>
<updated>2018-11-16T02:56:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-16T02:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9eeea73257c4cc0a7537064e222aaea528032a13'/>
<id>urn:sha1:9eeea73257c4cc0a7537064e222aaea528032a13</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>spoofer: Update to 1.4.0</title>
<updated>2018-10-11T18:27:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-10-11T18:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c4b4ccfa780e8ed8d9da6ca70e728ed800ae299'/>
<id>urn:sha1:6c4b4ccfa780e8ed8d9da6ca70e728ed800ae299</id>
<content type='text'>
Added PKG_USE_MIPS16 as it seems not to build under mipsel.

Error: opcode not supported on this processor: mips32r2 (mips32r2) `sync'

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>spoofer: add package</title>
<updated>2018-07-17T17:18:46Z</updated>
<author>
<name>Ken Keys</name>
</author>
<published>2018-07-17T17:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de5dcb6b0385b37aa3393e457b413abdc31b3259'/>
<id>urn:sha1:de5dcb6b0385b37aa3393e457b413abdc31b3259</id>
<content type='text'>
The spoofer client is part of a system to measure the Internet's resistance
to packets with a spoofed (forged) source IP address.

Signed-off-by: Ken Keys &lt;kkeys@caida.org&gt;
</content>
</entry>
</feed>
