forked from Kicksecure/sdwdate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.upstream
12320 lines (8207 loc) · 355 KB
/
changelog.upstream
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
commit c01b531e75f672f13c02e9c076688ac7fe9bd2dd
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 2 17:12:44 2024 -0400
move bind-dirs configuration from qubes-whonix package to individual packages
commit b6c01546078655a070c8ae864510d63259e80d85
Author: Patrick Schleizer <[email protected]>
Date: Thu Apr 4 08:05:19 2024 +0000
bumped changelog version
commit 330256ddd206b02d2b5bd7e5daa6b76eb840bc64
Merge: 15542ff befcba3
Author: Patrick Schleizer <[email protected]>
Date: Thu Apr 4 03:45:36 2024 -0400
Merge remote-tracking branch 'github-kicksecure/master'
commit befcba304388167b8fcf26e5055a0dc4f6783ac7
Merge: 15542ff 7b1460b
Author: Patrick Schleizer <[email protected]>
Date: Thu Apr 4 03:44:30 2024 -0400
Merge pull request #48 from TNTBOMBOM/master
Update 30_default.conf
commit 7b1460b3da1a0b1fab42c91bfb6e54914530d40a
Author: TNT BOM BOM <[email protected]>
Date: Thu Apr 4 04:25:00 2024 +0000
Update 30_default.conf
Deleted what not found/down onion URLs
commit 15542ff2f0cefc4e9864275f51585c40197f19d5
Author: Patrick Schleizer <[email protected]>
Date: Sat Feb 17 12:26:26 2024 +0000
bumped changelog version
commit 3aab7a360a3ba648c10ec7f724e7a5727ac8e681
Author: Patrick Schleizer <[email protected]>
Date: Sat Feb 17 07:17:41 2024 -0500
improve vanguards integration
commit c7ea6ceefee117ef9eb671cb6141115e26da8187
Author: Patrick Schleizer <[email protected]>
Date: Fri Feb 2 12:37:02 2024 +0000
bumped changelog version
commit 12b660aff0780e96757ee5addbb7b5f6731c936f
Author: Patrick Schleizer <[email protected]>
Date: Fri Feb 2 07:32:38 2024 -0500
usrmerge debhelper systemd Debian package maintainer scripts fix
commit 5b825d587917d802b150c37808cefef8336564b6
Author: Patrick Schleizer <[email protected]>
Date: Mon Jan 22 12:45:30 2024 +0000
bumped changelog version
commit d1d628979fcc46d13a9a03cc98dfe5c3083590be
Author: Patrick Schleizer <[email protected]>
Date: Mon Jan 22 07:10:55 2024 -0500
usrmerge
commit c2748c1df216f439808a98e5226e1944699a0d0d
Author: Patrick Schleizer <[email protected]>
Date: Sat Nov 11 20:22:00 2023 +0000
bumped changelog version
commit f549fd49f36c9d4dc5dc441417e5862330396ece
Author: Patrick Schleizer <[email protected]>
Date: Sat Nov 11 13:41:26 2023 -0500
change license to AGPL-3+
https://forums.whonix.org/t/license-change-to-agplv3/17455
commit 654b1c01564fe7512de3d081607237a2253a1836
Author: Patrick Schleizer <[email protected]>
Date: Sun Oct 8 13:38:31 2023 -0400
bumped changelog version
commit ee707fe2aad600012ab1e34baa97f02a8557f566
Author: Patrick Schleizer <[email protected]>
Date: Sun Oct 8 13:36:35 2023 -0400
correct signal exit codes
commit 996621a9241a4a534a0870b6da0199b1b653815a
Author: Patrick Schleizer <[email protected]>
Date: Tue Sep 26 19:50:50 2023 -0400
bumped changelog version
commit 1ff2bb7835167cc62a66ea1bf396b7ff1f3698af
Author: Patrick Schleizer <[email protected]>
Date: Tue Sep 26 19:50:40 2023 -0400
comment
commit 50eb153361cfd614b6187a72c02ef8fb96ae23d6
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 25 11:57:17 2023 -0400
bumped changelog version
commit cbb3581ef656c077e586d23fa43e2de4d54fb138
Merge: dfeeac0 156f99b
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 25 11:55:59 2023 -0400
Merge remote-tracking branch 'github-kicksecure/master'
commit 156f99bc0e6f752604549a45c409ea3838857d2b
Merge: dfeeac0 f4017be
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 25 11:54:34 2023 -0400
Merge pull request #47 from TNTBOMBOM/master
New Upgrade to the mirrors connectivity
commit f4017bed05ca95505f688c624fa9848591bde3c1
Author: TNT BOM BOM <[email protected]>
Date: Sun Sep 24 18:29:54 2023 +0000
Update 30_default.conf
adding defcon forum archived URL from securityheaders which lead to the onion URL of the website.
commit c69522389f9ba765bc0ee067d1cde2ec99859ae4
Author: TNT BOM BOM <[email protected]>
Date: Sat Sep 23 20:38:23 2023 +0000
Update 30_default.conf
503 Service Unavailable
commit f7942c3343801baca6efc7d55d6366072e995612
Author: TNT BOM BOM <[email protected]>
Date: Sat Sep 23 20:37:14 2023 +0000
Update 30_default.conf
Onion doesnt exist anymore
commit 86d47b34b9578f864057686b09f934c398ca5855
Merge: 62ae371 dfeeac0
Author: TNT BOM BOM <[email protected]>
Date: Sat Sep 23 20:33:21 2023 +0000
Merge branch 'Kicksecure:master' into master
commit 62ae3710382320adf592cf33190ffb1ef21fe25c
Author: TNT BOM BOM <[email protected]>
Date: Sat Sep 23 20:32:47 2023 +0000
Update 30_default.conf
Changed to new URL
commit dd4f483414bdfb36857826304f0ea547a16e276c
Author: TNT BOM BOM <[email protected]>
Date: Sat Sep 23 20:31:43 2023 +0000
Update 30_default.conf
No connection, Informed BTC for long time about it, but no fix until now.
commit 9e7d8ee029fcb8311aefbc67009e7465a7f2c59c
Author: TNT BOM BOM <[email protected]>
Date: Sat Sep 23 20:30:32 2023 +0000
Update 30_default.conf
No TLS working.
commit dfeeac0364e7c0b7841d043de03e3347dc830e7b
Author: Patrick Schleizer <[email protected]>
Date: Tue Aug 29 16:08:16 2023 -0400
bumped changelog version
commit 2cc1a290c3e1e10aab8a284e9a7a3c13324f8629
Author: Patrick Schleizer <[email protected]>
Date: Tue Aug 29 15:00:58 2023 -0400
tmpfiles.d syntax fix
commit 539fbc29f3d17987d0263493ca973b0865408afe
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 17 11:48:09 2023 -0400
bumped changelog version
commit 8be6e3574eec691a6b3f4ca9b1da1f1dcdc1e55f
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 17 11:19:03 2023 -0400
Kicksecure
commit e38604a1478227197502702081914101a0ac5ff0
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 17 11:08:37 2023 -0400
Kicksecure
commit 7f39c5ee5e6252b8427bf97bfbea62ba73e3181e
Author: Patrick Schleizer <[email protected]>
Date: Wed Jul 5 09:28:18 2023 -0400
bumped changelog version
commit 8d3990497e9e2f645c5b8a3770b0e4f092316dc9
Author: Patrick Schleizer <[email protected]>
Date: Wed Jul 5 09:26:25 2023 -0400
fix
commit 2d9335359bb4a74635a523583820e0d038a4ee68
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 3 07:57:19 2023 -0400
bumped changelog version
commit 1974d12f698160fe58b963b02461a3d0b4a9f23d
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 3 07:56:43 2023 -0400
fix, restart sdwdate-pre every time sdwdate is restarted
commit 464a277f8269dcc668171b3882f93f96035071f7
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 3 07:54:29 2023 -0400
comment
commit 997afad5a0f8676fa6cd1245469eb1681b19d960
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 3 07:51:47 2023 -0400
delete sclockadj only when package is removed using apt-get with purge option
otherwise during `release-upgrade` postrm script might run,
delete sclockadj while sdwdate is still running
commit 998c418dd2e329a2acf4adce12fe1a77eb6556fa
Author: Patrick Schleizer <[email protected]>
Date: Mon Jul 3 07:21:53 2023 -0400
Qubes seccomp fix
commit b4ad12493837c21dd3e71372b3c9489938a532c1
Author: Patrick Schleizer <[email protected]>
Date: Thu Jun 29 09:05:17 2023 -0400
bumped changelog version
commit 21d622504a23858c0d43ef09194bc748f58eb898
Author: Patrick Schleizer <[email protected]>
Date: Thu Jun 29 09:04:46 2023 -0400
defcon onion fix
commit 25d18bde15bc6330970f72708e6c64a335882492
Merge: 1367cf1 441897c
Author: Patrick Schleizer <[email protected]>
Date: Thu Jun 29 08:58:39 2023 -0400
Merge remote-tracking branch 'TNTBOMBOM/master'
commit 441897cf9004cb3f774bf19aa4669397ecd58fe9
Author: TNT BOM BOM <[email protected]>
Date: Sun Jun 25 11:01:04 2023 +0000
Update 30_default.conf
Removed not working URLs
commit aebdeefa118fcfcdf2f15a76199d4c05a92c1c28
Author: TNT BOM BOM <[email protected]>
Date: Sun Jun 25 10:57:38 2023 +0000
Update 30_default.conf
Renewed Defcon URL
commit 11fca1e831bf2d3617076ad6ce3edd9ac90d0fad
Author: TNT BOM BOM <[email protected]>
Date: Sun Jun 25 10:54:05 2023 +0000
Update 30_default.conf
renewed the intercept URL, and removed duplicate from securedrop (since using the same new URL)
commit f3ef31557e826b3242de4a190d42aa6d9f8d3745
Author: TNT BOM BOM <[email protected]>
Date: Sun Jun 25 09:41:03 2023 +0000
Update 30_default.conf
Remove the TLS from https://www.propublica.org/ onion service
https://p53lf57qovyuvwsc6xnrppyply3vtqm7l6pcobkmyqsiofyeznfu5uqd.onion
http://p53lf57qovyuvwsc6xnrppyply3vtqm7l6pcobkmyqsiofyeznfu5uqd.onion
commit 1367cf1b6609e79c455857231acd0f3e854198c6
Author: Patrick Schleizer <[email protected]>
Date: Wed Jun 21 09:36:13 2023 +0000
bumped changelog version
commit f7dcbd2b24a015964beb06bbc882cdcf100b320f
Author: Patrick Schleizer <[email protected]>
Date: Wed Jun 21 09:11:30 2023 +0000
bookworm
commit 2d041290571a9795f6c854b1630ab25a07867423
Author: Patrick Schleizer <[email protected]>
Date: Fri Jun 16 11:08:38 2023 +0000
bumped changelog version
commit 71e2ed1a11e354ace5f8187fc5b54e04a8b1c91e
Author: Patrick Schleizer <[email protected]>
Date: Fri Jun 16 10:49:05 2023 +0000
readme
commit ea10089c289a8000ed8c7bb23684aaf5585b1ce7
Author: Patrick Schleizer <[email protected]>
Date: Thu Jun 15 17:04:36 2023 +0000
bumped changelog version
commit 140a3c1ff3542dfa3d09586f3698aebd49f7447c
Author: Patrick Schleizer <[email protected]>
Date: Wed Jun 14 13:14:47 2023 +0000
copyright
commit 5c4ea9f5ff8ab532f375f484f1cbc76d30a14e07
Author: Patrick Schleizer <[email protected]>
Date: Mon Jun 12 18:01:29 2023 +0000
bumped changelog version
commit 39d10a6c321cfb72363134b40bd617ec01a9ae17
Author: Patrick Schleizer <[email protected]>
Date: Mon Jun 12 16:22:32 2023 +0000
Standards-Version: 4.6.1.0
commit 50e462dd4e9ffe25d11d1ce3730b8c1fdab475b5
Author: Patrick Schleizer <[email protected]>
Date: Mon Jun 12 16:19:36 2023 +0000
lintian
commit 76cf8e96bfd052e713ef09688915017dc999a572
Author: Patrick Schleizer <[email protected]>
Date: Mon Jun 12 16:15:42 2023 +0000
moved /usr/libexec/sdwdate/sclockadj.c -> usr/src/sdwdate/sclockadj.c
commit ab245159c0567b45fbc444e9994c3ddf0c0c3b8e
Author: Patrick Schleizer <[email protected]>
Date: Mon Jun 12 15:25:06 2023 +0000
bumped changelog version
commit a4bee394539898afd824955eafdd6532a808e64b
Author: Patrick Schleizer <[email protected]>
Date: Mon Jun 12 14:52:01 2023 +0000
update copyright year
commit 711f4308c6badc0116e5e68f8d88fb65a40c2902
Author: Patrick Schleizer <[email protected]>
Date: Sat May 13 08:29:58 2023 +0000
bumped changelog version
commit 683a4924e35569a792c3521ddf07f2f6b9630239
Author: Patrick Schleizer <[email protected]>
Date: Sat May 13 08:29:00 2023 +0000
abolish architecture specific syscall whitelist
to improve maintainability
https://forums.kicksecure.com/t/sdwdate-failed-to-start-in-debian-12-bookworm-next-release/134/6
commit 986b6da1e44dd1fde195d1af918ada13d82054fd
Merge: c0a66ae 4fc09ed
Author: Patrick Schleizer <[email protected]>
Date: Sat May 13 08:22:39 2023 +0000
Merge remote-tracking branch 'github-kicksecure/master'
commit 4fc09edf11a56288cd53e1ede5de06ce61a7e171
Merge: c0a66ae 82f9f43
Author: Patrick Schleizer <[email protected]>
Date: Sat May 13 04:22:51 2023 -0400
Merge pull request #46 from JeremyRand/bookworm-x86-64
Fix syscall whitelist for bookworm on x86_64
commit 82f9f43f96ae0d594a8a9ed2b4fb8f1856d9aba5
Author: Jeremy Rand <[email protected]>
Date: Wed May 10 23:46:40 2023 +0000
Fix syscall whitelist for bookworm on x86_64
I haven't investigated why these syscalls are now needed, nor what
attack surface they may introduce.
commit c0a66ae0e887e1e5c38ac84c03faa3359972b797
Author: Patrick Schleizer <[email protected]>
Date: Sun Jan 8 09:00:35 2023 -0500
bumped changelog version
commit 0beb51619c7759b99eabf7bdf25a9c337ee735f8
Author: Patrick Schleizer <[email protected]>
Date: Sun Jan 8 09:00:29 2023 -0500
fix
commit 9961d9ec3ec8c51e54408123d02d0218421bdfc6
Author: Patrick Schleizer <[email protected]>
Date: Sun Jan 8 08:38:27 2023 -0500
bumped changelog version
commit fc82df304ff49a4c540ba0e09d02476ce4e9b19d
Author: Patrick Schleizer <[email protected]>
Date: Sun Jan 8 08:37:57 2023 -0500
add `sendmsg` secomp call
(needed when using `debug` on kernel command line)
commit 9202939581aeced27558114ea22df54d3ba958af
Author: Patrick Schleizer <[email protected]>
Date: Sat Jan 7 12:57:07 2023 -0500
bumped changelog version
commit 389372a15c480063042a6fe039b36692f63fb464
Author: Patrick Schleizer <[email protected]>
Date: Sat Jan 7 12:55:45 2023 -0500
restore correct permissions in /var/lib/sdwdate folder
if changed by something else
such as it happens in Qubes
commit a91ac6b6fda787d4e1ec308826af5bdef0cc855f
Author: Patrick Schleizer <[email protected]>
Date: Thu Dec 1 13:04:48 2022 -0500
bumped changelog version
commit 5cfd1bfd9306de5be0ad469e64f512bc8deaec14
Author: Patrick Schleizer <[email protected]>
Date: Wed Nov 30 16:32:54 2022 -0500
fix
commit e09e9a5d18811c812b54ab7f339c325b20793f3f
Author: Patrick Schleizer <[email protected]>
Date: Thu Nov 24 05:03:04 2022 -0500
bumped changelog version
commit 0165f5f24838eb9f8d62efb9d4f4a869e9c0b3f8
Merge: fbc486e 1c7e37a
Author: Patrick Schleizer <[email protected]>
Date: Wed Nov 23 18:00:56 2022 -0500
Merge remote-tracking branch 'github-kicksecure/master'
commit 1c7e37a46e5315fde3f60e2e95692e7caef11d82
Merge: fbc486e 3661fb5
Author: Patrick Schleizer <[email protected]>
Date: Wed Nov 23 17:58:36 2022 -0500
Merge pull request #45 from TNTBOMBOM/patch-10
Update 30_default.conf
commit 3661fb5070694bdcd36592f9b12a2a951fb83cd9
Author: TNT BOM BOM <[email protected]>
Date: Fri Nov 18 13:33:10 2022 +0000
Update 30_default.conf
added descriptions to archive.ph links since they are not understandable from the link (because the link is shortened by default)
commit fb5fe48f6864bfd5d2821c9dc4a2fce103dcd5fb
Author: TNT BOM BOM <[email protected]>
Date: Fri Nov 18 12:21:15 2022 +0000
Update 30_default.conf
added geti2p gitlab onion mirror
commit b6d80fc0cee59faac5a6a5e645b4dfef82af5d4c
Author: TNT BOM BOM <[email protected]>
Date: Fri Nov 18 12:09:26 2022 +0000
Update 30_default.conf
Rearranged onion+TLS mirrors and added them to the top (better view/easy editing or finding)
commit aacb77f234b3c8a52c5e58fbc46dfe9ebb5b360b
Merge: 35d95f3 a098a47
Author: TNT BOM BOM <[email protected]>
Date: Fri Nov 18 11:55:05 2022 +0000
Merge pull request #1 from TNTBOMBOM/TNTBOMBOM-patch-Removed-elude-and-fsfe
Update 30_default.conf
commit a098a473f6473077341e25669113d755459dae08
Author: TNT BOM BOM <[email protected]>
Date: Fri Nov 18 11:54:17 2022 +0000
Update 30_default.conf
Removed elude and fsfe as both onion mirrors are down
commit 35d95f3ae4d3f269f2b4bf76e6f69024d3017f67
Author: TNT BOM BOM <[email protected]>
Date: Fri Nov 18 11:05:29 2022 +0000
Update 30_default.conf
deleted keybase as its not working
commit fbc486e0a1a0b24127180ef901cf643e4a204473
Author: Patrick Schleizer <[email protected]>
Date: Wed Oct 26 05:42:59 2022 -0400
bumped changelog version
commit 9598b63eaca2583c1105315924ffc6d90b0b4025
Merge: 6fc1552 66a8096
Author: Patrick Schleizer <[email protected]>
Date: Wed Oct 26 05:41:49 2022 -0400
Merge remote-tracking branch 'github-kicksecure/master'
commit 66a8096437e3f28ab38652e1589e3cfd8f93be1a
Merge: 764b9b5 633d9c7
Author: Patrick Schleizer <[email protected]>
Date: Wed Oct 26 05:40:58 2022 -0400
Merge pull request #43 from TNTBOMBOM/patch-8
Update 30_default.conf
commit 633d9c7fcd94bee9182a0e997106d9df92d68dfd
Merge: a47cb95 764b9b5
Author: Patrick Schleizer <[email protected]>
Date: Wed Oct 26 05:40:49 2022 -0400
Merge branch 'master' into patch-8
commit 764b9b5cc38f62747fedfad8b41ece2cffc39444
Merge: 6fc1552 43f3280
Author: Patrick Schleizer <[email protected]>
Date: Wed Oct 26 05:39:13 2022 -0400
Merge pull request #44 from TNTBOMBOM/patch-9
Update 30_default.conf
commit 43f328046bd322855a3892ee55c581ce399a9ea5
Author: TNT BOM BOM <[email protected]>
Date: Tue Oct 25 20:16:35 2022 +0000
Update 30_default.conf
added protonmail onion mirror
commit a47cb95dea5693220c690445448a7b8b24ef0465
Author: TNT BOM BOM <[email protected]>
Date: Tue Oct 25 20:06:52 2022 +0000
Update 30_default.conf
deleting privacy2ws3ora5p4qpzptqr32qm54gf5ifyzvo5bhl7bb254c6nbiyd.onion mirror due to misconfigured TLS:
> * stderr: connect error: SOCKSHTTPSConnectionPool(host='privacy2ws3ora5p4qpzptqr32qm54gf5ifyzvo5bhl7bb254c6nbiyd.onion', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1123)')))
commit 6fc155200902ac3fe29a87323893dcaceb3e1e4e
Author: Patrick Schleizer <[email protected]>
Date: Thu Oct 20 18:32:50 2022 -0400
bumped changelog version
commit d0abfb0713f6c158f93411c1abbb4f13d8e7934c
Author: Patrick Schleizer <[email protected]>
Date: Thu Oct 20 18:14:35 2022 -0400
comment
commit 9f3a927c1502a7afaeccadbc459d961c4146dec8
Merge: d715b91 719c9cc
Author: Patrick Schleizer <[email protected]>
Date: Thu Oct 20 18:12:43 2022 -0400
Merge remote-tracking branch 'github-kicksecure/master'
commit 719c9cce1a87f76d1d8dfaef2c535d95866c5115
Merge: d715b91 931ae2d
Author: Patrick Schleizer <[email protected]>
Date: Thu Oct 20 18:07:24 2022 -0400
Merge pull request #42 from TNTBOMBOM/patch-7
Update 30_default.conf
commit 931ae2dcb4d61b88ca2f8511f9a591d50f676ffb
Author: TNT BOM BOM <[email protected]>
Date: Tue Oct 18 17:52:01 2022 +0000
Update 30_default.conf
removed FB
commit b9ca3048357beac225a685f6a5ffbdb5fb10c06b
Author: TNT BOM BOM <[email protected]>
Date: Mon Oct 17 15:19:36 2022 +0000
Update 30_default.conf
Added 4 new (famous) mirrors:
- BBC
- Facebook
- NYT
- Archive.ph
commit d715b91cd414c1ca49ebd03bbb36430b3a9223b1
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 12:41:44 2022 -0400
bumped changelog version
commit 3c62c339020062ff6735628e675440440a1f87f8
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 11:44:38 2022 -0400
minor
commit 6c13acf4161cce4082017c55dfbb2424daf15dde
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 11:44:00 2022 -0400
add new securedrop instances + alphabetic
commit 610b19134af4df06298e121eb1d2a58f001ea231
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 11:32:19 2022 -0400
TLS
commit a1517db958df3f896f86b7870a3f82e7a82a2465
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 11:29:40 2022 -0400
remove 7
commit b31dc2bc895b60377766642a9d00e532d23a138a
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 11:22:46 2022 -0400
Revert "Update 30_default.conf"
This reverts commit f2f62ae7e4ea954773d5aae2be001fe8a76e9bf2.
commit a980fb5b09acb9d351f1a542549daa099aba32a8
Merge: c118a06 770a9ab
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 11:21:53 2022 -0400
Merge remote-tracking branch 'github-kicksecure/master'
commit 770a9ab3bb7a8acfefcd737b4c6a42a3db18acf6
Merge: c118a06 f2f62ae
Author: Patrick Schleizer <[email protected]>
Date: Tue Oct 11 11:13:09 2022 -0400
Merge pull request #41 from TNTBOMBOM/patch-6
Update 30_default.conf
commit f2f62ae7e4ea954773d5aae2be001fe8a76e9bf2
Author: TNT BOM BOM <[email protected]>
Date: Mon Oct 10 19:22:49 2022 +0000
Update 30_default.conf
Offline removed:
http://potatoynwcg34xyodol6p6hvi5e4xelxdeowsl5t2daxywepub32y7yd.onion/
http://aco6injncogk3siaubyh5sterx7w5pocqdrm7mna7u4wuukscgnqpeid.onion/
http://b52gknakgsyqqeq476oi5nymw6yapysfig4owqgwppi5qpuk4az6bxad.onion/
http://gppg43zz5d2yfuom3yfmxnnokn3zj4mekt55onlng3zs653ty4fio6qd.onion/
http://e2kkexl7exz6rg7fhl4oftkaeojm7wlbw567hqu2tbrjlixsjjoynzad.onion/
http://kogbxf4ysay2qzozmg7ar45ijqmj2vxrwqa4upzqq2i7sqj7wv7wcdqd.onion/
http://ppw2pmtagxykinex6uubypsommtrcg6ytdh6bcr6agq2wxnrweao4cad.onion/
----
Added TLS:
http://dlegal66uj5u2dvcbrev7vv6fjtwnd4moqu7j6jnd42rmbypv3coigyd.onion/
to
https://dlegal66uj5u2dvcbrev7vv6fjtwnd4moqu7j6jnd42rmbypv3coigyd.onion/
----
Added in alphabetical orientation of securedrop onion links similar to securedrop website: (only working links added)
https://securedrop.org/directory/
commit c118a060d30e493e0a5ddadefc5c33451f32f194
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 26 15:55:15 2022 -0400
bumped changelog version
commit 0ad5290293956fc7925f2103c2de697f0a540cb2
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 26 15:54:37 2022 -0400
output
commit 00925a80b89b07a886fe9bafe1aeba6edc149f10
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 26 15:52:09 2022 -0400
bumped changelog version
commit 5e3f1d009254debf8ea03283aaad70dd79d7d581
Author: Patrick Schleizer <[email protected]>
Date: Mon Sep 26 15:42:41 2022 -0400
sdwdate-log-viewer: include output by timesanitycheck
commit b07665c82535ddf2ae0d512d45578b5ea23104ab
Author: Patrick Schleizer <[email protected]>
Date: Sun Sep 25 13:37:09 2022 -0400
bumped changelog version
commit 84148f8ff4f796eab935e4bb88080daf379f0d19
Author: Patrick Schleizer <[email protected]>
Date: Sun Sep 25 13:22:51 2022 -0400
fix
commit b37a389aa294690f00547423bcb077854bd90cf5
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 24 20:03:06 2022 -0400
bumped changelog version
commit 63f53ff89f005c046002a5a3fbb4e9bad7ff6a9b
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 24 19:48:55 2022 -0400
improve sdwdate-log-viewer
commit f3754341c473eacbdb704d8473a17c212d6e07f2
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 24 09:23:10 2022 -0400
bumped changelog version
commit 3464f2d93ea4b4a044a6ac9411270a52133b9187
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 24 09:20:56 2022 -0400
-D_FORTIFY_SOURCE=3
commit 934e2df50768ddc607036ec1d591efa3869865d3
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:31:31 2022 -0400
output
commit 32916fcfe449d7194026a8d46368d638dbf43823
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:27:54 2022 -0400
suspend-pre/post: stop/restart both, tor and vanguards systemd unit
commit 515e23ef331a271cf7322ec355e3b0ac2e5fdd3b
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:24:53 2022 -0400
suspend-pre/post: tor@default -> tor
commit 6ce51042f3b46910cdca1e533ceb0bd14b92ad1e
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:20:29 2022 -0400
output
commit 45169a3cdd97394e13511bfb09c0f9d8c3206278
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:19:53 2022 -0400
lower debugging
commit 7c44dd5f6e24792ad3376cf8828058ebf16bb0fe
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:19:20 2022 -0400
output
commit 198807124f5f93610664b3136f415bb6fa93ed50
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:16:57 2022 -0400
suspend-pre/post: improve output in verbose mode
commit 3de63045704c296e4a734b86d593cda0d30a3235
Author: Patrick Schleizer <[email protected]>
Date: Fri Sep 23 17:12:41 2022 -0400
suspend-post: Delete Tor consensus before restarting Tor.
Without this, Tor keeps the stale Tor consensus even after restarting Tor.
commit ef820a140d0797e1a777d3e11486773d78fe86ea
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 17 15:20:47 2022 -0400
bumped changelog version
commit 675a0c9dbe3908e3917784c236e3164e05fc076a
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 17 15:16:53 2022 -0400
comment
commit 21f5da06106d1ae5a9d5fcb75cf2ebc8b20dcb31
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 17 15:15:46 2022 -0400
comment
commit f56e5720f2795d84df5d4e540cd5691ce66f9bd6
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 17 15:14:45 2022 -0400
output
commit 845374cd04af0fe88209d9939bb1e338968da2ed
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 17 15:11:22 2022 -0400
output
commit ba19ab92c7ffaa8b5f97671a7da8fe4c36f2b8d1
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 17 15:08:22 2022 -0400
fix
commit 602078a92fa6cb592abfde58f7c35c4d87ebbe3c
Author: Patrick Schleizer <[email protected]>
Date: Sat Sep 17 15:06:05 2022 -0400
Qubes suspend pre/post: disable restart of Tor
This is to work around an upstream bug in Tor.
Otherwise Tor circuits might be expired but Tor won't notice it and also Tor
control protocol won't report it.
https://forums.whonix.org/t/sdwdate-and-sdwdate-gui-development-thread/1137/392
commit b8f00250f388437523dbaefeb26c1567354ba8b3
Author: Patrick Schleizer <[email protected]>
Date: Sun Sep 11 18:06:06 2022 -0400
comments
commit 59ab1fcaad8e6e1f67ea03fbeeb68fcd5098986d
Author: Patrick Schleizer <[email protected]>
Date: Sat Aug 13 11:39:42 2022 -0400
bumped changelog version
commit 03528395ca4488ac16f1fae3f7bbb77028d1ed96
Author: Patrick Schleizer <[email protected]>
Date: Sat Aug 13 11:34:59 2022 -0400
addgroup -> adduser fix
commit 58459230c1ba8de8c3645b68d44c492e5676f40b
Author: Patrick Schleizer <[email protected]>
Date: Wed Jul 27 20:07:14 2022 -0400
bumped changelog version
commit a3b39c3d0888c642f06e06b535ba2f6d471f369a
Author: Patrick Schleizer <[email protected]>
Date: Wed Jul 27 14:15:35 2022 -0400
output
commit 70b4581adea29a0532b8825dafdec6806b07ecec
Author: Patrick Schleizer <[email protected]>
Date: Sun Jul 24 08:20:55 2022 -0400
bumped changelog version
commit 50a9a3820479f0c35baa1bb8b40a7d13c23c4855
Author: Patrick Schleizer <[email protected]>
Date: Sun Jul 24 07:24:28 2022 -0400
output
commit f560c7800c5398f3f9c0b455b7f16e6ff90e0f21
Author: Patrick Schleizer <[email protected]>
Date: Sun Jul 24 07:22:49 2022 -0400
output
commit a88c0313d4940c8aa4c30c4f498db19a03f8a571
Author: Patrick Schleizer <[email protected]>
Date: Sun Jul 24 05:15:29 2022 -0400
output
commit 11c62a1fb1600b647c8ef82676dc9620ad1c756f
Author: Patrick Schleizer <[email protected]>
Date: Sun Jul 24 04:58:32 2022 -0400
refactoring
commit dca4794f7e04abb201c270b8cda570e6f2e251f2
Author: Patrick Schleizer <[email protected]>
Date: Sun Jul 24 04:56:52 2022 -0400
simplify main loop counter output message
commit cbb003b373ff7523c342ba8ef6f3411bda2a2470
Author: Patrick Schleizer <[email protected]>
Date: Sat Jun 18 04:52:39 2022 -0400
bumped changelog version
commit db6c54d890c4c4ed098f5adba2be9dc81b8664a6
Author: Patrick Schleizer <[email protected]>
Date: Fri Jun 17 05:49:16 2022 -0400
avoid accidentally starting sdwdate as user/root,
if manually started by the user.
Since that does not work.
commit e172f04fcc1b0eb0292fe90abc99e713fdc194ac
Author: Patrick Schleizer <[email protected]>
Date: Wed Jun 8 11:04:45 2022 -0400
bumped changelog version
commit cb451c2fb551dc25664cfef922d838f391b5a440
Author: Patrick Schleizer <[email protected]>
Date: Wed Jun 8 09:03:16 2022 -0400