Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
af7b55fc 02/15/2022 03:21 PM Brad Davis

Check each host in PKG_RSYNC_HOSTS to make sure it is set before a build

cafd9f97 02/14/2022 07:57 PM Brad Davis

Add support for multiple sites for syncing packages to

Each site must be defined in the PKG_RSYNC_HOSTS variable and then a
PKG_RSYNC_HOSTNAME_$site must be defined as the target, for example:

PKG_RSYNC_HOSTS="nyi"
PKG_RSYNC_HOSTNAME_nyi="nfs1.nyi.netgate.com"...

ac2ec545 02/14/2022 04:28 PM Viktor Gurov

Build net/udpbroadcastrelay. Feature #10818

663bf0d5 02/14/2022 12:33 PM Renato Botelho

Rework package repos for 2.6.0-RELEASE

a47a5edd 01/13/2022 07:00 PM Renato Botelho

Using DEVEL URL

1903b56a 01/13/2022 06:59 PM Renato Botelho

Small fixes missed on last commit to devel repo

5474d583 01/13/2022 06:48 PM Renato Botelho

Fix repository config files

Add a new repo called next to point to 2.6.0-RC and reduce differences
between branches

4199a5d9 01/13/2022 02:58 PM Renato Botelho

build: Fix pkg.txz.sig link

When pkg transitioned from .txz to .pkg extension we enabled an option
to keep a symlink of old extension around and make it possible for users
running older versions to upgrade. At that time, when we sign bootstrap
pkg, we changed scripts to create .sig symlink as well....

fd2740b3 01/12/2022 03:29 PM Glen Barber

Update master to 2.7.0

3b283c27 01/12/2022 03:25 PM Glen Barber

Revert "Update master to 2.7.0"

This reverts commit ac7ec30f39a3069d3192a73b78e5977fc834482e.

ac7ec30f 01/12/2022 03:16 PM Glen Barber

Update master to 2.7.0

03a43ff3 01/12/2022 01:19 PM Renato Botelho

Rework repository config files

Instead of use version on file names, just call them repo, repo-devel
and repo-previous. Also, do not keep relying on variables, instead, use
versions hardcoded to make it easier when changing to newer versions.

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

dd00c97d 12/27/2021 03:02 PM Brad Davis

Remove keeping old packages

We thought this would be useful if we needed to switch back to an
older version of the repo, but we have never used it and now we have
ZFS snapshots.

2aeb570b 12/22/2021 04:36 PM Viktor Gurov

Add qlnxe(4) module. Feature #11750

26671c4d 12/15/2021 03:25 PM Brad Davis

Ensure we always save logs to S3, even when the built pkg list is the same

99dc9ef7 12/14/2021 03:19 PM Brad Davis

Save rsync output to file instead of throwing it away

5647efc6 12/07/2021 10:18 PM Brad Davis

Revert "Revert "Make the pkg repo mirror_type and signature_type overridable""

This reverts commit 288d56a66615db34d62539e1e86bac2af4c4b1c3.

288d56a6 12/03/2021 01:16 PM Renato Botelho

Revert "Make the pkg repo mirror_type and signature_type overridable"

This reverts commit f887aab939556fd44080358011d8fe7fddfb2403.

6a23e65d 11/30/2021 03:07 PM Brad Davis

Remove AUTH_NIS from www/squid since we set WITHOUT_NIS in src.conf

f887aab9 11/30/2021 03:05 PM Brad Davis

Make the pkg repo mirror_type and signature_type overridable

This will be used in a future commit to install from a local dir for CI
builds.

a5fd794b 11/16/2021 05:01 PM Viktor Gurov

Add librdkafka package to the pfSense repo. Feature #12290

7d34f350 11/11/2021 04:27 PM Renato Botelho

Unbreak build: vim doesn't have console FLAVOR

a69cd017 11/08/2021 03:13 PM Brad Davis

Add a bit more output when figuring out which distfile cache to use

1e77a36d 11/03/2021 09:48 PM Brad Davis

Try to use the distfiles cache for our branch but fall back if needed

This will allow us to avoid downloading everything new when we start a
new release

700f4da0 11/02/2021 02:22 PM Brad Davis

Save the distfiles to s3 with the git branch as part of the name

This will help us clean out old distfiles we do not need while providing
the ability to keep old distfiles around if we need to build a point
release for an older branch.

05a02665 11/02/2021 02:22 PM Brad Davis

Clean up old distfiles using poudriere distclean

3d1db50b 10/26/2021 05:57 PM Renato Botelho

vim-console is now a FLAVOR

5a1436da 10/21/2021 02:02 PM Brad Davis

Tell us the name of the logs tarball so we don't have to go hunting through s3

35c4d4fd 10/14/2021 03:41 PM Renato Botelho

Ticket #12456: Retire Zabbix 5.2 packages

afb0fdd9 09/14/2021 07:15 PM Renato Botelho

