<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git, branch 1.3.7</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=1.3.7</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=1.3.7'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2023-12-21T15:54:01+00:00</updated>
<entry>
<title>Merge pull request #221 from vyos/mergify/bp/equuleus/pr-213</title>
<updated>2023-12-21T15:54:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-21T15:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=b66838f36190a672ea8aa7c91921d2125750c1e5'/>
<id>urn:sha1:b66838f36190a672ea8aa7c91921d2125750c1e5</id>
<content type='text'>
boot: T5739: Fixed password recovery (backport #213)</content>
</entry>
<entry>
<title>boot: T5739: Fixed password recovery</title>
<updated>2023-12-21T14:24:52+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-11-14T16:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f1de91ff9c27b1bb5762d6929a7636a652c9284c'/>
<id>urn:sha1:f1de91ff9c27b1bb5762d6929a7636a652c9284c</id>
<content type='text'>
This change fixes a filter used for `sed` during password reset in the
`set_encrypted_password()` function.

Old logic: search between `user username {` and the first line with `}` does not
work for users with extra options in config, like public keys.

New logic: search between `user username {` and the first line with
`encrypted-password` which should cover all possible combinations, except
situations when a password is not presented in a configuration file.

(cherry picked from commit 6ee88ac6387ce0dbb570bde3e9c4582b206580aa)
</content>
</entry>
<entry>
<title>Merge pull request #216 from aapostoliuk/T5413-equuleus</title>
<updated>2023-12-07T15:44:34+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-12-07T15:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1c98ef560088d442b3a1ab218e0503e45406c82b'/>
<id>urn:sha1:1c98ef560088d442b3a1ab218e0503e45406c82b</id>
<content type='text'>
wireguard: T5413: Blocked adding the peer with the router's public key</content>
</entry>
<entry>
<title>wireguard: T5413: Blocked adding the peer with the router's public key</title>
<updated>2023-11-24T14:50:53+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2023-11-24T14:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=91148c2797daae17025fcccbd1591111bb064455'/>
<id>urn:sha1:91148c2797daae17025fcccbd1591111bb064455</id>
<content type='text'>
Migration dependencies
Related to https://github.com/vyos/vyos-1x/pull/2540
</content>
</entry>
<entry>
<title>Merge pull request #199 from vyos/T5136-backport</title>
<updated>2023-04-03T07:04:19+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-04-03T07:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=2ec876ba9034c4e35538860d3128c6c13e185825'/>
<id>urn:sha1:2ec876ba9034c4e35538860d3128c6c13e185825</id>
<content type='text'>
T5136: properly unmount filesystems after installation</content>
</entry>
<entry>
<title>T5136: do not rm -rf if unmount fails</title>
<updated>2023-04-03T06:04:57+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-03T06:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=36f08f78b806639827c9ae3a81275e057309bb1d'/>
<id>urn:sha1:36f08f78b806639827c9ae3a81275e057309bb1d</id>
<content type='text'>
Commit f34e9028 ("T5136: properly unmount filesystems after installation") assumed
it would be a good idea to simply rm -rf the new root folder. This could have
a bad, non booting side effect.

Warn user if unmount fails but the filesystem is synced anyway. The rest is
handled by the Kernel on reboot.

(cherry picked from commit 964e06bc3404b096d55e939b2bdb8d9c61a6a9b9)
</content>
</entry>
<entry>
<title>T5136: properly unmount filesystems after installation</title>
<updated>2023-04-03T06:04:49+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-02T08:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=944c9a7217309451dfb73a92ec09f12e6772dbc1'/>
<id>urn:sha1:944c9a7217309451dfb73a92ec09f12e6772dbc1</id>
<content type='text'>
(cherry picked from commit f34e9028252034cf17dbf380a2cded8bf14c71c2)
</content>
</entry>
<entry>
<title>Merge pull request #192 from c-po/equuleus</title>
<updated>2022-12-31T06:35:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-12-31T06:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e06078916c59b15a318447400d27d8158f4f70fd'/>
<id>urn:sha1:e06078916c59b15a318447400d27d8158f4f70fd</id>
<content type='text'>
container: T4870: bump package version 0 -&gt; 1</content>
</entry>
<entry>
<title>container: T4870: bump package version 0 -&gt; 1</title>
<updated>2022-12-30T21:05:22+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-12-23T17:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6af8b2ee9dfd8a1a70276dd87633c0e0e1cee98b'/>
<id>urn:sha1:6af8b2ee9dfd8a1a70276dd87633c0e0e1cee98b</id>
<content type='text'>
(cherry picked from commit 42f3db273637382d8f0d99155fedf9b3f42bc9ac)
</content>
</entry>
<entry>
<title>Merge pull request #191 from incitem/T4776-equuleus-backport</title>
<updated>2022-11-26T16:24:05+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-11-26T16:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6de77f563a65e79cd409610c22751d01ae17593a'/>
<id>urn:sha1:6de77f563a65e79cd409610c22751d01ae17593a</id>
<content type='text'>
nvme: T4776: Fixed installation to NVME (equuleus backport of fix by zdc)</content>
</entry>
</feed>
