-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
915 lines (915 loc) · 87 KB
/
index.html
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<title>Archive of voidlinux/ issues</title>
</head>
<body>
<form method="GET" action="https://github.com/Chocimier/voidlinux-archive/search">
<input type="text" name="q" />
<input type="submit" value="Search with github" />
</form>
<ul>
<li><a href="./void-packages:pull:10956.html">[voidlinux/void-packages] babl: update to 0.1.40. (#10956) (2 posts)</a>
</li><li><a href="./void-packages:pull:10983.html">[voidlinux/void-packages] kcron: update to 17.12.1. (#10983) (2 posts)</a>
</li><li><a href="./void-packages:pull:11658.html">[voidlinux/void-packages] alsa-tools: add missing dependency of
hwmixvolume (#11658) (6 posts)</a>
</li><li><a href="./void-packages:pull:10928.html">[voidlinux/void-packages] xbps-src: support gitlab in update-check
(#10928) (2 posts)</a>
</li><li><a href="./void-packages:pull:10996.html">[voidlinux/void-packages] choqok: update to 1.6.0. (#10996) (5 posts)</a>
</li><li><a href="./void-packages:pull:10982.html">[voidlinux/void-packages] kcachegrind: update to 17.12.1. (#10982) (2 posts)</a>
</li><li><a href="./void-packages:pull:10767.html">[voidlinux/void-packages] libzip: update to 1.4.0. (#10767) (2 posts)</a>
</li><li><a href="./void-packages:pull:11181.html">Re: [voidlinux/void-packages] calc: update to 2.12.6.4. (#11181) (2 posts)</a>
</li><li><a href="./void-packages:issues:4703.html">Re: [voidlinux/void-packages] Package request: gcc-ada (#4703) (2 posts)</a>
</li><li><a href="./void-packages:pull:11628.html">[voidlinux/void-packages] New package: kig-17.12.2 (#11628) (2 posts)</a>
</li><li><a href="./void-packages:pull:11521.html">[voidlinux/void-packages] kmag: update to 17.12.2. (#11521) (2 posts)</a>
</li><li><a href="./void-packages:pull:14391.html">[voidlinux/void-packages] kig: update to 18.04.1. (#14391) (2 posts)</a>
</li><li><a href="./void-packages:pull:14387.html">[voidlinux/void-packages] ksystemlog: update to 18.04.1. (#14387) (2 posts)</a>
</li><li><a href="./void-packages:pull:14386.html">[voidlinux/void-packages] kteatime: update to 18.04.1. (#14386) (2 posts)</a>
</li><li><a href="./void-packages:pull:14394.html">[voidlinux/void-packages] kcachegrind: update to 18.04.1. (#14394) (2 posts)</a>
</li><li><a href="./void-packages:pull:14389.html">[voidlinux/void-packages] kolourpaint: update to 18.04.1. (#14389) (2 posts)</a>
</li><li><a href="./void-packages:pull:14395.html">[voidlinux/void-packages] filelight: update to 18.04.1. (#14395) (2 posts)</a>
</li><li><a href="./void-packages:pull:14557.html">[voidlinux/void-packages] inxi: update to 3.0.09.1. (#14557) (5 posts)</a>
</li><li><a href="./void-packages:pull:14832.html">[voidlinux/void-packages] hg-git: update to 0.8.11. (#14832) (2 posts)</a>
</li><li><a href="./void-packages:pull:14835.html">[voidlinux/void-packages] pjproject: update to 2.7.2. (#14835) (3 posts)</a>
</li><li><a href="./void-packages:pull:13314.html">[voidlinux/void-packages] yaml-cpp: update to 0.6.2. (#13314) (4 posts)</a>
</li><li><a href="./void-packages:pull:13318.html">[voidlinux/void-packages] wxMaxima: update to 18.02.0. (#13318) (4 posts)</a>
</li><li><a href="./void-packages:pull:14859.html">[voidlinux/void-packages] variety: update to 0.6.9. (#14859) (2 posts)</a>
</li><li><a href="./void-packages:pull:14919.html">[voidlinux/void-packages] gucharmap: update to 10.0.4. (#14919) (2 posts)</a>
</li><li><a href="./xbps:pull:290.html">[voidlinux/xbps] libxbps: detection of orphaned packages is now 86%
faster. (#290) (2 posts)</a>
</li><li><a href="./void-packages:pull:14861.html">[voidlinux/void-packages] varnish: update to 6.0.0. (#14861) (2 posts)</a>
</li><li><a href="./void-packages:pull:14831.html">[voidlinux/void-packages] libui: update to alpha3.5. (#14831) (2 posts)</a>
</li><li><a href="./void-packages:pull:14830.html">[voidlinux/void-packages] backupninja: update to 1.0.2. (#14830) (3 posts)</a>
</li><li><a href="./void-packages:pull:13677.html">[voidlinux/void-packages] marble5: update to 18.04.0. (#13677) (2 posts)</a>
</li><li><a href="./void-packages:pull:13610.html">[voidlinux/void-packages] New package: sparse-0.5.2 (#13610) (5 posts)</a>
</li><li><a href="./void-packages:pull:13676.html">[voidlinux/void-packages] umbrello: update to 18.04.0. (#13676) (2 posts)</a>
</li><li><a href="./void-packages:pull:14447.html">[voidlinux/void-packages] libkcddb: update to 18.04.1. (#14447) (3 posts)</a>
</li><li><a href="./void-packages:pull:14446.html">[voidlinux/void-packages] kdegraphics-mobipocket: update to 18.04.1.
(#14446) (2 posts)</a>
</li><li><a href="./void-packages:pull:13811.html">[voidlinux/void-packages] kde5-baseapps: update to 18.04.0. (#13811) (6 posts)</a>
</li><li><a href="./void-packages:pull:14965.html">Re: [voidlinux/void-packages] font-symbola: remove package (#14965) (5 posts)</a>
</li><li><a href="./void-packages:pull:15064.html">[voidlinux/void-packages] Update kde frameworks to 5.47.0 (#15064) (3 posts)</a>
</li><li><a href="./void-packages:pull:14833.html">[voidlinux/void-packages] minio: update to 2018.05.25. (#14833) (2 posts)</a>
</li><li><a href="./void-packages:pull:14920.html">[voidlinux/void-packages] chrome-gnome-shell: update to 10.1.
(#14920) (2 posts)</a>
</li><li><a href="./void-packages:pull:15029.html">[voidlinux/void-packages] chromaprint: update to 1.4.3. (#15029) (2 posts)</a>
</li><li><a href="./void-packages:pull:15024.html">[voidlinux/void-packages] albert: update to 0.14.21. (#15024) (2 posts)</a>
</li><li><a href="./void-packages:pull:15026.html">[voidlinux/void-packages] asciidoc: update to 8.6.10. (#15026) (2 posts)</a>
</li><li><a href="./void-packages:pull:14960.html">[voidlinux/void-packages] tbb: update to 2018.4. (#14960) (2 posts)</a>
</li><li><a href="./void-packages:pull:14996.html">[voidlinux/void-packages] kwalletmanager: update to 18.04.2. (#14996) (2 posts)</a>
</li><li><a href="./void-packages:pull:15028.html">[voidlinux/void-packages] po4a: update to 0.53. (#15028) (2 posts)</a>
</li><li><a href="./void-packages:pull:14990.html">[voidlinux/void-packages] kfind: update to 18.04.2. (#14990) (2 posts)</a>
</li><li><a href="./void-packages:pull:14997.html">[voidlinux/void-packages] libkomparediff2: update to 18.04.2.
(#14997) (2 posts)</a>
</li><li><a href="./void-packages:pull:14964.html">[voidlinux/void-packages] ois: update to 1.4. (#14964) (2 posts)</a>
</li><li><a href="./void-packages:pull:14995.html">[voidlinux/void-packages] kcachegrind: update to 18.04.2. (#14995) (2 posts)</a>
</li><li><a href="./void-packages:pull:14993.html">[voidlinux/void-packages] kmag: update to 18.04.2. (#14993) (2 posts)</a>
</li><li><a href="./void-packages:pull:14999.html">[voidlinux/void-packages] kruler: update to 18.04.2. (#14999) (2 posts)</a>
</li><li><a href="./void-packages:pull:15001.html">[voidlinux/void-packages] kteatime: update to 18.04.2. (#15001) (2 posts)</a>
</li><li><a href="./void-packages:pull:15000.html">[voidlinux/void-packages] kcron: update to 18.04.2. (#15000) (2 posts)</a>
</li><li><a href="./void-packages:pull:14991.html">[voidlinux/void-packages] ksystemlog: update to 18.04.2. (#14991) (2 posts)</a>
</li><li><a href="./void-packages:pull:14994.html">[voidlinux/void-packages] kolourpaint: update to 18.04.2. (#14994) (2 posts)</a>
</li><li><a href="./void-packages:pull:14998.html">[voidlinux/void-packages] kig: update to 18.04.2. (#14998) (2 posts)</a>
</li><li><a href="./void-packages:pull:13673.html">Re: [voidlinux/void-packages] Update kdeframeworks to 5.45.0 (#13673) (3 posts)</a>
</li><li><a href="./void-packages:pull:14962.html">[voidlinux/void-packages] liblrdf: update to 0.6.1. (#14962) (2 posts)</a>
</li><li><a href="./void-packages:pull:14992.html">[voidlinux/void-packages] filelight: update to 18.04.2. (#14992) (2 posts)</a>
</li><li><a href="./void-packages:pull:15025.html">[voidlinux/void-packages] bzflag: update to 2.4.14. (#15025) (2 posts)</a>
</li><li><a href="./void-packages:pull:15027.html">[voidlinux/void-packages] easytag: update to 2.4.3. (#15027) (2 posts)</a>
</li><li><a href="./void-packages:pull:14961.html">[voidlinux/void-packages] paexec: update to 1.1.0. (#14961) (4 posts)</a>
</li><li><a href="./void-packages:pull:14963.html">[voidlinux/void-packages] lft: update to 3.80. (#14963) (2 posts)</a>
</li><li><a href="./void-packages:pull:14918.html">[voidlinux/void-packages] hunspell-de_DE: update to 20170112.
(#14918) (2 posts)</a>
</li><li><a href="./void-packages:pull:14917.html">[voidlinux/void-packages] hunspell-ru_RU: update to 0.4.1. (#14917) (2 posts)</a>
</li><li><a href="./void-packages:pull:14899.html">[voidlinux/void-packages] bam: update to 0.5.1. (#14899) (2 posts)</a>
</li><li><a href="./void-packages:pull:14901.html">[voidlinux/void-packages] nss: update to 3.37.1. (#14901) (2 posts)</a>
</li><li><a href="./void-packages:pull:14686.html">Re: [voidlinux/void-packages] R and CRAN packages: updates and
questions (#14686) (6 posts)</a>
</li><li><a href="./void-packages:pull:14842.html">Re: [voidlinux/void-packages] New package: rwc (#14842) (4 posts)</a>
</li><li><a href="./void-packages:pull:14900.html">[voidlinux/void-packages] log4cplus: update to 2.0.1. (#14900) (2 posts)</a>
</li><li><a href="./void-packages:pull:14836.html">[voidlinux/void-packages] strace: update to 4.22. (#14836) (2 posts)</a>
</li><li><a href="./void-packages:pull:14860.html">[voidlinux/void-packages] qtchooser: update to 64. (#14860) (1 posts)</a>
</li><li><a href="./void-packages:pull:14837.html">[voidlinux/void-packages] zzuf: update to 0.15. (#14837) (1 posts)</a>
</li><li><a href="./void-packages:pull:14532.html">[voidlinux/void-packages] android-studio: update to 3.1.2. (#14532) (3 posts)</a>
</li><li><a href="./void-packages:pull:14145.html">[voidlinux/void-packages] mt-st: update to 1.3. (#14145) (2 posts)</a>
</li><li><a href="./void-packages:pull:14685.html">[voidlinux/void-packages] telepathy-mission-control: update to
5:5.16.4. (#14685) (2 posts)</a>
</li><li><a href="./void-packages:pull:14660.html">[voidlinux/void-packages] spectrum3d: update to 2.7.2. (#14660) (2 posts)</a>
</li><li><a href="./void-packages:pull:14688.html">[voidlinux/void-packages] mg: update to 20180408. (#14688) (2 posts)</a>
</li><li><a href="./void-packages:pull:14146.html">[voidlinux/void-packages] nicotine+: update to 1.4.1. (#14146) (2 posts)</a>
</li><li><a href="./void-packages:pull:14661.html">[voidlinux/void-packages] pycharm-community: update to 2018.1.3.
(#14661) (2 posts)</a>
</li><li><a href="./void-packages:pull:14531.html">[voidlinux/void-packages] font-hanazono: update to 20170904. (#14531) (2 posts)</a>
</li><li><a href="./void-packages:pull:14530.html">[voidlinux/void-packages] qscintilla-qt5: update to 2.10.4. (#14530) (2 posts)</a>
</li><li><a href="./void-packages:pull:14529.html">[voidlinux/void-packages] ssdeep: update to 2.14.1. (#14529) (2 posts)</a>
</li><li><a href="./void-packages:pull:14716.html">[voidlinux/void-packages] whowatch: update to 1.8.6. (#14716) (2 posts)</a>
</li><li><a href="./void-packages:pull:14717.html">[voidlinux/void-packages] MultiMarkdown: update to 6.3.2. (#14717) (2 posts)</a>
</li><li><a href="./void-packages:pull:14718.html">[voidlinux/void-packages] hedgewars: update to 0.9.24.1. (#14718) (2 posts)</a>
</li><li><a href="./void-packages:pull:14324.html">[voidlinux/void-packages] xbps-src: update-check: update gitlab
(#14324) (6 posts)</a>
</li><li><a href="./void-packages:pull:14556.html">[voidlinux/void-packages] poco: update to 1.9.0. (#14556) (6 posts)</a>
</li><li><a href="./void-packages:pull:14606.html">[voidlinux/void-packages] sslh: update to 1.19c. (#14606) (2 posts)</a>
</li><li><a href="./void-packages:pull:14144.html">[voidlinux/void-packages] rpm: update to 4.14.1. (#14144) (4 posts)</a>
</li><li><a href="./void-packages:pull:14143.html">[voidlinux/void-packages] recoll: update to 1.23.8. (#14143) (2 posts)</a>
</li><li><a href="./void-packages:pull:13693.html">[voidlinux/void-packages] filezilla: update to 3.32.0. (#13693) (4 posts)</a>
</li><li><a href="./void-packages:pull:14434.html">[voidlinux/void-packages] libkomparediff2: update to 18.04.1.
(#14434) (2 posts)</a>
</li><li><a href="./void-packages:pull:14469.html">[voidlinux/void-packages] readline: update to 7.0.003. (#14469) (2 posts)</a>
</li><li><a href="./void-packages:pull:14460.html">[voidlinux/void-packages] mpfr: update to 4.0.1. (#14460) (2 posts)</a>
</li><li><a href="./void-packages:pull:14433.html">[voidlinux/void-packages] krename: update to 5.0.0. (#14433) (2 posts)</a>
</li><li><a href="./void-packages:pull:14390.html">[voidlinux/void-packages] kmag: update to 18.04.1. (#14390) (2 posts)</a>
</li><li><a href="./void-packages:pull:14317.html">[voidlinux/void-packages] okular: update to 18.04.1. (#14317) (5 posts)</a>
</li><li><a href="./void-packages:pull:14392.html">[voidlinux/void-packages] kfind: update to 18.04.1. (#14392) (2 posts)</a>
</li><li><a href="./void-packages:pull:14388.html">[voidlinux/void-packages] kruler: update to 18.04.1. (#14388) (2 posts)</a>
</li><li><a href="./void-packages:pull:14397.html">[voidlinux/void-packages] kmix: update to 18.04.1. (#14397) (2 posts)</a>
</li><li><a href="./void-packages:pull:14393.html">[voidlinux/void-packages] kcron: update to 18.04.1. (#14393) (2 posts)</a>
</li><li><a href="./void-packages:pull:14385.html">[voidlinux/void-packages] kwalletmanager: update to 18.04.1. (#14385) (2 posts)</a>
</li><li><a href="./void-packages:pull:14400.html">[voidlinux/void-packages] yakuake: update to 3.0.5. (#14400) (2 posts)</a>
</li><li><a href="./void-packages:pull:14398.html">[voidlinux/void-packages] kompare: update to 18.04.1. (#14398) (2 posts)</a>
</li><li><a href="./void-packages:pull:14401.html">[voidlinux/void-packages] libgsm: update to 1.0.18. (#14401) (2 posts)</a>
</li><li><a href="./void-packages:pull:14322.html">[voidlinux/void-packages] ocl-icd: update to 2.2.12. (#14322) (3 posts)</a>
</li><li><a href="./void-packages:pull:14325.html">[voidlinux/void-packages] tint2: update to 16.4. (#14325) (4 posts)</a>
</li><li><a href="./void-packages:pull:14323.html">[voidlinux/void-packages] gupnp-igd: update to 0.2.5. (#14323) (5 posts)</a>
</li><li><a href="./void-packages:issues:13621.html">[voidlinux/void-packages] med incompatible with hdf5>1.8 (#13621) (8 posts)</a>
</li><li><a href="./void-packages:pull:14251.html">[voidlinux/void-packages] vlc: fix plugins cache generation (#14251) (2 posts)</a>
</li><li><a href="./void-packages:pull:14103.html">[voidlinux/void-packages] libao: update to 1.2.2. (#14103) (6 posts)</a>
</li><li><a href="./void-packages:issues:13976.html">[voidlinux/void-packages] Thunderbird cannot open libwayland-egl.so.1
(#13976) (7 posts)</a>
</li><li><a href="./void-packages:pull:13261.html">[voidlinux/void-packages] qiv: update to 2.3.2. (#13261) (2 posts)</a>
</li><li><a href="./void-packages:pull:14090.html">[voidlinux/void-packages] autogen: update to 5.18.12. (#14090) (1 posts)</a>
</li><li><a href="./void-packages:issues:13533.html">Re: [voidlinux/void-packages] Thunderbird UI and dialog have no text
(#13533) (8 posts)</a>
</li><li><a href="./void-packages:pull:13845.html">[voidlinux/void-packages] godot: update to 3.0.2. (#13845) (2 posts)</a>
</li><li><a href="./void-packages:pull:13848.html">[voidlinux/void-packages] fluidsynth: update to 1.1.10. (#13848) (2 posts)</a>
</li><li><a href="./void-packages:pull:13681.html">[voidlinux/void-packages] kruler: update to 18.04.0. (#13681) (2 posts)</a>
</li><li><a href="./void-packages:pull:13684.html">[voidlinux/void-packages] kig: update to 18.04.0. (#13684) (2 posts)</a>
</li><li><a href="./void-packages:pull:13678.html">[voidlinux/void-packages] kwalletmanager: update to 18.04.0. (#13678) (2 posts)</a>
</li><li><a href="./void-packages:pull:13680.html">[voidlinux/void-packages] ksystemlog: update to 18.04.0. (#13680) (2 posts)</a>
</li><li><a href="./void-packages:pull:13686.html">[voidlinux/void-packages] kcron: update to 18.04.0. (#13686) (2 posts)</a>
</li><li><a href="./void-packages:pull:13687.html">[voidlinux/void-packages] kcachegrind: update to 18.04.0. (#13687) (2 posts)</a>
</li><li><a href="./void-packages:pull:13685.html">[voidlinux/void-packages] kfind: update to 18.04.0. (#13685) (2 posts)</a>
</li><li><a href="./void-packages:pull:13682.html">[voidlinux/void-packages] kolourpaint: update to 18.04.0. (#13682) (2 posts)</a>
</li><li><a href="./void-packages:pull:13683.html">[voidlinux/void-packages] kmag: update to 18.04.0. (#13683) (2 posts)</a>
</li><li><a href="./void-packages:pull:13679.html">[voidlinux/void-packages] kteatime: update to 18.04.0. (#13679) (2 posts)</a>
</li><li><a href="./void-packages:pull:13688.html">[voidlinux/void-packages] filelight: update to 18.04.0. (#13688) (2 posts)</a>
</li><li><a href="./void-packages:pull:13611.html">[voidlinux/void-packages] horst: update to 5.1. (#13611) (2 posts)</a>
</li><li><a href="./void-packages:pull:13598.html">[voidlinux/void-packages] dispcalGUI: update to 3.5.2.0. (#13598) (2 posts)</a>
</li><li><a href="./void-packages:pull:13561.html">[voidlinux/void-packages] hdf5: update to 1.10.1. (#13561) (4 posts)</a>
</li><li><a href="./void-packages:pull:13409.html">[voidlinux/void-packages] pen: update to 0.34.1. (#13409) (2 posts)</a>
</li><li><a href="./void-packages:pull:13378.html">[voidlinux/void-packages] xastir: update to 2.1.0. (#13378) (2 posts)</a>
</li><li><a href="./void-packages:pull:13405.html">[voidlinux/void-packages] thermald: update to 1.7.1. (#13405) (2 posts)</a>
</li><li><a href="./void-packages:pull:13590.html">[voidlinux/void-packages] camlp5: update to 7.05. (#13590) (2 posts)</a>
</li><li><a href="./void-packages:pull:13444.html">[voidlinux/void-packages] luafilesystem: update to 1.7.0.2. (#13444) (2 posts)</a>
</li><li><a href="./void-packages:pull:13558.html">[voidlinux/void-packages] detox: update to 1.3.0. (#13558) (2 posts)</a>
</li><li><a href="./void-packages:pull:13593.html">[voidlinux/void-packages] darch: update to 0.19.0. (#13593) (2 posts)</a>
</li><li><a href="./void-packages:pull:13410.html">[voidlinux/void-packages] percona-toolkit: update to 2.2.20. (#13410) (2 posts)</a>
</li><li><a href="./void-packages:pull:13586.html">[voidlinux/void-packages] carton: update to 1.0.28. (#13586) (2 posts)</a>
</li><li><a href="./void-packages:pull:13559.html">[voidlinux/void-packages] dfu-programmer: update to 0.7.2. (#13559) (2 posts)</a>
</li><li><a href="./void-packages:pull:13445.html">[voidlinux/void-packages] mp3gain: update to 1.6.1. (#13445) (2 posts)</a>
</li><li><a href="./void-packages:pull:13443.html">[voidlinux/void-packages] xbps-src: update-check: handle underscores
in upstream version string (#13443) (5 posts)</a>
</li><li><a href="./void-packages:pull:13316.html">[voidlinux/void-packages] unison: update to 2.51.2. (#13316) (2 posts)</a>
</li><li><a href="./void-packages:pull:13408.html">[voidlinux/void-packages] powertop: update to 2.9. (#13408) (2 posts)</a>
</li><li><a href="./void-packages:pull:13465.html">[voidlinux/void-packages] iperf: update to 2.0.10. (#13465) (2 posts)</a>
</li><li><a href="./void-packages:pull:13532.html">[voidlinux/void-packages] hexter: update to 1.1.0. (#13532) (2 posts)</a>
</li><li><a href="./void-packages:pull:13315.html">[voidlinux/void-packages] tin: update to 2.4.2. (#13315) (2 posts)</a>
</li><li><a href="./void-packages:pull:13377.html">[voidlinux/void-packages] testssl.sh: update to 2.9.5r4. (#13377) (2 posts)</a>
</li><li><a href="./void-packages:pull:13354.html">[voidlinux/void-packages] allegro5: update to 5.2.4.0. (#13354) (1 posts)</a>
</li><li><a href="./void-packages:pull:12883.html">[voidlinux/void-packages] xbps-src: update-check: allow any
compression on bitbucket (#12883) (2 posts)</a>
</li><li><a href="./void-packages:pull:9419.html">[voidlinux/void-packages] New package: marble5-17.08.3 (#9419) (11 posts)</a>
</li><li><a href="./void-packages:pull:12949.html">[voidlinux/void-packages] New package: glmark2-20180208 (#12949) (2 posts)</a>
</li><li><a href="./void-packages:issues:4963.html">Re: [voidlinux/void-packages] KDE 5 (#4963) (6 posts)</a>
</li><li><a href="./void-packages:pull:12885.html">[voidlinux/void-packages] libsoxr: update to 0.1.3. (#12885) (2 posts)</a>
</li><li><a href="./void-packages:pull:12887.html">[voidlinux/void-packages] libupnp1.8: update to 1.8.3. (#12887) (2 posts)</a>
</li><li><a href="./void-packages:pull:11491.html">[voidlinux/void-packages] New package: lfm-3.1 (#11491) (2 posts)</a>
</li><li><a href="./void-packages:pull:11592.html">[voidlinux/void-packages] xbps-src: waf build-style with python in
hostmakedepends by default (#11592) (2 posts)</a>
</li><li><a href="./void-packages:pull:11523.html">[voidlinux/void-packages] New package: filelight-17.12.2 (#11523) (2 posts)</a>
</li><li><a href="./void-packages:pull:12884.html">[voidlinux/void-packages] liblangtag: update to 0.6.2. (#12884) (2 posts)</a>
</li><li><a href="./void-packages:pull:12148.html">[voidlinux/void-packages] build-style/cmake.sh: fix default do_check
(#12148) (7 posts)</a>
</li><li><a href="./void-packages:pull:12309.html">[voidlinux/void-packages] Update some KDE apps to 17.12.3 (#12309) (3 posts)</a>
</li><li><a href="./void-packages:pull:11519.html">[voidlinux/void-packages] kruler: update to 17.12.2. (#11519) (3 posts)</a>
</li><li><a href="./void-packages:pull:11520.html">[voidlinux/void-packages] kteatime: update to 17.12.2. (#11520) (3 posts)</a>
</li><li><a href="./void-packages:pull:11230.html">[voidlinux/void-packages] python-PyICU: update to 2.0.3. (#11230) (2 posts)</a>
</li><li><a href="./void-packages:pull:12245.html">[voidlinux/void-packages] xkeyboard-config: fix pl layout (#12245) (3 posts)</a>
</li><li><a href="./void-packages:pull:11979.html">Re: [voidlinux/void-packages] calc: update to 2.12.6.6. (#11979) (2 posts)</a>
</li><li><a href="./void-packages:pull:11985.html">[voidlinux/void-packages] calc: add update file (#11985) (2 posts)</a>
</li><li><a href="./void-packages:pull:10984.html">[voidlinux/void-packages] ksystemlog: update to 17.12.1. (#10984) (2 posts)</a>
</li><li><a href="./void-packages:pull:10985.html">[voidlinux/void-packages] kwalletmanager: update to 17.12.1. (#10985) (2 posts)</a>
</li><li><a href="./void-packages:pull:10931.html">[voidlinux/void-packages] signond: update to 8.59. (#10931) (2 posts)</a>
</li><li><a href="./void-packages:pull:10730.html">[voidlinux/void-packages] kmag: update to 17.12.1. (#10730) (2 posts)</a>
</li><li><a href="./void-packages:pull:10665.html">[voidlinux/void-packages] moreutils: update to 0.62. (#10665) (2 posts)</a>
</li><li><a href="./void-packages:pull:10668.html">[voidlinux/void-packages] nodejs: update to 9.4.0. (#10668) (2 posts)</a>
</li><li><a href="./void-packages:issues:10696.html">[voidlinux/void-packages] Konsole5-17.04.3 does not upgrade to
konsole-17.12.0 (#10696) (6 posts)</a>
</li><li><a href="./void-packages:pull:10717.html">[voidlinux/void-packages] konsole5: transitional package to konsole
(#10717) (2 posts)</a>
</li><li><a href="./void-packages:pull:10718.html">[voidlinux/void-packages] Kde applications update to 17.12.1.
(#10718) (2 posts)</a>
</li><li><a href="./void-packages:pull:10577.html">[voidlinux/void-packages] babl: update to 0.1.38. (#10577) (2 posts)</a>
</li><li><a href="./void-packages:pull:10578.html">[voidlinux/void-packages] feh: update to 2.23. (#10578) (3 posts)</a>
</li><li><a href="./void-packages:pull:10483.html">[voidlinux/void-packages] New package: kteatime-17.12.0 (#10483) (2 posts)</a>
</li><li><a href="./void-packages:pull:10484.html">[voidlinux/void-packages] New package: kruler-17.12.0 (#10484) (2 posts)</a>
</li><li><a href="./void-packages:pull:9106.html">[voidlinux/void-packages] New package: calc-2.12.6.0 (#9106) (5 posts)</a>
</li><li><a href="./void-packages:pull:10287.html">[voidlinux/void-packages] okular: update to 17.12.0. (#10287) (5 posts)</a>
</li><li><a href="./void-packages:pull:10349.html">[voidlinux/void-packages] New package: id3ted-1.0 (#10349) (2 posts)</a>
</li><li><a href="./void-packages:pull:10394.html">[voidlinux/void-packages] New package: xnots-0.2.1 (#10394) (2 posts)</a>
</li><li><a href="./void-packages:issues:10396.html">[voidlinux/void-packages] Postgresql is outdated (#10396) (3 posts)</a>
</li><li><a href="./void-packages:pull:10284.html">[voidlinux/void-packages] Kde applications update to 17.12.0.
(#10284) (2 posts)</a>
</li><li><a href="./void-packages:pull:10245.html">[voidlinux/void-packages] konsole: update to 17.12.0. (#10245) (6 posts)</a>
</li><li><a href="./void-packages:pull:10242.html">[voidlinux/void-packages] dolphin: update to 17.12.0. (#10242) (4 posts)</a>
</li><li><a href="./void-packages:pull:10244.html">[voidlinux/void-packages] khelpcenter: update to 17.12.0. (#10244) (6 posts)</a>
</li><li><a href="./void-packages:pull:10246.html">[voidlinux/void-packages] kde5-baseapps: update to 17.12.0. (#10246) (3 posts)</a>
</li><li><a href="./void-packages:pull:10243.html">[voidlinux/void-packages] kate5: update to 17.12.0. (#10243) (2 posts)</a>
</li><li><a href="./void-packages:pull:10247.html">[voidlinux/void-packages] baloo-widgets5: update to 17.12.0. (#10247) (2 posts)</a>
</li><li><a href="./void-packages:pull:10241.html">[voidlinux/void-packages] New package: kolourpaint-17.12.0 (#10241) (2 posts)</a>
</li><li><a href="./void-packages:pull:9420.html">[voidlinux/void-packages] New package: kmag-17.08.3 (#9420) (2 posts)</a>
</li><li><a href="./void-packages:pull:9421.html">[voidlinux/void-packages] New package: firefox-esr-i18n-52.5.0
(#9421) (8 posts)</a>
</li><li><a href="./void-packages:pull:9707.html">[voidlinux/void-packages] New package: kdialog-17.08.3 (#9707) (3 posts)</a>
</li><li><a href="./void-packages:pull:9706.html">[voidlinux/void-packages] New package: spectacle-17.08.3 (#9706) (3 posts)</a>
</li><li><a href="./void-packages:pull:8309.html">[voidlinux/void-packages] New package: python-PyICU-1.9.7 (#8309) (2 posts)</a>
</li><li><a href="./void-packages:pull:9005.html">[voidlinux/void-packages] New package: krename-4.0.9 (#9005) (2 posts)</a>
</li><li><a href="./void-packages:pull:8972.html">[voidlinux/void-packages] New package: kfind-17.08.2 (#8972) (3 posts)</a>
</li><li><a href="./void-packages:pull:9697.html">[voidlinux/void-packages] libpurple-facebook: update to
0.9.5.9ff9acf9fa14. (#9697) (2 posts)</a>
</li><li><a href="./void-packages:pull:9696.html">[voidlinux/void-packages] libpurple-telegram: update to 1.3.1.
(#9696) (2 posts)</a>
</li><li><a href="./void-packages:pull:9290.html">[voidlinux/void-packages] marble: update to 17.08.3 (#9290) (5 posts)</a>
</li><li><a href="./void-packages:pull:9196.html">[voidlinux/void-packages] xbps-src: update-check looks into version
directories (#9196) (11 posts)</a>
</li><li><a href="./void-packages:pull:9156.html">[voidlinux/void-packages] New package: umbrello-17.08.3 (#9156) (2 posts)</a>
</li><li><a href="./void-packages:pull:7924.html">Re: [voidlinux/void-packages] yakuake: update to 3.0.4 (#7924) (5 posts)</a>
</li><li><a href="./void-packages:pull:9006.html">[voidlinux/void-packages] kmix: update to 17.08.2 (#9006) (2 posts)</a>
</li><li><a href="./void-packages:pull:8938.html">[voidlinux/void-packages] kompare: update to 17.08.2 (#8938) (4 posts)</a>
</li><li><a href="./void-packages:pull:9004.html">[voidlinux/void-packages] kcalc: update to 17.08.2 (#9004) (2 posts)</a>
</li><li><a href="./void-packages:pull:7938.html">[voidlinux/void-packages] New package: krusader5-2.6.0 (#7938) (3 posts)</a>
</li><li><a href="./void-packages:pull:7939.html">[voidlinux/void-packages] New package: okular5-17.08.1 (#7939) (7 posts)</a>
</li><li><a href="./void-packages:pull:7882.html">[voidlinux/void-packages] New package: aspell-pl-20061121 (#7882) (2 posts)</a>
</li><li><a href="./void-packages:pull:5139.html">Re: [voidlinux/void-packages] add groff to dependence for fish
(#5139) (6 posts)</a>
</li><li><a href="./xbps:issues:225.html">Re: [voidlinux/xbps] xbps-alternatives: dangling alternative groups
when a package upgrade stops providing an alternative (#225) (1 posts)</a>
</li><li><a href="./void-packages:pull:7707.html">Re: [voidlinux/void-packages] New package: gcompat-0.0.1 (#7707) (32 posts)</a>
</li><li><a href="./void-packages:issues:515.html">Re: [voidlinux/void-packages] Package request: Telegram Desktop
client (#515) (9 posts)</a>
</li><li><a href="./void-packages:issues:6027.html">Re: [voidlinux/void-packages] There needs to be a way to hide
maintainers' emails from spammers. (#6027) (5 posts)</a>
</li><li><a href="./void-packages:issues:3758.html">Re: [voidlinux/void-packages] Can't remove xf86-input-evdev (#3758) (2 posts)</a>
</li><li><a href="./void-packages:pull:4409.html">Re: [voidlinux/void-packages] New package: lily-0.16 (#4409) (2 posts)</a>
</li><li><a href="./void-packages:pull:14504.html">Re: [voidlinux/void-packages] gimp: update to 2.10.0 (#14504) (4 posts)</a>
</li><li><a href="./void-packages:issues:7425.html">Re: [voidlinux/void-packages] Mumble segmentation fault with musl
(#7425) (7 posts)</a>
</li><li><a href="./void-packages:pull:14811.html">Re: [voidlinux/void-packages] p11-kit: disable issetugid(2) brokeness
test. (#14811) (2 posts)</a>
</li><li><a href="./void-packages:issues:9111.html">Re: [voidlinux/void-packages] znc: build broken (#9111) (3 posts)</a>
</li><li><a href="./void-packages:issues:7544.html">Re: [voidlinux/void-packages] gcc package does not contains
xbps-src's triplet for cpp (#7544) (2 posts)</a>
</li><li><a href="./void-packages:pull:6200.html">Re: [voidlinux/void-packages] bind: update to 9.11.0. (#6200) (4 posts)</a>
</li><li><a href="./void-packages:pull:13150.html">Re: [voidlinux/void-packages] New package: nerd-fonts-2.0.0 (#13150) (12 posts)</a>
</li><li><a href="./void-packages:issues:4734.html">Re: [voidlinux/void-packages] libreoffice conflicts with
libreoffice-i18n-de (#4734) (5 posts)</a>
</li><li><a href="./void-packages:pull:7170.html">Re: [voidlinux/void-packages] base-files: Use IPv6 privacy extensions
by default (#7170) (8 posts)</a>
</li><li><a href="./void-packages:pull:10518.html">Re: [voidlinux/void-packages] linux4.14: kspp configs, general
hardening (#10518) (3 posts)</a>
</li><li><a href="./void-packages:pull:4508.html">Re: [voidlinux/void-packages] New package: dfu-programmer-0.7.1
(#4508) (5 posts)</a>
</li><li><a href="./void-packages:pull:8023.html">Re: [voidlinux/void-packages] rtmidi: fix cross (#8023) (3 posts)</a>
</li><li><a href="./void-packages:pull:5236.html">Re: [voidlinux/void-packages] New package: sklogw (#5236) (11 posts)</a>
</li><li><a href="./xbps:pull:234.html">Re: [voidlinux/xbps] Fix pkgdb and files plist permissions with
restictive umask. (#234) (1 posts)</a>
</li><li><a href="./void-packages:pull:14844.html">Re: [voidlinux/void-packages] gst-plugins-good1: remove unused
gtk+-devel from makedepends; add gtk3 build option (#14844) (9 posts)</a>
</li><li><a href="./void-packages:issues:4142.html">Re: [voidlinux/void-packages] tint2 and xbattmon fail to show battery
status (laptop) (#4142) (1 posts)</a>
</li><li><a href="./void-packages:pull:10994.html">Re: [voidlinux/void-packages] busybox: update to 1.28.0. (#10994) (5 posts)</a>
</li><li><a href="./void-packages:pull:4440.html">Re: [voidlinux/void-packages] New package: plymouth-0.8.8 (#4440) (14 posts)</a>
</li><li><a href="./void-packages:pull:5758.html">Re: [voidlinux/void-packages] New package: fbxkb-0.6 (#5758) (7 posts)</a>
</li><li><a href="./void-packages:pull:5973.html">Re: [voidlinux/void-packages] qemu: add smartcard support (#5973) (8 posts)</a>
</li><li><a href="./void-packages:issues:13539.html">Re: [voidlinux/void-packages] Package Request: adobe flash ppapi
(#13539) (5 posts)</a>
</li><li><a href="./void-packages:pull:4285.html">Re: [voidlinux/void-packages] New package: owncloud-9.0.2 (#4285) (3 posts)</a>
</li><li><a href="./void-packages:issues:12983.html">Re: [voidlinux/void-packages] Add hook to automatically create -devel
package. (#12983) (7 posts)</a>
</li><li><a href="./void-packages:pull:4546.html">Re: [voidlinux/void-packages] [NOMERGE] Libressl2.4.2 (#4546) (5 posts)</a>
</li><li><a href="./void-packages:issues:7442.html">Re: [voidlinux/void-packages] A lot of old Pull Requests (#7442) (17 posts)</a>
</li><li><a href="./void-packages:pull:10434.html">Re: [voidlinux/void-packages] ii: add runit service (#10434) (4 posts)</a>
</li><li><a href="./void-packages:pull:5739.html">Re: [voidlinux/void-packages] mumble: fix OpenGL overlay and TTS
(#5739) (3 posts)</a>
</li><li><a href="./void-packages:pull:14046.html">Re: [voidlinux/void-packages] cmus: add sndio output plugin (#14046) (11 posts)</a>
</li><li><a href="./void-packages:issues:4773.html">Re: [voidlinux/void-packages] Surprising behavior: xbps-query -R -o
"*/xlocate" (#4773) (8 posts)</a>
</li><li><a href="./void-packages:pull:11732.html">Re: [voidlinux/void-packages] Update kdeframeworks to 5.43.0 and
unbreak KDE5, necessary rebuild for qt5-5.10.1 (#11732) (9 posts)</a>
</li><li><a href="./void-packages:pull:4029.html">Re: [voidlinux/void-packages] New package: compute-1.0.4 (#4029) (22 posts)</a>
</li><li><a href="./void-packages:pull:7798.html">Re: [voidlinux/void-packages] New package: antibody (#7798) (4 posts)</a>
</li><li><a href="./void-packages:issues:4147.html">Re: [voidlinux/void-packages] RFC: increase musl libc's
DEFAULT_STACK_SIZE (#4147) (7 posts)</a>
</li><li><a href="./void-packages:pull:4674.html">Re: [voidlinux/void-packages] New package: nload-0.7.4 (#4674) (2 posts)</a>
</li><li><a href="./void-packages:pull:7164.html">Re: [voidlinux/void-packages] chromium: update to 60.0.3112.78.
(#7164) (8 posts)</a>
</li><li><a href="./void-packages:issues:9812.html">Re: [voidlinux/void-packages] sway does not start or XDG_RUNTIME_DIR
and /run/user/$(id -u) (#9812) (3 posts)</a>
</li><li><a href="./void-packages:issues:14093.html">Re: [voidlinux/void-packages] liblzma `configure' breaks xz, making
system fail to update (#14093) (9 posts)</a>
</li><li><a href="./void-packages:commit:b98904faa42562b19818bcdf0d9fc8648cafbc01.html">Re: [voidlinux/void-packages] openntpd: update to 6.2p2. (b98904f) (2 posts)</a>
</li><li><a href="./void-packages:pull:14275.html">[voidlinux/void-packages] Firefox 60.0 (#14275) (17 posts)</a>
</li><li><a href="./void-packages:issues:5449.html">Re: [voidlinux/void-packages] Tracking bug: Server infrastructure
move TODO (#5449) (16 posts)</a>
</li><li><a href="./void-packages:issues:5360.html">Re: [voidlinux/void-packages] JavaScript seems to not work in
WebKit-GTK+ web browsers on musl x86 (#5360) (14 posts)</a>
</li><li><a href="./void-packages:pull:6015.html">Re: [voidlinux/void-packages] xbps: bump to depend on glibc>=2.25_1
(#6015) (2 posts)</a>
</li><li><a href="./void-packages:issues:4659.html">Re: [voidlinux/void-packages] ffmpegthumbnailer error (#4659) (2 posts)</a>
</li><li><a href="./void-packages:pull:5339.html">Re: [voidlinux/void-packages] RFC linux4.9: kernel hardening (#5339) (8 posts)</a>
</li><li><a href="./xbps:pull:250.html">Re: [voidlinux/xbps] bin/xbps-checkvers: avoid infinite loops when
checking reverts (#250) (1 posts)</a>
</li><li><a href="./void-packages:issues:6740.html">Re: [voidlinux/void-packages] heimdall: New release v1.4.2 (#6740) (5 posts)</a>
</li><li><a href="./void-packages:pull:5192.html">Re: [voidlinux/void-packages] lemonbuddy: rename to polybar and
update to 2.4.8 (#5192) (13 posts)</a>
</li><li><a href="./void-packages:pull:4530.html">Re: [voidlinux/void-packages] New package: mergerfs-2.14.0 (#4530) (20 posts)</a>
</li><li><a href="./void-packages:pull:12879.html">Re: [voidlinux/void-packages] an: rebuild missing package in repos
(#12879) (10 posts)</a>
</li><li><a href="./xbps:issues:208.html">Re: [voidlinux/xbps] xbps-install: despite '-y' option, still prompts
for confirmation to import public key (#208) (5 posts)</a>
</li><li><a href="./xbps:issues:205.html">Re: [voidlinux/xbps] xbps-install: After install of base-system to
directory for chroot and enter the chroot, `xbps-query -l` shows no output,
unable to install more packages (#205) (10 posts)</a>
</li><li><a href="./void-packages:issues:12091.html">Re: [voidlinux/void-packages] exa is not installable (#12091) (4 posts)</a>
</li><li><a href="./void-packages:pull:4435.html">Re: [voidlinux/void-packages] openssh: enable kerberos5 support
(#4435) (8 posts)</a>
</li><li><a href="./void-packages:issues:6893.html">Re: [voidlinux/void-packages] FYI: qt-5.9.0 does not build with musl
libc (#6893) (9 posts)</a>
</li><li><a href="./void-packages:issues:4843.html">Re: [voidlinux/void-packages] chromium-53.0.2785.116_1 on x86_64-musl
seems broken (#4843) (8 posts)</a>
</li><li><a href="./void-packages:commit:51f7ae0bce775a6fb7b763320c0cd8fe8a6060fd.html">Re: [voidlinux/void-packages] grub: remove grub-utils subpackage
(51f7ae0) (6 posts)</a>
</li><li><a href="./void-packages:pull:12989.html">Re: [voidlinux/void-packages] New package: neovim-plug-0.9.1 (#12989) (5 posts)</a>
</li><li><a href="./xbps:issues:189.html">Re: [voidlinux/xbps] [Idea] Repo Priority (#189) (1 posts)</a>
</li><li><a href="./void-packages:pull:7441.html">[voidlinux/void-packages] dhcpcd: enable wpa_supplicant hook by
default (#7441) (5 posts)</a>
</li><li><a href="./void-packages:issues:4961.html">Re: [voidlinux/void-packages] Our wiki slowly dies and turns into
garbage (#4961) (18 posts)</a>
</li><li><a href="./void-packages:pull:4875.html">Re: [voidlinux/void-packages] New package: budgie-desktop-10.2.7
(#4875) (31 posts)</a>
</li><li><a href="./void-packages:pull:4250.html">Re: [voidlinux/void-packages] New package: OpenDoas-0.1 (#4250) (7 posts)</a>
</li><li><a href="./void-packages:pull:10495.html">Re: [voidlinux/void-packages] freetype: downgrade to 2.8, fixes fonts
in electron apps (#10495) (1 posts)</a>
</li><li><a href="./void-packages:issues:5802.html">Re: [voidlinux/void-packages] Manual.md: description of
`XBPS_BUILDDIR` suggests that `wrksrc` is relative to it, which isn't true.
(#5802) (7 posts)</a>
</li><li><a href="./void-packages:pull:4426.html">Re: [voidlinux/void-packages] uthash: update to 2.0.0 (#4426) (3 posts)</a>
</li><li><a href="./void-packages:issues:2387.html">Re: [voidlinux/void-packages] Package request: palemoon (#2387) (8 posts)</a>
</li><li><a href="./void-packages:pull:4009.html">Re: [voidlinux/void-packages] New package: libsoxr-0.1.2 (#4009) (2 posts)</a>
</li><li><a href="./void-packages:issues:9656.html">Re: [voidlinux/void-packages] freshplayerplugin is broken on musl ?
(#9656) (3 posts)</a>
</li><li><a href="./void-packages:pull:6222.html">Re: [voidlinux/void-packages] New package: openblas-0.2.19 (#6222) (3 posts)</a>
</li><li><a href="./void-packages:issues:4805.html">Re: [voidlinux/void-packages] Cutegram: symbol lookup error (#4805) (4 posts)</a>
</li><li><a href="./void-packages:pull:10149.html">Re: [voidlinux/void-packages] Obnam and dependencies: removed,
unmaintained upstream (#10149) (1 posts)</a>
</li><li><a href="./void-packages:pull:8219.html">Re: [voidlinux/void-packages] linux-firmware: prevent conflict with
alsa-firmware (#8219) (3 posts)</a>
</li><li><a href="./void-packages:issues:13791.html">Re: [voidlinux/void-packages] Firefox tab crashes on login pages
(#13791) (3 posts)</a>
</li><li><a href="./void-packages:issues:4137.html">Re: [voidlinux/void-packages] runit writing to disk continually on
desktop but not laptop (#4137) (6 posts)</a>
</li><li><a href="./void-packages:pull:13064.html">Re: [voidlinux/void-packages] Manual.md: document Transitional
packages (#13064) (20 posts)</a>
</li><li><a href="./void-packages:pull:6009.html">Re: [voidlinux/void-packages] RFC: Apparmor implementation (#6009) (12 posts)</a>
</li><li><a href="./void-packages:pull:14331.html">Re: [voidlinux/void-packages] sshguard: use sv start instead of sv
check (#14331) (6 posts)</a>
</li><li><a href="./void-packages:issues:14136.html">Re: [voidlinux/void-packages] [RFC] Changelog field (#14136) (7 posts)</a>
</li><li><a href="./void-packages:issues:5203.html">Re: [voidlinux/void-packages] Package Request: flaskbb (#5203) (3 posts)</a>
</li><li><a href="./void-packages:issues:6834.html">[voidlinux/void-packages] Automatic Issue Comments and Closure
(#6834) (5 posts)</a>
</li><li><a href="./void-packages:pull:6400.html">Re: [voidlinux/void-packages] linux4.4: update to 4.4.68 (#6400) (3 posts)</a>
</li><li><a href="./void-packages:issues:14187.html">Re: [voidlinux/void-packages] xorg-server: xinit not working with
default configuration (#14187) (11 posts)</a>
</li><li><a href="./void-packages:commit:478d487d48577ee9c5d411588305ad20f016ccae.html">Re: [voidlinux/void-packages] New package: youtube-viewer-3.2.7
(478d487) (1 posts)</a>
</li><li><a href="./void-packages:issues:4444.html">Re: [voidlinux/void-packages] freetype-2.6.4_1 broke full RGB
subpixel hinting (#4444) (3 posts)</a>
</li><li><a href="./void-packages:issues:5763.html">Re: [voidlinux/void-packages] mutt missing dependecy? (#5763) (5 posts)</a>
</li><li><a href="./void-packages:pull:4838.html">[voidlinux/void-packages] New package:
lightdm-gtk-greeter-settings-1.2.1 (#4838) (11 posts)</a>
</li><li><a href="./void-packages:pull:6297.html">Re: [voidlinux/void-packages] linux3.18: update to 3.18.51 + fixed
dotconfig files. (#6297) (11 posts)</a>
</li><li><a href="./void-packages:pull:6392.html">Re: [voidlinux/void-packages] Newsbeuter: fix STFL error on musl
(#6392) (6 posts)</a>
</li><li><a href="./void-packages:pull:11741.html">Re: [voidlinux/void-packages] New Package: xmonad and xmonad-contrib
(#11741) (8 posts)</a>
</li><li><a href="./void-packages:pull:11599.html">Re: [voidlinux/void-packages] New package: fwupd-1.0.4. (#11599) (3 posts)</a>
</li><li><a href="./void-packages:pull:6691.html">Re: [voidlinux/void-packages] new package: osbuddy (#6691) (14 posts)</a>
</li><li><a href="./void-packages:issues:4182.html">Re: [voidlinux/void-packages] libreoffice website version, newer than
package version (#4182) (12 posts)</a>
</li><li><a href="./void-packages:pull:4824.html">Re: [voidlinux/void-packages] New package: rpm-4.12.0 (#4824) (3 posts)</a>
</li><li><a href="./void-packages:issues:5487.html">Re: [voidlinux/void-packages] musl builders date/time issue? (#5487) (8 posts)</a>
</li><li><a href="./xbps:issues:293.html">Re: [voidlinux/xbps] uunshare and uchroot: some nspawn-like proposal
(#293) (5 posts)</a>
</li><li><a href="./void-packages:pull:7052.html">Re: [voidlinux/void-packages] xcalc: fix wrong template (#7052) (1 posts)</a>
</li><li><a href="./void-packages:issues:4377.html">[voidlinux/void-packages] Package Request for lttng-ust (#4377) (3 posts)</a>
</li><li><a href="./void-packages:pull:13196.html">Re: [voidlinux/void-packages] st: fix PIE build (#13196) (4 posts)</a>
</li><li><a href="./void-packages:issues:4548.html">Re: [voidlinux/void-packages] Elixir: mix crashes with a SIGSEGV when
installing packages. (#4548) (5 posts)</a>
</li><li><a href="./void-packages:issues:4746.html">Re: [voidlinux/void-packages] proposal: use shfmt for all shell files
(#4746) (12 posts)</a>
</li><li><a href="./void-packages:pull:3974.html">[voidlinux/void-packages] jreen-qt5, tomahawk(-qt5): fix build
(#3974) (3 posts)</a>
</li><li><a href="./void-packages:pull:9366.html">Re: [voidlinux/void-packages] rpi-kernel: update to 4.9.65 (#9366) (3 posts)</a>
</li><li><a href="./void-packages:pull:4040.html">Re: [voidlinux/void-packages] cgmanager: add man pages for native
builds (#4040) (4 posts)</a>
</li><li><a href="./void-packages:issues:4058.html">Re: [voidlinux/void-packages] base-files: man page for vkpurge(1)
(#4058) (3 posts)</a>
</li><li><a href="./void-packages:pull:6492.html">Re: [voidlinux/void-packages] New package: gradio-5.0 (#6492) (5 posts)</a>
</li><li><a href="./void-packages:pull:4326.html">Re: [voidlinux/void-packages] gettext: update to 0.19.8.1. (#4326) (4 posts)</a>
</li><li><a href="./void-packages:issues:3993.html">Re: [voidlinux/void-packages] dbus: dbus-uuidgen not run on install
(#3993) (6 posts)</a>
</li><li><a href="./void-packages:pull:14294.html">Re: [voidlinux/void-packages] New package: netbsd-curses-0.2.1
(#14294) (5 posts)</a>
</li><li><a href="./void-packages:pull:5712.html">Re: [voidlinux/void-packages] spotify: Update download links, the old
ones are dead (#5712) (1 posts)</a>
</li><li><a href="./void-packages:pull:13363.html">Re: [voidlinux/void-packages] hostfw: update to v0.6.3 (#13363) (3 posts)</a>
</li><li><a href="./xbps:pull:193.html">Re: [voidlinux/xbps] xbps-alternativs fixes and more (#193) (2 posts)</a>
</li><li><a href="./void-packages:issues:3897.html">Re: [voidlinux/void-packages] Trackpad is incorrectly listed as a
pointer device and is not picked up by synaptics or mtrack. (#3897) (10 posts)</a>
</li><li><a href="./void-packages:pull:4525.html">Re: [voidlinux/void-packages] New package: xkblayout-state-1 (#4525) (7 posts)</a>
</li><li><a href="./void-packages:pull:7277.html">Re: [voidlinux/void-packages] New package: edb-debugger-0.9.21
(#7277) (4 posts)</a>
</li><li><a href="./void-packages:pull:14533.html">[voidlinux/void-packages] Gimp 2.10 (#14533) (14 posts)</a>
</li><li><a href="./void-packages:pull:8117.html">Re: [voidlinux/void-packages] xbps-src: preserve proxy environment
variables (#8117) (8 posts)</a>
</li><li><a href="./void-packages:pull:7300.html">Re: [voidlinux/void-packages] New package: miredo-1.2.6 (#7300) (4 posts)</a>
</li><li><a href="./void-packages:pull:4853.html">Re: [voidlinux/void-packages] New package: mbpfan-1.9.1 (#4853) (17 posts)</a>
</li><li><a href="./void-runit:pull:64.html">Re: [voidlinux/void-runit] core-services/01-static-devnodes.sh:
Honour modprobe blacklists (#64) (9 posts)</a>
</li><li><a href="./void-packages:pull:4471.html">Re: [voidlinux/void-packages] New package: python-gunicorn-19.6.0
(#4471) (3 posts)</a>
</li><li><a href="./void-packages:pull:4090.html">Re: [voidlinux/void-packages] vivaldi: update to 1.1.453.47 (#4090) (4 posts)</a>
</li><li><a href="./void-packages:pull:11534.html">Re: [voidlinux/void-packages] wine: add x86_64 target with i686
support (#11534) (4 posts)</a>
</li><li><a href="./void-packages:commit:f39147b656d29c1f5e20efff64f165fe8af7cf68.html">Re: [voidlinux/void-packages] libdill: update to 2.4. (f39147b) (1 posts)</a>
</li><li><a href="./void-packages:issues:8942.html">Re: [voidlinux/void-packages] Wrapper for
go/rust/python/perl/etc-pkgs? (#8942) (3 posts)</a>
</li><li><a href="./void-packages:pull:4089.html">Re: [voidlinux/void-packages] New Package: libsass 3.3.6 (#4089) (6 posts)</a>
</li><li><a href="./void-packages:pull:6325.html">Re: [voidlinux/void-packages] New package: brother-brscan4-0.4.4
(#6325) (7 posts)</a>
</li><li><a href="./void-packages:pull:4104.html">Re: [voidlinux/void-packages] New Package: discord-canary-0.0.5
(#4104) (8 posts)</a>
</li><li><a href="./void-packages:pull:7915.html">Re: [voidlinux/void-packages] SDL2: add -rpath=/opt/vc/lib on rpi
archs (#7915) (7 posts)</a>
</li><li><a href="./void-packages:pull:12186.html">Re: [voidlinux/void-packages] fcitx (and depending pkgs): fix cross
compilation (#12186) (13 posts)</a>
</li><li><a href="./void-packages:pull:3494.html">Re: [voidlinux/void-packages] New package: rott-1.1.2 (#3494) (2 posts)</a>
</li><li><a href="./void-packages:pull:6773.html">[voidlinux/void-packages] Manual.md: clarify the maintainer field
(#6773) (11 posts)</a>
</li><li><a href="./void-packages:issues:5998.html">Re: [voidlinux/void-packages] qt5 needs to be patched to work with
libressl (#5998) (6 posts)</a>
</li><li><a href="./void-packages:pull:7979.html">Re: [voidlinux/void-packages] cups: include various fixes in order to
standardize the usage of cups (#7979) (5 posts)</a>
</li><li><a href="./void-packages:issues:6361.html">Re: [voidlinux/void-packages] Package request: Riot IM (#6361) (4 posts)</a>
</li><li><a href="./void-packages:pull:4888.html">Re: [voidlinux/void-packages] New package: volctl-0.4 (#4888) (3 posts)</a>
</li><li><a href="./void-packages:pull:4744.html">Re: [voidlinux/void-packages] New package: etckeeper-1.18.5 (#4744) (7 posts)</a>
</li><li><a href="./void-packages:pull:6585.html">Re: [voidlinux/void-packages] New package: kitty 2.6.1 (#6585) (15 posts)</a>
</li><li><a href="./void-packages:commit:37515986cabbf97d46a9259014c03fe362122d92.html">Re: [voidlinux/void-packages] nmon: update to 16d. (3751598) (3 posts)</a>
</li><li><a href="./void-packages:pull:11405.html">Re: [voidlinux/void-packages] New package: oomox-1.4.99 (#11405) (8 posts)</a>
</li><li><a href="./void-packages:issues:8483.html">Re: [voidlinux/void-packages] Chromium crashes (#8483) (4 posts)</a>
</li><li><a href="./void-packages:pull:5528.html">Re: [voidlinux/void-packages] New package: zcash-1.0.4 (#5528) (5 posts)</a>
</li><li><a href="./void-packages:pull:6499.html">Re: [voidlinux/void-packages] xbps-src: portability fixes (#6499) (4 posts)</a>
</li><li><a href="./void-packages:pull:4401.html">Re: [voidlinux/void-packages] New package: slstatus-1.0 (#4401) (2 posts)</a>
</li><li><a href="./void-packages:pull:3979.html">Re: [voidlinux/void-packages] Added lttng-ust and liburcu (#3979) (8 posts)</a>
</li><li><a href="./xbps:issues:240.html">Re: [voidlinux/xbps] Update fails: unresolvable shlib
`libicui18n.so.58' (#240) (6 posts)</a>
</li><li><a href="./void-packages:pull:4327.html">Re: [voidlinux/void-packages] libcaca: update source and add x11
driver. (#4327) (6 posts)</a>
</li><li><a href="./void-packages:pull:4966.html">Re: [voidlinux/void-packages] freetype: drop ultimate buildoption
(#4966) (3 posts)</a>
</li><li><a href="./void-packages:pull:3981.html">Re: [voidlinux/void-packages] New package: neomutt-20160404 (#3981) (10 posts)</a>
</li><li><a href="./void-packages:issues:12290.html">Re: [voidlinux/void-packages] Updating Void from older glibc (#12290) (7 posts)</a>
</li><li><a href="./void-packages:pull:7632.html">Re: [voidlinux/void-packages] New package: pepper-flash-27.0.0.130
(#7632) (4 posts)</a>
</li><li><a href="./void-packages:issues:4572.html">Re: [voidlinux/void-packages] Followup PIE Tracking Bug (#4572) (6 posts)</a>
</li><li><a href="./void-packages:pull:8573.html">Re: [voidlinux/void-packages] mixxx: remove duplicate dependency
(#8573) (3 posts)</a>
</li><li><a href="./void-packages:issues:5249.html">Re: [voidlinux/void-packages] chromium-pepper-flash : broken (#5249) (5 posts)</a>
</li><li><a href="./void-packages:pull:5944.html">Re: [voidlinux/void-packages] icu-58.2, libevent-2.1 revbumps and
firefox{,-esr}, thunderbird and chromium update (#5944) (7 posts)</a>
</li><li><a href="./void-packages:pull:13779.html">Re: [voidlinux/void-packages] openbox: add rounded corners build
option, fix homepage & distfiles. (#13779) (7 posts)</a>
</li><li><a href="./void-packages:pull:7422.html">Re: [voidlinux/void-packages] New package: cava-gui-0.5.0 (#7422) (10 posts)</a>
</li><li><a href="./void-packages:issues:7229.html">Re: [voidlinux/void-packages] xbps-remove "failed to remove directory
`/boot'" (#7229) (3 posts)</a>
</li><li><a href="./void-packages:issues:4994.html">Re: [voidlinux/void-packages] linux kernels + ccache (#4994) (3 posts)</a>
</li><li><a href="./void-packages:pull:8532.html">Re: [voidlinux/void-packages] gcompat: removed unneeded pre_build
function (#8532) (5 posts)</a>
</li><li><a href="./xbps:issues:280.html">Re: [voidlinux/xbps] Socks4/5 proxy not supported by xbps (#280) (2 posts)</a>
</li><li><a href="./void-packages:pull:4757.html">Re: [voidlinux/void-packages] libvpx: update to 1.6.0. (soname bump)
(#4757) (13 posts)</a>
</li><li><a href="./void-packages:pull:6243.html">Re: [voidlinux/void-packages] octoxbps: don't use --force (#6243) (6 posts)</a>
</li><li><a href="./void-packages:issues:6046.html">Re: [voidlinux/void-packages] arm repo Transaction aborted due to
unresolved shlibs (#6046) (2 posts)</a>
</li><li><a href="./void-packages:pull:9522.html">Re: [voidlinux/void-packages] Go build style (#9522) (2 posts)</a>
</li><li><a href="./void-packages:issues:4762.html">Re: [voidlinux/void-packages] $pkgname.googlecode.com dowload
locations failing (#4762) (2 posts)</a>
</li><li><a href="./void-packages:pull:5650.html">Re: [voidlinux/void-packages] sigil: add necessary python3 dependency
(#5650) (11 posts)</a>
</li><li><a href="./void-packages:issues:4668.html">Re: [voidlinux/void-packages] ZFS broken on armv7 (#4668) (2 posts)</a>
</li><li><a href="./void-packages:pull:13981.html">Re: [voidlinux/void-packages] glibc: update to 2.27. (#13981) (2 posts)</a>
</li><li><a href="./void-packages:pull:9990.html">Re: [voidlinux/void-packages] libedit-devel: avoid conflict with
readline-devel (#9990) (5 posts)</a>
</li><li><a href="./void-packages:issues:7521.html">Re: [voidlinux/void-packages] Python-3.6.2_1 update doesn't establish
/usr/bin/python3 symlink to python3.6 (#7521) (4 posts)</a>
</li><li><a href="./void-packages:pull:7507.html">Re: [voidlinux/void-packages] New package: mozc-2.20.2677.102 (#7507) (4 posts)</a>
</li><li><a href="./void-packages:pull:5554.html">Re: [voidlinux/void-packages] [WIP] New package: vimpager-2.06
(#5554) (8 posts)</a>
</li><li><a href="./void-packages:issues:7307.html">Re: [voidlinux/void-packages] glibc-2.26 breakage (#7307) (7 posts)</a>
</li><li><a href="./void-packages:issues:5279.html">Re: [voidlinux/void-packages] Package "gdb": unresolvable shlib
`libreadline.so.6' (#5279) (2 posts)</a>
</li><li><a href="./void-packages:pull:4751.html">Re: [voidlinux/void-packages] Astroid (#4751) (7 posts)</a>
</li><li><a href="./void-packages:pull:4363.html">Re: [voidlinux/void-packages] New package: trojita-0.7 (#4363) (6 posts)</a>
</li><li><a href="./void-packages:pull:6695.html">Re: [voidlinux/void-packages] ModemManager: remove duplicate
libqmi-devel (#6695) (2 posts)</a>
</li><li><a href="./void-packages:pull:6239.html">Re: [voidlinux/void-packages] New package: sgfutils-0.25 (#6239) (2 posts)</a>
</li><li><a href="./void-packages:pull:5658.html">Re: [voidlinux/void-packages] nfs-utils: add start-statd replacement
(#5658) (2 posts)</a>
</li><li><a href="./xbps:issues:197.html">Re: [voidlinux/xbps] [RFC] Hooks (#197) (4 posts)</a>
</li><li><a href="./void-packages:issues:5657.html">Re: [voidlinux/void-packages] nfs-utils: start-statd runs with
/bin/sh but needs /bin/bash (#5657) (2 posts)</a>
</li><li><a href="./void-packages:pull:4448.html">Re: [voidlinux/void-packages] New package: stella-4.7.2 (#4448) (4 posts)</a>
</li><li><a href="./xbps:pull:207.html">Re: [voidlinux/xbps] xbps-uchroot and xbps-uunshare usability
improvements (#207) (2 posts)</a>
</li><li><a href="./void-packages:pull:12766.html">Re: [voidlinux/void-packages] android-studio: fix dependency conflict
(#12766) (16 posts)</a>
</li><li><a href="./void-packages:pull:11622.html">Re: [voidlinux/void-packages] dropbear service add conf options
(#11622) (2 posts)</a>
</li><li><a href="./void-packages:issues:7614.html">Re: [voidlinux/void-packages] dmenu-4.7 doesn't allow cyrillic input
(#7614) (3 posts)</a>
</li><li><a href="./void-packages:pull:13019.html">Re: [voidlinux/void-packages] lowdown: fix musl compilation (#13019) (2 posts)</a>
</li><li><a href="./void-packages:issues:6023.html">Re: [voidlinux/void-packages] Tracking issue: Python 3.6 (#6023) (5 posts)</a>
</li><li><a href="./void-packages:pull:6491.html">Re: [voidlinux/void-packages] phpMyAdmin: update to 4.7.0 (#6491) (2 posts)</a>
</li><li><a href="./void-packages:pull:14023.html">Re: [voidlinux/void-packages] common: show value of nocross when it
is set. (#14023) (3 posts)</a>
</li><li><a href="./void-packages:pull:4364.html">Re: [voidlinux/void-packages] Spotify hotfix (#4364) (7 posts)</a>
</li><li><a href="./void-packages:issues:3078.html">Re: [voidlinux/void-packages] Package Request: btpd,lel (#3078) (3 posts)</a>
</li><li><a href="./void-packages:issues:6225.html">Re: [voidlinux/void-packages] vkpurge not working on arm (rpi)
(#6225) (2 posts)</a>
</li><li><a href="./void-packages:pull:7299.html">Re: [voidlinux/void-packages] ranger: add python 3 version (#7299) (5 posts)</a>
</li><li><a href="./void-packages:issues:5692.html">Re: [voidlinux/void-packages] moc: unable to start (#5692) (2 posts)</a>
</li><li><a href="./void-packages:pull:7120.html">Re: [voidlinux/void-packages] New package: anbox-0.0.0.20170714
(#7120) (7 posts)</a>
</li><li><a href="./void-packages:issues:5502.html">Re: [voidlinux/void-packages] Package request: open-vm-tools (#5502) (7 posts)</a>
</li><li><a href="./void-packages:issues:7461.html">Re: [voidlinux/void-packages] Firefox 55 on Musl X64 [Click on
login/pass field crashs the tab] (#7461) (7 posts)</a>
</li><li><a href="./void-packages:issues:3829.html">Re: [voidlinux/void-packages] freetype with infinality flag fails to
build (xbps-src) (#3829) (8 posts)</a>
</li><li><a href="./xbps:pull:242.html">Re: [voidlinux/xbps] bin/xbps-query: exit 1 if --ownedby has no
result (#242) (2 posts)</a>
</li><li><a href="./void-packages:pull:4517.html">Re: [voidlinux/void-packages] new package: discogs_client-2.2.0
(#4517) (8 posts)</a>
</li><li><a href="./void-packages:pull:4596.html">Re: [voidlinux/void-packages] ldb: update to 1.1.27 (#4596) (4 posts)</a>
</li><li><a href="./void-packages:pull:6642.html">Re: [voidlinux/void-packages] Quotes not needed. (#6642) (1 posts)</a>
</li><li><a href="./void-packages:pull:5168.html">Re: [voidlinux/void-packages] efibootmgr: make modifying of boot
records optional, disabled by default. (#5168) (2 posts)</a>
</li><li><a href="./void-packages:pull:6070.html">Re: [voidlinux/void-packages] surf: updated to 2.0 (#6070) (5 posts)</a>
</li><li><a href="./void-packages:pull:4383.html">Re: [voidlinux/void-packages] nginx: update to 1.10.1. (#4383) (3 posts)</a>
</li><li><a href="./void-packages:issues:10008.html">Re: [voidlinux/void-packages] Wine tools for cross-compiling (#10008) (1 posts)</a>
</li><li><a href="./void-packages:pull:7219.html">Re: [voidlinux/void-packages] more: replace with less (#7219) (4 posts)</a>
</li><li><a href="./xbps:issues:229.html">Re: [voidlinux/xbps] void repository archives are not available
(#229) (2 posts)</a>
</li><li><a href="./void-packages:issues:8184.html">Re: [voidlinux/void-packages] youtube-viewer-3.3.1_1 on Raspberry Pi
B+ SSLeay.c: loadable library and perl binaries are mismatched (got handshake
key 0x9300080, needed 0x9000080) (#8184) (4 posts)</a>
</li><li><a href="./void-packages:pull:9815.html">Re: [voidlinux/void-packages] mpv: add sndio support (#9815) (1 posts)</a>
</li><li><a href="./void-packages:pull:4641.html">Re: [voidlinux/void-packages] mysql: update to 5.7.14 (#4641) (1 posts)</a>
</li><li><a href="./void-packages:pull:13947.html">Re: [voidlinux/void-packages] Texlive2018 (#13947) (4 posts)</a>
</li><li><a href="./xbps:issues:232.html">Re: [voidlinux/xbps] xbps-query suddenly needs root permissions
(#232) (8 posts)</a>
</li><li><a href="./void-packages:pull:9147.html">Re: [voidlinux/void-packages] alpine: fix distfiles (#9147) (1 posts)</a>
</li><li><a href="./void-packages:issues:475.html">Re: [voidlinux/void-packages] rxvt-unicode: build options
"gdk_pixbuf,~perl" does not compile (#475) (2 posts)</a>
</li><li><a href="./xbps:pull:192.html">Re: [voidlinux/xbps] xbps-remove: fix --dry-run for --clean-cache
(#192) (8 posts)</a>
</li><li><a href="./void-packages:pull:7838.html">Re: [voidlinux/void-packages] btrfs-progs: update to 4.13.1. (#7838) (4 posts)</a>
</li><li><a href="./void-packages:issues:5924.html">Re: [voidlinux/void-packages] repo: zombie packages (#5924) (4 posts)</a>
</li><li><a href="./void-packages:pull:11999.html">Re: [voidlinux/void-packages] mc: switch ncurses to slang, add mksh
support patch (#11999) (4 posts)</a>
</li><li><a href="./void-packages:issues:4018.html">Re: [voidlinux/void-packages] lxc-2.0.0_1.x86_64 and
liblxc-2.0.0_1.x86_64 stopped working (#4018) (2 posts)</a>
</li><li><a href="./void-packages:commit:a05b01e6c3abddd91e329e02dd038a525c3ea3aa.html">Re: [voidlinux/void-packages] cinnamon-screensaver: update to 3.2.12.
(a05b01e) (4 posts)</a>
</li><li><a href="./void-packages:pull:10473.html">Re: [voidlinux/void-packages] linux4.14: follows kspp advised configs
(#10473) (7 posts)</a>
</li><li><a href="./void-packages:issues:7773.html">Re: [voidlinux/void-packages] libcryptopp.so.5.6 symlink missing at
musl system (#7773) (1 posts)</a>
</li><li><a href="./void-packages:pull:9201.html">Re: [voidlinux/void-packages] refind: support for x86_64-musl arch
(#9201) (2 posts)</a>
</li><li><a href="./void-packages:pull:3945.html">Re: [voidlinux/void-packages] mopidy: update to 2.0.0 (#3945) (4 posts)</a>
</li><li><a href="./void-packages:issues:4480.html">Re: [voidlinux/void-packages] Error while configuring python-2.7
(#4480) (2 posts)</a>
</li><li><a href="./void-packages:pull:10542.html">Re: [voidlinux/void-packages] linux4.14: enable gcc plugins (#10542) (7 posts)</a>
</li><li><a href="./void-packages:pull:6382.html">Re: [voidlinux/void-packages] vidcutter: distfile checksum changed
(#6382) (2 posts)</a>
</li><li><a href="./xbps:issues:233.html">Re: [voidlinux/xbps] strange 'preserve' keyword behavior in MUSL
(#233) (4 posts)</a>
</li><li><a href="./void-packages:pull:5118.html">Re: [voidlinux/void-packages] xorg-server: enable security extension
(#5118) (5 posts)</a>
</li><li><a href="./void-packages:issues:5280.html">Re: [voidlinux/void-packages] Gdb again (please don't block me, it's
genuine!) (#5280) (2 posts)</a>
</li><li><a href="./void-packages:issues:7350.html">Re: [voidlinux/void-packages] Firefox 55 crash on x86_64-musl
(Multiprocess Problem) (#7350) (1 posts)</a>
</li><li><a href="./void-packages:pull:11393.html">Re: [voidlinux/void-packages] New package: sir-3.2 (#11393) (4 posts)</a>
</li><li><a href="./void-packages:issues:8897.html">Re: [voidlinux/void-packages] package intel-ucode fails to place file
on /boot (#8897) (1 posts)</a>
</li><li><a href="./void-packages:pull:9995.html">[voidlinux/void-packages] chromium-widevine: update to 63.0.3239.84
(#9995) (4 posts)</a>
</li><li><a href="./void-packages:pull:5281.html">Re: [voidlinux/void-packages] New package: attract (#5281) (12 posts)</a>
</li><li><a href="./void-packages:pull:7639.html">Re: [voidlinux/void-packages] libcaca: add (optional) support for
imlib2 (#7639) (3 posts)</a>
</li><li><a href="./void-packages:issues:9745.html">Re: [voidlinux/void-packages] Chromium missing valuable security
patches (#9745) (1 posts)</a>
</li><li><a href="./void-packages:pull:5841.html">Re: [voidlinux/void-packages] Libevent 2.1 (#5841) (4 posts)</a>
</li><li><a href="./void-packages:pull:6854.html">Re: [voidlinux/void-packages] New package: dot-xsession-0.1-1.
(#6854) (5 posts)</a>
</li><li><a href="./void-packages:issues:7657.html">[voidlinux/void-packages] Replace caddy with wedge in light of
caddy's new EULA (#7657) (6 posts)</a>
</li><li><a href="./void-packages:issues:14930.html">Re: [voidlinux/void-packages] Since Microsoft bought Github, consider
migrating to Gitlab (#14930) (2 posts)</a>
</li><li><a href="./void-packages:issues:3208.html">Re: [voidlinux/void-packages] Package Request: Visual Studio Code
(#3208) (4 posts)</a>
</li><li><a href="./void-packages:pull:4630.html">Re: [voidlinux/void-packages] New package: cmst-2016.04.03 (#4630) (2 posts)</a>
</li><li><a href="./void-packages:pull:10779.html">Re: [voidlinux/void-packages] sxiv: add support for compile-time
config file (#10779) (2 posts)</a>
</li><li><a href="./xbps:issues:203.html">Re: [voidlinux/xbps] xbps-uchroot: tries to interpret options in
cmdargs as its own (#203) (3 posts)</a>
</li><li><a href="./void-packages:issues:5453.html">Re: [voidlinux/void-packages] Linux command line Grub 2.02~beta3_3
adds slub_debug=P page_poison=1 (#5453) (2 posts)</a>
</li><li><a href="./void-packages:commit:de1b88fcc883668d958de7dcccd67061940fb3c6.html">Re: [voidlinux/void-packages] firefox: fk flash give me a working
firefox with musl (de1b88f) (1 posts)</a>
</li><li><a href="./xbps:issues:177.html">Re: [voidlinux/xbps] v0.51 not buildable, master (v0.52) does not
fetch (#177) (3 posts)</a>
</li><li><a href="./void-packages:issues:1897.html">Re: [voidlinux/void-packages] pavucontrol seg faults on start.
(#1897) (1 posts)</a>
</li><li><a href="./void-packages:pull:11729.html">Re: [voidlinux/void-packages] New Package: telegram-desktop and
dependencies (#11729) (7 posts)</a>
</li><li><a href="./void-packages:pull:13461.html">Re: [voidlinux/void-packages] New package: i7z-0.28 (#13461) (3 posts)</a>
</li><li><a href="./void-packages:issues:5495.html">Re: [voidlinux/void-packages] chromium for arm: cross-build fails
(#5495) (6 posts)</a>
</li><li><a href="./void-packages:pull:4826.html">Re: [voidlinux/void-packages] New package: tup-0.7.5 (#4826) (8 posts)</a>
</li><li><a href="./void-packages:pull:10893.html">Re: [voidlinux/void-packages] opensmtpd: update to 6.0.3p1. (#10893) (1 posts)</a>
</li><li><a href="./void-packages:pull:5883.html">Re: [voidlinux/void-packages] New package: spt-0.4 (#5883) (6 posts)</a>
</li><li><a href="./void-packages:pull:6786.html">Re: [voidlinux/void-packages] xbps-src: Make update-check return a
meaningful exit status. (#6786) (1 posts)</a>
</li><li><a href="./void-packages:pull:4957.html">Re: [voidlinux/void-packages] KF5 additional packages (#4957) (3 posts)</a>
</li><li><a href="./void-packages:pull:5747.html">Re: [voidlinux/void-packages] Add a install message for bluetooth
(#5747) (7 posts)</a>
</li><li><a href="./void-packages:pull:13462.html">Re: [voidlinux/void-packages] slock: add config.h support (#13462) (2 posts)</a>
</li><li><a href="./xbps:issues:220.html">Re: [voidlinux/xbps] Updating python-requests fails with "[unpack]
failed to extract file [...]: Directory not empty" (#220) (4 posts)</a>
</li><li><a href="./xbps:issues:282.html">Re: [voidlinux/xbps] xbps-install: No such file or directory (#282) (2 posts)</a>
</li><li><a href="./void-packages:pull:13834.html">Re: [voidlinux/void-packages] Fix xtools template (#13834) (4 posts)</a>
</li><li><a href="./void-packages:issues:4682.html">Re: [voidlinux/void-packages] Errors in chromium (#4682) (2 posts)</a>
</li><li><a href="./void-packages:pull:5427.html">Re: [voidlinux/void-packages] Xfce4-whiskermenu-plugin: update to
2.0.3 (#5427) (4 posts)</a>
</li><li><a href="./void-packages:issues:6036.html">Re: [voidlinux/void-packages] fish_update_completions broken? (#6036) (3 posts)</a>
</li><li><a href="./void-packages:issues:7137.html">Re: [voidlinux/void-packages] Package update: chromium (#7137) (2 posts)</a>
</li><li><a href="./void-packages:pull:6419.html">Re: [voidlinux/void-packages] base-files: update to 0.140 (#6419) (2 posts)</a>
</li><li><a href="./void-packages:pull:4476.html">Re: [voidlinux/void-packages] New package: variety-0.6.0 (#4476) (8 posts)</a>
</li><li><a href="./void-packages:pull:5649.html">Re: [voidlinux/void-packages] cups: build with gssapi support (#5649) (5 posts)</a>
</li><li><a href="./void-packages:pull:4365.html">Re: [voidlinux/void-packages] nvidia: update to 367.27. (#4365) (1 posts)</a>
</li><li><a href="./void-packages:issues:5071.html">Re: [voidlinux/void-packages]
https://build.voidlinux.eu/builders/x86_64-musl_builder hosed (#5071) (2 posts)</a>
</li><li><a href="./void-packages:pull:7160.html">Re: [voidlinux/void-packages] kernel-libc-headers: ship
linux/dma-buf.h (#7160) (1 posts)</a>
</li><li><a href="./void-packages:pull:6641.html">Re: [voidlinux/void-packages] Quotes not needed. (#6641) (1 posts)</a>
</li><li><a href="./void-packages:issues:4993.html">Re: [voidlinux/void-packages] dracut: allow busybox as alternative to
bash (#4993) (4 posts)</a>
</li><li><a href="./xbps:pull:214.html">Re: [voidlinux/xbps] Added -P and -u formatting options. Unified
commit (#214) (13 posts)</a>
</li><li><a href="./void-packages:pull:5363.html">Re: [voidlinux/void-packages] New package: namecoin-0.13.99 (#5363) (2 posts)</a>
</li><li><a href="./void-packages:pull:14435.html">Re: [voidlinux/void-packages] dash: update to 0.5.10.1. (#14435) (4 posts)</a>
</li><li><a href="./void-packages:issues:6353.html">Re: [voidlinux/void-packages] Ksh and mksh name conflict (#6353) (1 posts)</a>
</li><li><a href="./xbps:pull:246.html">Re: [voidlinux/xbps] lib/package_unpack.c: verify signed pkgver
matches (#246) (2 posts)</a>
</li><li><a href="./void-mklive:pull:168.html">=?UTF-8?Q?Re:_[voidlinux/void-mklive]_mklive.sh:_simplify_finding?=
=?UTF-8?Q?_KERNELVERSION_by_searching_after_=22$ROOTFS=E2=80=A6_=28#168=29?= (4 posts)</a>
</li><li><a href="./void-packages:pull:4184.html">Re: [voidlinux/void-packages] etc/repos-remote.conf: add correct
location for repo3 and repo4 (#4184) (1 posts)</a>
</li><li><a href="./void-packages:pull:13264.html">Re: [voidlinux/void-packages] luarocks: update to 2.4.2 (#13264) (1 posts)</a>
</li><li><a href="./void-packages:pull:8318.html">Re: [voidlinux/void-packages] New package: vk-messenger (#8318) (3 posts)</a>
</li><li><a href="./void-packages:pull:7971.html">Re: [voidlinux/void-packages] Firefox 56 (#7971) (1 posts)</a>
</li><li><a href="./xbps:pull:196.html">Re: [voidlinux/xbps] xbps-uchroot: umount chroot mounts (#196) (2 posts)</a>
</li><li><a href="./void-packages:pull:2676.html">Re: [voidlinux/void-packages] Linphone (#2676) (1 posts)</a>
</li><li><a href="./void-packages:pull:5784.html">Re: [voidlinux/void-packages] New package: python-gitlab-0.18 (#5784) (5 posts)</a>
</li><li><a href="./void-packages:issues:6291.html">Re: [voidlinux/void-packages] Package Request: giada (#6291) (1 posts)</a>
</li><li><a href="./void-packages:commit:0bfa4992c50871c37e9014175418a039bba5d639.html">Re: [voidlinux/void-packages] nginx: fix arm builds (0bfa499) (1 posts)</a>
</li><li><a href="./void-packages:pull:6059.html">Re: [voidlinux/void-packages] buku: add missing dependency
python3-requests (#6059) (2 posts)</a>
</li><li><a href="./void-packages:pull:5501.html">Re: [voidlinux/void-packages] libressl: add patch for CVE-2016-7056
(#5501) (2 posts)</a>
</li><li><a href="./void-packages:pull:6312.html">Re: [voidlinux/void-packages] New package: mate-calc (#6312) (3 posts)</a>
</li><li><a href="./void-packages:issues:7443.html">Re: [voidlinux/void-packages] *-musl builders need to be scrubbed
(#7443) (3 posts)</a>
</li><li><a href="./void-packages:pull:10895.html">Re: [voidlinux/void-packages] sudo: update to 1.8.22. (#10895) (1 posts)</a>
</li><li><a href="./void-packages:pull:13521.html">Re: [voidlinux/void-packages] New package: hunspell-da_DK-2.3_1
(#13521) (2 posts)</a>
</li><li><a href="./xbps:issues:244.html">Re: [voidlinux/xbps] Maybe we need a place for old-version-xbps
(#244) (3 posts)</a>
</li><li><a href="./void-packages:issues:6955.html">Re: [voidlinux/void-packages] firefox: incorrect nss depends version
(#6955) (1 posts)</a>
</li><li><a href="./void-packages:pull:11836.html">[voidlinux/void-packages] firejail: unbreak aarch64 / disable seccomp
only for cross (#11836) (2 posts)</a>
</li><li><a href="./void-packages:issues:4829.html">Re: [voidlinux/void-packages] findutils updatedb gfind and find -
high CPU usage on BTRFS (#4829) (3 posts)</a>
</li><li><a href="./void-packages:pull:7698.html">Re: [voidlinux/void-packages] New package: numix-gtk-theme-2.6.6
(#7698) (5 posts)</a>
</li><li><a href="./void-packages:commit:377c69ebfb510320d2446d4f397141bd7abd5744.html">Re: [voidlinux/void-packages] drawterm: update to 0.0.20170121
(377c69e) (2 posts)</a>
</li><li><a href="./xbps:pull:191.html">Re: [voidlinux/xbps] lib/fetch: add socks5 support (#191) (4 posts)</a>
</li><li><a href="./void-packages:issues:9642.html">Re: [voidlinux/void-packages] gst-plugins-bad1: needs to update
common/shlibs (#9642) (2 posts)</a>
</li><li><a href="./void-packages:issues:11043.html">Re: [voidlinux/void-packages] Firefox does not play sound via ALSA
(#11043) (1 posts)</a>
</li><li><a href="./void-packages:issues:3639.html">Re: [voidlinux/void-packages] subversion-perl missing for git-svn and
git-all on armv7 (#3639) (1 posts)</a>
</li><li><a href="./void-packages:pull:4655.html">Re: [voidlinux/void-packages] [WIP] Firefox 48.0.1 (#4655) (3 posts)</a>
</li><li><a href="./void-packages:issues:6692.html">Re: [voidlinux/void-packages] Audacity: build failure (#6692) (1 posts)</a>
</li><li><a href="./void-packages:pull:7471.html">Re: [voidlinux/void-packages] New package: emacs-ess-16.10 (#7471) (2 posts)</a>
</li><li><a href="./void-packages:pull:8094.html">Re: [voidlinux/void-packages] volumeicon: add GTK2 version (#8094) (5 posts)</a>
</li><li><a href="./void-packages:pull:7370.html">Re: [voidlinux/void-packages] New package: gftp-2.0.19 (#7370) (1 posts)</a>
</li><li><a href="./void-packages:pull:11191.html">Re: [voidlinux/void-packages] qt5: update to 5.10.1 (#11191) (3 posts)</a>
</li><li><a href="./void-packages:pull:5008.html">Re: [voidlinux/void-packages] New package: acoustibrainz-client
(#5008) (4 posts)</a>
</li><li><a href="./void-packages:issues:6386.html">Re: [voidlinux/void-packages] wpa_supplicant should depend on crda
package (#6386) (2 posts)</a>
</li><li><a href="./void-packages:pull:4745.html">Re: [voidlinux/void-packages] New package: oksh-0.5.9 (#4745) (1 posts)</a>
</li><li><a href="./void-packages:pull:6218.html">Re: [voidlinux/void-packages] weston: add egl patches (#6218) (2 posts)</a>
</li><li><a href="./void-packages:pull:5461.html">Re: [voidlinux/void-packages] New package: monero-0.10.1 (#5461) (2 posts)</a>
</li><li><a href="./void-packages:pull:4599.html">Re: [voidlinux/void-packages] python-Django: update to 1.10 (#4599) (3 posts)</a>
</li><li><a href="./void-packages:issues:6523.html">Re: [voidlinux/void-packages] Trouble with Helvatica font in
xorg-fonts package (#6523) (4 posts)</a>
</li><li><a href="./void-packages:pull:7286.html">Re: [voidlinux/void-packages] opencv: update to 3.3.0 (#7286) (3 posts)</a>
</li><li><a href="./xbps:pull:206.html">Re: [voidlinux/xbps] fix some some memory leaks (#206) (1 posts)</a>
</li><li><a href="./void-packages:issues:5708.html">Re: [voidlinux/void-packages] bind not start with glibc2.25 (#5708) (2 posts)</a>
</li><li><a href="./void-packages:pull:4157.html">Re: [voidlinux/void-packages] mongodb: build with mmapv1 suport for
arm32 (#4157) (3 posts)</a>
</li><li><a href="./void-packages:pull:8256.html">Re: [voidlinux/void-packages] wine: add x86_64 target (#8256) (5 posts)</a>
</li><li><a href="./void-packages:issues:2722.html">Re: [voidlinux/void-packages] pafy/youtube-dl: unable to find moduel
youtube_dl (#2722) (1 posts)</a>
</li><li><a href="./void-packages:issues:6314.html">Re: [voidlinux/void-packages] Package Request: Syncthing service
(#6314) (3 posts)</a>
</li><li><a href="./void-packages:commit:902807f15e1fd125b52d99624fbcf6309ecc648a.html">Re: [voidlinux/void-packages] <various>: reassign package ownership
from kulinacs to maldridge (902807f) (2 posts)</a>
</li><li><a href="./void-packages:pull:5581.html">Re: [voidlinux/void-packages] elfutils: update to 0.168. (#5581) (1 posts)</a>
</li><li><a href="./void-packages:pull:9189.html">Re: [voidlinux/void-packages] firefox: update to 57.0. (#9189) (2 posts)</a>
</li><li><a href="./void-packages:issues:7678.html">Re: [voidlinux/void-packages] Why Google Chrome and Slack are
restricted? (#7678) (1 posts)</a>
</li><li><a href="./void-packages:pull:9447.html">Re: [voidlinux/void-packages] prosody: fix musl (#9447) (1 posts)</a>
</li><li><a href="./void-packages:pull:5182.html">Re: [voidlinux/void-packages] chromium: update to 54.0.2840.100.
(#5182) (5 posts)</a>
</li><li><a href="./void-packages:pull:6323.html">Re: [voidlinux/void-packages] New package: udftools-1.3 (#6323) (1 posts)</a>
</li><li><a href="./void-packages:pull:4676.html">Re: [voidlinux/void-packages] New package: avogadro-1.2.0 (#4676) (2 posts)</a>
</li><li><a href="./void-packages:pull:14316.html">Re: [voidlinux/void-packages] mate-settings-daemon: add pulseaudio
build option, fix license. (#14316) (1 posts)</a>
</li><li><a href="./void-packages:pull:12296.html">Re: [voidlinux/void-packages] New package: virtualbox-addons
(nonfree). (#12296) (3 posts)</a>
</li><li><a href="./void-packages:pull:7459.html">Re: [voidlinux/void-packages] texstudio: fix checksum + template
cleanup (#7459) (1 posts)</a>
</li><li><a href="./void-packages:issues:6405.html">Re: [voidlinux/void-packages] Package Request: Wire Messenger (#6405) (3 posts)</a>
</li><li><a href="./void-packages:issues:12152.html">Re: [voidlinux/void-packages] poppler-qt4 no longer available with
poppler-0.62 / removing kde4 (#12152) (4 posts)</a>
</li><li><a href="./void-runit:pull:65.html">Re: [voidlinux/void-runit] Add vlogger(8) (#65) (11 posts)</a>
</li><li><a href="./void-packages:issues:13225.html">Re: [voidlinux/void-packages] Reenable browser integration in the
binary package of keepassxc (#13225) (1 posts)</a>
</li><li><a href="./void-packages:pull:7427.html">Re: [voidlinux/void-packages] gcc: update to 7.2.0 (#7427) (4 posts)</a>
</li><li><a href="./void-packages:commit:68dad8f21b4875655021c8896f98d9c6229670b0.html">Re: [voidlinux/void-packages] New package: mp3val-0.1.8 (68dad8f) (1 posts)</a>
</li><li><a href="./void-packages:issues:4337.html">Re: [voidlinux/void-packages] Difficulties trying different grafix
drivers (#4337) (2 posts)</a>
</li><li><a href="./void-packages:issues:4039.html">Re: [voidlinux/void-packages] php: crypt() segfaults on musl (#4039) (1 posts)</a>
</li><li><a href="./void-packages:pull:9166.html">Re: [voidlinux/void-packages] harfbuzz: update to 1.7.1. (#9166) (2 posts)</a>
</li><li><a href="./void-packages:pull:5371.html">Re: [voidlinux/void-packages] New package: ncdns-0.0.2 (#5371) (2 posts)</a>
</li><li><a href="./xbps:issues:283.html">Re: [voidlinux/xbps] youtube-dl-2018.05.01_1 not found during update
(#283) (1 posts)</a>
</li><li><a href="./void-packages:pull:13555.html">Re: [voidlinux/void-packages] New package: editorconfig-0.12.2
(#13555) (1 posts)</a>
</li><li><a href="./void-packages:issues:13538.html">Re: [voidlinux/void-packages] adobe-flash-plugin's download URL is
broken. (#13538) (2 posts)</a>
</li><li><a href="./void-packages:issues:6746.html">Re: [voidlinux/void-packages] Firefox 54 on x86_64-musl (#6746) (2 posts)</a>
</li><li><a href="./void-packages:pull:7331.html">Re: [voidlinux/void-packages] geomyidae: update to 0.28. (#7331) (3 posts)</a>
</li><li><a href="./void-packages:pull:9893.html">Re: [voidlinux/void-packages] Updated pkg version/release url (#9893) (2 posts)</a>
</li><li><a href="./void-runit:pull:55.html">Re: [voidlinux/void-runit] Take /etc/fstab into account when mounting
pseudo filesystems. (#55) (11 posts)</a>
</li><li><a href="./void-packages:issues:5770.html">Re: [voidlinux/void-packages] RFC: New template variable for listing
directories with patches (#5770) (3 posts)</a>
</li><li><a href="./void-packages:pull:5078.html">Re: [voidlinux/void-packages] New package: tinyssh-20160812 (#5078) (1 posts)</a>
</li><li><a href="./void-packages:pull:6640.html">Re: [voidlinux/void-packages] Quotes not needed. (#6640) (3 posts)</a>
</li><li><a href="./void-packages:commit:a09bb9cd0d98b4a0d7f8fa594e96ff4c77d15a5a.html">Re: [voidlinux/void-packages] spotify: update to 1.0.26. (a09bb9c) (2 posts)</a>
</li><li><a href="./void-packages:issues:13940.html">Re: [voidlinux/void-packages] dracut-047_4 for i686 is missing
(#13940) (3 posts)</a>
</li><li><a href="./void-packages:pull:4279.html">[voidlinux/void-packages] syncthing: add syncthing-relaysrv subpkg
(#4279) (2 posts)</a>
</li><li><a href="./void-packages:issues:4144.html">Re: [voidlinux/void-packages] Package request: Teamspeak (#4144) (1 posts)</a>
</li><li><a href="./void-packages:pull:14632.html">Re: [voidlinux/void-packages] libbsd: update to 0.9.0. (#14632) (1 posts)</a>
</li><li><a href="./void-packages:issues:3909.html">Re: [voidlinux/void-packages] Third party package managers should
install their packages to /usr/local (#3909) (1 posts)</a>
</li><li><a href="./void-packages:pull:4443.html">Re: [voidlinux/void-packages] nano: remove GNU in description (#4443) (1 posts)</a>
</li><li><a href="./void-packages:pull:4514.html">Re: [voidlinux/void-packages] chroot-git: update to 2.9.2 (#4514) (2 posts)</a>
</li><li><a href="./void-packages:issues:6020.html">Re: [voidlinux/void-packages] package request: VMWare Workstation
(#6020) (2 posts)</a>
</li><li><a href="./void-packages:issues:4031.html">Re: [voidlinux/void-packages] pd: audio broken (#4031) (1 posts)</a>
</li><li><a href="./void-packages:pull:9474.html">Re: [voidlinux/void-packages] cdetect: update to 0.4. (#9474) (1 posts)</a>
</li><li><a href="./void-packages:pull:7652.html">Re: [voidlinux/void-packages] libdockapp: Corrected incorrect entry
in shlibs (#7652) (1 posts)</a>
</li><li><a href="./void-packages:pull:4060.html">[voidlinux/void-packages] Miniupnpc (#4060) (3 posts)</a>
</li><li><a href="./void-packages:commit:4b021ae581f958812b56dbac3b95057823f55105.html">Re: [voidlinux/void-packages] New package: umurmur-0.2.16a (4b021ae) (3 posts)</a>
</li><li><a href="./void-packages:pull:4871.html">Re: [voidlinux/void-packages] New package: shgreeter (#4871) (2 posts)</a>
</li><li><a href="./void-packages:issues:954.html">Re: [voidlinux/void-packages] [wicd] Unable to configure wireless
network (#954) (1 posts)</a>
</li><li><a href="./void-packages:pull:4945.html">[voidlinux/void-packages] Manual.md: Clarify the role of
{{host,}make,}depends (#4945) (2 posts)</a>
</li><li><a href="./void-packages:issues:5723.html">Re: [voidlinux/void-packages] rpi-kernel-headers: wrong arch for
scripts (#5723) (2 posts)</a>
</li><li><a href="./void-packages:commit:02beafcba8c6b5207095e8c3b3e6f0559e4f04ad.html">Re: [voidlinux/void-packages] bind: add getpid() to the seccomp
whitelist (02beafc) (1 posts)</a>
</li><li><a href="./void-packages:issues:9367.html">Re: [voidlinux/void-packages] Package issue: gcompat 0.1.0_1 (#9367) (1 posts)</a>
</li><li><a href="./void-packages:pull:8304.html">Re: [voidlinux/void-packages] xbps-src: add etc/xbps.conf for extra
xbps options (#8304) (1 posts)</a>
</li><li><a href="./void-packages:issues:4608.html">Re: [voidlinux/void-packages] valgrind: the helgrind tool seems
broken on Void (#4608) (2 posts)</a>
</li><li><a href="./void-packages:pull:7654.html">Re: [voidlinux/void-packages] New package: ghostwriter-1.5.0 (#7654) (1 posts)</a>
</li><li><a href="./void-packages:pull:4402.html">Re: [voidlinux/void-packages] New package: python-pygame-1.9.1
(#4402) (2 posts)</a>
</li><li><a href="./void-packages:pull:5869.html">Re: [voidlinux/void-packages] base-files: fix vkpurge rm installed
check (#5869) (2 posts)</a>
</li><li><a href="./void-packages:pull:5161.html">Re: [voidlinux/void-packages] lemonbuddy: update to 2.2.5 (#5161) (1 posts)</a>
</li><li><a href="./void-packages:pull:4488.html">Re: [voidlinux/void-packages] New package: apache-tomcat-8.5.4
(#4488) (2 posts)</a>
</li><li><a href="./void-packages:pull:4413.html">Re: [voidlinux/void-packages] New package: albert-0.8.10 (#4413) (1 posts)</a>
</li><li><a href="./void-packages:issues:2939.html">Re: [voidlinux/void-packages] xbps-alternatives: man sh keeps
displaying dash.1 (#2939) (1 posts)</a>
</li><li><a href="./void-packages:issues:4792.html">Re: [voidlinux/void-packages] dracut-network depends on dhclient
(#4792) (1 posts)</a>
</li><li><a href="./void-packages:pull:11168.html">Re: [voidlinux/void-packages] dvtm: add support for compile-time
config file (#11168) (1 posts)</a>
</li><li><a href="./void-packages:issues:9223.html">Re: [voidlinux/void-packages] firefox: segfault on musl (#9223) (1 posts)</a>
</li><li><a href="./void-packages:pull:4815.html">Re: [voidlinux/void-packages] New package:
lightdm-gtk-greeter-settings-1.2.1 (#4815) (2 posts)</a>
</li><li><a href="./void-packages:pull:9684.html">Re: [voidlinux/void-packages] New package: pulseeffects-3.0.9 (#9684) (1 posts)</a>
</li><li><a href="./void-packages:pull:8738.html">Re: [voidlinux/void-packages] giada: update to 0.14.4. (#8738) (1 posts)</a>
</li><li><a href="./void-packages:pull:6221.html">Re: [voidlinux/void-packages] dotherside: fixing shared library
availability in standard package (#6221) (1 posts)</a>
</li><li><a href="./void-packages:pull:6249.html">Re: [voidlinux/void-packages] linux3.18: update to 3.18.50 (#6249) (1 posts)</a>
</li><li><a href="./void-packages:issues:8930.html">Re: [voidlinux/void-packages] Request Chromium update (#8930) (1 posts)</a>
</li><li><a href="./void-packages:issues:6066.html">Re: [voidlinux/void-packages] Weechat Perl Support on Raspberry Pi
(#6066) (1 posts)</a>
</li><li><a href="./void-packages:pull:8493.html">Re: [voidlinux/void-packages] nginx: update to 1.13.6. (#8493) (1 posts)</a>
</li><li><a href="./void-mklive:issues:97.html">Re: [voidlinux/void-mklive] Installer Fails on ESXi (#97) (4 posts)</a>
</li><li><a href="./void-mklive:issues:101.html">Re: [voidlinux/void-mklive] current ISO outdated (#101) (12 posts)</a>
</li><li><a href="./void-installer:issues:20.html">Re: [voidlinux/void-installer] Locale selection step does not work
(#20) (1 posts)</a>
</li><li><a href="./void-runit:pull:68.html">Re: [voidlinux/void-runit] Feature: Allow users to set /proc hidepid
option from rc.conf (#68) (2 posts)</a>
</li><li><a href="./void-mklive:pull:125.html">Re: [voidlinux/void-mklive] set wpa_supplicant link to get a working
wifi (#125) (4 posts)</a>
</li><li><a href="./void-mklive:pull:128.html">Re: [voidlinux/void-mklive] Cleanup Phase I (#128) (14 posts)</a>
</li><li><a href="./void-runit:pull:49.html">Re: [voidlinux/void-runit] Allow service handling from rc.local (#49) (1 posts)</a>
</li><li><a href="./void-mklive:pull:65.html">Re: [voidlinux/void-mklive] Add Automatic install option (#65) (5 posts)</a>
</li><li><a href="./void-mklive:pull:102.html">Re: [voidlinux/void-mklive] Improve support for 32-bit EFI firmware
in x86 ISOs and installer: (#102) (5 posts)</a>
</li><li><a href="./void-installer:issues:15.html">Re: [voidlinux/void-installer] support wifi networks with longer
password (#15) (2 posts)</a>
</li><li><a href="./voidlinux.github.com:pull:44.html">Re: [voidlinux/voidlinux.github.com] Add FAQ (#44) (8 posts)</a>
</li><li><a href="./void-runit:pull:52.html">Re: [voidlinux/void-runit] sulogin OPTS (#52) (2 posts)</a>
</li><li><a href="./voidlinux.github.com:pull:50.html">Re: [voidlinux/voidlinux.github.com] Add a link to the online man
pages. (#50) (3 posts)</a>
</li><li><a href="./void-mklive:issues:142.html">Re: [voidlinux/void-mklive] Where does '/home/anon/.xinitrc' come
from? (#142) (2 posts)</a>
</li><li><a href="./void-mklive:pull:94.html">Re: [voidlinux/void-mklive] fix network error message (#94) (2 posts)</a>
</li><li><a href="./voidlinux.github.com:pull:39.html">Re: [voidlinux/voidlinux.github.com] Post: Flatpak (#39) (1 posts)</a>
</li><li><a href="./void-mklive:issues:60.html">Re: [voidlinux/void-mklive] Release new live isos (#60) (2 posts)</a>
</li><li><a href="./void-runit:issues:70.html">Re: [voidlinux/void-runit] /etc/runit/core-services/08-sysctl.sh can
override admin defined sysctl settings (#70) (4 posts)</a>
</li><li><a href="./void-installer:issues:25.html">Re: [voidlinux/void-installer] Hi, I couldn't install Void because I
couldn't switch my partition table to GPT with the software I was provided
access to by void-installer (#25) (2 posts)</a>
</li><li><a href="./void-runit:pull:71.html">Re: [voidlinux/void-runit] Adjust options for cp command during
install (#71) (3 posts)</a>
</li><li><a href="./void-runit:pull:50.html">Re: [voidlinux/void-runit] Allow service handling from rc.local (#50) (2 posts)</a>
</li><li><a href="./void-installer:issues:18.html">Re: [voidlinux/void-installer] All non-free firmware should be
enabled by the user (#18) (2 posts)</a>
</li><li><a href="./void-mklive:issues:100.html">[voidlinux/void-mklive] Void net-install bug with old ISO (#100) (1 posts)</a>
</li><li><a href="./void-runit:pull:53.html">Re: [voidlinux/void-runit] 00-pseudofs.sh: create /run/lock and
/run/log (#53) (1 posts)</a>
</li><li><a href="./void-runit:pull:75.html">Re: [voidlinux/void-runit] deactivate_crypt should not try to close
encrypted volumes that are still mounted during shutdown (#75) (1 posts)</a>
</li><li><a href="./void-installer:issues:14.html">Re: [voidlinux/void-installer] remove anon from /etc/sudoers (#14) (2 posts)</a>
</li><li><a href="./void-runit:pull:58.html">Re: [voidlinux/void-runit] core-services/03-filesystems.sh: do not
mount /dev (#58) (1 posts)</a>
</li><li><a href="./void-infrastructure:issues:11.html">Re: [voidlinux/void-infrastructure] {armv6l,armv7l,x86_64}-musl
builders (#11) (1 posts)</a>
</li>
</ul>
</body>
</html>