Remove unused net/realtek-re-kmod from package repo

2fbccdad 09/03/2021 02:54 PM Renato Botelho

Fix NG 6792: Fix errors copying previous kernel

pfSense-kernel package pre-deinstall script makes a copy of current
running kernel (/boot/kernel) to /boot/kernel.old so it can be used to
boot system in some corner cases. It was using `cp -r` what is
obsoleted and was throwing some errors when symlinks are used....

e7d8f036 08/30/2021 07:39 PM Renato Botelho

Revert "Ticket #12235: pfSense-rc: Save pkg_set_version"

This reverts commit 340c9ab1d1eb1b959dc2292872866bca7e123665.

340c9ab1 08/30/2021 07:19 PM Renato Botelho

Ticket #12235: pfSense-rc: Save pkg_set_version

Instead of carry the old file pkg_set_version on pfSense-upgrade, which
is not rebuilt when we change product version, change file to be created
by post-install script of pfSense-rc.

To avoid issues, rename it to next_pkg_set_version

41a43f7a 08/23/2021 04:20 PM Renato Botelho

Add missing quotes

062a7598 08/23/2021 04:19 PM Renato Botelho

Replace - by _ on repository path

b06e79a6 08/23/2021 03:18 PM Renato Botelho

Followup e324755bee, combine sed and add g flag

e324755b 08/23/2021 03:10 PM Brad Davis

poudriere upstream is not supporting dashes in ports tree names.

This is to prevent issues with sets, so we need to respect the change

https://github.com/freebsd/poudriere/issues/897

4e764127 08/10/2021 07:56 PM Renato Botelho

Snort: Enable COREDUMPS option

ffcf19c6 08/09/2021 07:12 PM Renato Botelho

Register current pkg_set_version

On pfSense-base post-install script, register current pkg_set_version as
the same of /etc/version

1d5cbd11 08/09/2021 07:12 PM Renato Botelho

Set PFSENSE_PKG_SET_VERSION to PRODUCT_VERSION

This is going to be used by pfSense-upgrade port to set pkg_set_version
based on PRODUCT_VERSION

6bfe7f67 08/09/2021 07:12 PM Renato Botelho

Allow %PRODUCT_VERSION% to be used on make.conf

6bdf2d74 08/04/2021 09:15 PM Brad Davis

Increase the number of logs we are keeping

65fc53d1 08/04/2021 08:41 PM Brad Davis

Remove a trailing \r that prevents s3 rm from working

b7ab1742 08/04/2021 05:10 PM Brad Davis

Set the output format to avoid \r on line endings preventing log files from being deleted

b5641da1 07/30/2021 11:37 AM Renato Botelho

Only create pkg.pkg.sig if pkg.pkg exists

7fb96c6c 07/29/2021 02:56 PM Renato Botelho

Revert "Show result of pkg sign command to make it easier to debug"

This reverts commit d796e0af08457ba75ad708b8a04e4dcfe70bbba3.

9ad8ac15 07/28/2021 07:03 PM Renato Botelho

Create a pkg bootstrap signature symlink

d796e0af 07/28/2021 02:47 PM Renato Botelho

Show result of pkg sign command to make it easier to debug

87075500 07/09/2021 03:39 PM Renato Botelho

AWS: Separate release tarballs by branch

f152d664 07/09/2021 01:55 PM Renato Botelho

AWS: Add FLAVOR to distfiles.tar

8be1bb42 07/09/2021 01:34 PM Renato Botelho

AWS: Add branch name to pkgs tarball

6363f2bb 07/09/2021 12:13 PM Renato Botelho

AWS: Simplify logic using 's3 ls' to check if file exists

903e84c2 07/09/2021 12:13 PM Renato Botelho

AWS: Make sure distfiles.tar exist before try to download it

85e010a1 07/09/2021 11:57 AM Renato Botelho

AWS: Add missing s3 parameter to ls

7accab44 07/09/2021 11:35 AM Renato Botelho

AWS: Add FLAVORS to pkgs cache

37b5a3c3 07/09/2021 11:32 AM Renato Botelho

Do not force git remote to be called origin

1bd84384 07/09/2021 11:20 AM Renato Botelho

AWS: Create initial stashed ports tree on S3

dcc5e63d 07/09/2021 11:05 AM Renato Botelho

AWS: Simplify logic

Create aws_exec() and replace all direct calls to use it

e4560653 07/08/2021 07:52 PM Brad Davis

Always save built pkgs progress

27bd8237 07/08/2021 07:52 PM Renato Botelho

Replace factory by ${FLAVOR}

71e9637a 07/08/2021 07:52 PM Brad Davis

Build improvements for using AWS:

  • Use release artifacts from S3 to populate poudriere jails
  • Pull prebuilt pkgs from S3 to only rebuild changed items
  • Populate distfiles from S3
  • If distfiles change, push an updated copy back into S3
  • If the pkg repo changes, push an updated copy back into S3
