<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/gitolite, 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-07T10:06:34Z</updated>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitolite: update to 3.6.13</title>
<updated>2024-02-07T21:55:48Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-06T09:21:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a32fa4998af70a1a37afc9b04a0b57babe33ec17'/>
<id>urn:sha1:a32fa4998af70a1a37afc9b04a0b57babe33ec17</id>
<content type='text'>
- Use git for sources since no proper tarball is available
- Switch package URL to HTTPS
- Refresh the patch

Signed-off-by: krant &lt;aleksey.vasilenko@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>gitolite: change symlink from absolute to relative</title>
<updated>2021-01-01T02:10:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-23T07:58:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b318690cfebf530ae0fe6358f1f8ba6f3171f66f'/>
<id>urn:sha1:b318690cfebf530ae0fe6358f1f8ba6f3171f66f</id>
<content type='text'>
Fixes bad symlink under InstallDev.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Remove myself as maintainer</title>
<updated>2020-03-20T18:12:55Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2020-03-20T18:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=290ab508abd3301d37af943d7f2b81a2016c053f'/>
<id>urn:sha1:290ab508abd3301d37af943d7f2b81a2016c053f</id>
<content type='text'>
Life changes, I'm no longer avaiable to be an sufficiently active
OpenWrt developer.  Therefore removing myself from maintainer from
all packages I maintained in OpenWrt.

All the best for those who keep up the good work!

Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>gitolite: Drop openssh dependency</title>
<updated>2019-01-27T19:25:57Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2019-01-26T18:15:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=df471caea4c4d7d25d0d59b022ac9537fcbae8fd'/>
<id>urn:sha1:df471caea4c4d7d25d0d59b022ac9537fcbae8fd</id>
<content type='text'>
Current dropbear is sufficient for gitolite purposes, so don't
require openssh (we don't do a dependency on either dropbear or
openssh as they are not yet drop-in replacements in terms of
packaging for the functions shared between them).  To achieve
tihs we also eliminate the dependency on ssh-keygen.  Previously
gitolite used ssh-keygen to generate fingerprints from OpenSSH
keys to ensure non-duplication of keys when processing them to
create / manage user ssh access to the git repositories.

Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
</content>
</entry>
<entry>
<title>gitolite: Update to 3.6.11</title>
<updated>2019-01-22T17:57:51Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2019-01-21T11:23:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=533ee33e79511c66002a7cfcda76dfaad71a564b'/>
<id>urn:sha1:533ee33e79511c66002a7cfcda76dfaad71a564b</id>
<content type='text'>
A migration bugfix.

Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
</content>
</entry>
<entry>
<title>gitolite: Remove unecessary Makefile variables</title>
<updated>2019-01-01T09:30:41Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2018-12-27T04:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c8d28e284dcb030761212cb318f9582a08371b9d'/>
<id>urn:sha1:c8d28e284dcb030761212cb318f9582a08371b9d</id>
<content type='text'>
PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them
from the gitolite Makefile

Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
</content>
</entry>
<entry>
<title>gitolite: Update to 3.6.10 and switch to codeload</title>
<updated>2018-12-23T07:02:58Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2018-12-17T06:09:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dfe650e58a173d023b739e72cc999821a9ae123b'/>
<id>urn:sha1:dfe650e58a173d023b739e72cc999821a9ae123b</id>
<content type='text'>
There have been a couple of point releases, so pull in those changes.
Also codeload seems to be preferred to git tarballs when using github, so
switch to codeload.
Finally, fix a typo in project URL.

Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
</content>
</entry>
</feed>
