<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/yara, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-04-19T21:20:13Z</updated>
<entry>
<title>yara: update to 4.5.0</title>
<updated>2024-04-19T21:20:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-04-13T22:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=55440f2ac7e79a24e9675ecf7d1f79b0b7bc0907'/>
<id>urn:sha1:55440f2ac7e79a24e9675ecf7d1f79b0b7bc0907</id>
<content type='text'>
Move away from codeload for smaller and better tarballs.

Signed-off-by: Rosen Penev &lt;rosenp@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-03.infra.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>yara: bump to 4.2.0</title>
<updated>2022-03-31T02:38:06Z</updated>
<author>
<name>Marko Ratkaj</name>
</author>
<published>2022-03-30T12:52:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=292799ede7aeac4ea33664cd1368f59d184f1556'/>
<id>urn:sha1:292799ede7aeac4ea33664cd1368f59d184f1556</id>
<content type='text'>
Signed-off-by: Marko Ratkaj &lt;markoratkaj@gmail.com&gt;
</content>
</entry>
<entry>
<title>yara: update to 4.1.3</title>
<updated>2021-12-17T01:19:25Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=16537038359ada68b2f392ab1a967743918e747c'/>
<id>urn:sha1:16537038359ada68b2f392ab1a967743918e747c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>yara: update to 4.1.1</title>
<updated>2021-07-21T02:49:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-19T05:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3d8514b198555a43b021ec1a420706a6803fcfe6'/>
<id>urn:sha1:3d8514b198555a43b021ec1a420706a6803fcfe6</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>yara: update to 4.0.5</title>
<updated>2021-03-01T01:08:45Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-01T01:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3c2a474d6997e371d7d2384474afd98ec1d23559'/>
<id>urn:sha1:3c2a474d6997e371d7d2384474afd98ec1d23559</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>yara: fix compilation without deprecated OpenSSL APIs</title>
<updated>2020-08-05T02:09:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-02T21:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=deaa584069984c57a96be9ab12573c7721ce3b6d'/>
<id>urn:sha1:deaa584069984c57a96be9ab12573c7721ce3b6d</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>yara: update to 4.0.2</title>
<updated>2020-07-28T08:14:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-28T05:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fd3fad02b4733c39088c5fb052522a59452f4db8'/>
<id>urn:sha1:fd3fad02b4733c39088c5fb052522a59452f4db8</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>yara: update to 4.0.1</title>
<updated>2020-06-07T04:02:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-07T03:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=965f8e38dc846387b85ba970ca00d8c9c645add8'/>
<id>urn:sha1:965f8e38dc846387b85ba970ca00d8c9c645add8</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
