Index: pt_BR.ISO8859-1/articles/freebsd-update-server/article.xml =================================================================== --- pt_BR.ISO8859-1/articles/freebsd-update-server/article.xml +++ pt_BR.ISO8859-1/articles/freebsd-update-server/article.xml @@ -30,7 +30,7 @@ Agradecimentos - Este artigo foi publicado posteriormente no BSD Magazine. + Este artigo foi posteriormente impresso na BSD Magazine. @@ -172,7 +172,6 @@ Para gerar o número "End of Life" para o build.conf, consulte o "EOL estimado" publicado no Site de Segurança do FreeBSD. O valor de EOL pode ser derivado da data listada no site, usando o utilitário date1, por exemplo: - % date -j -f '%Y%m%d-%H%M%S' '20090401-000000' '+%s' Index: pt_BR.ISO8859-1/articles/freebsd-update-server/pt_BR.po =================================================================== --- pt_BR.ISO8859-1/articles/freebsd-update-server/pt_BR.po +++ pt_BR.ISO8859-1/articles/freebsd-update-server/pt_BR.po @@ -1,21 +1,20 @@ # $FreeBSD$ -# Danilo G. Baio , 2018. #zanata -# Edson Brandi , 2018. #zanata -# Silvio Ap Silva , 2018. #zanata -# Jonas Ferreira , 2018. #zanata +# Danilo G. Baio , 2019. #zanata, 2020. +# Edson Brandi , 2019. #zanata msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-09-12 02:17+0000\n" -"PO-Revision-Date: 2018-09-12 01:09+0000\n" -"Last-Translator: Edson Brandi \n" -"Language-Team: \n" +"POT-Creation-Date: 2020-07-26 12:08-0300\n" +"PO-Revision-Date: 2020-07-26 13:16+0000\n" +"Last-Translator: Danilo G. Baio \n" +"Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Zanata 4.6.2\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Weblate 4.1.1\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -100,10 +99,10 @@ #: article.translate.xml:46 article.translate.xml:48 msgid "" "$FreeBSD: head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml " -"51862 2018-06-17 16:40:13Z bcr $" +"54301 2020-06-28 07:16:58Z carlavilla $" msgstr "" "$FreeBSD: head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml " -"51862 2018-06-17 16:40:13Z bcr $" +"54301 2020-06-28 07:16:58Z carlavilla $" #. (itstool) path: abstract/para #: article.translate.xml:51 @@ -138,11 +137,11 @@ #. (itstool) path: sect1/para #: article.translate.xml:68 msgid "" -"This article was subsequently printed at BSD Magazine." +"This article was subsequently printed at BSD Magazine." msgstr "" -"Este artigo foi publicado posteriormente no BSD Magazine." +"Este artigo foi posteriormente impresso na BSD Magazine." #. (itstool) path: sect1/title #: article.translate.xml:73 @@ -204,7 +203,7 @@ #. (itstool) path: listitem/para #: article.translate.xml:108 msgid "" -"A user account with at least 4 GB of available space. This will allow the " +"A user account with at least 4 GB of available space. This will allow the " "creation of updates for 7.1 and 7.2, but the exact space requirements may " "change from version to version." msgstr "" @@ -228,8 +227,8 @@ "A web server, like Apache, with over half of the " "space required for the build. For instance, test builds for 7.1 and 7.2 " -"consume a total amount of 4 GB, and the webserver space needed to distribute " -"these updates is 2.6 GB." +"consume a total amount of 4 GB, and the webserver space needed to distribute " +"these updates is 2.6 GB." msgstr "" "Um servidor web, como o Apache, com mais da " @@ -524,18 +523,18 @@ "refentrytitle>1, por exemplo:" #. (itstool) path: callout/screen -#: article.translate.xml:278 +#: article.translate.xml:277 #, no-wrap msgid "% date -j -f '%Y%m%d-%H%M%S' '20090401-000000' '+%s'" msgstr "% date -j -f '%Y%m%d-%H%M%S' '20090401-000000' '+%s'" #. (itstool) path: sect1/title -#: article.translate.xml:286 +#: article.translate.xml:285 msgid "Building Update Code" msgstr "Compilando o Código de Atualização" #. (itstool) path: sect1/para -#: article.translate.xml:288 +#: article.translate.xml:287 msgid "" "The first step is to run scripts/make.sh. This will " "build some binaries, create directories, and generate an RSA signing key " @@ -548,7 +547,7 @@ "terá que ser fornecida para a criação final da chave de assinatura." #. (itstool) path: sect1/screen -#: article.translate.xml:294 +#: article.translate.xml:293 #, no-wrap msgid "" "# sh scripts/make.sh\n" @@ -592,7 +591,7 @@ "Verifying - enter aes-256-cbc encryption password:" #. (itstool) path: note/para -#: article.translate.xml:315 +#: article.translate.xml:314 msgid "" "Keep a note of the generated key fingerprint. This value is required in " "/etc/freebsd-update.conf for binary updates." @@ -602,12 +601,12 @@ "binárias." #. (itstool) path: sect1/para -#: article.translate.xml:320 +#: article.translate.xml:319 msgid "At this point, we are ready to stage a build." msgstr "Neste ponto, estamos prontos para montar uma construção." #. (itstool) path: informalexample/screen -#: article.translate.xml:323 +#: article.translate.xml:322 #, no-wrap msgid "" "# cd /usr/local/freebsd-update-server\n" @@ -617,14 +616,14 @@ "# sh scripts/init.sh amd64 7.2-RELEASE" #. (itstool) path: sect1/para -#: article.translate.xml:327 +#: article.translate.xml:326 msgid "What follows is a sample of an initial build run." msgstr "" "O que se segue é uma amostra de uma execução da compilaçãoinicial." #. (itstool) path: sect1/screen -#: article.translate.xml:330 +#: article.translate.xml:329 #, no-wrap msgid "" "# sh scripts/init.sh amd64 7.2-RELEASE\n" @@ -706,7 +705,7 @@ "..." #. (itstool) path: sect1/para -#: article.translate.xml:369 +#: article.translate.xml:368 msgid "" "Then the build of the world is performed again, with world patches. A more " "detailed explanation may be found in scripts/build.subr." @@ -716,7 +715,7 @@ "subr." #. (itstool) path: warning/para -#: article.translate.xml:374 +#: article.translate.xml:373 msgid "" "During this second build cycle, the network time protocol daemon, " "ntpd8USAGE# cd /usr/local/freebsd-update-server\n" @@ -912,7 +911,7 @@ "# sh scripts/mountkey.sh" #. (itstool) path: sect1/screen -#: article.translate.xml:465 +#: article.translate.xml:464 #, no-wrap msgid "" "# sh -e scripts/approve.sh amd64 7.2-RELEASE\n" @@ -930,7 +929,7 @@ "Wed Aug 26 12:50:07 PDT 2009 Cleaning staging area for FreeBSD/amd64 7.2-RELEASE" #. (itstool) path: sect1/para -#: article.translate.xml:472 +#: article.translate.xml:471 msgid "" "After the approval process is complete, the upload procedure may be started." msgstr "" @@ -938,7 +937,7 @@ "ser iniciado." #. (itstool) path: informalexample/screen -#: article.translate.xml:476 +#: article.translate.xml:475 #, no-wrap msgid "" "# cd /usr/local/freebsd-update-server\n" @@ -948,7 +947,7 @@ "# sh scripts/upload.sh amd64 7.2-RELEASE" #. (itstool) path: note/para -#: article.translate.xml:481 +#: article.translate.xml:480 msgid "" "In the event update code needs to be re-uploaded, this may be done by " "changing to the public distributions directory for the target release and " @@ -959,7 +958,7 @@ "e atualizando os atributos do arquivo carregado." #. (itstool) path: informalexample/screen -#: article.translate.xml:487 +#: article.translate.xml:486 #, no-wrap msgid "" "# cd /usr/local/freebsd-update-server/pub/7.2-RELEASE/amd64\n" @@ -969,7 +968,7 @@ "# touch -t 200801010101.01 uploaded" #. (itstool) path: sect1/para -#: article.translate.xml:496 +#: article.translate.xml:495 msgid "" "The uploaded files will need to be in the document root of the webserver in " "order for updates to be distributed. The exact configuration will vary " @@ -986,7 +985,7 @@ "\">Configuração de servidores Apache no Handbook." #. (itstool) path: sect1/para -#: article.translate.xml:523 +#: article.translate.xml:522 msgid "" "Update client's KeyPrint and ServerName in /etc/freebsd-update.conf, and perform " @@ -1001,7 +1000,7 @@ "\">Seção de Atualização do FreeBSD no Handbook." #. (itstool) path: important/para -#: article.translate.xml:539 +#: article.translate.xml:538 msgid "" "In order for FreeBSD Update Server to work " "properly, updates for both the current release and the " @@ -1020,7 +1019,7 @@ "carregadas em seu servidor de distribuição para ambas as versões." #. (itstool) path: sect1/para -#: article.translate.xml:550 +#: article.translate.xml:549 msgid "" "For reference, the entire run of init.sh is attached." @@ -1029,12 +1028,12 @@ "\">init.sh é anexada." #. (itstool) path: sect1/title -#: article.translate.xml:555 +#: article.translate.xml:554 msgid "Building a Patch" msgstr "Compilando um Patch" #. (itstool) path: sect1/para -#: article.translate.xml:557 +#: article.translate.xml:556 msgid "" "Every time a security advisory or /usr/" "local/freebsd-update-server/patches/." @@ -1076,7 +1075,7 @@ "usr/local/freebsd-update-server/patches/." #. (itstool) path: informalexample/screen -#: article.translate.xml:582 +#: article.translate.xml:581 #, no-wrap msgid "" "% mkdir -p /usr/local/freebsd-update-server/patches/7.1-RELEASE/\n" @@ -1086,7 +1085,7 @@ "% cd /usr/local/freebsd-update-server/patches/7.1-RELEASE" #. (itstool) path: sect1/para -#: article.translate.xml:586 +#: article.translate.xml:585 msgid "" "As an example, take the patch for named8. Read the advisory, " @@ -1105,7 +1104,7 @@ "advisories.html\">Handbook do FreeBSD." #. (itstool) path: sect1/para -#: article.translate.xml:592 +#: article.translate.xml:591 msgid "" "In the security brief, this advisory is called " @@ -1125,13 +1124,13 @@ "Renomeie o arquivo:" #. (itstool) path: informalexample/screen -#: article.translate.xml:602 +#: article.translate.xml:601 #, no-wrap msgid "% cd /usr/local/freebsd-update-server/patches/7.1-RELEASE/; mv bind.patch 7-SA-09:12.bind " msgstr "% cd /usr/local/freebsd-update-server/patches/7.1-RELEASE/; mv bind.patch 7-SA-09:12.bind " #. (itstool) path: note/para -#: article.translate.xml:606 +#: article.translate.xml:605 msgid "" "When running a patch level build, it is assumed that previous patches are in " "place. When a patch build is run, it will run all patches contained in the " @@ -1142,7 +1141,7 @@ "executará todas os patches contidos no diretório de patch." #. (itstool) path: note/para -#: article.translate.xml:610 +#: article.translate.xml:609 msgid "" "There can be custom patches added to any build. Use the number zero, or any " "other number." @@ -1151,7 +1150,7 @@ "número zero ou qualquer outro número." #. (itstool) path: warning/para -#: article.translate.xml:615 +#: article.translate.xml:614 msgid "" "It is up to the administrator of the FreeBSD Update Server to take appropriate measures to verify the authenticity of " @@ -1162,7 +1161,7 @@ "cada patch." #. (itstool) path: sect1/para -#: article.translate.xml:621 +#: article.translate.xml:620 msgid "" "At this point, a diff is ready to be built. The " "software checks first to see if a scripts/init.sh has " @@ -1174,7 +1173,7 @@ "do diff." #. (itstool) path: informalexample/screen -#: article.translate.xml:627 +#: article.translate.xml:626 #, no-wrap msgid "" "# cd /usr/local/freebsd-update-server\n" @@ -1184,7 +1183,7 @@ "# sh scripts/diff.sh amd64 7.1-RELEASE 7" #. (itstool) path: sect1/para -#: article.translate.xml:631 +#: article.translate.xml:630 msgid "" "What follows is a sample of a differential build run." msgstr "" @@ -1192,7 +1191,7 @@ "diferencial." #. (itstool) path: sect1/screen -#: article.translate.xml:634 +#: article.translate.xml:633 #, no-wrap msgid "" "# sh -e scripts/diff.sh amd64 7.1-RELEASE 7\n" @@ -1340,12 +1339,12 @@ "..." #. (itstool) path: sect1/para -#: article.translate.xml:706 +#: article.translate.xml:705 msgid "Updates are printed, and approval is requested." msgstr "As atualizações são impressas e a aprovação é solicitada." #. (itstool) path: sect1/screen -#: article.translate.xml:708 +#: article.translate.xml:707 #, no-wrap msgid "" "New updates:\n" @@ -1383,13 +1382,13 @@ "to sign the build." #. (itstool) path: sect1/para -#: article.translate.xml:725 +#: article.translate.xml:724 msgid "Follow the same process as noted before for approving a build:" msgstr "" "Siga o mesmo processo descrito anteriormente para aprovar uma compilação:" #. (itstool) path: sect1/screen -#: article.translate.xml:728 +#: article.translate.xml:727 #, no-wrap msgid "" "# sh -e scripts/approve.sh amd64 7.1-RELEASE\n" @@ -1419,12 +1418,12 @@ "the new builds." #. (itstool) path: sect1/para -#: article.translate.xml:741 +#: article.translate.xml:740 msgid "After approving the build, upload the software:" msgstr "Depois de aprovar a compilação, faça o upload do software:" #. (itstool) path: informalexample/screen -#: article.translate.xml:744 +#: article.translate.xml:743 #, no-wrap msgid "" "# cd /usr/local/freebsd-update-server\n" @@ -1434,7 +1433,7 @@ "# sh scripts/upload.sh amd64 7.1-RELEASE" #. (itstool) path: sect1/para -#: article.translate.xml:748 +#: article.translate.xml:747 msgid "" "For reference, the entire run of diff.sh is attached." @@ -1443,12 +1442,12 @@ "\">diff.sh é anexada." #. (itstool) path: sect1/title -#: article.translate.xml:753 +#: article.translate.xml:752 msgid "Tips" msgstr "Dicas" #. (itstool) path: listitem/para -#: article.translate.xml:774 +#: article.translate.xml:773 msgid "" "If a custom release is built using the native make release -j NUMBER flags to <_:" "buildtarget-1/> and <_:buildtarget-2/> targets in the scripts/" @@ -1529,7 +1528,7 @@ "confiável." #. (itstool) path: listitem/programlisting -#: article.translate.xml:810 +#: article.translate.xml:809 #, no-wrap msgid "" " # Build the world\n" @@ -1555,7 +1554,7 @@ "\t\t make ${COMPATFLAGS} release.1 release.2 2>&1" #. (itstool) path: listitem/para -#: article.translate.xml:823 +#: article.translate.xml:822 msgid "" "Create an appropriate DNS SRV record for the " @@ -1571,7 +1570,7 @@ "serviço redundante." #. (itstool) path: listitem/programlisting -#: article.translate.xml:829 +#: article.translate.xml:828 #, no-wrap msgid "" "_http._tcp.update.myserver.com.\t\tIN SRV 0 2 80 host1.myserver.com.\n"