<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/libs/libosip2, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/'/>
<updated>2024-04-26T22:48:38Z</updated>
<entry>
<title>libosip2: update to 5.3.1</title>
<updated>2024-04-26T22:48:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-04-26T22:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=bfb4ef217acb619a0a4a739910dedaca3e4c9c62'/>
<id>urn:sha1:bfb4ef217acb619a0a4a739910dedaca3e4c9c62</id>
<content type='text'>
Fixes CVE-2022-41550. Added PKG_CPE_ID.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.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-03.infra.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>libosip2: update to 5.3.0</title>
<updated>2022-02-20T12:16:35Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-02-20T12:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=99a0f61304bb9ed7c18bd8da43eae15d9e5cde48'/>
<id>urn:sha1:99a0f61304bb9ed7c18bd8da43eae15d9e5cde48</id>
<content type='text'>
Switch to $(AUTORELEASE).

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libosip2: bump to 5.1.2</title>
<updated>2020-10-03T16:51:03Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-10-03T16:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=a216aba1f5177949962c8307b38c224ba436e31a'/>
<id>urn:sha1:a216aba1f5177949962c8307b38c224ba436e31a</id>
<content type='text'>
This also removes two configure args that are no longer available.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libosip2: bump to 5.1.0</title>
<updated>2019-10-05T15:06:39Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-05T15:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=4ff6d20fdfe60ba3dacbeddb8d7e1c06c8bd9bc2'/>
<id>urn:sha1:4ff6d20fdfe60ba3dacbeddb8d7e1c06c8bd9bc2</id>
<content type='text'>
Version bump.

- add ABI_VERSION as per OpenWrt package policies [1]
- don't package version-less symlink also as per [1]
- add --disable-silent-rules to keep build verbose
- remove leftover whitespace
- drop patch now included in tarball

[1] https://openwrt.org/docs/guide-developer/package-policies

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libosip2: simplify install define</title>
<updated>2018-02-24T09:37:25Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-24T09:37:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=c228dd21b19548bdfeca6c6d751b147a3f6267f1'/>
<id>urn:sha1:c228dd21b19548bdfeca6c6d751b147a3f6267f1</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libosip2: remove $(FPIC) from TARGET_CFLAGS</title>
<updated>2018-02-24T09:35:37Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-24T09:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=0791cc6f494329452b92108652241401e674d096'/>
<id>urn:sha1:0791cc6f494329452b92108652241401e674d096</id>
<content type='text'>
libosip2 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libosip2 build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libosip2: fix build with ARC toolchain</title>
<updated>2018-02-03T12:33:27Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-03T12:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=8006aa8ad3b7bdb5b00b19a1b8b0e1b0fd12807f'/>
<id>urn:sha1:8006aa8ad3b7bdb5b00b19a1b8b0e1b0fd12807f</id>
<content type='text'>
ARC toolchain exports __arc__, which clashes with a symbol of the same
name in libosip2. This commit undefines the toolchain symbol when
building the library.

The fix was found in buildroot repo. Thanks to whoever spotted this!

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libosip2: add fix for CVE-2017-7853</title>
<updated>2018-01-10T19:29:54Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-01-10T19:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=3df68b5445662cdc6d7394ff5eab844a237d914b'/>
<id>urn:sha1:3df68b5445662cdc6d7394ff5eab844a237d914b</id>
<content type='text'>
Patch copied from upstream:

https://git.savannah.gnu.org/cgit/osip.git/patch/?id=1ae06daf3b2375c34af23083394a6f010be24a45

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libosip2: version bump</title>
<updated>2017-10-08T09:12:48Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2017-10-08T09:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=145c57b4bc9c307e5f9cce0453b0e7cbfc6b4255'/>
<id>urn:sha1:145c57b4bc9c307e5f9cce0453b0e7cbfc6b4255</id>
<content type='text'>
Bump to 5.0.0, drop patch which was integrated by upstream.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
