<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/libs/re, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/'/>
<updated>2024-11-12T16:27:03Z</updated>
<entry>
<title>re: Bump to version 3.16.0</title>
<updated>2024-11-12T16:27:03Z</updated>
<author>
<name>Daniel Danzberger</name>
</author>
<published>2024-11-08T10:36:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=5578908054a6f4bf2f6f704e87b48bc619e78fa3'/>
<id>urn:sha1:5578908054a6f4bf2f6f704e87b48bc619e78fa3</id>
<content type='text'>
The previous version 2.0.1 is about 7 years old now and a lot has
changed. Various fixes, improvements and features have been added.

The build system has moved to cmake and pkg-config is used,
which makes it a lot easier to build from the openwrt buildroot.
Therefore a lot of the extra code is removed from it's Makefile

Librem is now integrated into libre.
No more patches are required.

Signed-off-by: Daniel Danzberger &lt;dd@embedd.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace AUTORELEASE with real PKG_RELEASE</title>
<updated>2023-07-18T20:41:35Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2023-07-18T02:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=87275752df267cf8e6a05de272e29e92836bb9ca'/>
<id>urn:sha1:87275752df267cf8e6a05de272e29e92836bb9ca</id>
<content type='text'>
Based on Paul Fertser &lt;fercerpav@gmail.com&gt;'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>re: bump to 2.0.1</title>
<updated>2021-12-06T23:13:35Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-12-06T23:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=a93e41153975998987ceeb2ae8da6e5680e26392'/>
<id>urn:sha1:a93e41153975998987ceeb2ae8da6e5680e26392</id>
<content type='text'>
- bump to version 2.0.1
- change to use AUTORELEASE
- add ABI_VERSION
- refresh patches

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>re: bump to 1.0.0</title>
<updated>2020-10-03T08:32:36Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-10-03T08:32:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=3907f7f2e459c13fd3677d8fafa3eb09e81a55e0'/>
<id>urn:sha1:3907f7f2e459c13fd3677d8fafa3eb09e81a55e0</id>
<content type='text'>
- remove 010-openssl-deprecated.patch as it does not apply anymore and
  upstream seems to have fixed the issue
- upstream closed down the server http://www.creytiv.com/ so this
  changes URLs

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>re: fix compilation without deprecated OpenSSL APIs</title>
<updated>2020-08-05T21:31:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-05T21:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=9e5c3877edabe052056980c9519b1b1d8ac04ae1'/>
<id>urn:sha1:9e5c3877edabe052056980c9519b1b1d8ac04ae1</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>re: bump to 0.6.1</title>
<updated>2019-10-12T19:19:37Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-12T19:19:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=a9fbe4ff4fba9c373205b5170e657ca3967a3b2d'/>
<id>urn:sha1:a9fbe4ff4fba9c373205b5170e657ca3967a3b2d</id>
<content type='text'>
Also adds "PKG_BUILD_PARALLEL:=1".

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>re: update to 0.6.0</title>
<updated>2018-12-26T18:08:03Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-26T18:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=2e2e59938e3efe994a7f89c30b53b2a85256b555'/>
<id>urn:sha1:2e2e59938e3efe994a7f89c30b53b2a85256b555</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>re: fix copyright</title>
<updated>2018-12-26T18:06:42Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-26T18:06:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=0c3107e968af51e09e30f4ec689de523b95eba5f'/>
<id>urn:sha1:0c3107e968af51e09e30f4ec689de523b95eba5f</id>
<content type='text'>
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. This commit reverts the
change.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>re: bump to 0.5.8</title>
<updated>2018-04-28T11:58:52Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-04-28T11:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=624a5c7a0058c9a6c2b69d48eaebd7ba0c370cbc'/>
<id>urn:sha1:624a5c7a0058c9a6c2b69d48eaebd7ba0c370cbc</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libs/re: bump to 0.5.7</title>
<updated>2018-02-16T20:45:08Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-16T20:45:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=3f3340a00772ec644d389deb7afab635486d6936'/>
<id>urn:sha1:3f3340a00772ec644d389deb7afab635486d6936</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
