File tree 2 files changed +20
-13
lines changed
2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 3
3
mpop is a POP3 client: it retrieves mail from POP3 mailboxes.
4
4
5
5
Runtime requirements:
6
- cygwin-3.5.4-1
7
- libgnutls30-3.8.6-1
8
- libintl8-0.22.4-1
6
+ cygwin-3.5.7-1
7
+ libgnutls30-3.8.9-1
8
+ libgsasl18-2.2.1-1
9
+ libidn2_0-2.3.8-1
10
+ libintl8-0.22.5-1
9
11
libsecret1_0-0.18.5-1
10
12
11
13
Build requirements:
12
14
(besides corresponding -devel packages)
13
15
autoconf-15-2
14
16
automake-20240607-1
15
- binutils-2.43.1 -1
17
+ binutils-2.44 -1
16
18
cygport-0.36.9-1
17
19
gcc-core-12.4.0-3
18
- gettext-devel-0.22.4-1
19
- libgnutls-devel-3.8.6-1
20
- libintl-devel-0.22.4-1
20
+ gettext-devel-0.22.5-1
21
+ libgnutls-devel-3.8.9-1
22
+ libgsasl-devel-2.2.1-1
23
+ libidn2-devel-2.3.8-1
24
+ libintl-devel-0.22.5-1
21
25
libsecret1-devel-0.18.5-1
22
26
make-4.4.1-2
23
27
24
28
Canonical website:
25
29
https://marlam.de/mpop/
26
30
27
31
Canonical download:
28
- https://marlam.de/mpop/releases/mpop-1.4.20 .tar.xz
32
+ https://marlam.de/mpop/releases/mpop-1.4.21 .tar.xz
29
33
30
34
-------------------------------------------
31
35
32
36
Build instructions:
33
- 1. unpack mpop-1.4.20 -X-src.tar.xz
37
+ 1. unpack mpop-1.4.21 -X-src.tar.xz
34
38
2. if you use setup to install this src package,
35
39
it will be unpacked under /usr/src automatically
36
40
% cd /usr/src
37
- % cygport ./mpop-1.4.20 -X.cygport all
41
+ % cygport ./mpop-1.4.21 -X.cygport all
38
42
39
43
This will create:
40
- /usr/src/mpop-1.4.20 -X-src.tar.xz
41
- /usr/src/mpop-1.4.20 -X.tar.xz
44
+ /usr/src/mpop-1.4.21 -X-src.tar.xz
45
+ /usr/src/mpop-1.4.21 -X.tar.xz
42
46
43
47
-------------------------------------------
44
48
@@ -74,6 +78,9 @@ Files included in the binary package:
74
78
75
79
Port Notes:
76
80
81
+ ----- version 1.4.21-1bl1 -----
82
+ Version bump.
83
+
77
84
----- version 1.4.20-1bl1 -----
78
85
Version bump.
79
86
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ LICENSE="GPL-3.0-or-later"
9
9
LICENSE_SPDX="SPDX-License-Identifier: GPL-3.0-or-later"
10
10
LICENSE_URI="COPYING"
11
11
12
- BUILD_REQUIRES="libgnutls-devel libintl-devel libsecret1-devel"
12
+ BUILD_REQUIRES="libgnutls-devel libgsasl-devel libidn2-devel libintl-devel libsecret1-devel"
13
13
14
14
src_test()
15
15
{
You can’t perform that action at this time.
0 commit comments