Skip to content

Commit 1c300b4

Browse files
committed
[uefi] update UEFI DBX to latest
* 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.
1 parent 1e2f1c1 commit 1c300b4

File tree

7 files changed

+58
-13
lines changed

7 files changed

+58
-13
lines changed

res/loc/po/fa-IR.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ msgstr "نسخه %d.%d (Build %d)"
10941094

10951095
#. • MSG_176
10961096
msgid "English translation: Pete Batard <mailto:pete@akeo.ie>"
1097-
msgstr "ترجمه فارسی:\\line‏ •سید عرفان <mailto:aa3245540@gmail.com>\\line‏ •ضیاءالدین عظیمی <mailto:s.zia.azimi@gmail.com>"
1097+
msgstr "ترجمه فارسی:\\line‏ •سید عرفان <mailto:mv@mvaop.ir>\\line‏ •ضیاءالدین عظیمی <mailto:s.zia.azimi@gmail.com>"
10981098

10991099
#. • MSG_177
11001100
msgid "Report bugs or request enhancements at:"

res/loc/rufus.loc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10049,7 +10049,7 @@ t MSG_172 "امضای فایل دانلود شده معتبر نیست"
1004910049
t MSG_173 "برای انتخاب کلیک کنید..."
1005010050
t MSG_174 "Rufus، ابزاری کاربردی و قابل‌اطمینان برای فرمت کردن درایوهای USB"
1005110051
t MSG_175 "نسخه %d.%d (Build %d)"
10052-
t MSG_176 "ترجمه فارسی:\\line‏ •سید عرفان <mailto:aa3245540@gmail.com>\\line‏ •ضیاءالدین عظیمی <mailto:s.zia.azimi@gmail.com>"
10052+
t MSG_176 "ترجمه فارسی:\\line‏ •سید عرفان <mailto:mv@mvaop.ir>\\line‏ •ضیاءالدین عظیمی <mailto:s.zia.azimi@gmail.com>"
1005310053
t MSG_177 "گزارش اشکال (Bug) یا درخواست قابلیت جدید و بهبود نرم‌افزار در:"
1005410054
t MSG_178 "حقوق نشر دیگران:"
1005510055
t MSG_179 "سیاست به‌روزرسانی:"

src/db.h

+46-1
Large diffs are not rendered by default.

src/localization_data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cat > cmd.sed <<\_EOF
1212
1i /*\
1313
* Rufus: The Reliable USB Formatting Utility\
1414
* Localization tables - autogenerated from resource.h\
15-
* Copyright © 2013-2024 Pete Batard <pete@akeo.ie>\
15+
* Copyright © 2013-2025 Pete Batard <pete@akeo.ie>\
1616
*\
1717
* This program is free software: you can redistribute it and/or modify\
1818
* it under the terms of the GNU General Public License as published by\

src/rufus.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Rufus: The Reliable USB Formatting Utility
3-
* Copyright © 2011-2024 Pete Batard <pete@akeo.ie>
3+
* Copyright © 2011-2025 Pete Batard <pete@akeo.ie>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/rufus.rc

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
3333
IDD_DIALOG DIALOGEX 12, 12, 232, 326
3434
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
3535
EXSTYLE WS_EX_ACCEPTFILES
36-
CAPTION "Rufus 4.7.2216"
36+
CAPTION "Rufus 4.7.2217"
3737
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
3838
BEGIN
3939
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@@ -399,8 +399,8 @@ END
399399
//
400400

401401
VS_VERSION_INFO VERSIONINFO
402-
FILEVERSION 4,7,2216,0
403-
PRODUCTVERSION 4,7,2216,0
402+
FILEVERSION 4,7,2217,0
403+
PRODUCTVERSION 4,7,2217,0
404404
FILEFLAGSMASK 0x3fL
405405
#ifdef _DEBUG
406406
FILEFLAGS 0x1L
@@ -418,13 +418,13 @@ BEGIN
418418
VALUE "Comments", "https://rufus.ie"
419419
VALUE "CompanyName", "Akeo Consulting"
420420
VALUE "FileDescription", "Rufus"
421-
VALUE "FileVersion", "4.7.2216"
421+
VALUE "FileVersion", "4.7.2217"
422422
VALUE "InternalName", "Rufus"
423-
VALUE "LegalCopyright", "� 2011-2024 Pete Batard (GPL v3)"
423+
VALUE "LegalCopyright", "� 2011-2025 Pete Batard (GPL v3)"
424424
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
425425
VALUE "OriginalFilename", "rufus-4.7.exe"
426426
VALUE "ProductName", "Rufus"
427-
VALUE "ProductVersion", "4.7.2216"
427+
VALUE "ProductVersion", "4.7.2217"
428428
END
429429
END
430430
BLOCK "VarFileInfo"

src/stdlg.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Rufus: The Reliable USB Formatting Utility
33
* Standard Dialog Routines (Browse for folder, About, etc)
4-
* Copyright © 2011-2024 Pete Batard <pete@akeo.ie>
4+
* Copyright © 2011-2025 Pete Batard <pete@akeo.ie>
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by
@@ -386,7 +386,7 @@ INT_PTR CALLBACK AboutCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM lP
386386
ResizeButtonHeight(hDlg, IDOK);
387387
static_sprintf(about_blurb, about_blurb_format, lmprintf(MSG_174|MSG_RTF),
388388
lmprintf(MSG_175|MSG_RTF, rufus_version[0], rufus_version[1], rufus_version[2]),
389-
"Copyright © 2011-2024 Pete Batard",
389+
"Copyright © 2011-2025 Pete Batard",
390390
lmprintf(MSG_176|MSG_RTF), lmprintf(MSG_177|MSG_RTF), lmprintf(MSG_178|MSG_RTF));
391391
for (i = 0; i < ARRAYSIZE(hEdit); i++) {
392392
hEdit[i] = GetDlgItem(hDlg, edit_id[i]);

0 commit comments

Comments
 (0)