| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Changelog:
https://github.com/cbsd/reggae/releases/tag/0.5.1
PR: 291944
|
| |
|
|
|
| |
PR: 291448
Reported by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.
If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:
DEFAULT_VERSIONS+=sudo=sssd
All sudo consummer ports has benn updated to USES=sudo
Reviewed by: 0mp
Approved by: mat
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52160
|
| |
|
|
|
|
|
| |
Changelog:
https://github.com/cbsd/reggae/releases/tag/0.4.2
PR: 287558
|
| |
|
|
|
|
|
| |
Changelog:
https://github.com/cbsd/reggae/releases/tag/0.4.1
PR: 287368
|
| |
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.4.0
PR: 282447
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.3.11
* Set resolv.conf early
* Override DNS settings
PR: 271481
Reported by: meka@tilda.center (maintainer)
|
| |
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.3.10
PR: 271419
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.3.9
* State currently running version on upgrade
* Use dhcpcd for IP autoconfiguration
* Make DHCP option of mkjail
* Enable IPC for jails
* Set proxy after pkg bootstrap
* Set jail allow
PR: 271248
|
| |
|
|
|
| |
PR: 270848
Reported by: maintainer
|
| |
|
|
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.3.6
Changelog: https://github.com/cbsd/reggae/releases/tag/0.3.7
PR: 270697
MFH: 2023Q2
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.3.5
* Be more aggressive in destroying epair by @mekanix in #304
* Handle case when hostname is empty by @mekanix in #305
PR: 270548
Reported by: meka@tilda.center (maintainer)
|
| |
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.3.4
PR: 269937
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.3.3
* Make bridge interface configurable
* Run update from jail
* Generate MAC address and make it permanent
* Bootstrap pkg in jail and install sudo
* Save MAC address in jail config
PR: 269861
Reported by: meka@tilda.center (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.3.2
* Enable SSH
* Update base system of jails
* Improve images and epair cleanup
* Use the same UID/GID for provision user
PR: 269820
Reported by: meka@tilda.center (maintainer)
|
| |
|
|
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.3.1
PR: 269730
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38730
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.3.0
* Support jail.conf
* Enable pkg-upgrade command for base jails
* Support base and cbsd jails with PKG_PROXY
* Improve registration in DNS/PF
* Remove non-VNET registration script
* Improve documentation
* Use jexec in order to support base jails
PR: 269544
Reported by: meka@tilda.center (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.2.8
* Always use configured interface
* Remove cbsd0 description
* Force bootstrap of package manager
* master-init.sh: get base in extra step before jail create
* Add command to apply PKG_PROXY setting
PR: 268847
Reported by: meka@tilda.center (maintainer)
|
| |
|
|
|
| |
PR: 268818
MFH: 2023Q1 (build fixes)
|
| |
|
|
|
| |
PR: 267279
Reported by: meka@tilda.center(maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.2.6
PR: 265872
|
| |
|
|
| |
...except archivers/py-borgbackup, which requires a more complete fix.
|
| |
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.2.5
PR: 265735
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.2.4
PR: 265228
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases
PR: 265188
|
| |
|
|
| |
PR: 261739
|
| |
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.2.0
PR: 261492
|
| |
|
|
|
| |
PR: 259561
Reported by: Goran Mekić <meka@tilda.center> (maintainer)
|
| |
|
|
|
|
| |
Changelog: https://github.com/cbsd/reggae/releases/tag/0.1.19
PR: 258524
|
| |
|
|
| |
PR: 257472
|
| |
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.1.17
PR: 255414
Reported by: meka@tilda.center (maintainer)
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.1.16
* Add PF helper script
* Pass SYSPKG to test script
* Add deployment helpers
* Allow target override
* Firewall configuration improvements
* Pass IPv6 ICMP in PF
* Devel depends on init
PR: 249517
Submitted by: meka@tilda.center
Notes:
svn path=/head/; revision=549722
|
| |
|
|
|
|
|
|
| |
PR: 248044
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes:
svn path=/head/; revision=542637
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.1.14
* Add pre_down hook
* Setup NFS
* Fix devfs rules
* Fix Ansible version
PR: 246585
Submitted by: meka@tilda.center (maintainer)
Notes:
svn path=/head/; revision=536011
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog (https://github.com/cbsd/reggae/releases/tag/0.1.13):
* Enable Xorg for VNET jails
* If dhcpcd is used, delete address obtained through dhclient
PR: 245918
Submitted by: meka@tilda.center (maintainer)
Notes:
svn path=/head/; revision=533558
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.1.12
* Choose DHCP program (dhcpcd vs dhclient)
* Default but changable devfs ruleset for jails
* Use PKG_PROXY if defined (only in jails)
* Improve bootstrap of master jail (cbsd)
* Remove "jail" when generating service name
PR: 245412
Submitted by: meka@tilda.center (maintainer)
Notes:
svn path=/head/; revision=530959
|
| |
|
|
|
|
|
|
| |
PR: 245130
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes:
svn path=/head/; revision=530700
|
| |
|
|
|
|
|
|
| |
PR: 244762
Submitted by: Goran Mekić <meka@tilda.center>
Notes:
svn path=/head/; revision=528304
|
| |
|
|
|
|
|
|
| |
PR: 243085
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes:
svn path=/head/; revision=522127
|
| |
|
|
|
|
|
|
| |
PR: 242258
Submitted by: meka@tilda.center (maintainer)
Notes:
svn path=/head/; revision=519018
|
| |
|
|
|
|
|
|
| |
PR: 240444
Submitted by: meka@tilda.center (maintainer)
Notes:
svn path=/head/; revision=511721
|
| |
|
|
|
|
|
|
| |
PR: 239501
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes:
svn path=/head/; revision=510890
|
| |
|
|
|
|
|
|
| |
PR: 239396
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes:
svn path=/head/; revision=507356
|
| |
|
|
|
|
|
|
|
| |
PR: 238033
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=502507
|
| |
|
|
|
|
|
|
| |
PR: 237780
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes:
svn path=/head/; revision=501141
|
| |
|
|
|
|
|
|
| |
PR: 237704
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes:
svn path=/head/; revision=500657
|