<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/debian/control, branch v10.8.0-alpha4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.8.0-alpha4</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.8.0-alpha4'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2021-09-25T12:21:48Z</updated>
<entry>
<title>Fix builds for dotnet6 (#6595)</title>
<updated>2021-09-25T12:21:48Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-09-25T12:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4fc3de9b75e2b8ac9052271dca9aacf2bc6eed90'/>
<id>urn:sha1:4fc3de9b75e2b8ac9052271dca9aacf2bc6eed90</id>
<content type='text'>
* Target net6.0

* Use new Enum.TryParse(ReadOnlySpan&lt;char&gt;) overload

* Replace RNGCryptoServiceProvider with RandomNumberGenerator

* ci - target net6.0 (#6594)

* Update deployment for dotnet6

* Use generic 6.0.x preview for CI

* Update direct dotnet download links

Co-authored-by: Bond_009 &lt;bond.009@outlook.com&gt;</content>
</entry>
<entry>
<title>Add sudo to package dependencies</title>
<updated>2020-11-29T09:15:11Z</updated>
<author>
<name>AJ Jordan</name>
<email>alex@strugee.net</email>
</author>
<published>2020-11-29T09:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b528816b2a59c295ff37b8ca24fbc964094e1272'/>
<id>urn:sha1:b528816b2a59c295ff37b8ca24fbc964094e1272</id>
<content type='text'>
It's used in the restart.sh script.

For Debian, this is a Recommends because virtually everyone will need
this (default APT policy is to install recommended packages so this
works ok), but technically you can configure the server to run as root
and then you wouldn't need it.

For Fedora... frankly I got confused by their Weak Dependencies etc. so
I just made it a hard dependency.
</content>
</entry>
<entry>
<title>Upgrade all netcore3.1 to net5.0</title>
<updated>2020-11-15T20:31:47Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-11-15T20:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=185fac0677fd5c5ce46e5dc8156a852efb3e21c8'/>
<id>urn:sha1:185fac0677fd5c5ce46e5dc8156a852efb3e21c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove jellyfin-ffmpeg dep from server package</title>
<updated>2020-10-31T19:50:56Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-10-31T19:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0bcf4c02b4281ed897b2ea9415db0397a9875ec0'/>
<id>urn:sha1:0bcf4c02b4281ed897b2ea9415db0397a9875ec0</id>
<content type='text'>
Being added to the metapackage instead.
</content>
</entry>
<entry>
<title>Readd sed'd out dotnet-sdk dependency</title>
<updated>2020-07-20T03:36:48Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-07-20T03:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b1fe20aac5b33bb7c984cd84825fc91fd9972eb3'/>
<id>urn:sha1:b1fe20aac5b33bb7c984cd84825fc91fd9972eb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the old Emby conflicts</title>
<updated>2020-07-20T03:28:25Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-07-20T03:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4966ca3616c44a0ae486de952725492b51e58e4c'/>
<id>urn:sha1:4966ca3616c44a0ae486de952725492b51e58e4c</id>
<content type='text'>
It's been long enough that this is no longer an issue. We still conflict
on the ports 8096 and 8190, but this will simply result in a failure to
start; allow users to get themselves into that situation if they wish.
</content>
</entry>
<entry>
<title>Fix bad dependency handling in 10.6.0-1</title>
<updated>2020-07-20T03:26:59Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-07-20T03:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4ecedb2a12e3ebc464472b9f2ff0bfb06c9a4b87'/>
<id>urn:sha1:4ecedb2a12e3ebc464472b9f2ff0bfb06c9a4b87</id>
<content type='text'>
Fixes the incorrect dependency handling from 10.6.0, which was missing
the Replaces and Breaks entries on jellyfin-server. Thus apt would
complain about /etc/default/jellyfin being in two packages and fail to
upgrade. With this configuration, I've verified that apt now handles
this situation properly.
</content>
</entry>
<entry>
<title>Specify a version for jellyfin-ffmpeg dependency in .deb</title>
<updated>2020-04-09T16:09:40Z</updated>
<author>
<name>hauntingEcho</name>
<email>1661988+hauntingEcho@users.noreply.github.com</email>
</author>
<published>2020-04-01T02:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4d949cb38b531455bc42551a7c095a0c2a00170e'/>
<id>urn:sha1:4d949cb38b531455bc42551a7c095a0c2a00170e</id>
<content type='text'>
Lower versions cause #2126 in Jellyfin &gt;= 10.4.3
</content>
</entry>
<entry>
<title>Use jellyfin.org everywhere</title>
<updated>2020-04-09T15:40:04Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-04-09T15:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b0e80b486b5a5047f78afd1f680b354daed94542'/>
<id>urn:sha1:b0e80b486b5a5047f78afd1f680b354daed94542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update package description for Debian</title>
<updated>2020-03-24T01:44:33Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-03-24T01:44:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c478a43fd56993062622c3252be938b01e80854c'/>
<id>urn:sha1:c478a43fd56993062622c3252be938b01e80854c</id>
<content type='text'>
</content>
</entry>
</feed>
