Jason W. Bacon
d3676b4c31
share/xml/authors.ent: Add new committer jwb@
2017-11-22 18:38:09 +00:00
Gordon Tetlow
a47849876f
Update SA-17:08 and SA-17:10 to properly give credit to Ilja van Sprundel.
2017-11-21 03:48:36 +00:00
Benedict Reuschling
15f63ee763
Correct the site-name by using http:// in front of it so that clicks will
...
actually lead to the website.
Reported by: 0mp@
2017-11-19 19:14:52 +00:00
Benedict Reuschling
91b4645d49
Add a press section entry about Synergy Sky and their experiences migrating
...
to FreeBSD.
Submitted by: many
2017-11-19 11:49:42 +00:00
Gordon Tetlow
b5c3bd7933
Add SA-17:08, SA-17:09, SA-17:10.
2017-11-15 23:08:45 +00:00
Gordon Tetlow
00dfa9b9be
Add EN-17:09.
2017-11-02 15:56:08 +00:00
Glen Barber
a431da29b4
Update PGP subkey expiration.
...
Reported by: Nat Makarevitch, Chris Brannon
PR: 222044
Sponsored by: The FreeBSD Foundation
2017-11-01 16:51:12 +00:00
Glen Barber
ad657b8d24
Whitespace-only change to trigger a CI build to diagnose a problem.
...
Sponsored by: The FreeBSD Foundation
2017-10-31 15:28:05 +00:00
Renato Botelho
26ff2a68f0
Replace my GPG key that is about to expire
2017-10-31 12:18:34 +00:00
Yuri Victorovich
68541f3753
Add myself as a new committer
...
Reviewed by: tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12844
2017-10-31 07:44:29 +00:00
Alex Richardson
ceadd7c0da
Add myself as a new committer
...
Reviewed by: jhb
Approved by: jhb (mentor)
2017-10-30 18:07:45 +00:00
Gordon Tetlow
5313884e1f
Update SA-17:07 with patches for 10.x.
2017-10-19 03:28:00 +00:00
Gordon Tetlow
bff7593acd
Add SA-17:07.
2017-10-17 18:11:23 +00:00
Wolfram Schneider
d9d9a2b7fa
support parallel "po"
...
$ make p-po
2017-10-15 09:09:54 +00:00
Wolfram Schneider
33216a38d0
make spaces
2017-10-12 15:39:02 +00:00
Wolfram Schneider
c5dbc10ef2
echo -> @${ECHO}
2017-10-12 15:20:47 +00:00
Wolfram Schneider
36b10d75a9
improve warning message
2017-10-12 15:19:45 +00:00
Wolfram Schneider
2ccc12750d
standard verbose make output.
...
If you do not like this, use `make -s po'
PR: 222939
2017-10-12 15:05:42 +00:00
Wolfram Schneider
8737e8fded
refactor to use make syntax instead shell/test scripts
...
PR: 222939
2017-10-12 14:57:50 +00:00
Wolfram Schneider
68c9592c28
refactor to use make syntax instead shell/test scripts
...
PR: 222939
2017-10-12 14:57:29 +00:00
Wolfram Schneider
3573c48c46
no fatal errors for english documents
...
refactor to use make syntax instead shell/test scripts
PR: 222939
2017-10-12 14:38:11 +00:00
Wolfram Schneider
a6c77942cd
support `make po' for sub-directories
...
PR: 222944
2017-10-12 14:14:41 +00:00
Wolfram Schneider
5a621046a7
better check for "all" target
2017-10-12 14:14:15 +00:00
Wolfram Schneider
2539094cdb
refactor translation to a new make file "doc.translate.mk"
...
PR: 222939
2017-10-12 14:13:48 +00:00
Wolfram Schneider
6d12d409fb
path for sysctl(8)
2017-10-07 21:42:28 +00:00
Wolfram Schneider
a006f40003
by default run two processes per CPU
2017-10-07 20:53:47 +00:00
Wolfram Schneider
3fed2208d4
spaces
2017-10-07 09:07:53 +00:00
Wolfram Schneider
29cff92547
log full run time
2017-10-07 09:07:28 +00:00
Wolfram Schneider
cea67a94b2
log time for each test
2017-10-07 09:06:45 +00:00
Wolfram Schneider
cbd09402e8
GIT_REPO_FREEBSD_DOC -> FREEBSD_DOC_GIT_REPO
2017-10-07 09:06:20 +00:00
Wolfram Schneider
9d3d99045e
enable to configure git branch
2017-10-07 09:05:37 +00:00
Wolfram Schneider
9c93d11e18
we need to delete the target symlink first before we can create it
...
This solved the issue with symlinks to directories. The semantic
of `ln -fs' is special if you run it for directories twice, e.g.
mkdir from
ln -sf from to
find . -name from -or -name to
./to
./from
now run it again
ln -sf from to
find . -name from -or -name to
./to
./from
./from/from
ls -l from
total 1
lrwxrwxr-x 1 wosch devel 4 Oct 6 13:54 from -> from
PR: 222737
2017-10-07 09:03:10 +00:00
Wolfram Schneider
38a74a6b52
the creation of pgpkeyring.txt must be atomar
2017-10-06 14:22:45 +00:00
Wolfram Schneider
b1c971fa20
<doc.docbook-dep.mk> handles implicit dependencies of DocBook documentation
...
This feature can be disabled with DOCBOOK_DEPS_DISABLE=YES
Missing dependencies will be reported as a warning, and should
be fixed by the document authors.
PR: 222826
2017-10-06 14:08:45 +00:00
Wolfram Schneider
9647f5d77d
'make obj' doesn't really work for the docs, disable it by default
...
PR: 222488
2017-10-06 10:44:00 +00:00
Wolfram Schneider
e1ff763ab1
Import a regression test script for the build of www.freebsd.org
...
The main purpose of the script is to validate the output after
a refactoring of the Makefile tool chain, and to improve the build speed.
2017-10-06 09:36:06 +00:00
Glen Barber
71dabb9f19
Enable update/checkout of src/share/man/man4 for the 12.0R hardware
...
page.
Sponsored by: The FreeBSD Foundation
2017-10-05 20:17:33 +00:00
Glen Barber
d2b31f9423
Disconnect 12-CURRENT relnotes generation in the webupdate script.
...
Sponsored by: The FreeBSD Foundation
2017-10-05 18:34:28 +00:00
Marc Fonvieille
ef695599af
10.4-RELEASE is out, update rel2.current.
2017-10-03 17:44:39 +00:00
Marius Strobl
c7aa0bcb11
Announce and hook up 10.4-RELEASE.
...
Approved by: re (implicit)
2017-10-03 13:02:20 +00:00
Wolfram Schneider
3c2b982611
enable parallel web+doc build
...
PR: 222721
2017-10-03 11:42:23 +00:00
Wolfram Schneider
446279c5cb
upgrade to INDEX-11
...
PR: 222677
2017-10-03 11:17:44 +00:00
Wolfram Schneider
f9ee19ce7b
use &enbase; instead hard coded FreeBSD homepage
...
PR: 222713
2017-10-02 16:58:49 +00:00
Wolfram Schneider
b26935af4f
replace perl with sed
2017-10-01 19:47:14 +00:00
Wolfram Schneider
f136b7facb
cleanup stale documentation
...
PR: 222721
2017-10-01 19:39:38 +00:00
Wolfram Schneider
f47cd915a4
disable "obj", too fragile, see also PR: 222488
...
PR: 222721
2017-10-01 19:29:43 +00:00
Wolfram Schneider
3f8d9a5fba
display the latest rev. nummber / git id on failure
...
PR: 222721
2017-10-01 19:26:53 +00:00
Wolfram Schneider
02bb3f74fe
call make all' first, than
make install'
...
PR: 222721
2017-10-01 18:08:22 +00:00
Wolfram Schneider
4a6e1d3dea
change download links from ftp to download.freebsd.org
...
PR: 222678
2017-10-01 12:05:26 +00:00
Wolfram Schneider
274e691d92
switch to HTTPS for people.freebsd.org
2017-10-01 11:47:58 +00:00
Wolfram Schneider
bca623ec23
switch to HTTPS
...
PR: 222676
2017-09-29 10:05:20 +00:00
Wolfram Schneider
b5b51affd0
switch to HTTPS
2017-09-29 09:58:05 +00:00
Wolfram Schneider
4ad8c16457
switch to HTTPS
...
PR: 222676
2017-09-29 09:54:04 +00:00
Wolfram Schneider
032bcd2bf6
switch to HTTPS
...
PR: 222676
2017-09-29 09:46:32 +00:00
Wolfram Schneider
066c47a505
switch to HTTPS
...
PR: 222676
2017-09-29 09:18:35 +00:00
Wolfram Schneider
ef69133f3b
switch to HTTPS
...
PR: 222676
2017-09-29 09:11:33 +00:00
Wolfram Schneider
1ce60faecf
new variable XMLDOCS_NO_SRCS
...
if set there will be no implicit adding of files to SRCS, which may
break `make -n', or `make -j1', or dependencies checking
PR: 222631
2017-09-28 16:59:08 +00:00
Benjamin Kaduk
9e95ae9d18
Publish the 2017Q2 status report
...
Link from the status report main page and update the next-due date
(including the extension).
Also add a news entry for the report.
2017-09-27 16:18:03 +00:00
Mathieu Arnold
d8bbe8549d
Add man.* entities missing from r50926.
...
Sponsored by: Absolight
2017-09-26 09:30:53 +00:00
Chuck Tuffli
af2381eab9
Introduce information about new committer (chuck@FreeBSD.org)
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: imp (mentor), ken (mentor)
Approved by: imp (mentor), ken (mentor)
Differential Revision: https://reviews.freebsd.org/D12357
2017-09-25 00:33:22 +00:00
Johann Kois
be6496fabb
Fix bug from r50908 - it is RC2, not RC1.
2017-09-24 12:28:28 +00:00
Guangyuan Yang
45626aacc1
Reviewed by: loader (mentor), emaste
...
Approved by: loader (mentor)
Differential Revision: https://reviews.freebsd.org/D12481
2017-09-24 10:44:31 +00:00
Fedor Uporov
a5166e089a
Introduce information about new committer (fsu@FreeBSD.org)
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: pfg (mentor)
Approved by: pfg (mentor)
2017-09-23 19:31:22 +00:00
Marius Strobl
fab837320f
Announce 10.4-RC2, bump betarel2.vers accordingly and hook up corresponding
...
checksums.
Approved by: re (implicit)
2017-09-23 18:02:36 +00:00
Mathieu Arnold
3d4b867e6a
Push back expiration by one year.
...
Sponsored by: Absolight
2017-09-22 16:47:55 +00:00
Steven Kreuzer
f0b4902d84
Extend the expiration date of my gpg key.
2017-09-22 13:16:52 +00:00
Wolfram Schneider
bb54e772f9
support parallel obj
...
$ make p-obj
PR: 222322
2017-09-21 10:08:01 +00:00
Wolfram Schneider
b814de5aaf
get the number of max_jobs from the command line args as well,
...
e..g:
$ make -j16 p-all
2017-09-20 09:28:40 +00:00
Wolfram Schneider
1e39127174
support parallel clean
...
$ make p-clean
PR: 222322
2017-09-19 17:40:05 +00:00
Glen Barber
d5112e7690
Enable parallel builds in the webupdate script.
...
Thank you to wosch@ for fixing the parallel build issues in the
doc tree, and for implementing this.
Sponsored by: The FreeBSD Foundation
2017-09-19 15:24:47 +00:00
Eugene Grosbein
a91afefea0
Add myself (again), this time as src committer.
...
Approved by: avg (mentor)
2017-09-19 14:24:33 +00:00
Wolfram Schneider
5472c07a33
Implement workaround for a parallel doc build
...
$ make p-all
It works for the sub-directories in a given directory.
On a standard quad core machine the build time goes down
from ca. 20min to 5 minutes.
PR: 222322
2017-09-19 10:03:26 +00:00
Wolfram Schneider
0b4df7438b
fix race conditions in doc image builds
...
PR: 222327
2017-09-19 09:57:15 +00:00
Wolfram Schneider
e041adf9e7
cleanup *.ps files
...
PR: 222252
2017-09-19 09:54:21 +00:00
Wolfram Schneider
b0758f9328
Fix make -n' and
make -j1'
...
PR: 222186
2017-09-19 09:50:17 +00:00
Remko Lodder
4ddda12645
Update key, it expired last year and I had forgotten to
...
update the local FreeBSD copy.
Requested by: des
2017-09-18 08:01:51 +00:00
Benjamin Kaduk
d083dac69b
Allow per-category intro text in quarterly status reports
...
Update the dtd to permit the <p> element to appear within
<category> and update the xsl template to render any paragraph(s)
of such introductory text before the line break that preceeds the
rendering of project entries in the given category.
2017-09-17 21:33:02 +00:00
Johann Kois
bd20b25a49
Fix $FreeBSD$ string (changed by mistake in r50858).
...
Reported by: Warner Losh
2017-09-17 14:45:33 +00:00
Johann Kois
9f741bd17e
PR: 216936
...
Add NSW IT Support from Australia to the consultant list.
Requested by: binaryit.marketing@gmail.com
2017-09-17 13:01:49 +00:00
Marius Strobl
3a48f00565
- Hook up the checksums for 10.4-RC1.
...
- Now that we have the 10.4 hardware compatibility list, readme and
release notes since r50848, hook them up to the betarel2 txtdocslist.
Sync the betarel txtdocslist with that of rel, rel0 and rel1 (modulo
readme, see below, and unapplicable stuff like errata.
- Add missing readme links to the txtdocslists of rel, rel0 and rel1.
- Announce 10.4-RC1 and bump betarel2.vers to RC1 accordingly.
Approved by: re (implicit)
2017-09-16 23:45:12 +00:00
Tijl Coosemans
00b1a3f1bd
Update my key.
2017-09-16 13:55:13 +00:00
Dave Cottlehuber
3694a4dad2
Introduce information about new committer (dch@FreeBSD.org)
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: swills, jrm (mentor)
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D12356
2017-09-13 21:51:31 +00:00
Wolfram Schneider
c305c981c3
show filename in error message
2017-09-13 09:02:06 +00:00
Andriy Gapon
ca8cdfe940
replace my about-to-expire pgp key with a new one
2017-09-12 21:06:09 +00:00
Adriaan de Groot
4ab1212612
Add news item, PGP key, procedure 1.3, 1.4.
...
Approved by: tcberner (mentor)
2017-09-12 12:55:46 +00:00
Adriaan de Groot
1963c5e79d
Add author entity, procedure 1.1.
...
Approved by: tcberner (mentor)
2017-09-12 09:24:55 +00:00
Ilya Bakulin
fc4bd21cf5
Update my PGP key
...
Approved by: imp (mentor)
2017-09-11 20:46:36 +00:00
Craig Leres
ec1efbeebd
Add my pgp key.
...
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12316
2017-09-11 17:35:40 +00:00
Craig Leres
e9b8f59ade
Introduce myself (leres) as a new ports commiter.
...
Reviewed by: ler, matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12314
2017-09-11 17:32:07 +00:00
Craig Leres
e5c68277e6
Add myself (leres) to authors reference as a ports committer.
...
Reviewed by: ler, matthew (mentors)
Approved by: ler, matthew (mentors)
Differential Revision: https://reviews.freebsd.org/D12307
2017-09-10 22:45:02 +00:00
Ilya Bakulin
daa61f0190
Introduce information about new commiter - kibab
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D12303
2017-09-10 20:32:02 +00:00
Marius Strobl
027f8469a4
- The 10.4-BETA4 set includes the WANDBOARD image again, so uncomment
...
its betarel2 entry.
- Announce 10.4-BETA4 and bump betarel2.vers to BETA4 accordingly.
Approved by: re (implicit)
2017-09-09 21:57:12 +00:00
Warren Block
90c78f7750
Exclude all files in htdocs/releases, and better check and sanitize the
...
exclude path used.
2017-09-09 13:35:17 +00:00
Tobias C. Berner
2e832d5849
Update my PGP key.
2017-09-09 11:02:58 +00:00
Warren Block
7eccfc1233
Add a utility to convert documentation language subdirectories to UTF-8.
2017-09-09 00:06:46 +00:00
Warren Block
13f5ecf9c7
Remove the temporary assembled document after generating a PO file to
...
make sure it does not hide changes in the English parent from translators.
Sponsored by: iXsystems
2017-09-08 14:29:06 +00:00
Stephen Hurd
3d3bf5da6e
Fix incorrect separate day tag for each event in the same day
...
Approved by: sbruno (mentor, implied)
Differential Revision: https://reviews.freebsd.org/D12242
2017-09-06 14:07:38 +00:00
Stephen Hurd
d55571792a
Announce my shiny new src bit
...
Approved by: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D12225
2017-09-06 00:44:19 +00:00
Marius Strobl
34117d2649
- Belatedly mark the start of 10.4-BETA3 builds as done.
...
- The 10.4-BETA3 set includes the BEAGLEBONE image again, so uncomment
its betarel2 entry.
- Announce 10.4-BETA3 and bump betarel2.vers to BETA3 accordingly.
Approved by: re (implict)
2017-09-02 20:58:31 +00:00
Luca Pizzamiglio
ea800ff9fd
Introduce information about new commiter - pizzamig
...
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12199
2017-09-01 14:39:13 +00:00
Marc Fonvieille
2b2abbda52
Revert previous commit until the 10.4-R release.
2017-08-30 18:00:12 +00:00
Marc Fonvieille
ea01be7e37
Temporary bump rel2.current for 10.4-R.
2017-08-30 17:56:52 +00:00
Gregory Neil Shapiro
69514166d6
Transition to new PGP key
2017-08-28 02:08:26 +00:00
Marius Strobl
b34f37e9e7
- Belatedly mark the start of 10.4-BETA2 builds as done.
...
- It seems that somehone has mislabeld one of the red buttons to read
beta.second instead of beta2.desc, so give that knob a try and let's
see whether it brings the betarel2 bits into where.html.
- The 10.4-BETA2 set includes the RPI-B image again, so uncomment its
betarel2 entry.
- Announce 10.4-BETA2 and bump betarel2.vers to BETA2 accordingly.
- Nuke some trailing spaces while at it.
Approved by: re (implict)
2017-08-26 02:31:07 +00:00
Glen Barber
2877e4567f
Remove a duplicated 'Upcoming Releases' line for 10.4, incorrectly
...
added in r50303.
Pointyhat: gjb (myself)
Spotted by: marius
Sponsored by: The FreeBSD Foundation
2017-08-20 13:46:24 +00:00
Marius Strobl
2e5bfa3067
Set % beta2.upcoming and betarel2.vers as appropriate for 10.4(-BETA1).
...
Approved by: re (implicit)
2017-08-20 00:56:12 +00:00
Marius Strobl
bfbeaee76c
- Enable download URLs on where.html for 10.4-BETA1.
...
- Belatedly mark the start of 10.4-BETA1 builds as done.
- Update betarel2 arm/armv6 images with reality built for 10.4, but comment
broken and unpublished 10.4-BETA1 BEAGLEBONE, RPI-B and WANDBOARD images.
- Announce 10.4-BETA1.
Approved by: re (implict)
2017-08-19 21:08:34 +00:00
Warren Block
b90abbc81c
Add the ability to set a translate="no" property on any element that
...
uses the common properties attributes. This also adds the ability to
set rules in the <info> element to select types of elements that should
not be translated. Non-translated text does not appear in PO files and
is not seen by translators, but is included verbatim in the final
translated output document.
The current use case for this is to prevent the PGP keys from being
translated, which makes no sense and introduces duplication.
This work was made possible with assistance by Shaun McCance at the 2017
Open Help Conference.
Sponsored by: iXsystems
2017-08-18 17:19:53 +00:00
Mathieu Arnold
a25cc9cf12
Add a USE_GITHUB example on how to use git describe.
...
Reviewed by: bcr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12047
2017-08-17 10:42:12 +00:00
Warren Block
502f6e6848
Trim obsolete translations from PO files. These are translations for
...
text which does not exist in the original English document any more.
2017-08-14 21:08:28 +00:00
Johann Kois
60a1dcf95d
Remove "Liebscher & Partner" from the list of ISP vendors:
...
- The main link points to a dead site. "Coming soon" since 2013 ...
- The link to the "stuffed daemon" is also dead. Returns a 404 ...
- It did not fit in with the other entries anyway (was the only entry with an image attached).
Note: The linked image (../gifs/plueschtier-tiny.jpg) is still in the repository.
2017-08-12 21:05:50 +00:00
Johann Kois
b35bff4602
PR: 220207
...
Add OVH.com to the list of ISPs with FreeBSD support
Requested by: Felix Krohn
2017-08-12 20:45:16 +00:00
Johann Kois
88e5529562
PR: 217498
...
Add GloboTech Communications to the list of ISPs with FreeBSD support.
Requested by: marketing@globo.tech
2017-08-12 20:34:46 +00:00
Sevan Janiyan
78e70622e6
Remove Dynode Productions by request.
...
PR: 220853
Submitted by: <devnull AT dynode DOT net>
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D11938
2017-08-11 14:48:08 +00:00
Xin LI
c4b9f70c8f
Add SA-17:06, EN-17:07 and EN-17:08.
2017-08-10 07:14:48 +00:00
Ryusuke SUZUKI
dfc4136683
- rel0notes.html -> relnotes.html
2017-08-04 12:27:29 +00:00
Garance A Drosehn
fb19632669
- Assuming some minor miracles have occured, I believe this will update
...
my PGP key with a new expiration date: 2017-08-12 -> 2020-06-19
2017-08-04 01:11:29 +00:00
Michael Dexter
6f24f9b098
Add BSDTW 2017 Event
...
Approved by: bcr (mentor)
2017-08-01 23:16:01 +00:00
Zach Leslie
361ad97a46
Add myself, zleslie, to authors reference as a ports committer.
...
Approved by: swills (mentor)
2017-07-26 21:10:00 +00:00
Remko Lodder
dc422cd177
Fix a typo on the 11.0 releases link(s).
...
Spotted by: href@random.sh
2017-07-26 11:57:27 +00:00
Glen Barber
eb20c7f9b0
en_US.ISO8859-1/htdocs/releng/index.xml:
...
- Remove 11.1-RELEASE from 'Upcoming Releases.'
en_US.ISO8859-1/htdocs/security/security.xml:
- Add releng/11.1 to the security page.
share/xml/release.ent:
- Update release.ent to disable testing URLs and include
11.1-RELEASE.
share/xml/freebsd.ent:
- Add a new rel0.current entity for 11.0.
- Update rel.current entity for 11.1.
share/xml/navibar.ent:
- Reflect 11.1-RELEASE as a production release.
en_US.ISO8859-1/htdocs/where.xml:
- Update where.html to include 11.1-RELEASE.
- Comment 11.1-STABLE snapshots for now.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-07-26 01:00:20 +00:00
Glen Barber
f2ed5fdf79
Announce 11.1-RELEASE.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-07-26 00:53:46 +00:00
Glen Barber
79613b6027
Stop building 9-STABLE release notes.
...
Sponsored by: The FreeBSD Foundation
2017-07-25 15:45:07 +00:00
Olivier Houchard
fb84d4e9b6
Fix entry for mw, and sort it alphabetically
...
Reported by: lwhsu
2017-07-23 00:37:15 +00:00
Marcin Wojtas
7807f6f942
Introduce information about new commiter - mw
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: cognet (mentor)
Approved by: cognet (mentor)
2017-07-22 22:24:32 +00:00
Matt Joras
31529f7d67
Add myself (mjoras) as a new src committer
...
Approved by: rstone (mentor)
Differential Revision: https://reviews.freebsd.org/D11670
2017-07-20 18:19:40 +00:00
Ryan Stone
2f8698aac8
Update my GPG key
2017-07-20 01:30:01 +00:00
Glen Barber
bc18f5deaa
Prefer https over http for links to manual pages.
...
Submitted by: wosch
Sponsored by: The FreeBSD Foundation
2017-07-18 15:34:39 +00:00
Wolfram Schneider
d153e1992d
new pgp key
2017-07-18 07:18:20 +00:00
Johann Kois
3407dcf148
PR: 217067
...
Submitted by: Anton Whalley
Add "Dublin BSD Usergroup" to the list.
2017-07-16 19:11:10 +00:00
Glen Barber
09648d6fc3
Announce 11.1-RC3.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-07-15 00:04:53 +00:00
Glen Barber
d5d4a8956f
Switch 11.1 to RC3.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-07-15 00:04:31 +00:00
Glen Barber
a9f78a9697
Consistently separate the month and year with a comma.
...
Submitted by: jungleboogie0 _at_ gmail _dot_ com
Sponsored by: The FreeBSD Foundation
2017-07-13 16:37:19 +00:00
Xin LI
e2ca28a2ff
Revise advisory for the actual releng/10.3 revision.
2017-07-12 15:18:11 +00:00
Xin LI
21f1b6ea55
Wordsmithing from gjb@
2017-07-12 15:11:38 +00:00
Xin LI
4bce46b170
Add SA-17:05 and EN-17:06.
2017-07-12 08:31:16 +00:00
Glen Barber
f62d54b9ee
Connect 11.1-RC2 checksums to the build.
...
Announce 11.1-RC2.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-07-09 02:21:10 +00:00
Matthew Seaman
cfa30cec07
Extend the validity of the core-secretary PGP key for another year.
...
Approved by: core (implicit)
2017-07-08 16:06:53 +00:00
Alexander Motin
6d57233052
Extend my key's expiration date.
2017-07-08 12:00:30 +00:00
Fukang Chen
139216d01a
Update my PGP key.
2017-07-08 07:31:33 +00:00
Johann Kois
8115c35d65
Add new user group BSD.NRW (Germany)
...
PR: 220326
Submitted by: Philip Jocks
2017-07-07 20:31:34 +00:00
Glen Barber
b3cd04cfe4
Add dtc(1), sincos(3), dtrace_lockstat(4), ena(4), mount.conf(5).
...
Sponsored by: The FreeBSD Foundation
2017-07-07 16:04:49 +00:00
Glen Barber
8692ccb394
Add sysdecode_socket_protocol(3) and rctl(4).
...
Sponsored by: The FreeBSD Foundation
2017-07-03 17:53:14 +00:00
Allan Jude
d6f7742b1a
Correct the link to the 11.1-RC1 announcement
...
PR: 220423
Submitted by: <vvd@unislabs.com>
2017-07-01 20:54:23 +00:00
Glen Barber
fe26b2d75f
Announce 11.1-RC1.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-07-01 14:46:25 +00:00
Kyle Evans
052b89ba63
Add news item for new src committer kevans@
...
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D11396
2017-06-30 18:00:22 +00:00
Kyle Evans
ac22bcadc6
Add PGP key for kevans@
...
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D11396
2017-06-30 17:52:46 +00:00
Kyle Evans
7dc38cc64f
Add myself (kevans) as a new src committer
...
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D11396
2017-06-30 17:47:03 +00:00
Glen Barber
8e85ef797e
Announce 11.1-BETA3.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-06-24 16:22:53 +00:00
Marc Fonvieille
ccdbdb07be
Revert previous commit until the 11.1-R release.
2017-06-24 09:20:28 +00:00
Marc Fonvieille
148b2f9a44
Temporary bump rel.current for 11.1-R.
2017-06-24 09:13:49 +00:00
Larry Rosenman
08cac4d354
Add more uid's to my key
2017-06-19 01:18:04 +00:00
Glen Barber
9119ef5f94
Announce 11.1-BETA2.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-06-17 17:12:36 +00:00
Benjamin Kaduk
4ac56e2390
Add event for FreeBSD Day celebration in Yerevan, Armenia
...
Submitted by: Antranig Vartanian
2017-06-17 05:25:17 +00:00
Ryan Libby
3932ce7071
New src committer rlibby
...
Approved by: markj (mentor)
Differential Revision: https://reviews.freebsd.org/D11186
2017-06-13 23:00:10 +00:00
Sean Bruno
3a4db65a64
Add new PGP key for myself.
2017-06-12 17:42:47 +00:00
Glen Barber
f9c1a5da3a
- Announce 11.1-BETA1.
...
- Enable the 11.1-BETA1 download URLs.
- Remove a duplicate link from the nagivation sidebar.
- Disable a few invalid links not yet ready for 11.1.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-06-10 12:35:28 +00:00
Michael Dexter
e229f77567
Updated vBSDcon "site" to event venue.
...
Approved by: bcr (mentor)
2017-06-10 03:35:42 +00:00
Warren Block
74d3acde98
Correctly show version information.
2017-06-09 00:23:38 +00:00
Richard Gallamore
cf815fd0d9
Remove whitespace
...
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11097
2017-06-08 18:20:15 +00:00
Richard Gallamore
8b55f63776
Add an Author Entity for myself (ultima)
...
Updated the List of Developers and Contributors
Added a News Item
Added a PGP Key
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11093
2017-06-08 17:56:59 +00:00
Patrick Kelsey
deaba8644b
Update my PGP key.
2017-06-05 17:07:23 +00:00
Rene Ladan
443a188f92
Welcome back bapt@ to portmgr
2017-06-01 02:27:38 +00:00
Glen Barber
8f8b8ed28b
Enable the 10.4 schedule links, and add 10.4 to the releng index page
...
and navigation sidebar.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-05-31 12:47:09 +00:00
Bradley T. Hughes
cf69d442f6
Add myself (bhughes) as a new ports comitter
...
I have added a news item for April 18th, which is the date of the mail I
received about receiving the commit bit.
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D10988
2017-05-30 19:17:27 +00:00
Adam Weinberger
e1bd6c6172
Refresh my PGP key.
2017-05-28 00:55:25 +00:00
Larry Rosenman
906dd36638
Update my key
2017-05-27 17:13:23 +00:00
Glen Barber
579bf08516
Skip lines starting with a comment or whitespace.
...
Sponsored by: The FreeBSD Foundation
2017-05-25 15:54:03 +00:00
Glen Barber
8545cf0a59
Fix one more sorting issue in man-refs.ent.
...
Sponsored by: The FreeBSD Foundation
2017-05-25 15:50:52 +00:00
Glen Barber
b867edd1fa
Move a misplaced entry to the correct section.
...
Sponsored by: The FreeBSD Foundation
2017-05-25 14:35:27 +00:00
Glen Barber
c9097b68a1
Fix sorting of man-refs.ent.
...
Sponsored by: The FreeBSD Foundation
2017-05-25 14:31:08 +00:00
Glen Barber
fc1ed1cb21
Add new manual pages from 12-CURRENT.
...
Sponsored by: The FreeBSD Foundation
2017-05-25 13:25:45 +00:00
Glen Barber
30bce65bdb
Add 11.1 to 'Upcoming Release' in navibar.ent.
...
Sponsored by: The FreeBSD Foundation
2017-05-23 15:54:20 +00:00
Sergey Kandaurov
d9b953b67c
Fix build by converting latin1 -> utf-8.
2017-05-16 11:54:43 +00:00
Jochen Neumeister
976b3f5c6a
Add myself (joneum) as a new ports committer
...
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10749
2017-05-16 07:33:22 +00:00
Benjamin Kaduk
4fbf18f709
Publish the 2017Q1 status report
...
Link from the status report main page and update the next-due date.
Add a news entry for the report.
2017-05-15 05:13:44 +00:00
Martin Wilke
d927c2a4a3
- Renew my gpg key
2017-05-14 08:15:45 +00:00
Danilo G. Baio
26c0e4f2c6
Add myself (dbaio) as a new ports committer
...
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10632
2017-05-08 12:17:06 +00:00
Warren Block
53c6e4e7db
Use Subversion metadata for version information rather than grepping for
...
$FreeBSD$ version strings.
2017-05-05 13:50:57 +00:00
Philip Paeps
0eec4cee54
Annual update of my PGP key expiry date.
2017-05-05 07:06:24 +00:00
Vladimir Kondratyev
e1e502eb0b
As new src committer:
...
- add my PGP key, add myself to needed lists and create news entry;
- remove myself from Additional Contributers list.
Approved by: gonzo (mentor)
2017-05-03 20:44:44 +00:00
Ruey-Cherng Yu
a98c85b354
Fix the broken link
...
PR: 218845
Submitted by: pasi@kanalje.se
Reviewed by: kevlo
2017-04-28 15:26:07 +00:00
Xin LI
7f49f4226c
Add SA-17:04.
2017-04-27 06:57:53 +00:00
Ruey-Cherng Yu
d520e87cf4
add the ChiBUG
...
PR: 211966
Reported by: Jim Hoffman
Reviewed by: kevlo
2017-04-27 02:16:13 +00:00
Glen Barber
c26e9f842e
Belatedly add the 11.1-RELEASE schedule to the index page.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2017-04-26 21:03:45 +00:00
Carlo Strub
8e5aac2237
Update my PGP key
2017-04-26 07:34:50 +00:00
Xin LI
664d397bd6
Add EN-17:05 and SA-17:03.
2017-04-12 06:43:19 +00:00
Tony Finch
a591765beb
Update PGP key - see http://dotat.at/2017-04-04-gpg.txt.asc
2017-04-04 18:07:44 +00:00
Glen Barber
538f44d068
Add missing manual page entities.
...
Sponsored by: The FreeBSD Foundation
2017-04-04 17:31:47 +00:00
Carlos J. Puga Medina
836b2a865d
Update my PGP key
2017-04-02 11:23:38 +00:00
Glen Barber
2fad27b2f0
Merge the ^/user/gjb/releng-rewrite branch to ^/head, which updates
...
the Release Engineering process of the Project.
Sponsored by: The FreeBSD Foundation
2017-03-31 22:36:27 +00:00
Michael Dexter
ba22510846
Approved by: bcr (mentor)
2017-03-27 23:24:14 +00:00
Jun Kuriyama
4cfeb7a249
Add my modern key.
2017-03-27 13:34:01 +00:00
Edward Tomasz Napierala
677cfe9210
Update my gnupg key. The previous one got lost ages ago.
2017-03-18 17:20:03 +00:00
Benedict Reuschling
8968c42ab4
Add the Essen Hackathon, BSDCam, and EuroBSDcon to the list of events.
2017-03-18 15:37:40 +00:00
David Naylor
e6f0276fc9
dbn: roll key expiry forward 1 year
2017-03-16 05:55:59 +00:00
Glen Barber
a577afec72
Add rgrimes to the re@ list, missed in a prior commit a while back.
...
Reported by: rgrimes
Sponsored by: The FreeBSD Foundation
2017-03-14 17:25:39 +00:00
Brendan Fabeny
0d69836ade
update my key
2017-03-13 11:24:04 +00:00
Michael Dexter
82099ea302
Added required files as a doc committer, documenting the process in the process.
...
Approved by: bcr (mentor)
2017-03-12 14:52:35 +00:00
Eugene Grosbein
f23f69a653
As new ports committer:
...
- add my PGP key, add myself to needed lists and create news entry;
- remove myself from Additional Contributers list.
Reviewed by: vsevolod
M en_US.ISO8859-1/articles/contributors/contrib.additional.xml
M en_US.ISO8859-1/articles/contributors/contrib.committers.xml
AM share/pgpkeys/eugen.key
M share/pgpkeys/pgpkeys-developers.xml
M share/pgpkeys/pgpkeys.ent
M share/xml/authors.ent
M share/xml/news.xml
2017-03-10 17:52:24 +00:00
Ruey-Cherng Yu
4d5b271825
Add my PGP key
2017-03-06 10:57:24 +00:00
Warren Block
e2bacee1a5
Update my PGP key.
2017-03-04 22:04:35 +00:00
Rodney W. Grimes
6c6f601d0b
Add myself as returning commiter
...
Approved by: grehan (mentor)
2017-03-03 17:31:36 +00:00
Warren Block
5e56d14e53
Submit documentation from trasz for his Foundation-sponsored work on the
...
USB Mass Storage CTL front end.
Submitted by: trasz
Reviewed by: wblock
Sponsored by: The FreeBSD Foundation and iXsystems
Differential Revision: https://reviews.freebsd.org/D8788
2017-02-28 21:57:26 +00:00
Gavin Atkinson
942989811b
Add news entry about FreeBSD's participation in Google Summer of Code 2017.
2017-02-27 17:26:35 +00:00
Xin LI
41b7903156
Start new year with its own year node.
2017-02-24 22:41:42 +00:00
Gleb Smirnoff
57aa811a9d
Correct patch level of 10.3-RELEASE.
...
Submitted by: many
2017-02-23 20:55:53 +00:00
Xin LI
af7b670712
Add EN-17:01-04, SA-17:02.
2017-02-23 07:28:05 +00:00
Dirk Meyer
aa33d7e3c1
Update my PGP key.
2017-02-19 13:02:33 +00:00
Tobias Kortkamp
02c09dec43
Add myself as a new ports committer
...
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9589
2017-02-14 14:05:06 +00:00
Benjamin Kaduk
27987e462a
Publish the 2016Q4 status report
...
Link from the status report main page and update the next-due date.
Add a news entry for the report.
2017-02-14 04:02:06 +00:00
Oleksandr Tymoshenko
01d1b3b387
Update my expired PGP key
2017-02-13 19:44:18 +00:00
Glen Barber
c52c9f01c6
Fix build.
...
Sponsored by: The FreeBSD Foundation
2017-02-11 05:29:36 +00:00
Mahdi Mokhtari
fedf6ae4b5
Updating Docs (PGP-keys, NewsFlash, etc) with my info.
...
Submitted by: mmokhi
Approved by: mat, feld (mentors)
Differential Revision: https://reviews.freebsd.org/D9527
2017-02-11 05:09:30 +00:00
Raphael Kubo da Costa
cf2e9d5546
Update my PGP key.
...
The current one expires in 10 days; update it to the one that will expire in a
year.
2017-02-10 14:00:06 +00:00
Kirill Ponomarev
3d2033f60b
Update my key.
2017-02-09 12:07:58 +00:00
Ruey-Cherng Yu
d80c140e21
Fix the whitespace errors (detected by igor) in the first 200 lines of usergroups.xml
...
Approved by: wblock
2017-02-06 01:59:53 +00:00
Matthew Seaman
3d0a80302c
core.9 has been in office for more than 6 months, so it is high time the
...
a.core.members entity was updated
Approved by: core (implicit)
2017-02-04 20:08:44 +00:00
Michael Gmelin
bcc650eef2
Renew grembo's PGP key
2017-02-02 18:02:48 +00:00
Johann Kois
995a25beb3
Unbreak the build.
2017-01-29 08:18:11 +00:00
Johannes M Dieterich
280e824520
Add myself (jmd) as a new ports committer to the relevant places in the documentation tree as per committers guide, section 6.1, procedure points 1-4.
...
Reviewed by: rene (mentor), swills (mentor)
Approved by: rene (mentor), swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9323
2017-01-29 07:12:45 +00:00
Sevan Janiyan
63b94592cc
Add THR Support to consultants page
...
PR: 216064
Approved by: bcr wblock (mentors)
Differential Revision: https://reviews.freebsd.org/D9314
2017-01-28 02:53:16 +00:00
Matthew Rezny
337ccb3872
Add myself as a ports committer.
...
Summary: add myself as a ports committer
Reviewers: feld, swills
Reviewed By: swills
Subscribers: imp
Differential Revision: https://reviews.freebsd.org/D9339
2017-01-26 06:57:16 +00:00
Christian Brueffer
b3c39c1701
Belatedly add davidcs to the list of FreeBSD committers.
...
Noticed by: hiren on doc@ a long time ago
2017-01-25 14:37:54 +00:00
Max Khon
5c4da0eed4
Update krion's PGP key.
2017-01-24 19:30:41 +00:00
Dan Langille
d69edba7d4
Replace my key
2017-01-18 15:31:21 +00:00
Julien Charbon
ddfd90f7b0
Update my PGP key before expiration
2017-01-17 14:44:59 +00:00
Jean-Sébastien Pédron
30ff8ffce3
news.xml: Add myself
...
Approved by: antoine (mentor)
Differential Revision: https://reviews.freebsd.org/D9141
2017-01-11 19:40:23 +00:00
Jean-Sébastien Pédron
6311f614a4
Update my PGP key
...
The expiration date was extended and new IDs were added.
2017-01-11 18:51:06 +00:00
Xin LI
094740a05f
Add SA-17:01.
2017-01-11 06:07:42 +00:00
Glen Barber
fae3847ad5
Fix the news.xml entries for 2017.
...
Submitted by: ler
Sponsored by: The FreeBSD Foundation
2017-01-10 18:44:22 +00:00
Daniel Gerzo
7739333d21
- link planet.freebsd.org blogs agreegator
2017-01-10 08:39:51 +00:00
Larry Rosenman
5f7b0b038e
Add my pgp key
...
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9116
2017-01-10 04:18:38 +00:00
Larry Rosenman
334252f1b5
Add myself to news.xml
...
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9115
2017-01-10 04:14:55 +00:00
Larry Rosenman
d01c3f49fb
Approved by: adamw (mentor)
...
Differential Revision: https://reviews.freebsd.org/D9113
2017-01-10 03:36:15 +00:00
Bruce M Simpson
d4ec18012f
Update my OpenPGP key.
...
(Verification: I use the same RSA secret(s) for freefall ssh access.)
2017-01-10 01:01:53 +00:00
Rene Ladan
8a3b1a360e
Extend my PGP key to 2018-01-08
2017-01-08 13:02:26 +00:00
Bruce A. Mah
0a0d704ee9
Update expiration date on my key.
2017-01-02 05:26:53 +00:00
Rene Ladan
8fbea9546a
Now that FreeBSD 9.3, 10.1, and 10.2 have are no longer supported, remove
...
their links from the front and download page and the side bar.
Move these releases to the list of past releases and mark them as
"not officially supported".
Do not remove the entities for these releases as they are still used in
other parts of the documentation.
Submitted by: rene
Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D9018
2017-01-01 21:40:39 +00:00
Baptiste Daroussin
f1e3b6cc55
Bump copyright year.
...
Happy New Year 2017!
2016-12-31 12:48:51 +00:00
Benedict Reuschling
f5299f1563
Whitespace fixes to the events page of 2017.
2016-12-26 17:08:59 +00:00
Benedict Reuschling
06cfa962c5
Add AsiaBSDcon 2017 to the events page.
2016-12-26 17:06:57 +00:00
Ryusuke SUZUKI
6f6baeb181
Update my PGP key
2016-12-25 13:10:47 +00:00
Hiroki Sato
9d9da66a0c
Fix build.
2016-12-25 01:40:48 +00:00
Xin LI
ab6800134b
Fix correction date.
...
Submitted by: remko
2016-12-23 04:33:32 +00:00
Xin LI
429d04e5da
Add SA-16:39.
2016-12-22 16:27:54 +00:00
Sevan Janiyan
46ad6036d9
Add BSDCan 2017 to the events page.
...
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D8870
2016-12-20 21:04:33 +00:00
Piotr Pawel Stefaniak
1a6c8d109e
Add a news item about new committer (me, pstef).
...
Approved by: pfg (mentor)
2016-12-19 17:37:30 +00:00
Piotr Pawel Stefaniak
e8c4d63c29
Add my (pstef's) PGP key.
...
Approved by: pfg (mentor)
2016-12-19 17:36:26 +00:00
Piotr Pawel Stefaniak
39a8833929
Add a new committer entity for me (pstef) and put my email onto the list of committers.
...
Approved by: pfg (mentor)
2016-12-19 17:34:38 +00:00
Martin Matuska
32720d9fb6
Update my PGP key
2016-12-17 02:42:49 +00:00
Warren Block
3f5b720b0c
Reword some awkward sentences on the website. Includes some contraction
...
expansions and minor edits in addition to linimon's patch.
PR: 213519
Submitted by: linimon
2016-12-16 23:45:09 +00:00
Sevan Janiyan
c496603466
Include the 2017 events page.
...
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D8777
2016-12-14 21:11:18 +00:00
Sevan Janiyan
a5bad71106
Create the events page for 2017 & list FOSDEM.
...
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D8777
2016-12-14 21:10:37 +00:00
Rene Ladan
ee7a37b00a
Please welcome adamw, feld and rene to portmgr
2016-12-14 20:47:53 +00:00
Glen Barber
f100e78e60
Fix build.
...
Sponsored by: The FreeBSD Foundation
2016-12-13 16:57:43 +00:00
Nikolai Lifanov
ba4ff996ae
add my PGP key
...
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8773
2016-12-13 16:51:24 +00:00
Nikolai Lifanov
b80e6f5d90
add a news entry for myself
...
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8772
2016-12-13 16:50:17 +00:00
Nikolai Lifanov
dc739d76fa
add an author entity for myself
...
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8770
2016-12-13 15:48:29 +00:00
Ruey-Cherng Yu
40a100cd31
Add the FreeBSD Indonesia User Group (FIUG) to the website
...
PR: 214822
Reported by: Andi Maulana
Approved by: wblock
2016-12-13 05:29:07 +00:00
Benedict Reuschling
3b98e5b2ad
Change contact information for Aspen Systems upon request.
2016-12-12 19:46:59 +00:00
Sevan Janiyan
144e0504fa
Add gnn's "Building Products with FreeBSD" talk.
...
Reviewed by: wblock
Approved by: wblock
Differential Revision: https://reviews.freebsd.org/D8732
2016-12-09 00:25:53 +00:00
Gleb Smirnoff
2dd1eb304f
Revised SA-16:37, addressing regressions from initial SA.
2016-12-08 03:59:23 +00:00
Sevan Janiyan
384e90ee7b
Switch from protocol independent URLs to explicitly using HTTPS as they're not
...
valid for use in RSS.
PR: 206683
Submitted by: PR by Nikolai Lifanov, Patch by Tobias Kortkamp
Reviewed by: bcr (mentor)
Approved by: gjb
Differential Revision: https://reviews.freebsd.org/D8715
2016-12-06 19:50:57 +00:00
Gleb Smirnoff
cf7400e34a
Document EN-16:19.tzcode, EN-16:20.tzdata, EN-16:21.localedef;
...
SA-16:36.telnetd, SA-16:37.libc, SA-16:38.bhyve;
2016-12-06 19:15:01 +00:00
Mikhail Pchelin
b60d24515f
- Add myself to the committers list
...
- Add my PGP key
- Add news item
Approved by: wg (mentor)
2016-11-23 14:12:48 +00:00
David Bright
4887ac715e
Add new committer information for myself (dab)
...
- Add information to committers list
- Add PGP key and an entity for the key
- Add author entity
- Add news item
Approved by: vangyzen (mentor)
2016-11-22 18:30:40 +00:00
Christian Brueffer
5444d6152e
Add bnxt(4).
2016-11-16 13:25:43 +00:00
Benjamin Kaduk
217f9cdcd7
Actually add the news entry, missed in previous commit
2016-11-14 02:43:11 +00:00
Glen Barber
c6481e4976
Add missing manual page entities.
...
Sponsored by: The FreeBSD Foundation
2016-11-12 19:05:06 +00:00
Konrad Witaszczyk
353face77b
Add myself (def) as a src committer.
...
Approved by: pjd (mentor)
2016-11-12 18:00:41 +00:00
Mathieu Arnold
95f7bf2ef6
Fixup man page names.
...
Sponsored by: Absolight
2016-11-08 17:54:19 +00:00
Mathieu Arnold
54158418c7
Add man pages present on 11.0 and sort
...
Sponsored by: Absolight
2016-11-08 17:54:15 +00:00
Mathieu Arnold
503104cd0c
Add hints on how to add and sort man-ref entries.
...
Sponsored by: Absolight
2016-11-08 17:48:47 +00:00
Mathieu Arnold
46ee99cd02
This has not been updated in a while, catch up with the current format.
2016-11-08 13:13:28 +00:00
Benjamin Kaduk
5862a7b6a1
Remove Canadian mirrors
...
There seems to be no sign of these entries or a delegation in DNS,
so just remove them for now.
Reported by: Gilles Kirouac <gkirouac@myriade.ca>
2016-11-07 05:10:39 +00:00
Xin LI
c05deba3e9
Remove a duplicated entry.
2016-11-02 07:47:37 +00:00
Xin LI
e89d9b204b
Add SA-16:33, SA-16:34 and SA-16:35.
2016-11-02 07:45:10 +00:00
Xin LI
8676a9c6df
Use stylesheet for prints as well.
2016-11-02 07:38:59 +00:00
Gleb Smirnoff
d25bbfa0fb
Publish SA-16:15 revised, SA-16:32, EN-16:17, EN-16:18.
2016-10-25 17:32:49 +00:00
Marc Fonvieille
b32b714dcb
Add 11.0-R bits for real.
2016-10-24 15:36:21 +00:00
Sepherosa Ziehau
10e32ea46a
Update my key.
2016-10-18 02:37:25 +00:00
Glen Barber
51a3e9373d
- Fix 10.3-RELEASE exclusion in the navigation bar on various
...
pages and the download page.
- Add missing architectures and SoCs for 11.0-RELEASE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-10-11 21:06:03 +00:00
Ganael LAPLANCHE
8f9c42fe0d
Update my PGP key
2016-10-11 20:29:15 +00:00
Gleb Smirnoff
98439853c5
Fix small mistakes in the recent advisories:
...
- Affected versions in SA-16:27
- Patching instructions in SA-16:31
2016-10-10 21:32:12 +00:00
David Thiel
be50070ada
Updating expired PGP key.
2016-10-10 18:18:10 +00:00
Glen Barber
6309b7a4e6
- Announce 11.0-RELEASE.
...
- Add links for an additional release set.
- Switch 11.0 from beta to RELEASE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-10-10 17:44:14 +00:00
Xin LI
99ea0d28e6
Add SA-16:27-31.
2016-10-10 07:38:23 +00:00
Glen Barber
c36e58b0b5
Unconditionally build pgpkeyring file.
...
Reported by: peter
Sponsored by: The FreeBSD Foundation
2016-10-05 03:52:30 +00:00
Peter Wemm
7a3058ecd9
Add an author entity for the keymaster@freebsd.org pgp key to use.
2016-10-05 00:40:31 +00:00
Peter Wemm
93c8aaee28
Add a pgp key to the keyring for the change notices from the upcoming
...
key changer.
2016-10-04 20:58:05 +00:00
Sevan Janiyan
4f208a6350
Add my PGP key details
...
Add the news that I'm here on the website.
Approved by: bcr (mentor)
2016-09-30 18:33:07 +00:00
Sevan Janiyan
55333a81e9
Create a author entity for myself
...
Approved by: bcr (mentor)
2016-09-30 18:11:45 +00:00
Glen Barber
8e52031d71
Link to the announcement with the coorected date.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-09-28 23:38:41 +00:00
Glen Barber
ee029c3b71
Link to the announcement that 11.0-RELEASE is going to be redone.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-09-28 22:54:09 +00:00
Xin LI
7ad136b3b5
Revise SA-16:26 to fix a regression.
2016-09-26 08:28:48 +00:00
Ruey-Cherng Yu
fe09e020f4
Add new committer information for rcyu
...
- Add information to the committer list
- Add author entity
- Add news item
Submitted by: rcyu
Approved by: kevlo (mentor)
2016-09-24 17:05:12 +00:00
Xin LI
f9fe83c1ad
Add SA-16:26.
2016-09-23 07:59:16 +00:00
Sergey Kandaurov
2373ec7065
Whitespace fixes.
2016-09-21 12:44:16 +00:00
Sergey Kandaurov
ae81897f7b
Fix build.
2016-09-21 12:38:43 +00:00
Joseph Mingrone
6a3659209a
Fix typo in previous commit
...
Approved by: swills (mentor)
2016-09-21 05:26:09 +00:00
Joseph Mingrone
9f46894a3e
Add new committer information for jrm
...
- Remove information from additional contributors list
- Add information to committers list
- Add PGP key and an entity for the key
- Add author entity
- Add news item
Approved by: swills (mentor)
2016-09-21 04:22:20 +00:00
Rene Ladan
56193ea077
bapt stepped down from portmgr
...
With hat: portmgr-secretary
2016-09-17 21:47:14 +00:00
Glen Barber
ce0a899e29
Announce 11.0-RC3.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-09-17 14:28:47 +00:00
Glen Barber
eb010ea840
Switch website links for 11.0 to RC3.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-09-17 14:27:27 +00:00
Mathieu Arnold
7216289ca8
Document GH_SUBDIR.
...
While there, add an example on how to do work with git submodules.
Reviewed by: wblock
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7661
2016-09-05 11:34:07 +00:00
Thomas Zander
971a61faa2
Check in my new PGP key
2016-08-28 07:39:19 +00:00
Jimmy Olgeni
b2d2c78fbd
Update expiration date for my key.
2016-08-26 13:51:30 +00:00
Oleg Bulyzhin
673113edb1
Update my pgp keys.
2016-08-26 12:25:43 +00:00
Benno Rice
9dbb1d148c
Update my PGP key.
2016-08-25 20:55:35 +00:00
Glen Barber
76f54cd1e9
Announce 11.0-RC2.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-08-25 03:28:55 +00:00
Glen Barber
591b5118c3
Switch URLs to reflect 11.0-RC2 is available.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-08-25 03:18:23 +00:00
Glen Barber
92357c5e9d
Add the following manual pages:
...
- sigevent(3)
- timesaving_bcmp(3)
- if_ntb(4)
- ntb_hw(4)
- ntb_transport(4)
- arch(7)
Sponsored by: The FreeBSD Foundation
2016-08-24 23:50:45 +00:00
Mikolaj Golub
44ff9e99d5
update my (trociny) PGP key
2016-08-21 17:47:15 +00:00
Warren Block
730451461b
Add KnoxBUG.
...
PR: 211483
Submitted by: damianos@knoxbug.org
2016-08-19 19:56:02 +00:00
Glen Barber
651db06d0e
Fix build.
...
Sponsored by: The FreeBSD Foundation
2016-08-18 03:44:16 +00:00
Maxim Sobolev
d9c4520167
Update my PGP key as advised by FreeBSD admins.
2016-08-18 01:02:59 +00:00
Matthias Andree
50843b1ed8
Update my (mandree@'s) GPG key.
2016-08-17 21:03:22 +00:00
Oliver Lehmann
4bea759bf0
add my (oliver) new PGP Public key
2016-08-17 13:39:47 +00:00
Benedict Reuschling
a669a23e3a
Update the entry for Omniscient as per their request.
...
PR: 210339
Submitted by: kovert@omniscient.com
Sponsored by: BSDCam Devsummit
2016-08-17 10:21:39 +00:00
Alexander Leidinger
5803703da6
make sure to be in a an expected language, gpg may return localised strings
2016-08-17 07:27:23 +00:00
Alexander Leidinger
3a3ae6ecc7
update to new key
2016-08-17 07:26:19 +00:00
Kevin Lo
db8378825f
Gdd PGP key for myself (kevlo)
2016-08-17 01:31:35 +00:00
Glen Barber
6e6daa8302
Fix the URL for the 11.0-RC1 announcement.
...
Sponsored by: The FreeBSD Foundation
2016-08-13 02:03:24 +00:00
Glen Barber
e54de751e9
Fix a style nit.
...
Sponsored by: The FreeBSD Foundation
2016-08-13 01:37:20 +00:00
Glen Barber
a66f3c20b9
Switch 11.0 to RC1, and announce 11.0-RC1.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-08-13 01:32:27 +00:00
Toomas Soome
8ad30ac616
Reviewed by: allanjude
...
Approved by: allanjude (mentor)
Differential Revision: https://reviews.freebsd.org/D7490
2016-08-12 22:12:43 +00:00
Gleb Smirnoff
a79a8e4d97
Release 6 errata notices for 10.3-RELEASE, all related to Microsoft Hyper-V.
...
Submitted by: Dexuan Cui <decui microsoft.com>, gjb
2016-08-12 04:07:51 +00:00
Glen Barber
1305ebffbe
Welcome Bryan Drewery (bdrewery@) to the re@ team in an active, voting
...
role. Bryan has been serving as the acting re@/portmgr@ liaison for over
three years, and providing input and feedback far beyond what his liaison
role required.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-08-11 22:24:59 +00:00
Palle Girgensohn
8b5369df38
Update my PGP key
2016-08-11 15:54:34 +00:00
Benedict Reuschling
2bb8c83147
Publish the link to the core statement about freebsd-update and related
...
vulnerabilities as a news item.
2016-08-10 14:27:32 +00:00
Pyun YongHyeon
8deb4231db
Belatedly add my PGP key.
2016-08-10 01:15:31 +00:00
Michael Landin
847d5ed5b7
- Update PGP key (after legal name change)
2016-08-09 12:57:58 +00:00
Michael Landin
c767b20e83
- change to my new legal name "Michael Landin"
2016-08-08 15:22:56 +00:00
Kurt Jaeger
41ab3ddeec
Update key expire date
2016-08-08 07:25:46 +00:00
Poul-Henning Kamp
a0905c0218
Update PGP key with more signatures
2016-08-08 06:54:48 +00:00
Glen Barber
6222151c08
Announce 11.0-BETA4.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-08-06 21:09:46 +00:00
Glen Barber
d718f59957
Announce 11.0-BETA3.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-07-30 21:40:09 +00:00
Benjamin Kaduk
f9fb524057
Publish the 2016Q2 status report
...
Link to it from the status report page, update the submission deadline,
and add a news entry.
2016-07-28 01:25:53 +00:00
Imre Vadász
dc53c547b2
Add new committer information for ivadasz.
...
- Add news item.
- Add myself to committers list.
- Add my pgp key.
Approved by: cognet (mentor)
2016-07-25 22:02:17 +00:00
Rene Ladan
2fcee7dc16
miwi stepped down from portmgr
2016-07-25 21:04:46 +00:00
Xin LI
eb73329f15
Add EN-16:09 and SA-16:25.
2016-07-25 15:12:34 +00:00
Glen Barber
c9b1f99b9e
Add 10.2 to the side navigation bar.
...
Sponsored by: The FreeBSD Foundation
2016-07-25 15:06:16 +00:00
Glen Barber
d114a34b02
Add 11.0-BETA1 and 11.0-BETA2 announcements.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-07-25 14:58:10 +00:00
Glen Barber
420ba82dd6
Updates to the release-related website bits:
...
- Enable the 'download page' URL on the schedule.
- Add arm64/aarch64 virtual machine images and installer image URL.
- Add RPI2 SD card image URL.
- Comment the 12-CURRENT snapshot URLs, no snapshots are available
yet.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2016-07-25 14:42:17 +00:00
Enji Cooper
981a5f7399
Change my name from "Garrett Cooper" to "Ngie Cooper" (preferred
...
chosen name)
This was accidentally overlooked in previous commits.
2016-07-24 10:43:16 +00:00
Michael Zhilin
7c5cbe03fd
Add information about mizhka (new committer)
...
- email,
- pgpkey,
- full name
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D7287
2016-07-22 21:45:11 +00:00
Stephen J. Kiernan
8fff37e091
Add myself (stevek) as a src committer and mentor (sjg) to committers-src.dot
...
Approved by: sjg (mentor)
2016-07-20 04:23:57 +00:00
Glen Barber
1450f0a057
Remove an accidental duplicate day.
...
Pointyhat: gjb (myself)
Sponsored by: The FreeBSD Foundation
2016-07-19 18:30:36 +00:00
Glen Barber
96a7253ddd
Update the website to include another entity, which shows
...
10.2-RELEASE on the website again.
This is based on the original patch in the review URL with
very minor additions.
Submitted by: Shawn Debnath
Differential Revision: https://reviews.freebsd.org/D6156
Sponsored by: The FreeBSD Foundation
2016-07-19 17:54:54 +00:00
Glen Barber
d8a63de483
Add a news feed entry about the new Core Team election.
...
Submitted by: jmg
Sponsored by: The FreeBSD Foundation
2016-07-19 16:26:42 +00:00
Carlos J. Puga Medina
3bc1192813
- Fix typo in news.xml
2016-07-13 21:22:37 +00:00
Carlos J. Puga Medina
3744e5c630
Add my PGP key (cpm)
...
Approved by: feld (mentor)
2016-07-13 21:08:21 +00:00
Carlos J. Puga Medina
5cb4d9d8de
Add my PGP key (cpm)
...
Approved by: feld (mentor)
2016-07-13 21:04:55 +00:00
Carlos J. Puga Medina
159487c24d
Announce myself (cpm) as a ports committer
...
Approved by: feld (mentor)
2016-07-13 21:03:46 +00:00
Carlos J. Puga Medina
b96f47a1d8
Add an author entry for myself (cpm)
...
Approved by: feld (mentor)
2016-07-13 21:01:10 +00:00
Glen Barber
1615488996
Update the webupdate script to include stable/11.
...
Sponsored by: The FreeBSD Foundation
2016-07-11 13:38:57 +00:00
Tobias C. Berner
d877b6a65a
Add PGP key for myself (tcberner)
...
Approved by: rakuco (mentor)
2016-07-09 11:14:02 +00:00
Tobias C. Berner
a875ca8d75
Announce myself (tcberner) as a ports committer
...
Approved by: rakuco (mentor)
2016-07-09 11:11:55 +00:00
Tobias C. Berner
3dfe751a87
Add an author entry for myself (tcberner).
...
Approved by: rakuco (mentor)
2016-07-09 11:05:02 +00:00
Marc Fonvieille
6c3c0b9512
Revert previous commit until the 11.0-R release.
2016-07-08 16:33:41 +00:00
Marc Fonvieille
8a7c18a455
Add 11.0-R bits.
2016-07-08 16:27:55 +00:00
Matthew Seaman
9652cf8a03
Update the expiration date for the core-secretary key to 8 July 2017:
...
% gpg --list-keys core-secretary
pub 4096R/0x36A7C05FE1ECF9BB 2014-07-09 [expires: 2017-07-08]
uid [ultimate] FreeBSD Core Team Secretary <core-secretary@freebsd.org>
uid [ultimate] Core Secretary <core-secretary@freebsd.org>
sub 4096R/0x7B5150C8D7CE5D02 2014-07-09 [expires: 2017-07-08]
2016-07-06 18:48:41 +00:00
Eric Badger
69e2a21d5a
Add myself as a new src committer, per the committer's guide.
...
Approved by: kib (mentor)
2016-07-06 01:13:39 +00:00
Glen Barber
16f02c0036
Refresh man-refs.ent with 11.0-CURRENT updates.
...
Sponsored by: The FreeBSD Foundation
2016-07-05 23:52:46 +00:00
Warren Block
bc9859bd07
Improve latest revision detection based on mat's work. This clarifies
...
the code, reduces dependencies, and removes a lot of quotes by using
--stringparam.
Differential Revision: https://reviews.freebsd.org/D6902
2016-07-04 14:56:42 +00:00
Brad Davis
50035c2404
Fix a typo.
2016-07-03 21:16:12 +00:00
Philip Paeps
fccfb5cdf2
Remove expired key. Extend expiration date of live key.
2016-06-29 11:06:38 +00:00
Peter Jeremy
9b5e32450e
Update my PGP key.
...
Approved by: grog (co-mentor)
2016-06-27 08:29:52 +00:00
Hiroki Sato
e5c4255d90
Use INDEX for the latest production release branch.
2016-06-27 00:01:56 +00:00
Glen Barber
10fb190be1
Update the secteam@ entry in the administration page to reflect
...
reality.
Thank you to all previous secteam@ members for their contributions
to the Project and to the team.
Approved by: secteam-secretary (remko)
2016-06-24 17:09:54 +00:00
Glen Barber
5f8575568c
Update the re@ list to reflect rgrimes@ has returned to the Release
...
Engineering team.
Welcome back, Rod.
https://lists.freebsd.org/pipermail/freebsd-announce/2016-June/001730.html
Sponsored by: The FreeBSD Foundation
2016-06-24 12:48:28 +00:00
Rene Ladan
bc69abb2d4
erwin@ stepped down from portmgr, mat@ took over his role as clusteradm
...
liaison.
2016-06-20 21:44:41 +00:00
Mike Karels
e88a2af83d
Add Mike Karels as committer, with required info.
...
Approved by: gnn (mentor)
2016-06-19 23:06:43 +00:00
Glen Barber
91c924f00c
Add rgrimes PGP key. Identity was verified in person, and
...
the PGP key was provided using a shared secret afterward.
Sponsored by: The FreeBSD Foundation
2016-06-19 19:59:24 +00:00
Allan Jude
562f6a6211
Add some more events of interest to the FreeBSD community
2016-06-18 21:29:56 +00:00
Allan Jude
361198428a
Increase the number of news and press items on the front page to 6
...
Fix a logic error (less than vs less than or equal)
2016-06-17 16:12:04 +00:00
Allan Jude
44743ee0f9
Add OpenZFS and MeetBSD events to the front page
2016-06-17 16:11:14 +00:00
Mathieu Arnold
341a558a78
Fix using LATESTREVISION when not using svn (or svn is broken)
...
Kinda ok'ed by: wblock
Sponsored by: Absolight
2016-06-14 14:02:59 +00:00
Allan Jude
4419402e86
Add two new press news items
...
HostingAdvice covers how the FreeBSD Project works, and why system
administrators should consider switching to it.
Microsoft Azure blog covers the release of Microsoft Supported FreeBSD 10.3
images, with fixes that were committed to late for the 10.3 release cycle.
2016-06-13 19:03:06 +00:00
Glen Barber
fe3b854a2c
Add libblacklist(3).
...
Sponsored by: The FreeBSD Foundation
2016-06-10 14:24:59 +00:00
Torsten Zuehlsdorff
78f42009cf
Add myself (tz / Torsten Zuehlsdorff) to ports committers
...
- Add authors.ent entry
- Add tz@FreeBSD.org to contrib.committers.xml
- Add news item to news.xml
- Add my PGP key
Approved by: junovitch (mentor)
2016-06-10 08:57:45 +00:00
Rene Ladan
11b32fed9a
Add signatures to the portmgr-secretary@ key which
...
are collected from keyservers.
2016-06-09 20:16:47 +00:00
Rene Ladan
0f1a978688
Add my signature to the portmgr-secretary@ key.
...
A test mail with this key was succesfully sent.
With hat: portmgr-secretary
2016-06-08 21:23:44 +00:00
Bernard Spil
f718538506
Update my GPG key
...
Sponsored by: BSDCan DevSummit
2016-06-08 18:59:06 +00:00
Xin LI
97d46c0b16
Add SA-16:24.ntp.
2016-06-04 06:51:08 +00:00
Warren Block
2d1a634039
Update Samba configuration information for the modern era.
...
PR: 197528
Submitted by: Shawn Debnath <sd@beastie.io>
Differential Revision: https://reviews.freebsd.org/D6086
2016-06-03 18:36:04 +00:00
Landon J. Fuller
bb71c015e0
Add myself as a new src committer, import my PGP key.
...
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D6684
2016-06-01 23:18:59 +00:00
Gleb Smirnoff
0891bed875
Publish todays advisories.
...
Approved by: so
2016-05-31 17:13:22 +00:00
Warren Block
59b904bba0
Update commercial ISP list. Diff to address multiple PRs provided by
...
Shawn Debnath <sd@beastie.io>.
PR: 207615, 208989, 208919, 208460
Submitted by: Shawn Debnath <sd@beastie.io>
Differential Revision: https://reviews.freebsd.org/D6165
2016-05-24 16:53:56 +00:00
Enji Cooper
5f608008c3
Add the full command used to compute my PGP key
...
OSX doesn't have realpath(1), so ${progname} (which is expanded in <user>.key)
would be empty.
Reported by: mat
2016-05-22 19:12:06 +00:00
Enji Cooper
e8597131e8
My old PGP key expired last year (whoops); time for an update
...
The new key features:
- My preferred name, as opposed to my legal name (this change is pending other
legal documentation changes).
- A semi-current professional-friendly picture (used on Facebook/LinkedIn)
2016-05-22 00:53:01 +00:00
Enji Cooper
94743a84b2
Make addkey.sh executable
...
This is for user-friendliness and parity with checkkey.sh being executable
2016-05-22 00:12:32 +00:00
Gleb Smirnoff
23287858f7
Minor revision correction.
...
Submitted by: asomers
2016-05-17 23:51:58 +00:00
Gleb Smirnoff
03b2b49f5d
Publish SA-16:18 and SA-16:19.
2016-05-17 22:38:19 +00:00
Warren Block
2ad90412ca
Whitespace-only fixes, translators please ignore.
2016-05-17 19:34:42 +00:00
Warren Block
1773c77733
Add an entry for EuroBSDcon 2016. Suggested by Hans Ottevanger
...
<hans@beastielabs.net> in mail to -doc.
2016-05-17 19:27:59 +00:00
Warren Block
819b531c91
Sort events by start date, clarify instructions.
2016-05-17 19:20:08 +00:00
John Baldwin
aa65a33595
Remove entry for the Silicon Valley BSD User Group.
...
The webpage hasn't been updated since February of 2009.
2016-05-16 21:31:52 +00:00
John Baldwin
47e235a8f1
Update the information for the Bay Area FreeBSD Users Group.
...
Suggested by: hiren
Reviewed by: wblock
2016-05-16 21:05:27 +00:00