b0ff9c6b 07/07/2021 07:01 PM Renato Botelho

2.5.2 is the new release

afab96d6 06/18/2021 06:08 PM Renato Botelho

Fix #12060: Remove ZeroMQ support

760d4d13 06/17/2021 05:34 PM Viktor Gurov

Build QEMU Guest Agent. Feature #9877

97762ce9 06/17/2021 05:08 PM Renato Botelho

Enable build of zabbix 5.4 packages

4e3ab7d2 06/17/2021 05:04 PM Viktor Gurov

Add Zabbix 5.4 config options. Feature #12042

dff043e9 06/17/2021 10:58 AM Renato Botelho

Revert "Enable build of Telegraf on armv7"

This reverts commit 99e7f9ec562cb3a0f614c60ae7813d8318cdff17.

99e7f9ec 06/17/2021 10:21 AM Renato Botelho

Enable build of Telegraf on armv7

eb1305d0 06/14/2021 08:06 PM Renato Botelho

Promote 2.5.2 to RC

d440bb6a 06/07/2021 02:20 PM Jim Pingle

Update config recovery to use new zpool name. Issue #12005

9713b8ee 05/31/2021 06:26 PM Renato Botelho

Add devel/git back to list of packages

8997bf47 05/28/2021 05:03 PM Renato Botelho

Add 2.5.2-BETA repo

837dfef2 05/12/2021 01:15 PM Renato Botelho

Sort modules alphabetically

9a887a87 05/12/2021 01:08 PM Renato Botelho

Reduce differences from Plus. No functional changes

b28f8cd6 05/12/2021 12:21 PM Viktor Gurov

Add congestion control modules. Implements #7092

a9a1a1ef 05/04/2021 05:28 PM Renato Botelho

Remove pfSense-builder. It's not being used anymore

5e264b0a 05/03/2021 07:55 PM Renato Botelho

Enable build of pfSense-pkg-WireGuard

3c8dcdf7 04/28/2021 12:10 PM Renato Botelho

Add needed options to unbound112

4e885411 04/16/2021 08:09 PM Renato Botelho

Emable build of wireguard-tools and wireguard-kmod

50d50d32 04/13/2021 11:01 AM Renato Botelho

Change stable version to 2.5.1

1346823f 04/05/2021 06:05 PM Renato Botelho

Fix #11781: Disable DNSSEC option for dnsmasq

f9e30d4d 03/25/2021 12:12 PM Renato Botelho

Add open-vm-tools options

281dede0 03/19/2021 07:25 PM Renato Botelho

Remove WireGuard support

Out of an abundance of caution while we investigate the claims about
WireGuard in public, we need to remove it from pfSense Plus and CE in
order to shield customers from potential risk.

ad0c2928 03/16/2021 12:42 PM Renato Botelho

Add 2.5.1-RC repository

0d8a9270 03/09/2021 07:03 PM Renato Botelho

Do not build node_exporter on armv7 since lang/go14 is broken

99cef76e 03/09/2021 01:02 PM Renato Botelho

Catch up with rename of Coreboot upgrade package to Firmware

2524d548 03/04/2021 04:25 PM Renato Botelho

Do not run post-install during build

b785f439 02/18/2021 04:27 PM Viktor Gurov

RTL8153 USB ethernet module. Implements #11125

6c5774dc 02/16/2021 01:18 PM Renato Botelho

Mark 2.5.0 as current stable version

3c97d1b7 02/11/2021 10:45 AM Renato Botelho

Do not exclude unlisted package

998c898f 02/11/2021 10:44 AM Renato Botelho

Do not build unused packages

00c9d739 02/09/2021 08:22 PM Renato Botelho

Use new URLs for pkg repo

be3503ca 02/05/2021 01:57 PM Renato Botelho

Respect REPO_BRANCH_PREFIX on FREEBSD_BRANCH

87b93bb8 02/05/2021 11:31 AM Renato Botelho

It's time to move to 2.6.0-DEVELOPMENT

9922914d 01/19/2021 02:35 PM Renato Botelho

Build the Wireguard module

a847ee75 01/15/2021 02:23 PM Renato Botelho

Revert "Do not build drm2 kernel module, we want drm-mod from ports"

This reverts commit a8a1fb54b706f8f320b130bb3a4a9d290089f5f4.

67d1f4f8 01/15/2021 02:23 PM Renato Botelho

Revert "Revert "Remove drm-kmod""

This reverts commit d52832b5c4c195614d2826f772166c253390222f.

d52832b5 01/13/2021 05:09 PM Renato Botelho

Revert "Remove drm-kmod"

This reverts commit 86afee72c80bee8dd09a40fc801fe718044794a9.

a8a1fb54 01/13/2021 05:08 PM Renato Botelho

Do not build drm2 kernel module, we want drm-mod from ports