<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/ccrypt, 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>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>ccrypt: fix compilation with gcc15</title>
<updated>2025-08-10T20:21:53Z</updated>
<author>
<name>Ulrich Stark</name>
</author>
<published>2025-08-10T20:21:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ac8b481f1daf89f13a8cb5b3a11c58c3c8f7b39d'/>
<id>urn:sha1:ac8b481f1daf89f13a8cb5b3a11c58c3c8f7b39d</id>
<content type='text'>
gcc15 is using iso9899:2024 by default.
ccrypt fails to compile with it.
--&gt; use previous standard "-std=c17" instead.
Ref.: https://github.com/openwrt/packages/issues/27112

Signed-off-by: Ulrich Stark &lt;pwned-pixel@posteo.de&gt;
</content>
</entry>
<entry>
<title>ccrypt: adjust with glibc and libcrypt-compat</title>
<updated>2025-07-14T08:40:15Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-04T07:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8fc26989f9326af805a3d68256ba24c1fd12bdc6'/>
<id>urn:sha1:8fc26989f9326af805a3d68256ba24c1fd12bdc6</id>
<content type='text'>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin &lt;rockdrilla@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.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>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>ccrypt: Update to 1.11</title>
<updated>2018-07-30T01:36:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-07-30T01:36:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2074901f33f6260a593d2ad3eeb1fdda28bb5e69'/>
<id>urn:sha1:2074901f33f6260a593d2ad3eeb1fdda28bb5e69</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ccrypt: shorten title, use PKG_HASH</title>
<updated>2017-04-27T16:51:21Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2017-04-27T16:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=11a755b32350d6acd6c14503b313ac92e12f8d09'/>
<id>urn:sha1:11a755b32350d6acd6c14503b313ac92e12f8d09</id>
<content type='text'>
* Shorten the package title to improve menuconfig usability
* Use PKG_HASH

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>ccrypt: change hash to SHA256</title>
<updated>2017-01-05T21:22:51Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2017-01-05T21:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b8b93ad6c00da279207279c5d0f365e020ca903'/>
<id>urn:sha1:8b8b93ad6c00da279207279c5d0f365e020ca903</id>
<content type='text'>
Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>ccrypt: move to Encryption submenu</title>
<updated>2016-10-23T21:14:18Z</updated>
<author>
<name>Alberto Bursi</name>
</author>
<published>2016-10-23T21:14:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dc88e921cc1fe9bce1b9398cdbd8bf76bef106c3'/>
<id>urn:sha1:dc88e921cc1fe9bce1b9398cdbd8bf76bef106c3</id>
<content type='text'>
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi &lt;alberto.bursi@outlook.it&gt;</content>
</entry>
<entry>
<title>ccrypt: disable support for emacs mode</title>
<updated>2016-06-22T17:33:12Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2016-06-22T17:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ac341e7726f5e2da672f3a237d47488a4abe9113'/>
<id>urn:sha1:ac341e7726f5e2da672f3a237d47488a4abe9113</id>
<content type='text'>
Disable the special emacs mode, as it can lead to build failures
in buildbot.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
</feed>
