Skip to content

Commit

Permalink
[uefi] update UEFI DBX to latest
Browse files Browse the repository at this point in the history
* This is in light of the 2025.01.14 DBX update due to https://arstechnica.com/security/2025/01/microsoft-patches-windows-to-eliminate-secure-boot-bypass-threat/.
* Also update application copyright year and a translator's e-mail address.
  • Loading branch information
pbatard committed Jan 24, 2025
1 parent 1e2f1c1 commit 1c300b4
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 13 deletions.
2 changes: 1 addition & 1 deletion res/loc/po/fa-IR.po
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ msgstr "نسخه %d.%d (Build %d)"

#. • MSG_176
msgid "English translation: Pete Batard <mailto:[email protected]>"
msgstr "ترجمه فارسی:\\line‏ •سید عرفان <mailto:[email protected]>\\line‏ •ضیاءالدین عظیمی <mailto:[email protected]>"
msgstr "ترجمه فارسی:\\line‏ •سید عرفان <mailto:[email protected]>\\line‏ •ضیاءالدین عظیمی <mailto:[email protected]>"

#. • MSG_177
msgid "Report bugs or request enhancements at:"
Expand Down
2 changes: 1 addition & 1 deletion res/loc/rufus.loc
Original file line number Diff line number Diff line change
Expand Up @@ -10049,7 +10049,7 @@ t MSG_172 "امضای فایل دانلود شده معتبر نیست"
t MSG_173 "برای انتخاب کلیک کنید..."
t MSG_174 "Rufus، ابزاری کاربردی و قابل‌اطمینان برای فرمت کردن درایوهای USB"
t MSG_175 "نسخه %d.%d (Build %d)"
t MSG_176 "ترجمه فارسی:\\line‏ •سید عرفان <mailto:[email protected]>\\line‏ •ضیاءالدین عظیمی <mailto:[email protected]>"
t MSG_176 "ترجمه فارسی:\\line‏ •سید عرفان <mailto:[email protected]>\\line‏ •ضیاءالدین عظیمی <mailto:[email protected]>"
t MSG_177 "گزارش اشکال (Bug) یا درخواست قابلیت جدید و بهبود نرم‌افزار در:"
t MSG_178 "حقوق نشر دیگران:"
t MSG_179 "سیاست به‌روزرسانی:"
Expand Down
47 changes: 46 additions & 1 deletion src/db.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cat > cmd.sed <<\_EOF
1i /*\
* Rufus: The Reliable USB Formatting Utility\
* Localization tables - autogenerated from resource.h\
* Copyright © 2013-2024 Pete Batard <[email protected]>\
* Copyright © 2013-2025 Pete Batard <[email protected]>\
*\
* This program is free software: you can redistribute it and/or modify\
* it under the terms of the GNU General Public License as published by\
Expand Down
2 changes: 1 addition & 1 deletion src/rufus.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Rufus: The Reliable USB Formatting Utility
* Copyright © 2011-2024 Pete Batard <[email protected]>
* Copyright © 2011-2025 Pete Batard <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
12 changes: 6 additions & 6 deletions src/rufus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 4.7.2216"
CAPTION "Rufus 4.7.2217"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
Expand Down Expand Up @@ -399,8 +399,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,7,2216,0
PRODUCTVERSION 4,7,2216,0
FILEVERSION 4,7,2217,0
PRODUCTVERSION 4,7,2217,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -418,13 +418,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "4.7.2216"
VALUE "FileVersion", "4.7.2217"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "� 2011-2024 Pete Batard (GPL v3)"
VALUE "LegalCopyright", "� 2011-2025 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-4.7.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "4.7.2216"
VALUE "ProductVersion", "4.7.2217"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions src/stdlg.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Rufus: The Reliable USB Formatting Utility
* Standard Dialog Routines (Browse for folder, About, etc)
* Copyright © 2011-2024 Pete Batard <[email protected]>
* Copyright © 2011-2025 Pete Batard <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -386,7 +386,7 @@ INT_PTR CALLBACK AboutCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM lP
ResizeButtonHeight(hDlg, IDOK);
static_sprintf(about_blurb, about_blurb_format, lmprintf(MSG_174|MSG_RTF),
lmprintf(MSG_175|MSG_RTF, rufus_version[0], rufus_version[1], rufus_version[2]),
"Copyright © 2011-2024 Pete Batard",
"Copyright © 2011-2025 Pete Batard",
lmprintf(MSG_176|MSG_RTF), lmprintf(MSG_177|MSG_RTF), lmprintf(MSG_178|MSG_RTF));
for (i = 0; i < ARRAYSIZE(hEdit); i++) {
hEdit[i] = GetDlgItem(hDlg, edit_id[i]);
Expand Down

0 comments on commit 1c300b4

Please sign in to comment.