<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/atftp, 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>2025-09-08T07:20:43Z</updated>
<entry>
<title>atftp: bump PKG_RELEASE</title>
<updated>2025-09-08T07:20:43Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-09-08T07:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5237ebf95ede9d610b0f92e24f591120b5c4e380'/>
<id>urn:sha1:5237ebf95ede9d610b0f92e24f591120b5c4e380</id>
<content type='text'>
Bump PKG_RELEASE by one.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>atftp: add patch to fix build error</title>
<updated>2025-09-08T07:20:43Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-09-02T12:11:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8132457ddda0901a07d196295b4633f7713b0710'/>
<id>urn:sha1:8132457ddda0901a07d196295b4633f7713b0710</id>
<content type='text'>
This patch fixes the following compilation build error for gcc14:

tftpd_pcre.c:109:37: error: passing argument 1 of 'pcre2_substring_list_free_8' from incompatible p
  109 |           pcre2_substring_list_free((const PCRE2_UCHAR **)substrlist);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     |
      |                                     const PCRE2_UCHAR8 ** {aka const unsigned char **}
In file included from tftpd_pcre.h:24,
                 from tftpd_pcre.c:35:

I have also submitted the change to the upstream project:
https://github.com/madmartin/atftp/pull/2

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>atftp: add patch to fix build warning</title>
<updated>2025-09-08T07:20:43Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-09-02T12:11:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=62dfcf026f923b23366854bd4724c8ff8fbb3d04'/>
<id>urn:sha1:62dfcf026f923b23366854bd4724c8ff8fbb3d04</id>
<content type='text'>
This patch fixes the following compilation build warning:

logger.c:117:47: warning: format '%li' expects argument of type 'long int', but argument 7 has type
  117 |                fprintf(log_fp, "%s %s %s[%d.%li]: %s\n", time_buf, hostname,
      |                                             ~~^
      |                                               |
      |                                               long int
  118 |                        log_ident, getpid(), pthread_self(), message);
      |                                             ~~~~~~~~~~~~~~
      |                                             |
      |                                             pthread_t {aka struct __pthread *}
logger.c:124:47: warning: format '%li' expects argument of type 'long int', but argument 7 has type
  124 |                fprintf(stderr, "%s %s %s[%d.%li]: %s\n", time_buf, hostname,
      |                                             ~~^
      |                                               |
      |                                               long int
  125 |                        log_ident, getpid(), pthread_self(), message);
      |                                             ~~~~~~~~~~~~~~
      |                                             |
      |                                             pthread_t {aka struct __pthread *}

I have also submitted the change to the upstream project:
https://github.com/madmartin/atftp/pull/2

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>atftpd: update init script to publish tftp service</title>
<updated>2024-11-28T08:59:13Z</updated>
<author>
<name>Mohd Husaam Mehdi</name>
</author>
<published>2024-03-29T17:19:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4695e2c10fb00e3ead4a30313a2db2de5be0dedd'/>
<id>urn:sha1:4695e2c10fb00e3ead4a30313a2db2de5be0dedd</id>
<content type='text'>
update init script to announce tftp service over mdns

Signed-off-by: Mohd Husaam Mehdi &lt;husaam.mehdi@iopsys.eu&gt;
</content>
</entry>
<entry>
<title>atftpd: update init script to use procd</title>
<updated>2024-11-28T08:59:13Z</updated>
<author>
<name>Mohd Husaam Mehdi</name>
</author>
<published>2024-03-27T16:02:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6afd740a898716f4bdc06bc637519804ae2e9f67'/>
<id>urn:sha1:6afd740a898716f4bdc06bc637519804ae2e9f67</id>
<content type='text'>
* update init script to use procd

Signed-off-by: Mohd Husaam Mehdi &lt;husaam.mehdi@iopsys.eu&gt;
</content>
</entry>
<entry>
<title>treewide: use config_get_bool instead of config_get enabled</title>
<updated>2024-05-25T19:00:50Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-05-11T07:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4c4a7bd31da51e3040a5da55c504c5e97ac150e4'/>
<id>urn:sha1:4c4a7bd31da51e3040a5da55c504c5e97ac150e4</id>
<content type='text'>
The config_get_bool function parses not just the 1 but on/yes, true/false or enabled/disabled.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>net/atftp: assign PKG_CPE_ID</title>
<updated>2024-01-29T23:57:13Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-25T07:57:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=154fda59335fa0730a2e35af00a43a3c991fdc2e'/>
<id>urn:sha1:154fda59335fa0730a2e35af00a43a3c991fdc2e</id>
<content type='text'>
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:atftp_project:atftp

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>atftpd: Add 'enable' config option</title>
<updated>2023-11-10T19:11:37Z</updated>
<author>
<name>Jakub Raczynski</name>
</author>
<published>2023-10-26T21:06:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=eeea8f4c6f10d0f7cd3e8fea20a4d1c0a36ad902'/>
<id>urn:sha1:eeea8f4c6f10d0f7cd3e8fea20a4d1c0a36ad902</id>
<content type='text'>
Current version of atftpd daemon does automatically start when installed.
This commit adds 'enable' option to config file to
have control over atftpd daemon.

Signed-off-by: Jakub Raczynski &lt;myszsoda@gmail.com&gt;
</content>
</entry>
<entry>
<title>atftpd: Add missing field to default configuration</title>
<updated>2023-11-10T19:11:31Z</updated>
<author>
<name>Jakub Raczynski</name>
</author>
<published>2023-10-26T21:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=240ea8803f7e6f5aa040db8c4d56c19d57a19364'/>
<id>urn:sha1:240ea8803f7e6f5aa040db8c4d56c19d57a19364</id>
<content type='text'>
Although init script did consist of default value for missing 'port' field,
add it to configuration file for consistency.

Signed-off-by: Jakub Raczynski &lt;myszsoda@gmail.com&gt;
</content>
</entry>
<entry>
<title>atftpd: Refactor init script</title>
<updated>2023-11-10T19:11:07Z</updated>
<author>
<name>Jakub Raczynski</name>
</author>
<published>2023-10-26T21:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=db48e7940666916b2ff515999d97ab2057c2bc97'/>
<id>urn:sha1:db48e7940666916b2ff515999d97ab2057c2bc97</id>
<content type='text'>
- Add local variables for read configuration
- Convert uppercase  to lowercase for local variables

Signed-off-by: Jakub Raczynski &lt;myszsoda@gmail.com&gt;
</content>
</entry>
</feed>
