Commit graph

54496 commits

Author SHA1 Message Date
Fernando Apesteguía
bf79ecf9cf [phb:security] Fix vuln.xml testing procedure
Summary:
In [[https://svnweb.freebsd.org/ports?view=revision&revision=562203|r562203]]
and [[https://svnweb.freebsd.org/ports?view=revision&revision=562203|r562204]] the vuln.xml file was splitted by year.

As stated in the commit message, `pkg(8) audit` does not support entities and hence,
we need to use the vuln-flat.xml file to test changes to the port.

Test Plan:
* Try something like this:

```
$ pkg audit -f ./vuln.xml gitea-1.13.4
pkg: Syntax error while parsing vulnxml
pkg: cannot process vulnxml
```

and then:

```
$ pkg audit -f ./vuln-flat.xml gitea-1.13.4
0 problem(s) in 0 installed package(s) found.
```

After the patch:

* `igor` clean
* The documentation is rendered properly.

Reviewers: 0mp, gbe

Differential Revision: https://reviews.freebsd.org/D29219
2021-03-12 13:45:48 +01:00
Glen Barber
db11de18f3 Update the 13.0 schedule to reflect RC2 builds have started
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-11 18:59:18 -05:00
Ryan Libby
9c5b7a9157 Update PGP key for rlibby@ 2021-03-11 00:17:40 -08:00
Bryan Drewery
1a388b141d Update my subkey signature 2021-03-10 21:57:48 -08:00
Allan Jude
734c9f2757 Make the example URL not a link, since it requires substitutions
Reported-by:	emaste
Sponsored-by:	Klara Inc.
2021-03-10 16:55:16 -05:00
Glen Barber
6b85db39ed where.html: add 13.0 links
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-10 12:56:09 -05:00
Li-Wen Hsu
c58e72f127
Make author email address follow RFC 5322
Reviewed by:	carlavilla, debdrup, ygy
Differential Revision:	https://reviews.freebsd.org/D29144
2021-03-10 11:59:38 +08:00
Li-Wen Hsu
4817b5f62a
Fix kami's entry and sort
Approved by:	carlavilla (implicitly)
2021-03-09 19:17:16 +08:00
Li-Wen Hsu
699fb77595
Administration page: fix the missing parts when converting to AsciiDoc
While here, break long lines into one sentence per line as AsciiDoc suggests:
https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line

Approved by:	carlavilla (implicitly)
2021-03-09 19:12:06 +08:00
Glen Barber
89555057e6 Fix a copy/paste typo.
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-06 14:32:31 -05:00
Glen Barber
94d050b749 Announce 13.0-RC1
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-06 14:27:34 -05:00
Glen Barber
d4473a5b41 Add signed checksum files for 13.0-RC1.
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-06 14:02:16 -05:00
Gordon Bergling
6e71c6428d Handbook: Security -> Doas
Add an actual headline for the small chapter.
2021-03-06 13:14:56 +01:00
Gordon Bergling
180b5eb083 Handbook: Add a small chapter about doas as an alternative to sudo
doas is a viable alternative to sudo, so it is worth to be
mentioned in our handbook.

Reviewed by:	0mp (early version)
Differential Revision:	https://reviews.freebsd.org/D28483
2021-03-06 13:02:42 +01:00
Mina Galić
b0a8663bb4 add a release note about VirtIO v1 fixes
This explains that we can now run on Q35 chipsets, and that the PR below
has been fixed.

PR:		236922
Reviewed by:	gjb
Differential Revision:	https://reviews.freebsd.org/D29003
2021-03-05 23:31:42 +01:00
Pau Amma
adbe84dccb porters-handbook: Fix typos
Reviewed by:	ygy
Differential Revision:	https://reviews.freebsd.org/D29096
2021-03-05 21:55:56 +01:00
Chris Rees
a519c886a0 Remove trailing periods from mailing list names.
This makes them unusable in inline text.

While here, remove semicolon
2021-03-05 18:31:20 +00:00
Chris Rees
7c3a8149fd Keep references to stable (12) up to date
This adds an entity, betarel-current-major which refers to the
latest -STABLE

Reviewed by:		gjb
Differential Revision:	https://reviews.freebsd.org/D29057
2021-03-05 18:31:20 +00:00
Glen Barber
e2a0bf838b 13.0: Update shedule to reflect RC1 builds have started
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-04 19:36:25 -05:00
Dmitri Goutnik
9a1d65ec41 porters-handbook: update Go porting notes for D28184
Approved by:		crees (doc)
Differential Revision:	https://reviews.freebsd.org/D28789
2021-03-04 11:32:05 -05:00
Chris Rees
4d8cfb575f We have an RC script for xdm nowadays 2021-03-03 23:54:16 +00:00
Sergio Carlavilla Delgado
1c7144822f Fix typo and renegade parenthesis.
Fix typo and renegade parenthesis in ZFS and virtualization
chapters in the handbook.

PR:         253264
Patch by:   panden(at)gmail.com
2021-03-03 22:10:39 +01:00
Sergio Carlavilla Delgado
3c2a5e96f9 Improve wording in ZFS chapter
PR:         253075
Patch by:   panden(at)gmail.com
2021-03-03 21:55:40 +01:00
Sergio Carlavilla Delgado
8ee5df0179 Add two manual pages in bsdinstall section
PR:             253875
Submitted by:   bruce.lilly (AT) gmail.com
2021-03-03 21:16:34 +01:00
Sergio Carlavilla Delgado
4f24ed91c2 Add example to generate pdf document in FDP
PR:             253178
Submitted by:   kib@
2021-03-03 21:13:08 +01:00
Alexis Praga
b0fd969121 handbook/linuxemu: show how to mount linprocfs
Some programs expect procfs and other Linuxisms.

PR:		docs/195209
Reported by:	ngie
2021-03-03 16:53:42 +00:00
Chris Rees
be6f122288 Remove dated and misleading paragraph on headers
We no longer have any of the "Ports collection Makefile for...." lines,
so they do not need to be explained.

Differential:	https://reviews.freebsd.org/D23589
Submitted by:	salvadore (based on)
Reviewed by:	mat
2021-03-03 15:13:22 +00:00
Chris Rees
62371d2fa9 Update summary Bugzilla standard format for ports
PR:		docs/232816
Submitted by:	salvadore
Reviewed by:	ygy
Differential:	https://reviews.freebsd.org/D23590
2021-03-03 14:59:20 +00:00
Li-Wen Hsu
4cdb9554fc
Bhyve office hours postponed
Approved by:	carlavilla (implicitly)
2021-03-02 23:57:22 +08:00
Ryusuke SUZUKI
96fae4b18a -> d01ef2b3ed where.adoc 2021-03-02 00:01:24 +09:00
Marc Fonvieille
da3c5d0fea Fix some typos. 2021-02-28 19:55:15 +01:00
Ryusuke SUZUKI
297f3e6bf8 Add translated 2021-02-27 entry (13.0-BETA4 announcement). 2021-02-28 21:36:49 +09:00
Sergio Carlavilla Delgado
d37975ff27 Finish the sync of japanase handbook
Chapters: X11, multimedia, security, l10n and cutting-edge.

With this last sync, all the handbook is finished.
2021-02-28 11:48:21 +01:00
Stefan Eßer
e6c3288d6b Modify entries for bc(1), calendar(1), and getlocalbase(3)
Match the style of the other entries in this document.
2021-02-27 23:58:07 +01:00
Marc Fonvieille
096183a715 s/WindowMaker/Window Maker 2021-02-27 19:00:00 +01:00
Marc Fonvieille
4ebf195173 Punctuation fix. 2021-02-27 18:53:36 +01:00
Marc Fonvieille
1321599150 Fix a typo. 2021-02-27 18:47:02 +01:00
Marc Fonvieille
eb7d61fc9e Add some missing style tags. 2021-02-27 18:42:29 +01:00
Marc Fonvieille
096a7637af Typos and a rewording. 2021-02-27 18:19:50 +01:00
Marc Fonvieille
db5d9b18ad Remove extraneous >}} 2021-02-27 18:05:26 +01:00
Glen Barber
ac4dc650f3 Announce 13.0-BETA4
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-27 10:01:15 -05:00
Glen Barber
7cd966c8fc Update the 13.0 schedule to reflect BETA4 builds were run
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-27 09:40:42 -05:00
Ed Maste
3707c59faf committers-guide: update example to match guidance
We suggest capitalizing the first letter of the title line, so do so in
an example.

Reported by:	jhb
2021-02-25 18:57:12 -05:00
John Baldwin
bc2beb4cf9 Don't use "DMA" as a verb.
Reported by:	Pau Amma <pauamma@gundo.com>
2021-02-25 14:40:24 -08:00
Fernando Apesteguía
9c65b2975b Update GPG key for fernape@
The old one was to expire in a few days.
2021-02-25 19:39:03 +01:00
Allan Jude
01f6f52805 Add missing digit to the year of release date for 11.3
Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Sponsored by:	Klara Inc.
2021-02-25 11:40:33 -05:00
Li-Wen Hsu
bcd8e9981a
Break long lines into one sentence per line
As AsciiDoc suggests:
https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line

Approved by:	carlavilla (implicitly)
2021-02-25 12:56:58 +08:00
Li-Wen Hsu
a7a2a7f851
Clarify the commit bit expire policy and update instructions
Approved by:	core
2021-02-25 12:46:30 +08:00
Li-Wen Hsu
9cc036198b
Add freebsd-office-hours-2021-03-03
Approved by:	carlavilla (implicitly)
2021-02-25 08:31:44 +08:00
Allan Jude
a683b52cfb Add 12.1 to the EoL list 2021-02-24 19:28:25 -05:00