<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slackpkg, branch master</title>
<subtitle>slackpkg (fork of piterpunk's slackpkg)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/'/>
<entry>
<title>Release 15.0.10</title>
<updated>2022-01-17T06:41:07+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2022-01-17T06:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=b211490ee56597c0c2417a9c40b0de2ec242de42'/>
<id>b211490ee56597c0c2417a9c40b0de2ec242de42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mirrors.ucr.ac.cr link address</title>
<updated>2022-01-17T05:11:50+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2022-01-17T05:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=31fcf9620e326b70cfac3884758e164bfe19418f'/>
<id>31fcf9620e326b70cfac3884758e164bfe19418f</id>
<content type='text'>
Thanks to Emmet Ford.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Emmet Ford.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove wroc.pl mirrors (very stale)</title>
<updated>2022-01-17T05:05:22+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2022-01-17T05:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=29b631f7d55337ace56c95a2ed23463fc4ea8620'/>
<id>29b631f7d55337ace56c95a2ed23463fc4ea8620</id>
<content type='text'>
Thanks to Emmet Ford.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Emmet Ford.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove kddilabs.jp from mirrors (very stale)</title>
<updated>2022-01-17T05:04:09+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2022-01-17T05:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=215a66f0c77f3253a06db175b5a36888307bc67e'/>
<id>215a66f0c77f3253a06db175b5a36888307bc67e</id>
<content type='text'>
Thanks to Emmet Ford.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Emmet Ford.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unattended usage improvements</title>
<updated>2022-01-16T08:54:16+00:00</updated>
<author>
<name>piterpunk</name>
<email>piterpunk@slackware.com</email>
</author>
<published>2021-12-28T23:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=9d5166d13bce28fee36327c1e00a66fcacb77025'/>
<id>9d5166d13bce28fee36327c1e00a66fcacb77025</id>
<content type='text'>
- When in batch mode, don't wait for &lt;enter&gt; after kernel upgrade,
  so Slackpkg will not wait forever.
- Also in batch mode, allow to set a default action about what to
  do with .new config files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- When in batch mode, don't wait for &lt;enter&gt; after kernel upgrade,
  so Slackpkg will not wait forever.
- Also in batch mode, allow to set a default action about what to
  do with .new config files
</pre>
</div>
</content>
</entry>
<entry>
<title>File to flag if the system needs restart</title>
<updated>2022-01-16T08:52:09+00:00</updated>
<author>
<name>piterpunk</name>
<email>piterpunk@slackware.com</email>
</author>
<published>2021-12-29T20:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=f8dfb7722fe8f1b190450b2c9f83d16df8fa5fcb'/>
<id>f8dfb7722fe8f1b190450b2c9f83d16df8fa5fcb</id>
<content type='text'>
Creates /var/run/needs_restarting file if any "critical" package got
upgraded. As the /var/run/ is ephemeral and renewed each boot, the
file disappears after reboot.

The packages that flags the restart need are:

- kernel-generic, kernel-huge: as a new kernel needs a restart to be
  running.
- glibc, glibc-solibs: Restart is the only way to be sure that all
  running binaries are using the new glibc.
- eudev, elogind, dbus: those provides some very basic system
  services.
- openssl, openssl-solibs: security bugs on those libs are dangerous,
  the reboot makes sure that all running binaries are using the newer
  version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates /var/run/needs_restarting file if any "critical" package got
upgraded. As the /var/run/ is ephemeral and renewed each boot, the
file disappears after reboot.

The packages that flags the restart need are:

- kernel-generic, kernel-huge: as a new kernel needs a restart to be
  running.
- glibc, glibc-solibs: Restart is the only way to be sure that all
  running binaries are using the new glibc.
- eudev, elogind, dbus: those provides some very basic system
  services.
- openssl, openssl-solibs: security bugs on those libs are dangerous,
  the reboot makes sure that all running binaries are using the newer
  version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 15.0.9</title>
<updated>2021-12-13T00:28:03+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2021-12-13T00:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=0ea2cf2f56a83bc6b626d9896a5aed72614fcffc'/>
<id>0ea2cf2f56a83bc6b626d9896a5aed72614fcffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>files/mirrors-x86*: Remove bad mirrors from list</title>
<updated>2021-11-29T04:33:48+00:00</updated>
<author>
<name>Emmet Ford</name>
<email>emmet.ford@gmail.com</email>
</author>
<published>2021-11-29T04:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=a9664cecf418972f2c374764c43acce74b079d60'/>
<id>a9664cecf418972f2c374764c43acce74b079d60</id>
<content type='text'>
Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically rebuild package lists if missing</title>
<updated>2021-11-28T07:35:37+00:00</updated>
<author>
<name>piterpunk</name>
<email>piterpunk@slackware.com</email>
</author>
<published>2021-11-07T17:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=ea08809a7510f1fafa1a5d818933c6cddffe5f69'/>
<id>ea08809a7510f1fafa1a5d818933c6cddffe5f69</id>
<content type='text'>
Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 15.0.8</title>
<updated>2021-10-25T00:45:56+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2021-10-25T00:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slackpkg/commit/?id=25aac7e027c1b5b6bbea0001a7a7276145edd0ed'/>
<id>25aac7e027c1b5b6bbea0001a7a7276145edd0ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
